/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.header-icon .elementor-icon-wrapper {
    background: #f9f9f9;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #ececec;
}
.header-cart {
    width: 42px;
    height: 42px;
    background: #539B15;
    color: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-cart .cart-notify {
    position: absolute;
    top: -7px;
    right: 0;
    background: #539B15;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
}
.header-search button.hfe-search-submit:focus {
    outline: none;
}
.header .header-search {
    width: 400px;
}
.header-search button.hfe-search-submit::after {
    content: "Search";
    font-size: 14px;
    font-weight: 500;
}
.header-search button.hfe-search-submit {
    width: 140px;
    border-radius: 40px;
    margin-left: -40px;
}
.header-search button.hfe-search-submit .fas.fa-search {
    margin-right: 3px;
}
.header .header-search form.hfe-search-button-wrapper input.hfe-search-form__input {
    padding-left: 20px;
}
header .hfe-nav-menu .menu-item .hfe-menu-item {
    border-bottom: 2px solid transparent;
}
header .hfe-nav-menu .current_page_item a.hfe-menu-item,
header .hfe-nav-menu .current-menu-item a.hfe-menu-item{
    border-bottom: 2px solid #ffffff;
}
.hfe-nav-menu .menu-item .hfe-menu-item .hfe-menu-toggle.sub-arrow i.fa::before{
   font-size: 17px;
}
.footer-socialicon .elementor-icon {
    background: #539B15;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
 .copy-text p{
      margin: 0;
}
.material-box{
    position: relative;
}
.material-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.5%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}
.mission-container .missiion-box .elementor-icon-wrapper {
    min-height: 70px;
}
.elementor-element.product-box {
    position: relative;
}
.elementor-element.product-box .productbx-heading {
    position: absolute;
    bottom: -30px;
    background: #fff;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 10px 30px 0px rgba(17,12,79,0.1);
}
.missiion-box:hover .elementor-icon{
    animation: popicon 400ms ease-in-out;
    -webkit-animation: popicon 400ms ease-in-out;
    animation-delay: .35s;
    -wenkit-animation-delay: .35s;
}
@keyframes popicon {
    16%{
        transform: skew(-14deg);
        -webkit-transform: skew(-14deg);
    }
    33%{
        transform: skew(12deg);
        -webkit-transform: skew(12deg);
    }
    49%{
        transform: skew(-8deg);
        -webkit-transform: skew(-8deg);
    }
    66%{
        transform: skew(6deg);
        -webkit-transform: skew(6deg);
    }
    83%{
        transform: skew(-4deg);
        -webkit-transform: skew(-4deg);
    }
}
.elementor-element.homebanner-slider .slider-area .slick-track .home-banner {
    min-height: calc(100vh - 134px);
}
.header-search .hfe-search-icon-toggle i {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 100%;
    color: #999999;
    box-sizing: border-box;
}

/* Custom Container */
.custom-container,
body.woocommerce-page.page .site-main {
    margin: 0 auto;
    max-width: 1578px;
    padding: 0 25px;
    width: 100%;
}

/* About */
.partners-slider .htb-container {
    max-width: 1200px;
    padding-top: 30px;
}
.about-tab .elementor-tabs-wrapper .elementor-tab-title {
    padding: 12px 30px;
    border: none;
}
.about-tab.elementor-element .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-bottom: 2px solid #539B15;
}
.about-tab.elementor-element .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper {
    border: none;
}
.about-tab.elementor-element .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: none;
    padding-left: 0;
}
.partners-slider .htslider-item-img.single-slide-item.htslider-single-post-slide {
    height: auto;
}
.partners-slider .post-inner {
    display: flex;
    flex-direction: column;
}
.partners-slider .post-inner .htslider-title {
    order: 1;
}
.partners-slider .post-inner .htslider-desc {
    order: 3;
}
.partners-slider .post-inner  .htslider-subtitle {
    order: 2;
}
.partners-slider .slick-track {
    display: flex;
    align-items: center;
}
.partners-slider .htslider-item-img.single-slide-item .htslider-subtitle {
    margin: 0 0 30px;
}
.partners-slider .elementor-widget-container .htslider-postslider-area .htslider-carosul-next.slick-arrow {
    right: -23px;
}
.partners-slider .elementor-widget-container .htslider-postslider-area .htslider-carosul-prev.slick-arrow {
    left: -23px;
}
.partners-slider .post-inner .htslider-desc p {
    margin-bottom: 0;
}

/* Newsletter */
.newsletter-form form label {
    display: block;
}
.newsletter-form form input,
.newsletter-form .tnp.tnp-subscription input {
    min-height: 60px;
    border: 1px solid #e7e7e7;
}
form input:focus,
form textarea:focus,
input[type="submit"]:focus{
    outline: none;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.newsletter-form form br {
    display: none;
}
.newsletter-form form p {
    margin: 30px 0 0;
}
.newsletter-form .tnp-subscription {
    max-width: 100%;
}
.newsletter-form .tnp.tnp-subscription input{
    background-color: #ffffff;
}
.newsletter-form .tnp-subscription label {
    font-weight: 500;
}
.newsletter-form .tnp-subscription  .tnp-privacy-field {
    margin: 18px 0 22px;
}
.newsletter-form .tnp-subscription  .tnp-privacy-field label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}
.newsletter-form .tnp-subscription .tnp-privacy-field label input.tnp-privacy {
    min-height: auto;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}
