article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    color: #333;
    font-family: 'cera_proregular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::selection {
    background-color: #333;
    color: #fff
}

a {
    color: #333;
    font-weight: 400;
    text-decoration: none
}

a:hover {
    color: #0ebfe9
}

p {
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    padding: 0
}

ol,ul {
    margin: 0;
    padding: 0
}

blockquote,blockquote::before {
    color: #999
}

blockquote {
    margin: 40px;
    margin: 4rem
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px
}

.entry-content code {
    background-color: #333
}

cite {
    font-style: normal
}

.button {
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear
}

h1,h2,h3,h4,h5,h6 {
    color: #384048;
    font-family: 'Source Serif Pro',serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
    margin: 0 0 1.5rem
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 54px
}

h3 {
    font-size: 42px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 18px;
    font-size: 1.8rem
}

h6 {
    font-size: 16px;
    font-size: 1.6rem
}

embed,iframe,img,object,video,.wp-caption {
    max-width: 100%
}

img {
    height: auto
}

.featured-content img,.gallery img {
    width: auto
}

input,select,textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    padding: 1rem;
    width: 100%
}

input:focus,textarea:focus {
    border: 1px solid #333;
    outline: none
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #999
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button,body.woocommerce input.button,body.woocommerce ul.products li.product .button {
    background-color: #49614f;
    font-size: 18px;
    color: #fff;
    font-family: 'cera_probold';
    border-radius: 25px;
    display: inline-block;
    padding: 7px 15px;
    min-width: 180px;
    text-align: center;
    font-weight: 400
}

button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover {
    background-color: #3a5340
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%
}

tbody {
    border-bottom: 1px solid #ddd
}

th,td {
    text-align: left
}

th {
    font-weight: 700;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: .6rem 0
}

.jdw-primary-menu .e--pointer-double-line .elementor-item:after,
.jdw-primary-menu .e--pointer-underline .elementor-item:after {
    left: 20px;
    bottom: 10px;
    width: calc(100% - 40px);
}

.jdw-footer-form {

}

.jdw-footer-form input {
    outline: none;
    margin: 8px 0 6px;
    border-radius: 25px;
}

.jdw-footer-form input[type="submit"] {
    border: 0;
    display: block;
    color: #FFF;
    font-size: 20px;
    padding: 9px 15px;
    margin: 17px auto 0;
    letter-spacing: 1px;
    border-radius: 25px;
    font-family: 'cera_prolight';
    background-color: var(--e-global-color-accent);
}

.jdw-dotted-texture:after {
    content: '';
    right: -13%;
    bottom: -16%;
    width: 179px;
    height: 278px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../../imgs/dot-texture.svg');
}

.jdw-home-product-carousel {
    padding: 30px 0;
    overflow: hidden;
}

.jdw-home-product-carousel .swiper.elementor-loop-container {
    overflow: visible;
}

.jdw-home-product-carousel .swiper.elementor-loop-container .swiper-slide {
    transform: none;
    overflow: visible;
}

.jdw-home-product-carousel .swiper.elementor-loop-container .swiper-slide:hover {
    z-index: 9;
}

.jdw-home-product-item:hover {
    z-index: 99999;
    transform: scale(1.05);
    box-shadow: 1px 3px 16px rgba(73,97,79,.6);
}

.jdw-home-product-item .title-wrapper {
    left: 0;
    bottom: 0;
    opacity: .9;
    width: 100%;
    height: 48px;
    padding-left: 45px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

.jdw-home-product-item .title-wrapper:before {
    left: 0;
    bottom: 0;
    opacity: .9;
    width: 38px;
    content: '';
    height: 48px;
    border-top: 48px solid transparent;
    background-color: var(--e-global-color-primary);
    border-right: 20px solid var(--e-global-color-accent);
}

.jdw-home-product-item .elementor-heading-title {
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jdw-home-product-item .elementor-heading-title:after {
    left: 0;
    right: 100%;
    height: 4px;
    z-index: 99;
    content: '';
    bottom: -2px;
    position: absolute;
    transition-duration: .3s;
    transition-property: right;
    transition-timing-function: ease-out;
    background-color: var(--e-global-color-primary);
}

.jdw-home-product-item:hover .elementor-heading-title:after {
    right: -10px;
}

.jdw-image-box.elementor-widget-image-box {
    min-height: 190px;
    border-radius: 9px;
    background-color: #f7f9fa;
    border-bottom: 5px solid #f7f9fa;
}

.jdw-image-box.elementor-widget-image-box .elementor-image-box-img {
    height: 66px;
    display: flex;
    min-width: 75px;
    align-items: center;
}

.jdw-image-box.elementor-widget-image-box .elementor-image-box-img img {
    width: 66px;
}

.jdw-image-box.elementor-widget-image-box:hover {
    background-color: #FFF;
    border-color: var(--e-global-color-accent);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.07);
}

.jdw-image-box2 {
    min-height: 275px;
    padding: 20px 31px;
    border-radius: 5px;
    background-color: #FFF;
    transition: all 0.5s ease;
}

.jdw-image-box2 .elementor-heading-title,
.jdw-image-box2 .elementor-widget-text-editor {
    color: var(--e-global-color-accent);
}

.jdw-image-box2 .elementor-widget-image {
    min-height: 105px;
}

.jdw-image-box2 .elementor-widget-image img {
    transition: all .6s ease-in-out;
}

.jdw-image-box2:hover {
    background-color: #FFF;
    background-color: rgba(56,64,72,.6);
    box-shadow: 1px 10px 20px rgba(0,0,0,.4);
}

.jdw-image-box2:hover .elementor-heading-title,
.jdw-image-box2:hover .elementor-widget-text-editor{
    color: #FFF;
}

.jdw-image-box2:hover .elementor-widget-image img {
    transform: scale(1.1);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(281deg) brightness(129%) contrast(101%);
}

.jdw-image-box2:nth-child(odd) {
    background-color: rgba(56,64,72,.6);
}

.jdw-image-box2:nth-child(odd) .elementor-heading-title,
.jdw-image-box2:nth-child(odd) .elementor-widget-text-editor {
    color: #FFF;
}

.jdw-image-box2:nth-child(odd):hover {
    background-color: #FFF;
}

.jdw-image-box2:nth-child(odd):hover .elementor-heading-title,
.jdw-image-box2:nth-child(odd):hover .elementor-widget-text-editor{
    color: var(--e-global-color-accent);
}

.jdw-image-box2:nth-child(odd):hover .elementor-widget-image img {
    filter: invert(59%) sepia(17%) saturate(494%) hue-rotate(85deg) brightness(97%) contrast(93%);
}

.jdw-home-news .elementor-post__text {
    display: flex !important;
}

.jdw-home-news .elementor-post__text .elementor-post__title {
    order: 2;
    min-height: 45px;
    margin-bottom: 15px;
}

.jdw-home-news .elementor-post__text .elementor-post__meta-data {
    order: 1;
}

.jdw-home-news .elementor-post__text .elementor-post__read-more {
    order: 3;
    color: #FFF;
    min-width: 180px;
    padding: 7px 15px;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.jdw-home-news .elementor-post__text .elementor-post__meta-data .elementor-post-date {
    padding-left: 20px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-image: url('../imgs/calender-icon.png');
}

.resources-grid-buttons .panel-grid-cell .so-panel:first-child img,body.woocommerce ul.products li.product img,body.woocommerce-page ul.products li.product img {
    padding: 10px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.07)!important;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.jdw-categories-tree {
    padding: 0 5px;
}

.jdw-categories-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jdw-categories-tree ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.jdw-categories-tree ul li:last-child {
    border-bottom: 0;
}

.jdw-categories-tree ul li .cat-item-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    transition: .5s all ease;
    justify-content: space-between;
}

.jdw-categories-tree a {
    padding: 10px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s all ease;
    width: calc(100% - 24px);
    font-family: 'cera_prolight';
}

.jdw-categories-tree .indicator {
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    max-height: 44px;
    text-align: center;
    position: absolute;
}

.jdw-categories-tree .indicator > span {
    width: 24px;
    height: 24px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
}

/* 创建伪元素表示 + 和 - 号 */
.jdw-categories-tree .indicator > span::before,
.jdw-categories-tree .indicator > span::after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #333;
    transition: .5s all ease;
}

/* 初始状态下为 + 号 */
.jdw-categories-tree .indicator > span.plus::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* plus 类名变成 sub 类名时显示 - 号 */
.jdw-categories-tree .indicator > span.sub::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* - 号初始状态下隐藏 */
.jdw-categories-tree .indicator > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* plus 类名变成 sub 类名时显示 - 号 */
.jdw-categories-tree .indicator > span.sub::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.jdw-categories-tree .cat-item-wrapper:hover,
.jdw-categories-tree .current-cat > .cat-item-wrapper {
    color: #FFF;
    background-color: var(--e-global-color-primary);
}

.jdw-categories-tree .cat-item-wrapper:hover a,
.jdw-categories-tree .current-cat > .cat-item-wrapper a {
    color: #FFF;
}

.jdw-categories-tree .current-cat > .cat-item-wrapper .indicator > span::after,
.jdw-categories-tree .current-cat > .cat-item-wrapper .indicator > span::before,
.jdw-categories-tree .cat-item-wrapper:hover .indicator > span::after,
.jdw-categories-tree .cat-item-wrapper:hover .indicator > span::before {
    background-color: #FFF;
}

.jdw-categories-tree ul ul {
    display: none;
    /* margin-left: 20px; */
}

.jdw-categories-tree .current-cat-ancestor > ul {
    display: block;
}

.jdw-categories-tree ul ul > li a {
    padding-left: 15px;
}

.jdw-categories-tree ul ul ul > li a {
    padding-left: 20px;
}

.jdw-blogs-footer-form .wpcf7-form {
    position: relative;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 7px;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap:nth-child(3) {
    margin-bottom: 0;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap input {
    border: 0;
    font-size: 15px;
    padding: 11px 20px;
    border-radius: 25px;
    font-family: 'cera_promedium';
}

.jdw-blogs-footer-form .wpcf7-form  input[type="submit"] {
    right: 2px;
    bottom: 2px;
    width: 38px;
    height: 38px;
    font-size: 0;
    display: block;
    min-width: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../imgs/send.svg');
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-spinner {
    display: none !important;
}

.single-post .elementor-widget-theme-post-content h2 {
    padding-top: 120px;
    margin-top: -120px
}

.single-post .elementor-widget-theme-post-content h1 {
    font-family: 'cera_probold'!important;
    font-size: 36px!important
}

.single-post .elementor-widget-theme-post-content h2 {
    font-family: 'cera_probold'!important;
    font-size: 27px!important
}

.single-post .elementor-widget-theme-post-content h3 {
    font-family: 'cera_promedium'!important;
    font-size: 22px!important;
    padding-left: 25px
}

.single-post .elementor-widget-theme-post-content h4 {
    font-family: 'cera_promedium'!important;
    font-size: 23px!important;
    padding-left: 25px
}

.single-post .elementor-widget-theme-post-content p {
    font-family: 'cera_proregular'!important;
    font-size: 18px!important
}

.elementor-widget-theme-post-content ol,.elementor-widget-theme-post-content p,.elementor-widget-theme-post-content ul,.quote-caption,p {
    margin-bottom: 26px
}

.elementor-widget-theme-post-content ol,.elementor-widget-theme-post-content ul {
    margin-left: 40px;
    margin-left: 8rem
}

.elementor-widget-theme-post-content ol li {
    list-style-type: decimal
}

.elementor-widget-theme-post-content ul li {
    list-style-type: disc
}

.elementor-widget-theme-post-content ol ol,.elementor-widget-theme-post-content ul ul {
    margin-bottom: 0
}
/*
.jdw-form-download .jdw-form-group {
    position: relative;
    margin-bottom: 20px;
}

.jdw-form-download .jdw-form-group input:not([type="submit"]) {
    border-radius: 7px;
    background-color: #f7f9fa;
}

.jdw-form-group.type-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.jdw-form-group.type-checkbox > input[type="checkbox"] {
    width: 20px;
    margin-right: 8px;
}

.jdw-form-group.type-checkbox > label {
    font-size: 16px;
    cursor: pointer;
}

.jdw-form-group.type-submit input[type="submit"] {
    width: 60%;
    display: none;
    margin: 0 auto;
    font-size: 20px;
    padding: 9px 15px;
    font-family: 'cera_prolight';
}

.jdw-form-group.type-submit .wpcf7-spinner {
    left: 0;
    bottom: 50%;
    position: absolute;
    transform: translate(0, 50%);
}

.jdw-form-download.on-checkbox .jdw-form-group.type-submit input[type="submit"] {
    display: block;
}
 */

.jdw-col-33 {
    width: calc(33.33% - 4px);
}

.jdw-col-40 {
    width: calc(40% - 5px);
}

.jdw-col-50 {
    width: calc(50% - 5px);
}

.jdw-col-60 {
    width: calc(60% - 5px);
}

.jdw-col-100 {
    width: 100%;
}

.jdw-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.jdw-form-group {
    margin-top: 16px;
    position: relative;
}

.jdw-form-group.align-center {
    text-align: center;
}

.jdw-form-group.type-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.jdw-form-group input:not([type="submit"]) {
    border-radius: 7px;
    background-color: #f7f9fa;
}

.jdw-form-group.type-checkbox > input[type="checkbox"] {
    width: 20px;
    margin-right: 8px;
}

.jdw-form-group.type-checkbox > label {
    font-size: 14px;
    cursor: pointer;
    color: #7a7c7f;
}

.jdw-form-group input[type="submit"] {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    padding: 9px 15px;
    font-family: 'cera_prolight';
}

.jdw-form-group.checked-display input[type="submit"] {
    display: none;
}

.jdw-form-download.on-checkbox .jdw-form-group.checked-display input[type="submit"] {
    display: block;
}

.jdw-form-group textarea {
    width: 100%;
    resize: none;
    height: 160px;
    padding: 6px 8px;
    line-height: 1.5;
    font-size: inherit;
    font-family: inherit;
    background-color: #f7f9fa;
}

.jdw-form-group.type-submit .wpcf7-spinner {
    left: 0;
    bottom: 50%;
    position: absolute;
    transform: translate(0, 50%);
}

.fibc-construction-types {
    background-image: url(../imgs/site-inner-bg-left.png), url(../imgs/site-inner-bg-right.png);
    background-position: left bottom 43%, right top 11%;
    background-repeat: no-repeat, no-repeat;
}

.jdw-has-animate-it {
    position: relative;
}

.jdw-has-animate-it .animate-it {
    z-index: 9;
    position: relative;
    display: inline-block;
}

.jdw-has-animate-it .animate-it:after {
    left: 0;
    z-index: -1;
    content: '';
    bottom: -3px;
    width: 218px;
    height: 21px;
    display: block;
    position: absolute;
    transition: width 1.4s;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../imgs/before-line.png');
}

.jdw-flip-box {
    width: 663px;
    height: auto;
    max-width: 100%;
    min-height: 375px;
    perspective: 1000px;
    background-color: #F3F3F3;
}

.jdw-flip-box-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.jdw-flip-box-inner > .elementor-element {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #bbb;
    backface-visibility: hidden;
}

.jdw-flip-box-inner > .elementor-element:last-child {
    background-color: #555;
    transform: rotateY(180deg);
}

.jdw-flip-box:hover .jdw-flip-box-inner {
    transform: rotateY(180deg);
}

.elementor-widget-text-editor ul {
    margin-left: 8rem;
    margin-bottom: 26px;
}

.cky-notice-des * {
    font-size: 15px !important;
}

.cky-consent-bar .cky-title {
    display: none !important;
}

.cky-notice-group {
    justify-content: center !important;
}

.cky-consent-container .cky-consent-bar {
    padding: 12px 10px !important;
}

.cky-notice-btn-wrapper .cky-btn {
  font-size: 13px !important;
  padding: 2px 12px !important;
  min-width: auto !important;
}

@media (min-width: 1024px) {
    .jdw-mega-menu > .sub-menu {
        gap: 20px;
        padding: 20px 20px 20px 40px !important;
    }

    .jdw-mega-menu.hovered > .sub-menu {
        display: flex !important;
    }

    .jdw-mega-menu > .sub-menu > li {
        width: calc(50% - 10px);
    }

    .jdw-mega-menu > .sub-menu > li > a {
        font-size: 22px;
        margin-bottom: 15px;
        text-transform: capitalize;
        font-family: 'cera_probold' !important;
        border-bottom: 1px solid #000 !important;
    }

    .jdw-mega-menu.hovered > .sub-menu .sub-menu {
        width: 100%;
        top: 0 !important;
        display: block !important;
        position: relative !important;
    }

    .jdw-mega-menu > .sub-menu a {
        max-width: 100%;
        overflow: hidden;
        border: 0 !important;
        padding: 10px 0 !important;
        display: inline-flex !important;
        font-family: 'cera_prolight' !important;
    }

    .jdw-mega-menu > .sub-menu a .sub-arrow {
        display: none;
    }

    .jdw-mega-menu > .sub-menu a:after {
        left: 0;
        bottom: 3px;
        height: 5px;
        content: '';
        width: 100%;
        position: absolute;
        background-color: transparent;
        transition: background-color 0.5s ease;
    }

    .jdw-mega-menu > .sub-menu a:hover:after {
        background-color: var(--e-global-color-primary);
    }

    .jdw-primary-menu .elementor-nav-menu li.jdw-use-btn-style a {
        display: flex;
        min-width: 180px;
        max-height: 44px;
        border-radius: 25px;
        align-items: center;
        padding: 0 !important;
        justify-content: center;
        color: #FFF !important;
        border: 1px solid var(--e-global-color-accent);
        background-color: var(--e-global-color-accent);
    }

    .jdw-primary-menu .elementor-nav-menu li.jdw-use-btn-style a:hover:after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .jdw-primary-menu .elementor-nav-menu > li:first-child {
        margin-top: 10px;
    }
    .jdw-primary-menu .elementor-nav-menu > li:last-child {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .jdw-col-33 {
        width: 100%;
    }

    .jdw-col-40 {
        width: 100%;
    }

    .jdw-col-50 {
        width: 100%;
    }

    .jdw-col-60 {
        width: 100%;
    }
}