@font-face {
    font-family: 'OverusedGrotesk';
    src: url("../fonts/OverusedGrotesk-Light.eot");
    src: url("../fonts/OverusedGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OverusedGrotesk-Light.woff") format("woff"), url("../fonts/OverusedGrotesk-Light.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Light.ttf") format("truetype"), url("../fonts/OverusedGrotesk-Light.svg#OverusedGrotesk-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OverusedGrotesk';
    src: url("../fonts/OverusedGrotesk-Regular.eot");
    src: url("../fonts/OverusedGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OverusedGrotesk-Regular.woff") format("woff"), url("../fonts/OverusedGrotesk-Regular.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Regular.ttf") format("truetype"), url("../fonts/OverusedGrotesk-Regular.svg#OverusedGrotesk-Regular") format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'OverusedGrotesk';
    src: url("../fonts/OverusedGrotesk-Medium.eot");
    src: url("../fonts/OverusedGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OverusedGrotesk-Medium.woff") format("woff"), url("../fonts/OverusedGrotesk-Medium.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Medium.ttf") format("truetype"), url("../fonts/OverusedGrotesk-Medium.svg#OverusedGrotesk-Medium") format("svg");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'OverusedGrotesk';
    src: url("../fonts/OverusedGrotesk-SemiBold.eot");
    src: url("../fonts/OverusedGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OverusedGrotesk-SemiBold.woff") format("woff"), url("../fonts/OverusedGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/OverusedGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/OverusedGrotesk-SemiBold.svg#OverusedGrotesk-SemiBold") format("svg");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

:root {
    --white: #FFFFFF;
    --white-text: #FFFCF5;
    --grey: #F4F4F4;
    --black: #262626;
    --black-blue: #1B2F5B;
    --blue: #126BAC;
    --red: #A80000;
    --orange: #F36B21;
    --violet: #4F4EA1;
    --transition: 0.6s ease;
    --overused-gotesk: 'OverusedGrotesk';
}

body.no-scroll {
    overflow: hidden;
}

sup {
    text-transform: uppercase;
	font-size:40%;
}

/* .codedropz-upload-wrapper .dnd-upload-status {
    border: 1px solid rgb(221, 221, 221);
    padding: 13px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.codedropz-upload-wrapper .dnd-upload-image {
    border: 0;
}
.codedropz-upload-wrapper .dnd-upload-image .file {
    background-image: url(/wp-content/themes/mcgroryglass/blocks/contact-us-hero/../../assets/images/file-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    font-family: var(--overused-gotesk);
    background-size: 18px;
    display: inline-block;
} */
/* Default CSS */

.page,
.post {
    margin-bottom: 0
}

html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    background: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black);
    position: relative;
    letter-spacing: 0.01em;
    font-family: var(--overused-gotesk);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

.h1,
h1 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 96px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3px;
    margin-bottom: 24px;
}

.h2,
h2 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 76px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.h3,
h3 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 54px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.h4,
h4 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 30px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}

.h5,
h5 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}

.h6,
h6 {
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}

a {
    color: var(--black);
    text-decoration: none;
    transition: var(--transition)
}

a:hover {
    color: var(--blue);
}

svg path {
    transition: var(--transition)
}


/* .current-menu-item>a,
.main-navigation ul>li.current-menu-item>a{
    color: var(--blue);
} */

p,
li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black);
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    font-family: var(--overused-gotesk);
}

li:last-child,
p:last-child {
    margin-bottom: 0
}

ol,
ul {
    margin: 0 0 0 24px
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.align-center {
    align-items: center
}

.subtitle {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: rgba(38, 38, 38, 0.60);
    margin-bottom: 12px;
}

.simple-text-cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -0.16px;
    color: var(--black);
}