.newsletter-form .tnp-subscription  .tnp-field.tnp-field-firstname {
    margin-bottom: 22px;
}
.newsletter-form  .tnp.tnp-subscription form .tnp-field.tnp-field-button input[type='submit'] {
    background: #539B15;
    border: 1px solid #539B15;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 16px;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid red;
    font-size: 14px;
    color: #ff0000;
    margin-left: 0;
}
body .newsletter-point.elementor-element .elementor-image-box-wrapper figure.elementor-image-box-img {
    min-width: 50px !important;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ebedee;
    border-radius: 5px;
    background: #EEF2F6;
}
body .newsletter-point.elementor-element .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 29px;
}
.newsletter-form form input ,
.contact-form form .form-filed input,
.contact-form form textarea,
.newsletter-form .tnp.tnp-subscription input{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border-radius: 0;
}
/* Contact */
.contact-form  form {
    display: flex;
    flex-wrap: wrap;
}
.contact-form form .form-filed-half {
    width: 50%;
}
.contact-form form p {
    margin: 0;
}
.contact-form form .form-filed input,
.contact-form form textarea {
    min-height: 55px;
    border: 1px solid rgba(231, 231, 231,0.75);
    background: #ffffff;
}
.contact-form form .form-filed {
    margin-bottom: 25px;
}
.contact-form form .form-filed.left {
    padding-right: 15px;
}
.contact-form form .form-filed.right {
    padding-left: 15px;
}
.contact-form form  .form-filed.form-field-full {
    width: 100%;
}
.contact-form form  textarea {
    height: 150px;
}
form .form-field.submit input[type="submit"] {
    background: #539B15;
    border: 1px solid #539B15;
    color: #fff;
    font-size: 16px;
    padding: 15px 38px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
}
.contact-form .form-field.submit {
    width: 100%;
}
.contact-box .contact-box-link a {
    color: #000000;
    font-weight: 400;
}
.contact-box .contact-box-image .elementor-widget-container img {
    width: 48px;
}
.contact-box .contact-box-image .elementor-widget-container {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/* FAQs */
.faq-section .ufaqsw_default_all_faq_header,
.faq-section .ufaqsw_faq_title{
    display: none;
}
.ufaqsw_container_default {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 100px;
}
.ufaqsw_toggle_default {
    width: calc(50% - 100px);
}
.faq-section  .ufaqsw_toggle_default .ufaqsw-toggle-title-area-default {
    border: none;
}
.faq-section .ufaqsw_toggle_default .ufaqsw-toggle-title-area-default .ufaqsw-title-name-default {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0,0.2);
    padding-right: 50px;
    position: relative;
    padding-left: 5px;
    min-height: 91px;
}
.faq-section .ufaqsw_toggle_default .ufaqsw-toggle-inner-default {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 24px;
    color: rgba(0,0,0,0.75);
}
.faq-section .ufaqsw_toggle_default .ufaqsw-toggle-title-area-default .ufaqsw-title-name-default .ufaqsw-default-icon {
    position: absolute;
    right: 7px;
    top: 36%;
    transform: translateY(-50%);
}
.faq-section .ufaqsw_toggle_default .ufaqsw-toggle-title-area-default.ufaqsw_active .ufaqsw-title-name-default {
    color: #539B15;
    border-bottom: 1px solid #539B15;
}

/* User Details */
.user-details-container {
    padding: 80px 0 100px;
}
.user-info-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;
    margin-top: 70px;
}
.user-info-wrap .user-label {
    display: flex;
    width: 25%;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 20px 20px 0;
    margin: 0;
    color: rgba(0,0,0,0.75);
    gap: 6px 15px;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.user-details-container h2 {
    color: #000000;
    margin: 0 0 35px;
}
.user-info-wrap .user-label.user-label-upload {
    flex-wrap: nowrap;
    padding-right: 0;
    gap: 6px 20px;
    width: 100%;
}
.user-info-wrap .user-label strong {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}
.user-info-wrap .user-label iframe {
    width: 100%;
}
.user-info-wrap .user-label img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    max-height: 100px;
}
.user-details-container .add_price_btn:focus {
    outline: none;
}
.user-details-container .add_price_btn {
    font-size: 16px;
    font-weight: 600;
    background: #539B15;
    color: #ffffff;
    border: 1px solid #539B15;
    border-radius: 0;
    padding: 12px 30px;
    min-height: 52px;
    margin-top: 30px;
}
.add-price-modal .modal-content {
    width: 430px;
    position: relative;
    padding: 56px 30px 30px;
}
.add-price-modal.modal input {
    border: 1px solid #adadad;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}
.add-price-modal input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
}
.add-price-modal .modal-content .close {
    position: absolute;
    right: 11px;
    top: 8px;
}
.add-price-modal input:focus {
    outline: none;
}
.add-price-modal .modal-content button {
    margin: 18px 0 0;
    color: #fff;
    background: #539B15;
    border: 1px solid #539B15;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
    padding: 8px 22px;
}
.user-text-wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
}
.user-text-label {
    font-weight: 400;
    color: #333333;
    margin: 0 0 4px;
    line-height: 20px;
    font-size: 14px;
}
.user-value {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.user-info-wrap .user-label-img img {
    width: 25px;
    height: auto;
}
.user-info-wrap  .user-label-img.icon-big img {
    width: 28px;
}
.user-info-table {
    padding: 50px 0 80px;
}
.user-info-btns {
    margin-top: 30px;
}
.images-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.user-label-upload .upload-images {
    width: calc(100% - 105px);
    margin-top: -6px;
}
.user-label-upload .upload-images .images-wrap img {
    width: 110px;
}
.user-info-btns button {
    background-color: #539B15;
    color: #fff;
    border: 1px solid #539B15;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    margin-right: 15px;
    padding: 10px 25px;
}
.user-info-btns button:hover {
    background-color: #48781F;
}
.user-info-btns button:focus {
    color: #fff;
    outline: none;
    background-color: #48781F;
}
/* Product Category */
.product-categories ul.products li.product {
    width: calc(33% - 10px);
    margin: 0;
    position: relative;
    margin-bottom: 25px;
}
.product-categories ul.products li.product .woocommerce-loop-category__title {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(17,12,79,0.1);
    width: 89%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -30px;
    padding: 17px 15px;
    color: #050505;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
}
.product-categories ul.products {
    flex-wrap: wrap;
    display: flex;
    gap: 50px 20px;
}
.product-categories .woocommerce ul.products li.product a.woocommerce-loop-product__link{
    display: block;
    width: 100%;
}
.product-categories .woocommerce ul.products li.product a img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    margin: 0;
    width: 100%;
}
.product-categories .woocommerce ul.products::before{
    display: none;
}
.product-categories ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    color: #000000;
    padding: 0px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 8px;
    min-height: 56px;
}
.product-categories ul.products li.product .elex-rqst-quote-front-wrap {
    text-align: center;
}
.product-categories ul.products li.product .elex-rqst-quote-front-wrap button {
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 25px;
}
.product-categories ul.products li.product .woocommerce-loop-category__title mark.count {
    display: none;
}
.product-categories ul.products li.product .woocommerce-loop-category__title mark.count {
    background: transparent;
    color: inherit;
    font-size: inherit;
}
/* Singal product */
body.single.single-product section.related.products {
    display: none;
}
.back-to-products .btn:hover{
    background :#48781F;
}
.back-to-products .btn {
    background: #539B15;
    color: #fff;
    padding: 5px 28px;
    font-size: 16px;
    font-weight: 600;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.back-to-products {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 70px 0 70px;
}
/* Gallery */
.eael-filter-gallery-wrapper .gallery-item-caption-over {
    text-align: center;
}
.eael-filter-gallery-wrapper .gallery-item-caption-over .fg-item-title {
    display: none;
}
.mfp-iframe-holder .mfp-content button.mfp-close,
.mfp-image-holder .mfp-content button.mfp-close {
    font-size: 40px;
}
.mfp-arrow-right {
    right: 90px;
}
.eael-filter-gallery-wrapper .eael-filter-gallery-container .eael-gallery-grid-item .video-popup-bg {
    background-color: rgba(0,0,0,0.10);
    visibility: visible;
    opacity: 1;
}
.eael-filter-gallery-wrapper .eael-filter-gallery-container .eael-gallery-grid-item:hover .video-popup-bg{
    background-color: rgba(0,0,0,0.7);
}
/* Blog */
.blog-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-image: url('/wp-content/uploads/2024/05/Blog_Banner.jpg');
    padding: 0 25px;
    min-height: 200px;
    align-items: center;
    position: relative;
    background-position: center center;
}
.blog-header .container {
    max-width: 1528px;
    margin: 0 auto;
    width: 100%;
}
.blog-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28);
    z-index: 0;
}
.blog-header h1 {
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    position: relative;
}
body.blog:not([class*=elementor-page-]) .site-main#content{
    padding: 0 25px;
}
body.blog:not([class*=elementor-page-]) .site-main#content{
    max-width: 1528px;
    width: 100%;
}