.btn,
.wp-block-button__link {
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    border-radius: 30px;
/*     text-transform: capitalize; */
    padding: 20px 34px 23px 34px;
    background: var(--blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 16.2px;
    letter-spacing: -0.18px;
    font-family: var(--overused-gotesk);
    cursor: pointer;
}

.btn:hover,
.wp-block-button__link:hover {
    background-color: #06548D;
    color: var(--white);
}

.btn-red {
    background-color: var(--red);
}

.btn-red:hover {
    background-color: #7F0000;
}

.btn-orange {
    background-color: var(--orange);
}

.btn-orange:hover {
    background-color: #DF560B;
}

.btn-violet {
    background-color: var(--violet);
}

.btn-violet:hover {
    background-color: #353582;
}

.btn-dark {
    background: rgba(38, 38, 38, 0.10);
    color: var(--black);
}

.btn-white {
    background: var(--white);
    color: var(--black);
}

.btn-white:hover {
    background: rgba(38, 38, 38, 0.20);
}

.btn-navy-blue {
    background-color: #1B2F5B;
}

.btn-green {
    background-color: #74B241;
}

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

.slick-arrow {
    /* background-image: url('../images/arrow-left.svg'); */
    width: 48px;
    height: 48px;
    border: 0;
    background-color: var(--black);
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow.next,
.next-arrow {
    transform: scale(-1);
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    margin: 0;
}

.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    box-shadow: unset;
}

.slick-dots li {
    list-style-type: none;
    border-radius: 2px;
    background: var(--black);
    width: 8px;
    height: 4px;
    margin: 0 4px !important;
    cursor: pointer;
    opacity: 0.2;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.slick-dots li.slick-active {
    opacity: 1;
    width: 32px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.custom-arrow {
    display: flex;
    align-items: center;
}

.custom-arrow>div:first-child {
    margin-right: 5px;
}

.custom-arrow .slick-arrow svg,
.page-numbers svg {
    display: block;
}

.custom-arrow .slick-prev:hover svg,
.prev.page-numbers:hover svg {
    animation: prev-slide 0.45s ease forwards;
}

@keyframes prev-slide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    45% {
        transform: translateX(-120%);
        opacity: 0;
    }

    55% {
        transform: translateX(120%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.custom-arrow .slick-next:hover svg {
    animation: next-slide 0.45s ease forwards;
}

@keyframes next-slide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    45% {
        transform: translateX(-120%);
        opacity: 0;
    }

    55% {
        transform: translateX(120%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.next.page-numbers:hover svg {
    animation: nextslide 0.45s ease forwards;
}

@keyframes nextslide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    45% {
        transform: translateX(120%);
        opacity: 0;
    }

    55% {
        transform: translateX(-120%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

section {
    margin: 180px 0;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px
}

.btn-wraper {
    text-align: center;
    margin-top: 32px;
}


/**********************************************
               Contact Form Start 
**********************************************/

.gated-content-form {
    background-color: var(--white);
    padding: 44px 50px;
}

.content-heading .h4 {
    margin-bottom: 12px;
}

.content-heading {
    margin-bottom: 28px;
}

input::placeholder,
select::placeholder {
    opacity: 0.4;
}

.input-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.14px;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 8px;
}

.input-field input,
.input-field select,
.input-field textarea {
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid rgba(65, 64, 66, 0.20);
    background: var(--White, #FFF);
    outline: none;
    width: 100%;
    color: var(--black);
    font-family: var(--overused-gotesk);
    font-size: 16px;
    font-style: normal;
    line-height: 22.4px;
    letter-spacing: 0.16px;
    font-weight: 400;
    font-family: var(--overused-gotesk);
}

.subscribe-form .submitting .input-field .wpcf7-submit {
    pointer-events: none;
}

.input-field select {
    appearance: none;
    background-image: url(../../assets/images/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

select.location-input {
    background-image: url(../../assets/images/location-black.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding: 12px 45px 12px 20px;
}

input.input-search {
    background-image: url(../../assets/images/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding: 12px 45px 12px 20px;
}

.input-field textarea {
    height: 50px;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -16px;
}

.input-field {
    width: calc(50% - 12px);
    margin-bottom: 16px;
}

.input-field.full-width {
    width: 100%;
}

.input-field .wpcf7-submit {
    background-color: var(--blue);
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    font-family: var(--overused-gotesk);
    transition: var(--transition);
}

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

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.wpcf7-list-item label input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 18px;
    margin-top: 4px;
    opacity: 0;
    cursor: pointer;
}

.wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    font-family: var(--overused-gotesk);
}

.wpcf7-list-item label .wpcf7-list-item-label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(38, 38, 38, 0.16);
    position: absolute;
    left: 0;
    top: 4px;
}

.wpcf7-list-item label .wpcf7-list-item-label:after {
    content: "";
    display: block;
    background-image: url(../../assets/images/checkmark.svg);
    height: 20px;
    width: 20px;
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-spinner {
    display: none;
}

.input-field p a {
    text-decoration: underline;
    color: var(--blue);
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    display: block;
    letter-spacing: normal;
}


/**********************************************
               404 Page  Start 
**********************************************/

.error-404.not-found {
    margin: 90px 0;
}

.error-404.not-found .container {
    max-width: 578px;
    text-align: center;
}

.error-404.not-found p {
    font-size: 18px;
    line-height: 25.2px;
}

.error-img {
    position: relative;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.error-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**********************************************
               pagination Start 
**********************************************/

.pagination .page-numbers {
    width: 48px;
    height: 48px;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 32px;
    padding: 0 50px;
}

.pagination .page-numbers.current {
    background-color: var(--black);
    color: var(--white);
}

.prev.page-numbers {
    background-color: var(--black);
    color: var(--white);
    /* margin-right: auto; */
    position: absolute;
    left: 0;
}

.next.page-numbers {
    background-color: var(--black);
    color: var(--white);
    margin-left: auto;
    /* transform: scale(-1); */
    position: absolute;
    right: 0;
}


/**********************************************
               Header Start 
**********************************************/

body .site-header.is-sticky {
    position: fixed;
    animation: slideDown 0.6s ease-out;
    background: var(--black-blue);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

body .site-header.is-sticky .header-top {
    display: none;
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.admin-bar .site-header.is-sticky {
    top: 32px;
}

.site-header {
    position: relative;
}

.trasparent-header .site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}

.site {
    position: relative;
}

.trasparent-header .site-header .main-menu .menu>li>a,
.site-header.is-sticky .main-menu .menu>li>a {
    color: var(--white);
}

.trasparent-header .site-header .header-right a,
.site-header.is-sticky .header-right a {
    color: var(--white);
}

.trasparent-header .site-header .header-right a svg path,
.site-header.is-sticky .header-right a svg path {
    stroke: var(--white);
}

.trasparent-header .site-header .header-right a.btn-dark,
.site-header.is-sticky .header-right a.btn-dark {
    background: rgba(255, 255, 255, 0.15);
}

.trasparent-header .site-header .header-right a.btn-dark:hover,
.site-header.is-sticky .header-right a.btn-dark:hover {
    background: rgba(255, 255, 255, 1);
    color: var(--black);
}

.header-top {
    background-color: var(--black);
}

.header-top-link ul {
    margin: 0;
}

.header-top-link ul li {
    display: inline-block;
    margin: 0;
}

.header-top-link ul li a {
    color: #fff;
}

.header-top {
    padding: 13px 0;
}

.header-top a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
}

.header-top-link a:not(:last-child) {
    margin-right: 22px;
}

.header-top a:hover {
    color: #fff;
}

.header-top .contact-details a:not(:last-child) {
    margin-right: 14px;
    padding-right: 14px;
}

.header-top .contact-details a:not(:last-child):after {
    content: '/';
    position: absolute;
    right: -4px;
}

.contact-details a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
}

.contact-details a img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 11px;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-row .header-left {
    width: 80%;
    display: flex;
    align-items: center;
}

.header-row .header-right {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-toggle {
    border-radius: 200px;
    background: rgba(38, 38, 38, 0.10);
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-left: 16px;
    display: none;
}

.menu-toggle svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.current-menu-item>a {
    opacity: 0.7;
}

.main-menu .menu li {
    display: inline-block;
    /* position: relative; */
    margin: 0;
}

.main-menu .menu>li>a {
    font-weight: 500;
    letter-spacing: -0.16px;
    line-height: 14.4px;
}

.main-menu .menu>li:not(:last-child) {
    margin-right: 32px;
}

.site-branding .header_logo_white {
    display: none;
}

.site-header.is-sticky .site-branding .header_logo_white {
    display: block;
}

.site-header.is-sticky .site-branding .header_logo {
    display: none;
}

.trasparent-header .site-branding .header_logo_white {
    display: block;
}

.trasparent-header .site-branding .header_logo {
    display: none;
}

.site-branding a {
    display: block;
}

.site-branding {
    max-width: 215px;
}

.site-branding img {
    width: 100%;
    vertical-align: middle;
}

.header-menu {
    margin-left: 50px;
}

.main-menu ul {
    margin: 0;
}

.search-btn {
    display: flex;
    align-items: center;
}

.search-btn svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    margin-right: 8px;
}

.search-btn:hover svg path {
    stroke: #06548D;
}

.header-right .btn {
    margin-left: 40px;
}

.header-right .btn {
    margin-left: 40px;
    padding: 20px 24px 23px 24px;
    text-transform: none;
}

.menu-item-has-children .arrows {
    vertical-align: middle;
    position: absolute;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-menu .menu-item-has-children {
    padding-right: 20px;
}

.menu-item-has-children>a {
    position: relative;
}

.main-menu .menu li .arrows.active {
    transform: rotate(180deg) !important;
}

.link-more a {
    text-decoration: underline;
}


/**********************************************
               Mega menu Start 
**********************************************/
.megamenu {
    position: absolute;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 100%;
    z-index: 100;
    overflow: auto;
    max-height: calc(100vh - 136px);
}

.main-menu .menu li:hover .megamenu {
    visibility: visible;
    opacity: 1;
}

.product-megamenu .column-row .product-sidebar {
    width: 24%;
    border-right: 1px solid rgba(38, 38, 38, 0.10);
}

.product-sidebar-content-wrap {
    width: 76%;
}

.product-megamenu .column-row .product-sidebar-content {
    display: flex;
    flex-wrap: wrap;
}

.product-megamenu .column-row .product-sidebar ul li {
    display: flex;
    padding: 24px 46px;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    cursor: pointer;
}

.product-megamenu .column-row .product-sidebar ul li img {
    height: 28px;
    width: 28px;
    object-fit: contain;
    margin-right: 16px;
}

.product-megamenu .column-row .product-sidebar ul li:hover,
.product-megamenu .column-row .product-sidebar ul li.active {
    background-color: var(--grey);
}

.product-megamenu .column-row .product-sidebar-content .product-content {
    width: 66%;
    padding: 44px;
}

.product-megamenu .column-row .product-sidebar-content .product-featured {
    width: 34%;
    background-color: var(--black-blue);
}

.product-content .title,.product-content .title a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.5;
    padding-bottom: 8px;
    display: inline-block;
}

.content-column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -24px;
    border-top: 1px solid rgba(38, 38, 38, 0.10);
    padding-top: 24px;
}

.content-column-row .content-box {
    width: calc(50% - 14px);
    margin-bottom: 24px;
}

.content-column-row .content-box h6, .content-column-row .content-box h6 a {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 140%;
}

.content-column-row .content-box a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
    display: block;
}

.content-column-row .content-box a:hover {
    text-decoration: underline;
    color: var(--black);
}

.content-column-row .content-box a:not(:last-child) {
    margin-bottom: 12px;
}

.content-column-row .content-box p {
    font-size: 14px;
}

.product-featured-card {
    position: relative;
    padding-bottom: 55%;
}

.product-featured-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.product-featured-content {
    padding: 24px 24px 45px 24px;
}
.product-featured-content>*{
	color:var(--white);
    opacity: 1;
}
.product-featured-content p {
    opacity: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
	color:var(--white)
}

.product-featured-content ul li {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    letter-spacing: 0.13px;
    width: calc(50% - 12px);
    margin-bottom: 24px !important;
	color:var(--white)
}

.product-featured-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -24px;
}

.product-featured-content ul li img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.product-sidebar-content-wrap>div {
    display: none;
}

.product-sidebar-content-wrap>div:first-child {
    display: block;
}

.content-column-row .content-box .img-wraper {
    position: relative;
    min-height: 200px;
    margin-bottom: 32px;
}

.content-column-row .content-box .img-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
}

.megamenu-footer {
    padding: 24px 46px;
}

.megamenu-footer a {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 36px */
    letter-spacing: -0.5px;
}


/*Application Menu*/

.megamenu .megamenu-sidebar {
    width: 24%;
    background-color: var(--black-blue);
    padding: 32px 20px 32px 46px;
}

.megamenu .megamenu-sidebar-content {
    width: 76%;
    padding: 44px;
}

.megamenu-sidebar .content-box .h4 {
    color: var(--white);
    margin-bottom: 8px;
}

.megamenu-sidebar .content-box p {
    color: var(--white);
    font-size: 14px;
    line-height: 140%;
}


/*.application menu*/

.application-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.application-content .row .img-with-text {
    width: 30%;
}

.application-content .row .megamenu-link {
    width: 66.5%;
}

.application-content .row .img-with-text .img-wraper {
    position: relative;
    padding-bottom: 66%;
    margin-bottom: 12px;
}

.application-content .row .img-with-text .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.application-content .row .img-with-text .text-box h5 {
    margin-bottom: 8px;
}

.application-content .row .img-with-text .text-box p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 19.6px;
}

.application-content:not(:last-child) {
    border-bottom: 1px solid rgba(38, 38, 38, 0.10);
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.megamenu-link ul {
    column-count: 2;
    column-gap: 24px;
}

.megamenu-link ul li {
    break-inside: auto;
    display: block !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.megamenu-link ul li a {
    font-weight: 600;
}

.megamenu-sidebar .content-box .simple-text-cta {
    color: var(--white);
}


/*About menu*/

.megamenu.about-megamenu .megamenu-sidebar-content {
    padding: 0;
}

.about-content-box {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.about-content-box .about-sidebar {
    width: 35%;
    border-right: 1px solid rgba(38, 38, 38, 0.10);
    padding: 26px 0;
}

.about-content-box .about-news {
    width: 65%;
    padding: 44px;
}

.about-sidebar ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block !important;
    padding: 24px 20px 24px 46px;
    transition: all 0.6s;
}

.about-sidebar ul li:hover,
.about-sidebar ul li.active {
    background-color: var(--grey);
}

.about-content-box .about-news .news-header,
.insights-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(38, 38, 38, 0.10);
    padding-bottom: 9px;
    margin-bottom: 24px;
}

.about-content-box .about-news .news-header span,
.insights-header span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.5;
}

.about-content-box .about-news .news-header a,
.insights-header a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}


/* body:has(.main-menu .menu > li:hover) {
  overflow: hidden;     
  background: rgba(0,0,0,0.5);
} */
/* 10/02/2026 */
/* body:has(.main-menu .menu > li.menu-item.menu-item-has-children:hover){
    overflow: hidden;   commented   
    background: rgba(0,0,0,0.5); 
} */
/* body:has(.main-menu .menu > li.menu-item.menu-item-has-children:hover):before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    left: 0;
    right: 0;
    overflow: hidden;
} */

.main-menu .menu li .news-list ul li {
    display: block;
}

.main-menu .menu li .news-list ul li:not(:last-child) {
    margin-bottom: 42px;
}

.main-menu .menu li .news-list ul li span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    opacity: 0.5;
    margin-bottom: 4px;
}

.main-menu .menu li .news-list ul li a {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}


/*resources menu */

.megamenu.resources-megamenu .megamenu-sidebar {
    background-color: transparent;
    padding: 26px 0;
    border-right: 1px solid rgba(38, 38, 38, 0.10);
}

.insights-slider {
    /* display: flex; */
    flex-wrap: wrap;
    margin: 0 -12px;
}

.insights-slider .insights-slide {
    width: 50%;
    padding: 0 12px;
}

.insights-item {
    position: absolute;
    /* padding-bottom: 100%; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.insights-item img {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.insights-box {
    min-height: 329px;
    position: relative;
    display: block;
    z-index: 1;
}

.insights-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 32px;
}

.insights-content small {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.32px;
    color: var(--white);
}

.insights-content .h5 {
    letter-spacing: unset;
    color: var(--white);
    margin: 0;
}

.insights-box:before {
    content: "";
    display: block;
    background: var(--black);
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
}

.insights-wraper .custom-arrow-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}


/**********************************************
               footer Css 
**********************************************/

.site-footer {
    padding-top: 80px;
    border-top: 1px solid #DEDEDE;
}

.footer-top .column-left {
    width: 18%;
}

.footer-top .column-right {
    width: 42%;
    padding-right: 104px;
}

a.footer-logo {
    display: block;
    margin-bottom: 50px;
}

.user-info a {
    display: block;
    padding-left: 56px;
    position: relative;
}

.user-info a .icon {
    border-radius: 30px;
    background: var(--Black, #262626);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.user-info a .icon img {
    max-width: 20px;
}

.user-info a:not(:last-child) {
    margin-bottom: 32px;
}

.user-info a small {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(38, 38, 38, 0.70);
    display: block;
    margin-bottom: 2px;
}

.user-info a p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
}

.footer-nav-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
}

.footer-nav {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 25px;
}

.footer-nav .menu {
    margin: 0;
}

.footer-nav .menu>li>a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    display: block;
}

.footer-nav .menu>li {
    list-style-type: none;
    position: relative;
}

.footer-nav .menu>li .sub-menu {
    margin: 0;
}

.footer-nav .menu>li .sub-menu li {
    list-style-type: none;
}

.footer-nav .menu>li .arrows {
    position: absolute;
    right: 0;
    display: none;
    top: 0;
    margin: auto;
    height: 16px;
    width: 16px;
}

.footer-nav .menu>li a:not(.sub-menu a) {
    margin-bottom: 23px;
}

.footer-nav .menu>li .sub-menu li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-nav .menu>li .sub-menu li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    color: rgba(38, 38, 38, 0.60);
}

.footer-nav .menu>li .sub-menu li a:hover,
.user-info a:hover small,
.user-info a:hover p {
    color: var(--blue);
}

.footer-bottom {
    padding: 50px 0;
}

.footer-bottom .column-row {
    align-items: center;
}

.social-link a {
    width: 40px;
    height: 40px;
    border-radius: 20.2px;
    display: flex;
    border: 1px solid rgba(38, 38, 38, 0.20);
    justify-content: center;
    align-items: center;
}

.social-link a img {
    max-width: 14px;
}

.social-link {
    display: flex;
    align-items: center;
    width: 63%;
}

.social-link a:not(:last-child) {
    margin-right: 10px;
}

.social-link a:hover {
    background-color: var(--blue);
}

.social-link a:hover img {
    filter: brightness(0) invert(1);
}

.footer-bottom .column-row .column-right {
    display: flex;
    align-items: center;
    width: 35%;
    justify-content: space-between;
}

.footer-bottom .column-row .column-right .copyright-text {
    color: rgba(38, 38, 38, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}

.footer-bottom .column-row .column-right a {
    color: rgba(38, 38, 38, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    border-bottom: 1px solid var(--black);
}

.footer-bottom .column-row .column-right a:hover {
    color: var(--blue);
}


.specs-button {
    margin-bottom: 17px;
    display: none;
}

.hide-specs .specs-button {
    display: none !important;
}

.specs-button span.close-btn {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #1B2F5B;
    border-radius: 50%;
    top: -25px;
    z-index: 1;
    cursor: pointer;
}

.specs-button span.close-btn svg {
    display: block;
}

.specs-button a {
    border-radius: 30px;
    border: 2px solid #126BAC;
    background: #ECF6FE;
    padding: 8px 16px 8px 68px;
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    color: #1B2F5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.16px;
    position: relative;
}

.specs-button a span {
    display: block;
    width: 100%;
    text-align: left;
    color: var(--Blue, #126BAC);
}

.specs-button a img {
    position: absolute;
    left: 16px;
    width: 40px;
    height: 43px;
    object-fit: contain;
    flex-shrink: 0;
}

.specs-button-wrapper .specs-button {
    display: block;
    position: relative;
}

.specs-button-wrapper {
    position: fixed;
    bottom: 200px;
    right: 0;
    text-align: right;
    z-index: 99;
    width: auto;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px
    }
}



@media only screen and (min-width:992px) {
    .container {
        max-width: 960px
    }

    .only-mobile {
        display: none
    }

    .sidebar .sidebar-header {
        display: none;
    }

    .sidebar .sidebar-footer {
        display: none;
    }

    .sidebar .header-right {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .main-menu .menu>li.menu-item-has-children>a:before {
        content: "";
        display: block;
        background-image: url(../../assets/images/menu-arrow-down-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 12px;
        height: 20px;
        width: 20px;
        position: absolute;
        right: -20px;
        top: 2px;
    }

    .trasparent-header .main-menu .menu>li.menu-item-has-children>a:before,
    .site-header.is-sticky .main-menu .menu>li.menu-item-has-children>a:before {
        filter: brightness(0) invert(1);
    }

    .main-menu .menu li:hover>a:before {
        transform: rotate(180deg);
    }

    .main-menu .menu>li {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1228px;
    }

    .menu-item-has-children .arrows {
        display: none;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1388px;
    }
}

@media only screen and (min-width:1700px) {
    .container {
        max-width: 1720px
    }
}

@media only screen and (max-width:1699px) {

    /**********************************************
               footer Css 
    **********************************************/
    .header-row .header-left {
        width: 77%;
    }

    .header-row .header-right {
        width: 23%;
    }

    .footer-top .column-right {
        padding-right: 0;
    }

    .footer-top .column-left {
        width: 23%;
    }

    .social-link {
        width: 57%;
    }

    .footer-bottom .column-row .column-right {
        width: 42%;
    }
}

@media only screen and (max-width:1399px) {
    .btn {
        font-size: 16px;
    }

    .h1,
    h1 {
        font-size: 76px;
        line-height: 100%;
        letter-spacing: -3px
    }

    .h2,
    h2 {
        font-size: 56px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h3,
    h3 {
        font-size: 46px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h4,
    h4 {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.5px;
    }

    .h5,
    h5 {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: normal
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: normal
    }

    /**********************************************
               Header Css 
    **********************************************/
    .main-menu .menu>li:not(:last-child) {
        margin-right: 24px;
    }

    .header-row .header-left {
        width: 77%;
    }

    .header-row .header-right {
        width: 23%;
    }

    .header-right .btn {
        margin-left: 20px;
    }

    .main-menu .menu>li:not(:last-child) {
        margin-right: 20px;
    }

    .header-menu {
        margin-left: 30px;
    }

    /**********************************************
               footer Css 
    **********************************************/
    .footer-top .column-left {
        width: 26%;
    }

    .footer-top .column-right {
        width: 46%;
    }

    .social-link {
        width: 52%;
    }

    .footer-bottom .column-row .column-right {
        width: 47%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .menu>li.menu-item-has-children>a:before {
        display: none;
    }

    .menu-item-has-children .arrows svg path {
        fill: #000;
    }

    .trasparent-header .menu-item-has-children .arrows svg path,
    .site-header.is-sticky .menu-item-has-children .arrows svg path {
        fill: #fff;
    }

    .main-menu .menu-item-has-children .megamenu {
        display: none;
    }

    .main-menu .menu-item-has-children.open .megamenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .main-menu .menu-item-has-children.open .arrows {
        transform: rotate(-180deg);
    }
}

@media only screen and (max-width:1199px) {
    section {
        margin: 100px 0;
    }

    .h1,
    h1 {
        font-size: 42px;
        line-height: 100%;
        letter-spacing: -2px;
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 100%;
        letter-spacing: -1px
    }

    .h3,
    h3 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -1px
    }

    .h4,
    h4 {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -0.5px
    }

    .h5,
    h5 {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: normal
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: normal
    }

    .gated-content-form {
        padding: 30px 20px;
    }

    .input-field {
        width: calc(50% - 8px);
    }

    /**********************************************
               Header Css 
    **********************************************/
    .header-right .btn {
        padding: 15px 15px 15px 15px;
        margin-left: 15px;
    }

    .header-row .header-right {
        width: 25%;
    }

    .header-row .header-left {
        width: 75%;
    }

    .site-branding {
        max-width: 140px;
    }

    .main-menu .menu>li:not(:last-child) {
        margin-right: 12px;
    }

    .main-menu .menu>li>a {
        font-size: 14px;
    }

    .header-right .btn {
        font-size: 14px;
    }

    .main-menu .menu>li>a:before {
        height: 15px;
        width: 20px;
    }

    /**********************************************
               Mega Menu Css 
    **********************************************/
    .product-megamenu .column-row .product-sidebar-content .product-content {
        padding: 24px;
    }

    .megamenu .megamenu-sidebar-content {
        padding: 24px;
    }

    .megamenu .megamenu-sidebar {
        padding: 32px 20px 32px 20px;
    }

    .application-content:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about-sidebar ul li {
        padding: 15px 20px 15px 20px;
    }

    .about-content-box .about-news {
        padding: 24px;
    }

    .main-menu .menu li .news-list ul li:not(:last-child) {
        margin-bottom: 22px;
    }

    .header-menu {
        margin-left: 20px;
    }

    /**********************************************
               footer Css 
    **********************************************/
    .footer-top .column-left {
        width: 33%;
    }

    .footer-top .column-right {
        width: 55%;
    }

    .social-link {
        width: 45%;
    }

    .footer-bottom .column-row .column-right {
        width: 52%;
    }

    .specs-button-wrapper {
        bottom: 150px;
    }

}

@media only screen and (max-width:991px) {
    .site-branding {
        max-width: 166px;
    }

    .desktop-menu {
        display: none;
    }

    .header-top {
        display: none;
    }

    /**********************************************
               Header Css 
    **********************************************/
    .sticky-header {
        padding: 20px 0;
    }

    .menu-toggle {
        display: block;
    }

    .trasparent-header .menu-toggle,
    .site-header.is-sticky .menu-toggle {
        background: rgba(255, 255, 255, 0.15);
    }

    .header-right .btn.btn-dark {
        display: none;
    }

    .header-right .search-btn.svg-fill {
        font-size: 0;
        margin-right: 0;
    }

    .header-right .search-btn.svg-fill svg {
        margin-right: 0;
    }

    body.menu-open:before {
        content: "";
        display: block;
        background: #000000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0.5;
    }

    body.menu-open {
        overflow: hidden;
    }

    .sidebar {
        position: fixed;
        background: rgba(27, 47, 91, 0.85);
        backdrop-filter: blur(20px);
        backdrop-filter: blur(12px);
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 2;
        right: 0;
        max-width: 394px;
        width: 100%;
        padding: 0px;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    body.menu-open .sidebar {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .sidebar-top {
        padding: 25px 20px 46px;
    }

    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 27px;
    }

    .main-menu .menu li {
        display: block;
    }

    .main-menu .menu li a {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 90%;
        letter-spacing: -0.24px;
        color: var(--white);
    }

    .main-menu .menu li:not(:last-child) {
        margin-bottom: 32px;
    }

    .sidebar .header-right .search-btn.svg-fill {
        font-size: 16px;
        font-weight: 500;
    }

    .sidebar .header-right {
        width: 100%;
        justify-content: start;
        display: block;
    }

    .sidebar .header-right {
        margin-top: 44px;
    }

    .sidebar .header-right .search-btn.svg-fill svg {
        margin-right: 8px;
    }

    .sidebar .header-right .btn.btn-dark {
        display: inline-block;
        margin-left: 0;
        margin-top: 32px;
        background: rgba(255, 255, 255, 0.15);
    }

    .trasparent-header .menu-toggle svg rect,
    .site-header.is-sticky .menu-toggle svg rect {
        fill: var(--white);
    }

    .sidebar .menu-toggle {
        background: rgba(255, 255, 255, 0.15);
    }

    .sidebar-footer {
        background: var(--black);
        padding: 28px 20px;
    }

    .sidebar-footer .contact-details a {
        display: flex;
    }

    .sidebar-footer .contact-details a:not(:last-child) {
        margin-bottom: 24px;
    }

    .sidebar .header-right a {
        color: var(--white);
    }

    .sidebar .header-right .search-btn.svg-fill svg path {
        stroke: var(--white);
    }

    .sidebar .site-branding .header_logo_white {
        display: block;
    }

    .header-right .btn {
        padding: 19px 23px 19px 23px;
    }

    .admin-bar .sidebar {
        top: 46px;
        height: calc(100% - 46px);
    }

    .mobile-menu .sub-menu li a {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        color: var(--white);
    }

    .mobile-menu .sub-menu {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(255 255 255 / 15%);
        display: none;
    }

    .main-menu .menu>li:not(:last-child) {
        margin-right: 0;
    }

    .mobile-menu .sub-menu li:not(:last-child) {
        margin-bottom: 16px;
    }

    .trasparent-header .site-header .main-menu .menu>li>a {
        margin-right: 6px;
    }

    .header-menu .menu-item-has-children {
        padding-right: 0;
    }

    .products-menu .sub-menu li {
        padding-left: 40px;
        position: relative;
    }

    .products-menu .sub-menu li.link-more {
        padding-left: 0;
    }

    .products-menu .sub-menu li:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 24px;
        width: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-menu .menu li.products-design:before {
        background-image: url(../../assets/images/design.svg);
    }

    .main-menu .menu li.products-fire:before {
        background-image: url(../../assets/images/fire.svg);
    }

    .main-menu .menu li.products-security:before {
        background-image: url(../../assets/images/security.svg);
    }

    .main-menu .menu li.products-x-ray:before {
        background-image: url(../../assets/images/xray.svg);
    }

    /**********************************************
               footer Css 
    **********************************************/
    .footer-top .column-left {
        width: 100%;
    }

    .footer-top .column-right {
        width: 100%;
        margin-top: 50px;
    }

    .social-link {
        width: 100%;
    }

    .footer-bottom .column-row .column-right {
        width: 100%;
        margin-top: 20px;
    }

    .user-info a p {
        font-size: 18px;
    }

    .specs-button-wrapper .specs-button {
        display: block;
        position: relative;
        margin: 0;
    }

    .specs-button-wrapper {
        bottom: 20px;
    }
}

@media only screen and (max-width:782px) {
    body.admin-bar .site-header.is-sticky {
        top: 46px;
    }
}

@media only screen and (max-width:600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:767px) {
    .publication-date-and-share-link {
        display: block;
    }

    .share-link {
        margin-top: 20px;
    }

    .simple-content-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    /* .btn {
        padding: 13px 30px
    } */
    .input-field {
        width: 100%;
    }

    /**********************************************
                  footer Css 
    **********************************************/
    .footer-nav-container {
        margin: 0 -0px -24px;
    }

    .footer-nav {
        margin-bottom: 24px;
        padding: 0;
        width: 100%;
    }

    .footer-nav .menu>li .sub-menu {
        display: none;
        margin-top: 16px;
    }

    .footer-nav .menu>li a:not(.sub-menu a) {
        margin-bottom: 0;
    }

    .footer-nav .menu>li .arrows {
        display: block;
    }

    .footer-nav .menu>li>a {
        font-size: 18px;
    }

    .footer-bottom {
        padding: 50px 0 36px;
    }

    .footer-bottom .column-row .column-right {
        flex-direction: column-reverse;
        justify-content: start;
        text-align: left;
        width: auto;
        align-items: start;
        margin-top: 30px;
    }

    .footer-bottom .column-row .column-right .copyright-text {
        margin-top: 20px;
    }

    .footer-nav.active .menu>li .arrows {
        transform: rotate(180deg);
        top: 13px;
    }
}

@media only screen and (max-width:359px) {}