body.single-post:not([class*=elementor-page-]) .site-main#content,
body.single-post .site-main#content {
    max-width: 1200px;
    width: 100%;
}
body.single-post:not([class*=elementor-page-]) .site-main#content,
body.single-post .site-main#content{
    margin: 0 auto;
}
body.single-post:not([class*=elementor-page-]) .site-main#content,
body.single-post .site-main#content{
    padding: 80px 25px;
}
body.single-post .blog-content img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
body.blog .page-header h2 {
    color: #000000;
}
body.blog .page-header p {
    font-size: 18px;
    color: rgba(0,0,0,0.75);
    font-weight: 500;
    max-width: 900px;
}
body.blog .page-header {
    padding: 60px 0  30px;
}
body.blog .page-content,
body.single-post .page-content {
    display: flex;
    flex-wrap: wrap;
}
body.blog .blog-content,
body.single-post .blog-content{
    width: 100%;
}
body.blog  .blog-sidebar,
body.single-post .blog-sidebar {
    width: 30%;
    padding-left: 30px;
}
.post-widgets {
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 40px;
}
.post-widgets h3,
.post-widgets .cat-links {
    margin: 0 0 30px;
    padding: 0 0 16px;
    position: relative;
    color: #000000;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.post-widgets h3::after,
.post-widgets .cat-links::after {
    content: "";
    border-bottom: 2px solid #539B15;
    width: 70px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-widgets ul {
    list-style: none;
    padding: 0;
}
.post-widgets li {
    padding: 0 0 9px;
    margin: 0 0 9px;
    border-bottom: 1px solid #eeeeee;
    list-style: none;
}
.post-widgets li a,
body.single-post .post-widgets .tag-links a {
    text-decoration: none;
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
}
body.single-post .post-widgets .tag-links a {
    width: 100%;
    display: block;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}
.post-widgets li a:hover,
body.single-post .post-widgets .tag-links a:hover{
    color: #000000;
}
.post-widgets li:last-child,
body.single-post .post-widgets .tag-links a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    text-transform: capitalize;
}
.post-meta .meta {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.post-meta .meta svg {
    margin-right: 8px;
    width: 18px;
}
body.blog article.post {
    margin-bottom: 40px;
}
body.blog article.post .post-content {
    padding: 26px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
body.blog article.post > a {
    display: block;
}
article.post h2.entry-title {
    line-height: 32px;
    font-size: 22px;
    font-weight: 700;
    margin: 18px 0 10px;
    min-height: 95px;
}
article.post h2.entry-title a {
    font-size: inherit;
    color: #000000;
}

article.post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,0.75);
}
article.post .post-content .read-more {
    background: #539B15;
    padding: 10px 28px;
    font-size: 16px;
    margin-top: auto;
    display: inline-flex;
    color: #ffff;
    text-decoration: none;
    font-weight: 600;
}
article.post .post-content .read-more:hover{
    background:#48781F;
}
body.single-post .page-header h1.entry-title {
    max-width: 100%;
    font-size: 42px;
    line-height: 57px;
    color: #000000;
    margin: 0 0 20px;
    font-weight: 600;
}
body.single-post  .post-meta {
    margin: 20px 0 7px;
}
.blog-content h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}
.blog-content ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}
.blog-content ul li,
.blog-content p{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
    font-weight: 500;
    color: rgba(0,0,0,0.75);
}
.blog-content a {
    color: #539B15;
}
.comments-area .comment-reply-title {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 12px;
}
.comments-area {
    margin-top: 30px;
}
.comments-area .logged-in-as {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
}
.comments-area .logged-in-as a {
    font-size: inherit;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-form .comment-form-author {
    padding-right: 15px;
}
.comment-form .comment-form-comment {
    order: 4;
}
.comment-form .comment-form-cookies-consent {
    order: 5;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.comment-form  .form-submit {
    order: 6;
}
.comment-form .comment-form-comment {
    width: 100%;
}
.comment-form  .comment-form-email,
.comment-form .comment-form-author{
    width: 50%;
}
.comment-form  .comment-form-email {
    padding-left: 15px;
}
.comment-form .comment-form-url {
    width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    min-height: 50px;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 5px 12px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.comment-form .comment-form-cookies-consent label {
    font-size: 14px;
    font-weight: 400;
}
.comment-form .form-submit input[type="submit"] {
    background: #539B15;
    color: #fff;
    border: 1px solid #539B15;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 0;
}
.product-box .elementor-widget-image a {
    display: block;
    width: 100%;
}
body .productbx-heading a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 17px 10px;
}
body.blog .blog-content {
    display: flex;
    flex-wrap: wrap;
}

body.blog .blog-content article.post {
    width: 25%;
    flex: 0 0 25%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
body.blog .blog-content article.post img.wp-post-image {
    height:300px;
}
/* Product Category and product detail Common style */
body.single.single-product .site-main,
body.archive .content-area .site-main{
    max-width: 1578px;
    padding: 0 25px;
}
/* Product Category and product detail Common style END*/

/* Product Category */
body.woocommerce.woocommerce-page nav.woocommerce-breadcrumb {
    margin: 50px 0 0;
    color: #539B15;
}
body.woocommerce.woocommerce-page nav.woocommerce-breadcrumb a,
body.woocommerce.woocommerce-page nav.woocommerce-breadcrumb{
  font-size: 14px;
}
body.woocommerce.woocommerce-page nav.woocommerce-breadcrumb a {
    color: #808080;
}
.woocommerce-products-header .woocommerce-products-header__title.page-title {
    font-size: 42px;
    line-height: 57px;
    color: #000000;
    margin: 6px 0 15px;
}
body.archive ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}
body.archive ul.products li.product {
    width: calc(25% - 2%);
    margin-left: 1%;
    margin-right: 1%;
}
body.archive ul.products li.product .woocommerce-loop-product__title {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 88%;
    text-align: center;
    background: #fff;
    z-index: 1;
    padding: 18px 10px;
    color: #050505;
    box-shadow: 0px 10px 30px 0px rgba(17,12,79,0.1);
    right: 0;
    margin: 0 auto;
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
}
body.archive ul.products li.product a.button {
    display: none;
}
body.archive ul.products li.product img {
    max-height: 300px;
    object-fit: cover;
}
.woocommerce .woocommerce-ordering select.orderby {
    width: 210px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    border: 1px solid #808080;
    padding-left: 10px;
    cursor: pointer;
}
.woocommerce .woocommerce-result-count {
    color: #808080;
    font-size: 16px;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 16px;
}
.woocommerce .woocommerce-ordering select.orderby:focus {
    outline: none;
}
.quantity-class
{
display:flex;
flex-direction:column;
}
/* 404 Page */
body.error404 #content.site-main {
    max-width: 1578px;
    padding: 180px 25px;
}
body.error404 .page-header .entry-title {
    max-width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}
body.error404 .page-content {
    text-align: center;
}
body.error404 .page-content p {
    font-size: 25px;
    color: #000000;
}
/* The modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Request For Quote */
.request-quote-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-image: url('/wp-content/uploads/2024/03/about.jpg');
    padding: 0 25px;
    min-height: 200px;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.request-quote-header .container,
.request-quote-content .container {
    max-width: 1528px;
    margin: 0 auto;
    width: 100%;
}
.request-quote-header h1 {
    margin: 0;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    position: relative;
}
.request-quote-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28);
    z-index: 0;
}
.request-quote-content {
    padding: 80px 25px;
}
.request-quote-content p {
    color: rgba(0,0,0,0.75);
}
.request-quote-content form {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.request-quote-content .form-group {
    margin: 0 0 23px;
}
.request-quote-content form .form-group.form-group-full {
    width: 100%;
}
.product-remove-fileds .form-group {
    margin: 0;
}
.request-quote-content form .form-group input,
.request-quote-content form .form-group textarea,
.request-quote-content form .form-group select {
    border: 1px solid #bcbcbc;
    min-height: 50px;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.request-quote-content form .form-group:not(.form-group-full) textarea {
    height: 50px;
}
.request-quote-content label{
   display: block;
}
.request-quote-content form .form-group label {
    width: 100%;
    margin: 0 0 10px;
    font-size: 15px;
    color: rgba(0,0,0,0.75);
}
.request-quote-content form .form-group input[type='file'] {
    padding: 10px;
}
.request-quote-content form .form-group select:focus {
    outline: none;
}
.request-quote-content form .form-group select:focus {
    outline: none;
}
.request-quote-content form .form-group-submit {
    margin: 0 0 22px;
}
.request-quote-content form .form-group-submit input[type="submit"] {
    background: #539B15;
    color: #fff;
    border: 1px solid #539B15;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 28px;
    min-height: 55px;
    font-weight: 600;
}
.request-quote-content .request-form-box .request-form-inner .product-remove {
    padding: 23px 0 0;
    margin-bottom: 0;
}
.add-product-field .form-group{
    margin: 0;
}
.product-remove label:empty {
    display: none;
}
.quote-description {
    margin: 40px 0 0;
}
.quote-description p {
    margin: 0 0 7px;
    font-size: 16px;
}
.request-quote-content .quote-description h3 {
    margin: 0 0 13px;
}
.quote-description p a {
    color: #539B15;
}
.request-quote-content h3 {
    margin: 30px 0 10px;
}
.request-quote-content form  .form-group.form-group-full {
    padding-right: 0;
    padding-left: 0;
}
.add-product-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
.add-product-field .quantity-class,
.add-product-field .form-group-btn,
.product-remove-fileds .quantity-class,
.product-remove-fileds .form-group-btn{
    flex: 1 0;
}
.add-product-field #add-section-button {
    order: 3;
}
.product-remove-fileds .remove-product-button,
.add-product-field #add-section-button{
    display: inline-flex;
    border: 1px solid #539B15;
    color: #ffffff;
    background: #539B15;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    width: 55px;
}
.product-remove-fileds .remove-product-button:focus,
.add-product-field #add-section-button:focus{
   outline: none;
}
.request-quote-content form .form-group .add-product-field input[type="number"] {
    flex: 1 1 0;
    max-width: 100px;
    margin-right: 20px;
}
.add-product-field  button {
    flex: 0 0 auto;
}
.add-product-field #add-section-button svg,
.product-remove-fileds .remove-product-button svg {
    width: 25px;
    height: 25px;
}
.request-quote-content form .form-group.product-remove {
    padding: 20px 0 0;
    width: 100%;
}
.product-remove-fileds {
    display: flex;
    justify-content: flex-start;
}
.product-remove-fileds .quantity-class {
    margin: 0 25px;
    min-width: 70px;
}

.form-file-upload {
    display: flex;
    gap: 25px;
    width: 100%;
}
.form-file-upload:empty {
    margin: 0;
}
.form-file-upload + .form-file-upload:empty {
    display: none;
}
.form-file-upload + .form-file-upload {
    margin-top: 23px;
}
.form-file-upload button.add-file,
.form-file-upload .remove-file {
    border: 1px solid #539b15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 55px;
}
.form-file-upload .remove-file{
    color: #539b15;
}
.form-file-upload button.add-file:hover,
.form-file-upload button.add-file:focus,
.form-file-upload .remove-file:hover,
.form-file-upload .remove-file:focus {
    background-color: #539b15;
    color: #ffffff;
}
.form-file-upload button.add-file:focus,
.form-file-upload .remove-file:focus{
    outline: none;
}
.form-file-upload button.add-file{
    background-color: #539b15;
    color: #ffffff;
}
.request-form-wrap {
    display: flex;
    flex-wrap: wrap;
}
.request-form-box {
    width: 49%;
    background-color: #00572D12;
    margin-bottom: 35px;
}
.request-form-full {
    width: 100%;
    margin: 0 0 30px;
}
.request-form-wrap .request-form-box:nth-child(2n+1) {
    margin-right: 1%;
}
.request-form-wrap .request-form-box:nth-child(2n+2) {
    margin-left: 1%;
}
.request-form-inner {
    padding: 35px;
}
.request-form-box .request-main-heading {
    margin: 0;
    padding: 30px 35px 10px;
}
.request-form-inner .form-group {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.request-form-box .checboxwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.request-quote-content .request-form-inner .form-group .checboxwrap input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
.request-quote-content form  .request-form-full .form-group.form-group-full input[type="checkbox"]{
    width: 22px;
    height: 22px;
}
.request-quote-content .request-form-inner .form-group .checboxwrap input[type="checkbox"]:checked,
.request-quote-content form  .request-form-full .form-group.form-group-full input[type="checkbox"]:checked {
    accent-color: #539b15;
}
.request-quote-content form  .request-form-full .form-group.form-group-full {
    display: flex;
    align-items: center;
    gap: 13px;
}
.request-quote-content form .request-form-full .form-group.form-group-full label {
    margin: 0;
}
/* Product detail Css */
body.woocommerce.woocommerce-page.single.single-product .woocommerce-breadcrumb {
    margin-bottom: 20px;
}
body.single.single-product .summary .product_title.entry-title {
    font-size: 40px;
    line-height: 57px;
    color: #000000;
    font-weight: 600;
}
body.single.single-product .summary .product_title.entry-title {
    font-size: 40px;
    line-height: 57px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}
body.single.single-product .summary  .product_meta {
    margin: 0 0 22px;
}
body.single.single-product .summary  .product_meta .posted_in {
    color: #000000;
    font-size: 17px;
}
body.single.single-product .summary .product_meta .posted_in a {
    color: #539B15;
}
body.single.single-product .summary  .price:empty {
    display: none;
}
body.single.single-product .summary  .button.add_to_quote_button {
    background: #539B15;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 35px;
}
body.single.single-product .summary .button.add_to_quote_button:hover,
.woocommerce-info .woocommerce-Button.wc-forward.button:hover,
.woocommerce-info .wc-forward.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"]:hover,
form.woocommerce-form .woocommerce_loginarea.form-row button.woocommerce-button:hover,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row button[type="submit"]:hover {
    background: #48781F;
    color: #fff;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel > h2 {
    display: none;
}
body.single.single-product .product .woocommerce-product-gallery {
    margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #539b15;
    border: 1px solid #539b15;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #fff;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 10px 10px 0 0;
    margin: 0px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    border-color:#539b15;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #539b15;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 17px;
    color: #000000;
}
/* Product detail Css End */

/* My account */
body.woocommerce-page.page .site-main .page-content {
    padding: 0 0 100px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 300px);
    padding: 0 0 0 20px;
}
body.woocommerce-page .page-header .entry-title {
    font-size: 42px;
    line-height: 52px;
    color: #000000;
    max-width: 100%;
    padding: 0;
    display: none;
}
body.woocommerce-page .page-header {
    padding: 50px 0 40px;
}
body.woocommerce-page .page-header {
    padding: 50px 0 32px;
}
.product-table-content {
    display: flex;
}
.product-table-content .request-status {
    width: 40%;
    padding: 0 20px 0 0;
}
.product-table-content .product-col {
    padding: 0 0 0 23px;
    width: 60%;
}
.product-table-content .heading {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.request-status table tr td,
.product-table-content .product-col th,
.product-table-content .product-col td {
    border: 1px solid #e3e3e3;
    font-size: 16px;
    background-color: #ffffff;
}
.product-table-content .product-col th,
.product-table-content .product-col td{
    border-right: 0;
    border-left: 0;
}
.product-table-content .product-col table{
    border: 1px solid #e3e3e3;
}
.request-status table tr td:first-child,
.product-col table tr th {
    font-weight: 600;
    color: #2e2e2e;
}
.request-status table tr td:first-child{
    border-right: 0;
}
.request-status table tr td:last-child {
    text-align: right;
    border-left: 0;
}
.request-status table tr:nth-child(odd)>td {
    background-color: #fff;
}
.product-table-content .product-col th, 
.product-table-content .product-col td {
    text-align: center;
}
.product-col table tr th:first-child,
.product-col table tr td:first-child{
     text-align: left;
}
.woocommerce-MyAccount-navigation ul a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(177, 177, 177,0.5);
    width: 90%;
    display: block;
    padding: 10px 2px;
    font-size: 16px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation ul .is-active a,
.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-info::before{
    color: #539b15;
}
.woocommerce-info{
    border-top-color: #539b15;
}
.woocommerce-info .woocommerce-Button.wc-forward.button,
.woocommerce-info .wc-forward.button,
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"],
form.woocommerce-form .woocommerce_loginarea.form-row button.woocommerce-button,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row button[type="submit"]{
    background: #539B15;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    min-height: 50px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"]{
    margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"]:focus,
form.woocommerce-form .woocommerce_loginarea.form-row button.woocommerce-button:focus,
.login-tab .btn:focus,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row button[type="submit"]:focus{
    outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content label,
.myaccountlogin .woocommerce-form label,
form.woocommerce-ResetPassword.lost_reset_password label {
    color: #000000;
    font-size: 15px;
    margin: 0 0 2px;
}
.woocommerce-account .woocommerce-MyAccount-content input,
.woocommerce-account .woocommerce-MyAccount-content  .select2-selection--single,
.myaccountlogin .woocommerce-form input:not(.woocommerce-form__input-checkbox),
form.woocommerce-ResetPassword.lost_reset_password input{
    border: 1px solid #dedede;
    font-size: 15px;
    color: #000000;
    min-height: 48px;
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content  .select2-selection--single {
    display: flex;
    align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 9px;
    right: 10px;
}
.woocommerce-error li,
.woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-form-row.woocommerce-form-row--wide input + span  {
    font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 40px;
    border: 1px solid #dedede;
}
.woocommerce .myaccountlogin {
    max-width: 600px;
    margin: 0 auto;
}
.woocommerce form .form-checbox-field {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
}
.woocommerce form .form-checbox-field::before,
.woocommerce form .form-checbox-field::after {
    display: none;
}
.woocommerce form .form-checbox-field a,
.woocommerce-privacy-policy-text a{
    color: #539b15;
    font-size: 14px;
}
.woocommerce form .form-checbox-field .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}
.woocommerce form .form-checbox-field .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
}
.woocommerce-privacy-policy-text,
form.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 14px;
    line-height: 24px;
}
.woocommerce-privacy-policy-text{
    padding: 3px 3px 0;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 600px;
    margin: 47px auto;
    border: 1px solid #cfc8d8;
    padding: 20px;
    border-radius: 5px;
}
.login-tab {
    display: flex;
    gap: 20px;
}
.login-tab .btn {
    width: 50%;
}
.login-tab .btn.active {
    background: #539b15;
    color: #fff;
    border: 1px solid #539b15;
}
.login-tab .btn {
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000000;
    font-size: 18px;
    background: transparent;
    font-weight: 400;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first{
    width: 100%;
    margin: 0 0 12px;
}
.request-info-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 87, 45, 0.1);
    margin-bottom: 35px;
}
.request-info {
    /* width: calc(55% - 35px); */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    background-color: #f5f7f1;
    border-radius:  10px;
}
.request-info .request-label {
    width: calc(100%/4);
/*    border-bottom: 1px solid rgba(0,0,0,0.10);*/
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #000000;
}
.request-info-table {
    width: 100%;
}
.request-info-table table{
    margin-bottom: 0px;
}
.request-info-table table tr th{
    font-weight: 600;
    color: #999999;
    font-size: 14px;
}
.request-info-table table tr th:first-child{
    border-radius: 10px 0px 0px 0px;
}
.request-info-table table tr th:last-child{
    border-radius: 0px 10px 0px 0px;

}
.request-info-table table tr td{
    font-weight: 500;
}
.request-info-table table tr:last-child td:first-child{
    border-radius: 0px 0px 0px 10px;

}
.request-info-table table tr:last-child td:last-child{
    border-radius: 0px 0px 10px 0px;

}
.request-info-table table tr td:first-child{
    font-weight: 600;
    color: #000;
}
.request-info-wrap .request-heading{
    font-size: 20px;
    font-weight: 700;

}
.request-heading span{
    color: #00572D;
}
.request-info-table h3 {
    margin: 20px 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #00572D;
}
.request-info  p {
    font-size: 16px;
}
.request-info .request-label .request-label-name {
    font-weight: 500;
}
.request-info .request-label .req-value {
    font-weight: 400;
    font-size: 15px;
}
.request-info-table table tbody tr th, 
.request-info-table table tbody tr td {
    border-color: rgba(0,0,0,0.10);
    text-align: left;
}
.request-info-table table tbody tr:nth-child(odd) th,
.request-info-table table tbody tr:nth-child(odd) td,
.request-info-table table tbody tr:hover td{
    background-color: transparent;
}
.request-info-table table{
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.request-info-table table th{
    font-weight: 500;
    color: #000000;
}
.request-info-table table td{
    font-weight: 400;
    font-size: 15px;
}
.request-info-table table th,
.request-info-table table td {
    border-right: 0;
    border-left: 0;
}
/* Common page header custom */
.page-header-common {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-image: url('/wp-content/uploads/2024/03/about.jpg');
    min-height: 200px;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header-common::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28);
    z-index: 0;
}
.page-header-common  h1 {
    margin: 0;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    position: relative;
}

/* Resource page */
.resources-table {
    padding: 70px 0;
}
.resources-table table th,
.resources-table table td {
    text-align: left;
    text-transform: capitalize;
}
.resources-table table thead th {
    font-weight: 500;
    font-size: 14px;
    padding: 13px 20px 1px;
    text-transform: uppercase;
    color: #9c9999;
    border: none;
}
.resources-table table thead:first-child tr:first-child th{
    border: none;
}
.resources-table table tr td {
    background-color: #ffffff;
    border-color: rgba(222, 222, 222,0.7);
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    vertical-align: middle;
    color: #000000;
}
.resources-table tbody tr {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.resources-table table tbody tr td:first-child{
    border-radius: 10px 0px 0px 10px;
}
.resources-table table tbody tr td:last-child{
    border-radius: 0px 10px 10px 0px;
}
.resources-table table{
    border-collapse: separate;
    border-spacing: 0px 20px;
}
.resources-table table tbody tr:nth-child(2n+1) td,
.resources-table table tbody tr:hover > td{
   background-color: #ffffff;
}
.resources-table table tr td:last-child,
.resources-table table tr th:last-child {
    text-align: right;
}
.resources-table table td a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #539B15;
    padding: 1px 14px;
    font-weight: 600;
    display: inline-flex;
    border: 2px solid #539B15;
}
.resources-table table td a:hover {
    background-color: transparent;
    color: #539B15;
}
.resources-table table img.wp-post-image {
    width: 60px;
    height: auto;
}
.resources-table table td {
    font-weight: 400;
    border-color: #dedede;
    font-size: 16px;
}
/* Resource page end */

.privacytext-link a {
    color: #539B15;
}
/* Blog detail page */
.blog-elementor-content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-content #commentform .comment-notes {
    width: 100%;
}
/* Blog detail page */

/* Responsive Media */
@media(max-width: 1279px){
    .right-header-col {
        gap: 10px;
    }   
}
@media(min-width: 1025px){
   .header-menu li.desktop-menu-hide {
    display: none;
   }
}
@media(min-width: 1025px) and (max-width: 1199px){
    .right-header-col .elementor-element.menu-link .elementor-button {
     font-size: 13px;
     padding-left: 8px;
     padding-right: 8px;
    }
}
@media(max-width: 1024px){
   .elementor-element.homebanner-slider .slider-area .slick-track .home-banner {
    min-height: auto;
   } 
   .elementor-element.footer-nav .hfe-nav-menu .menu-item:first-child .hfe-menu-item {
    padding-left: 0;
   }
   .header .header-search {
    width: 200px;
   }
   .elementor-element.header-bottom-bar {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 50px;
    max-width: initial;
    background: transparent;
    padding: 0;
   }
   header .elementor-element.header-bottom-bar {
    background: transparent !important;
   }
   .elementor-element.header-bottom-bar .elementor-element.header-menu .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal {
    left: unset !important;
    right: 0px;
    width: 100vw !important;
    position: absolute;
   }
   .ehf-header #masthead {
    z-index: 999;
  }
}
@media(max-width: 767px){
    .elementor-element.footer-nav .hfe-nav-menu .menu-item {
    width: 100%;
    margin: 0 0 10px;
   }
   .elementor-element.header-bottom-bar .elementor-element.header-menu .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal {
    right: -20px;
   }
   .header .header-search {
    width: 140px;
   }
   .elementor-element.footer-nav .hfe-nav-menu .menu-item a.hfe-menu-item {
    padding-left: 0;
  }
  .homebanner-slider .htslider-slider-area .hero-slider-controls {
    right: 0;
  }
}