/*
Theme Name: Foton Child
Theme URI: https://foton.qodeinteractive.com/
Description: A child theme of Foton Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: foton
Template: foton
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{ font-weight: 400; color: #555555; }
p, li, .textwidget{ font-family: "Roboto", sans-serif !important; }

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
    text-transform: none !important;
}

/*h3{ font-size: 40px; }*/

a, p a{ color: #555555; }

    /* knowladge base */
    .eckb-article-title{
        font-size: 45px;
        
    }
/* knwoladge enf */
        .mkdf-page-footer{
            z-index: auto !important;
        }

        /* Popup Overlay */
        .demo-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Popup Content */
        .demo-popup-content {
            position: relative;
            background: #fff;
            border-radius: 12px;            
            width: 96%;
            max-width: 550px;
            max-height: 90%;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            animation: popupSlideIn 0.3s ease-out;
        }

        @keyframes popupSlideIn {
            from {
                opacity: 0;
                transform: scale(0.8) translateY(-20px);
            }
            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        /* Close Button */
        .demo-popup-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: #666;
            z-index: 10000;
            line-height: 1;
        }

        .demo-popup-close:hover {
            color: #000;
        }

        /* Form Wrapper */
        .demo-request-wrapper {
            max-width: 100%;
            margin: 0;
            padding: 40px 25px 25px;
            background: #fff;
            border-radius: 12px;
            text-align: center;
        }

        /* Form Rows */
        .form-demorow {
            display: flex;
            gap: 15px;
            margin-bottom: 0; width: 100%;
        }

        .form-democol {
            flex: 1;
        }

        .form-democol-full {
            flex: 1;
            width: 100%;
        }

        .form-democol, .form-democol-full{ margin-bottom: 10px; }


input::-webkit-input-placeholder {
  color: #777777 !important; opacity: 1;
}
input::-moz-placeholder {
 color: #777777 !important; opacity: 1;
}
input:-ms-input-placeholder {
  color: #777777 !important; opacity: 1;
}
input:-moz-placeholder {
  color: #777777 !important; opacity: 1;
}


        /* Heading */
        .demo-request-wrapper h2 {
           font-size: 24px;
  color: #000 !important;
  text-align: left;
  margin: -20px 0 30px 0 !important;
  display: block;
        }

        /* Input fields */
        #demoRequestForm input[type="text"],
        #demoRequestForm input[type="email"],
        #demoRequestForm input[type="tel"],
        #demoRequestForm input[type="url"],
        #demoRequestForm input[type="number"],
        #demoRequestForm select,
        #demoRequestForm textarea {
            width: 100%;
            padding: 12px 15px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 15px;
            transition: border-color 0.2s ease;
            box-sizing: border-box;
            background: #fff;
            
        }
        #demoRequestForm textarea{ height: 90px; resize: none; }

        #demoRequestForm input:focus,
        #demoRequestForm select:focus,
        #demoRequestForm textarea:focus {
            border-color: #0073e6;
            outline: none;
        }

        /* Error styling for invalid fields */
        #demoRequestForm input.error,
        #demoRequestForm select.error,
        #demoRequestForm textarea.error {
            border-color: #dc3545 !important;
            box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
        }

        /* Error text */
        .error-text {
            display: block;
            color: #dc3545;
            font-size: 12px;
            margin-bottom: 10px;
            text-align: left;
            min-height: 16px;
        }

        /* Select dropdown styling */
        #demoRequestForm select {
            cursor: pointer;
            appearance: none;
            background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="m2 0-2 3h4z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 12px;
            padding-right: 40px;
        }

        /* Textarea styling */
        #demoRequestForm textarea {
            min-height: 80px;
        }

        /* reCAPTCHA box */
        #demoRequestForm .g-recaptcha {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: start; gap: 10px; margin-bottom: 0;
        }

        


        /* Success / Error message */
        #formMessage {
            margin-top: 24px;
            font-size: 14px;
            font-weight: normal;
        }

        .success-message {
            color: #28a745;
            background: #d4edda;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #c3e6cb; line-height: normal;
        }
        .wpcf7 form.sent .wpcf7-response-output{ color: #28a745;
            background: #d4edda;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #c3e6cb; line-height: normal; }

        .error-message {
            color: #dc3545;
             background: #f8d7da;
            padding: 10px;
            border-radius: 5px;

            border: 1px solid #f5c6cb;  line-height: normal;
        }

        .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{ color: #dc3545;
             background: #f8d7da;
            padding: 10px;
            border-radius: 5px;

            border: 1px solid #f5c6cb;  line-height: normal; }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .demo-popup-content {
                margin: 20px;
                max-height: calc(100vh - 40px);
            }
            
            .demo-request-wrapper {
                padding: 30px 15px 20px;
            }
            
            .form-demorow {
                flex-direction: column;
                gap: 0;
            }
            
            .form-democol {
                width: 100%;
            }
        }

        /* Prevent body scroll when popup is open */
        body.demo-popup-open {
            overflow: hidden;
        }



h1, h2, h3, h4, h5, h6{ color:#555555; }


#demoRequestForm input[type="text"], #demoRequestForm input[type="email"], #demoRequestForm input[type="tel"], #demoRequestForm input[type="url"], #demoRequestForm input[type="number"], #demoRequestForm select, #demoRequestForm textarea{ font-weight: normal; letter-spacing: 0; color: #000; cursor: default; text-align: left; font-size: 14px; font-family: roboto; 
border-radius: 24px;
background-color: #fff;
  border-color: #d5d2c0;
   margin-bottom: 0; outline: none;
  }
textarea{ font-family: inherit; color: #000; font-weight: normal; }
.error-text{ line-height: normal; margin-bottom: 0; min-height: inherit; padding-top: 5px; font-weight: normal; }
.wpcf7-not-valid-tip{ line-height: normal; margin-bottom: 0; min-height: inherit; padding-top: 5px; font-weight: normal; text-align: left;color: #dc3545;
    font-size: 12px; }



    #respond input[type=text], 
    #respond textarea{ background-color: #fff; border:solid 1px #d5d2c0; border-radius: 24px; color: #000; text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 400; font-family: inherit; }



body .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-text, body .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-number, body .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-date, body .cf7_custom_style_3 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_3 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-quiz{border-radius: 24px;
background-color: #fff !important;
  border-color: #d5d2c0; text-transform: none !important; color: #000 !important; font-weight: 400; letter-spacing: 0 !important; font-family: inherit; font-size: 14px; }
 

  .wpcf7-form-control::-webkit-input-placeholder {
 text-transform: none !important;
}
 .wpcf7-form-control::-moz-placeholder {
text-transform: none !important;
}
 .wpcf7-form-control:-ms-input-placeholder {
 text-transform: none !important;
}
 .wpcf7-form-control:-moz-placeholder {
text-transform: none !important;
}


#demoRequestForm button{font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 59px;
  padding-right: 59px;
background-color: #eccb63 !important;
font-family: inherit;
letter-spacing: 0;
  border-radius: 3em;
  font-weight: 500;
  text-transform: none;
  outline: 0;
  color: #000000; border: 0;
cursor: pointer; margin-top: 10px;}
/*#demoRequestForm button:hover{box-shadow: 0 5px 15px 0 #eccb63;}*/
.g-recaptcha + .error-text{ text-align: center; }

.captchabox{ display: flex; align-items: start; column-gap: 10px; width: 100%; flex-wrap: wrap; }
.captchabox .error-text{ text-align: left; }

.demoformcaptcha{ width: 40px; height: 40px; margin-top: 16px; text-align: center; border-radius: 50px; border: solid 1px #eee; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; color: #000; background: #fff; }
.demoformcaptcha:hover{ border-color: #bbb; background-color: #eee; }



/* Knowledge base */
.epkb-ml__row #epkb-ml__module-search.eckb_search_on_main_page,
.eckb-article-page-content-counter #eckb-article-header #epkb-ml__module-search.epkb-ml__module,
#eckb-archive-page-container #eckb-archive-header #epkb-ml__module-search{ position: relative; background: transparent !important; height: auto !important; padding: 100px 0 !important; }

.eckb_search_on_main_page:before,
.eckb-article-page-content-counter #eckb-article-header #epkb-ml__module-search.epkb-ml__module:before{ display: block !important; content: ""; background: url(assets/images/supportbg.png) top center no-repeat; position: absolute; top: 0; left: 0; right: 0; bottom: 0;  z-index: 0;  background-size: cover; } 

.eckb_search_on_main_page:after,
.eckb-article-page-content-counter #eckb-article-header #epkb-ml__module-search.epkb-ml__module:after{ display: block !important; content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: linear-gradient(to bottom,  rgba(43,34,6,0.8) 0%,rgba(8,7,1,1) 65%,rgba(0,0,0,1) 81%); opacity: 0.7; } 

#eckb-archive-page-container #eckb-archive-header{background: url(assets/images/supportbg.png) top center no-repeat; background-size: cover;}
#eckb-archive-page-container #eckb-archive-header #epkb-ml__module-search{ background: linear-gradient(to bottom,  rgba(43,34,6,0.5) 0%,rgba(8,7,1,0.7) 65%,rgba(0,0,0,0.7) 81%) !important; }

.eckb_search_on_main_page #epkb-ml-search-classic-layout,
#eckb-article-header #epkb-ml__module-search #epkb-ml-search-classic-layout{ position: relative; z-index: 3; }
#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box{ padding: 2px !important; }


.mkdf-column-content .mkdf-icon-widget-holder{ display: flex; }
.mkdf-column-content .mkdf-icon-widget-holder .mkdf-icon-element{ margin-top: 5px; }
.footer-img-logo { margin-top: 14px; width: 90px; }
.mkdf-page-footer .widget a{ font-size: 16px; }

.mkdf-social-icons-group-widget{ margin-bottom: 0 !important; }

.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid{ padding: 80px 0 !important; }

@media screen and (max-width: 1399px)
{
    .mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid{ padding: 70px 0 !important; }
}


.mkdf-social-icon-widget-holder { box-shadow: none !important; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); display: inline-flex !important; align-items: center; justify-content: center; }
.mkdf-main-menu > ul > li > a > span.item_outer::before{ background-color: #eccb63; }
body .mkdf-btn.mkdf-btn-solid{ background-color: #eccb63; color: #000; }
body .mkdf-btn{ text-transform: none; font-size: 14px; letter-spacing: 0; font-weight: 500; font-family: inherit; }
.mkdf-btn.mkdf-btn-large{ font-size: 14px; }

.password-input{ position: relative; }
.password-input .show-password-input{ position: absolute; right: 10px; top: 0px; z-index: 2; width: 24px; height: 24px; border:0; background: url(assets/images/passicons.svg) 0 0 no-repeat; }
.password-input .show-password-input.display-password{ background-position: 0 -24px; }

body .select2-container--default .select2-selection--single{ border-radius: 8px; background-color: #fff; border-radius: 24px; color: #000; font-size: 14px; text-transform: none; letter-spacing: 0; font-weight: 400; border: solid 1px #d5d2c0; }
.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit{ color: #000 !important; font-size: 14px !important; font-weight: 500; text-transform: none; letter-spacing: 0; color: #000; }
@media screen and (min-width: 1200px)
{
.parentrow{ display: flex; column-gap: 20px; }
.parentrow .woocommerce-form-row{ width: 50%; }    
}
.wstateselect .select2{ width: 100% !important; }
.woocommerce-Input.mb-0{ margin-bottom: 0px !important; }
.edit-account .woocommerce-Button{ margin-top: 30px !important; }




/**/

#eckb-article-page-container-v2 #eckb-article-left-sidebar,
#eckb-archive-page-container #eckb-archive-left-sidebar{ padding: 0 40px 30px 20px !important; background: #ffffff !important; border-radius: 0 !important;}
#epkb-sidebar-container-v2.epkb-sidebar--medium-shadow{ background-color: transparent; padding: 0 !important;  box-shadow: none !important; border: 0;}
#eckb-article-content{ padding-left: 40px !important; padding-top: 0 !important; }
#eckb-article-body{ padding-top: 80px; padding-bottom: 20px; }

.epkb-sidebar--reset > ul > li{ padding: 0 !important; background: #eee !important; border-radius: 20px !important; margin-bottom: 8px !important;}
.epkb-sidebar--reset > ul > li:last-child{ border-bottom: 0 !important; }
.epkb-sidebar--reset > ul > li *{ font-size: 14px !important; }

.epkb-sub-category.eckb-sub-category-ordering{ padding: 0 !important; }
.epkb-sub-category.eckb-sub-category-ordering li,
body #epkb-ml__module-articles-list .epkb-ml-articles-list li{ padding: 3px 0 !important; }
.epkb-top-category-box .section-head{ padding-top: 0 !important; padding-bottom: 10px !important; }

.epkb-ml-article-container, .epkb-category-focused, .epkb-main-category li a{ padding:10px 16px !important; border-radius: 10px; border:solid 1px #eee !important; background-color: rgba(255, 255, 255, 0.1); }


#epkb-sidebar-container-v2 .epkb-sidebar__cat__top-cat__heading-container{ padding: 20px 20px !important; border: 0 !important; font-size: 16px !important; background: transparent !important; }
.epkb-sidebar--reset li .epkb-sidebar-article .eckb-article-title { color: #777777 !important; font-size: 14px; }
.epkb-sidebar--reset li .epkb-sidebar-article .eckb-article-title:hover{ color: #000000 !important; }
#epkb-sidebar-container-v2 .epkb-sidebar__cat-container li .active.article-on-active-bold span{ color: #000000 !important; }
.epkb-sidebar__cat__top-cat__body-container{ padding: 20px !important; padding-top: 0 !important; padding-left: 30px !important; }

.epkb-sidebar__body__sub-cat li{ border-top: solid 1px #bbb !important; padding: 10px 0 !important; }
.epkb-sidebar__body__sub-cat li:last-child{ border-bottom: solid 1px #bbb !important; }
.epkb-sidebar__body__sub-cat{ /*border-bottom: solid 1px #bbb !important; margin-bottom: 20px !important;*/ }
.epkbfa-arrow-right{ top: 24px !important; right: 10px !important; }
#eckb-archive-page-container #eckb-archive-content .eckb-article-list-container{ row-gap: 5px !important; }
.eckb-sub-category-article-list-container{ gap:0px !important }
.epkb-article__icon.ep_font_icon_document{ top: 0px !important; }

.epkb-sidebar-article .eckb-article-title{ padding:0 !important }

.epkb-sidebar__body__main-cat li{ border-radius: 10px !important; }
/*.epkb-sidebar__body__main-cat li a.epkb-sidebar-article{ padding: 8px !important; }*/

@media screen and (min-width: 1900px)
{
    .homepagecenter .elementor-widget-wrap{flex-direction: column !important; align-content: center !important; }
}


.article-title__icon:before{ color: #bbb; }
#eckb-article-content-footer .epkb-article-navigation-container a{ background-color: #fff !important; padding: 20px !important; border:solid 2px #eee !important; border-radius: 20px !important; }
#eckb-article-content-footer .epkb-article-navigation-container a:hover{ background-color: #ddd !important; }
.eckb-breadcrumb{ padding: 20px 0 !important; margin: 0 !important; }

#eckb-archive-body{ padding-top: 80px !important; }
.eckb-breadcrumb{ padding-top: 0 !important; }
#eckb-archive-content{ padding-top: 0 !important; }
#eckb-article-content-breadcrumb-container{ width: 100% !important; }
.eckb-navigation-back  { margin: 0 !important; }
#eckb-article-content-footer{ margin-top: 60px !important; }
#eckb-article-page-container-v2 #eckb-article-left-sidebar,
#eckb-archive-page-container #eckb-archive-left-sidebar{ padding-bottom: 0 !important; }


@media screen and (max-width: 1399px)
{
    #eckb-article-page-container-v2 #eckb-article-left-sidebar,
    #eckb-archive-page-container #eckb-archive-left-sidebar{ padding-right: 0px !important; }
    #eckb-article-content{ padding-left: 50px !important; }
    .mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder{ margin-right: 3px; }
}

@media screen and (max-width: 768px)
{
    #eckb-article-page-container-v2 #eckb-article-left-sidebar,
    #eckb-archive-page-container #eckb-archive-left-sidebar{ padding-right: 0 !important; padding: 0 20px !important; }
    #eckb-article-content{ padding-left: 0 !important; padding: 0 20px !important; }
    #eckb-article-page-container-v2 #eckb-article-left-sidebar, #eckb-archive-page-container #eckb-archive-left-sidebar{ border-right: 0px !important; }
}

@media screen and (min-width: 769px) and (max-width: 992px)
{
    
}
.eckb-article-title{ padding-bottom: 15px !important; }
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-content-holder .mkdf-pt-title-holder,
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-content-holder .mkdf-pt-additional-title-holder{ font-family:inherit; color: #555555; }

.woocommerce-orders-table__cell-order-actions a{ margin: 0 10px 5px 0px !important; padding-left: 10px !important; padding-right: 10px !important; }
.wpcf7-form .wpcf7-form-control{ margin-bottom: 0px;border: solid 1px; }
.wpcf7-form .wpcf7-form-control-wrap{ margin-bottom: 20px; display: block; }
.page-id-1183 .wpcf7-form .wpcf7-submit{ margin-top: -20px; }
.wpcf7-form-control.wpcf7-not-valid{border-color: #dc3545 !important; box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);}
.wpcf7-form-control.wpcf7-recaptcha{ border:0 !important; }

.buttonprimary{ background: #eccb63; color: #000000 !important; padding: 12px 37px; border: none; font-family: inherit; border-radius: 25px; cursor: pointer; font-size: 14px; font-weight: 500; }
body .mkdf-main-menu>ul>li>a{ letter-spacing: 0px; }
.mkdf-iwt:hover .mkdf-iwt-inner,
.mkdf-price-table .mkdf-pt-inner:hover,
.mkdf-price-table.mkdf-pt-active-item .mkdf-pt-inner,
.mkdf-iwt .mkdf-iwt-inner.mkdf-iwt-show-regular-shadow,
.mkdf-blog-holder article.format-quote .mkdf-post-text,
.mkdf-blog-holder article.format-link .mkdf-post-text{     
    -webkit-box-shadow: 0 10px 55px 5px rgba(50, 50, 48, .15);
    box-shadow: 0 10px 55px 5px rgba(50, 50, 48, .15);
}
.mkdf-blog-slider-holder.mkdf-bs-carousel .mkdf-blog-slider-item:hover .mkdf-blog-slider-item-inner,
.mkdf-team-holder:hover .mkdf-team-inner
{
    -webkit-box-shadow: 0 10px 20px 5px rgba(50, 50, 48, .15);
    box-shadow: 0 10px 20px 5px rgba(50, 50, 48, .15);
}
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-prices .mkdf-pt-value{ color: #222; }


body .woocommerce-Input,
.woocommerce-page .mkdf-content #billing_country_field .select2-container .selection .select2-selection--single, 
.woocommerce-page .mkdf-content input[type=email], 
.woocommerce-page .mkdf-content input[type=password], 
.woocommerce-page .mkdf-content input[type=tel], 
.woocommerce-page .mkdf-content input[type=text], 
.woocommerce-page .mkdf-content textarea, 
div.woocommerce #billing_country_field .select2-container .selection .select2-selection--single, 
div.woocommerce input[type=email], 
div.woocommerce input[type=password], 
div.woocommerce input[type=tel], 
div.woocommerce input[type=text], 
div.woocommerce textarea{ 
border-radius: 24px !important;
background-color: #fff !important;

  text-transform: none !important; letter-spacing: 0 !important; font-size: 14px !important; font-weight: 400 !important; border: solid 1px #d5d2c0 !important; font-family: inherit !important; color: #000 !important;  }

  .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget.widget_recent_comments ul li{ font-size: 14px; letter-spacing: 0; text-transform: none; font-family: inherit; }
  .mkdf-title-holder{ background: linear-gradient(90deg, rgba(227, 229, 230, 1) 0%, rgba(227, 229, 230, 1) 36%, rgba(255, 237, 179, 1) 100%) !important; }


body.page-id-11859 .mkdf-content{ background-image: url(assets/images/home-3-back.png) ;
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    background-size: cover !important; }

    .page-id-15668 .mkdf-title-holder{ display: none; }
    .page-id-15668 .mkdf-content{ border-top: solid 1px #ddd;}
    .mkdf-page-header .wp-block-woocommerce-customer-account a{ font-weight: 500; font-family: inherit; font-size: 14px; }
    .mkdf-page-header .wp-block-woocommerce-customer-account a svg{ position: relative; top: -1px; }


    
      .wpcf7-textarea::-webkit-input-placeholder,
      #respond textarea::-webkit-input-placeholder {
 color: #777 !important; opacity: 1;
}
 .wpcf7-textarea::-moz-placeholder,
 #respond textarea::-moz-placeholder {
color: #777 !important; opacity: 1;
}
 .wpcf7-textarea:-ms-input-placeholder,
 #respond textarea:-ms-input-placeholder {
 color: #777 !important; opacity: 1;
}
 .wpcf7-textarea:-moz-placeholder,
 #respond textarea:-moz-placeholder {
color: #777 !important; opacity: 1;
}

.epkb-ml-search-box__text{ color: #000 !important; }

.mkdf-comparision-pricing-table-holder .mkdf-cpt-table-content li img{ filter: invert(1) brightness(0); }
.mkdf-btn.mkdf-btn-simple{ color: #555555; }
.mkdf-blog-holder article.format-link .mkdf-post-mark .mkdf-link-mark,
.mkdf-blog-holder article.format-quote .mkdf-post-mark .mkdf-quote-mark,
.mkdf-blog-holder article.format-quote .mkdf-quote-author,
blockquote:before{ color:#555555; }

.mkdf-blog-holder article.format-link .mkdf-post-text-icon-main span,
.mkdf-blog-holder article.format-quote .mkdf-post-text-icon-main span,
blockquote:after{ color: #eeeeee; }

.widget.widget_search form>div{ background-color: #eee; }
.widget .mkdf-search-form input[type=search]{ text-transform: none; font-size: 14px; font-weight: 400; color: #000; letter-spacing: 0; font-family: inherit; }
.widget .mkdf-search-form-button.mkdf--has-icon{ color: #000; }


.mkdf-blog-single blockquote{ border:solid 1px #ddd; border-radius: 14px; }
.mkdf-blog-single-prev{ display: flex; }
.mkdf-blog-single-next{ display: flex; justify-content: end; }
.mkdf-blog-single-navigation-image{ width: 60px; min-width: 60px; }
.mkdf-blog-single-next .mkdf-blog-single-navigation-image{ order: 2; }


.mkdf-comment-holder .mkdf-comment{ background: linear-gradient(167deg, rgba(227, 229, 230, 0.6) 0%, rgba(227, 229, 230, 0.6) 36%, rgba(255, 237, 179, 0.6) 100%) }

.beforeloginpages{ width: 100%; display: block; }    
@media screen and (min-width: 767px)
{
    .beforeloginpages{ width: 100%; display: block; margin: 0 auto; max-width: 450px; }    
}



@media screen and (min-width: 1400px)
{
    .mkdf-main-menu>ul>li>a,
     .mkdf-page-header .wp-block-woocommerce-customer-account a{ font-size: 16px; font-weight: 500; }
}

.woocommerce-Input{ cursor: default !important; }

.woocommerce .woocommerce-button,
.woocommerce .woocommerce-Button{  font-family: inherit !important; letter-spacing: 0 !important; font-size: 14px !important; font-weight: 600 !important; color: #000 !important; text-transform: none !important; background: #eccb63 !important; }

.widget.widget_tag_cloud a{ background-color: #E3E5E6; color: #000; }
.widget.widget_tag_cloud a:hover{ background-color: #eccb63; color: #000; }

.mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-title.ui-state-active, .mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-title.ui-state-hover,
.mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-title,
.mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-content{ background-color: #f7f5ef; color: #000 !important; }



#mkdf-back-to-top .mkdf-btt-wrapper{ background-color:#eccb63 ; }


@media screen and (min-width:1200px ) and (max-width: 1399px)
{
    .mkdf-main-menu>ul>li>a{ padding-left: 15px; padding-right: 15px; }
}

@media screen and (min-width:1024px ) and (max-width:1199px)
{
    .mkdf-main-menu>ul>li>a{ padding-left: 10px; padding-right: 10px; }
    .buttonprimary{ padding-left: 15px;padding-right: 15px; }
}
.wpcf7-form-control{ cursor: default !important; }

/*.greyimages .mkdf-iwt-icon  img{ filter: invert(1) brightness(0); }*/


@media screen and (min-width: 1400px)
{
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive{ height: 300px !important; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.page-id-12210 .mkdf-page-title,
.page-id-12209 .mkdf-page-title{ margin-top: 100px !important; }



.effica-page-space .mkdf-title-holder.mkdf-bg-responsive{ height: 300px !important; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.effica-page-space .mkdf-page-title{ margin-top: 100px !important; }
}


@media screen and (min-width: 1025px) and (max-width: 1399px)
{
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive{ height: 300px !important; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.page-id-12210 .mkdf-page-title,
.page-id-12209 .mkdf-page-title{ margin-top: 100px !important; }


.effica-page-space .mkdf-title-holder.mkdf-bg-responsive{ height: 300px !important; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.effica-page-space .mkdf-page-title{ margin-top: 100px !important; }

}

@media screen and (min-width: 576px) and (max-width: 991px)
{
    .mkdf-mobile-header .mkdf-grid{ padding-left: 20px; padding-right: 20px; }
}


@media screen and (max-width: 1024px)
{
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive{ height: 150px !important; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.page-id-12210 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img,
.page-id-12209 .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.page-id-12210 .mkdf-page-title,
.page-id-12209 .mkdf-page-title{ margin-top: 0 !important; }

/*.effica-page-space .mkdf-title-holder.mkdf-bg-responsive{ height: 150px !important; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{ height: 100%; }
.effica-page-space .mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image img{ height: 100%; object-fit: cover; }
.effica-page-space .mkdf-page-title{ margin-top: 0 !important; }*/

}


.mkdf-iwt-title-text{ color: #555 !important; }

.page-id-12210 .mkdf-container-inner,
.page-id-12209 .mkdf-container-inner{ padding: 80px 20px !important; }
.page-id-12210 .mkdf-container-inner .woocommerce,
.page-id-12209 .mkdf-container-inner .woocommerce{ margin-bottom: 10px !important; }

@media screen and (max-width: 991px)
{
    .page-id-12210 .mkdf-container-inner,
    .page-id-12209 .mkdf-container-inner{ padding-top: 60px !important; padding-bottom: 60px !important; }
}


@media screen and (max-width: 576px)
{
    .page-id-12210 .mkdf-container-inner,
    .page-id-12209 .mkdf-container-inner{ padding-left: 0 !important; padding-right: 0px !important; }
    .mkdf-page-subtitle{ font-size: 18px !important; }
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li{ font-weight: 400; }
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{ font-weight: 600; color: #eccb63; }
.woocommerce-MyAccount-content h3{ margin-top: 0; }


.mkdf-blog-single-prev,
.mkdf-blog-single-next{ display: flex; column-gap: 10px; }
.mkdf-blog-single-navigation-image{ min-width: 60px; }

@media screen and (max-width: 767px)
{
    .woocommerce-MyAccount-content{ overflow: auto; }
    .woocommerce-orders-table{ white-space: nowrap; }
    .eckb-article-title{ font-size: 24px !important; }
    .mkdf-blog-single-prev,
    .mkdf-blog-single-next{ width: 100%; }
    .mkdf-blog-single-navigation-inner { flex-direction: column; }
}
.domainparent{ position: relative; }
.completedomaintext{ position: absolute;
  z-index: 3;
  right: 1px;
  top: 1px;
  pointer-events: none;
  background: #eee;
  border-radius: 0 50px 50px 0;
  padding: 0px 14px;
  height: 48px;
  line-height: 48px;border-left: solid 1px #ccc;}
.domainparent .woocommerce-Input{ padding-right: 135px !important; }


@media screen and (max-width: 1199px)
{
    .mkdf-social-icon-widget-holder{ width: 34px; height: 34px; }
}
.mkdf-drop-down .second .inner ul li a .item_outer::before{ background-color: #f8cf40; }

.eckb-article-title{ font-weight: 500; }
#eckb-article-content-body{ font-weight: 400; color: #555555;}

.eckb-navigation-button{ display: block; }
.eckb-navigation-button a{ background-color: #fff !important; color:#444 !important; border-radius: 60px !important; padding:10px !important; margin-bottom: 20px !important; box-shadow: 0 0 0 1px #ddd !important;}



/* Feature page */



body #epkb-ml__module-articles-list .epkb-ml-articles-list__row .epkb-ml-article-section{ border: 0 !important; padding: 35px !important; }
.epkb-section-container{ padding: 0 20px; }
.epkb-top-category-box, .epkb-ml-article-section{ border: 0px !important; background: linear-gradient(167deg, rgba(227, 229, 230, 1) 0%, rgba(227, 229, 230, 1) 36%, rgba(255, 237, 179, 1) 100%) !important; padding: 15px !important; }
.epkb-top-category-box .section-head{ background: transparent !important; }

#efyboticonsize img{ height: 72px; width:72px !important }

.mkdf-blog-share, 
.mkdf-like{
display:none !important
}

.epkb-faqs-cat-container{ margin-bottom: 0 !important; }
.epkb-top-category-box{ align-self: stretch; }
.epkb-top-category-box .eckb-article-title{ margin-bottom: 0 !important; padding-bottom: 0 !important; }
.epkb-top-category-box .eckb-article-title:hover{ text-decoration: underline !important; }
.epkb-article__text:hover{ text-decoration: underline; }
.epkb-ml__module { padding-left: 20px; padding-right: 20px; }

.epkb-sidebar__body__sub-cat li ul.epkb-articles {margin-top: 5px;}
.epkb-sidebar__body__sub-cat li ul.epkb-articles li{ border: 0px !important; padding-left: 10px !important; }
.epkb-sidebar__cat__top-cat__body-container ul + ul{ margin-top: 15px !important; }

body #epkb-sidebar-container-v2 .epkb-sidebar__cat-container li.active{ margin-left: 0 !important; padding-left: 10px !important; border-radius: 10px !important; }
body .epkb-sidebar__cat__top-cat__body-container .epkb-articles-coming-soon{ color: #999 !important; }

@media screen and (max-width: 991px)
{
    #eckb-article-page-container-v2 #eckb-article-body{ grid-template-columns: 100% 100% 0; display: flex !important; flex-direction: column; }
    #eckb-article-left-sidebar{ width: 100% !important; order: 2; margin-top: 50px !important;}
    #eckb-article-content{ width: 100% !important; padding: 0 20px !important; order: 1; box-sizing: border-box;}
    #eckb-article-page-container-v2 #eckb-article-left-sidebar, #eckb-archive-page-container #eckb-archive-left-sidebar{ padding: 0 20px !important; box-sizing: border-box;}
    #eckb-archive-left-sidebar{ order: 2; }
    #eckb-archive-content{ order: 1 !important; }
    .eckb-category-archive-title{ font-size: 24px !important; }
    #eckb-archive-page-container{ padding-bottom: 70px !important; }

}
.epkb-sidebar__body__sub-cat  h3{ color: #000 !important; }
.mkdf-mobile-nav { height: auto !important; }
.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow{ color: #888 !important; padding-top: 4px !important; }
.mkdf-mobile-header .mkdf-mobile-nav ul li a, .mkdf-mobile-header .mkdf-mobile-nav ul li h6{ font-size: 16px !important; letter-spacing: 0 !important; font-weight: 400; }


@media screen and (min-width: 1025px) and (max-width: 1700px)
{
    .mkdf-page-title.entry-title{ font-size: 44px !important; }
}

.mkdf-related-posts-holder{ border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; margin-top: 40px; padding-top: 20px; }

body #submit_comment{ background: #eccb63 !important; color: #000 !important; letter-spacing: 0; font-size: 14px; text-transform: none; font-weight: 400 !important;}
.mkdf-page-title.entry-title{ text-align: center; }


.effica-product-features .mkdf-container{ padding-top: 80px !important; }
.effica-product-features .mkdf-blog-single-navigation,
.effica-product-features .mkdf-related-posts-holder,
.effica-product-features .mkdf-post-info-bottom,
.effica-product-features .mkdf-post-info-top,
.effica-product-features .entry-title.mkdf-post-title,
.effica-product-features .mkdf-post-info-date-on-image { display: none !important; }


@media screen and (max-width: 1024px)
{
    body .mobileappbox .elementor-column .elementor-widget-wrap .elementor-element-populated{ padding-left: 0 !important; }
    body .mobileappbox .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container{ margin-right: 0 !important; }
    body .mobileappbox .elementor-column.elementor-col-50:first-child .elementor-element-populated{ padding-bottom: 50px !important; }


    .taskmbox .elementor-container .elementor-column:first-child{ order: 2; padding-top: 80px !important;}
    .taskmbox .elementor-container .elementor-column:first-child .elementor-widget-wrap{ padding-bottom: 0px !important; }
    body .effybotbox{ padding-right: 20px !important; }


}

@media screen and (max-width: 767px)
{
.effica-product-features .mkdf-blog-holder article{ margin-bottom: 0 !important; }
.taskmbox .elementor-container .elementor-column:last-child .elementor-widget-wrap{ padding: 0 !important; }
body .mobileappbox{ padding-bottom: 100px !important; }
body .taskmbox{ padding-bottom: 50px !important; }
   body .effybotbox{ padding-right: 0px !important; }


   .ndistitle h3{ padding-right: 45px; padding-left: 45px; text-align: left !important;}
    .effybotbox .elementor-container .elementor-column:first-child .elementor-widget-wrap{ padding-bottom: 0px !important; }

    .sliderspacer{  display: none !important; }

}

body .footertopbg.elementor-section { padding-top: 120px !important; display: none !important; }

.topsliders{  }

.section-head .epkb-cat-name .epkb-cat-name-count-container .epkb-cat-count{ display: none !important; }
.mkdf-post-info-date-on-image .mkdf-post-info-date-day, .mkdf-post-info-date-on-image .mkdf-post-info-date-month{ color: #444444; font-family: inherit; }
.single-post .mkdf-container .mkdf-container-inner { padding-top: 80px !important; }
.mkdf-comment-form .mkdf-comment-form-inner{ padding-bottom: 0; }
#epkb-ml__row-1{ margin-bottom: 80px !important; }


@media screen and (min-width: 1025px)
{
    .single-post .mkdf-page-header .mkdf-menu-area,
    .page-id-13656 .mkdf-menu-area.mkdf-menu-right,
    .page-id-13654 .mkdf-menu-area.mkdf-menu-right,
    .single-efc_event .mkdf-page-header .mkdf-menu-area,
    .pageevents .mkdf-page-header .mkdf-menu-area{ background: linear-gradient(90deg, rgba(227, 229, 230, 1) 0%, rgba(227, 229, 230, 1) 36%, rgba(255, 237, 179, 1) 100%) !important; }
}
.mkdf-drop-down .second .inner > ul > li > a{ font-size: 14px; line-height: normal; }
.single-post .mkdf-title-holder { height: auto !important; min-height: 150px; }
.single-post .mkdf-title-holder .mkdf-title-wrapper{ padding: 50px 0; }


.mkdf-drop-down .second{ top:70% !important; }

.effica-team-members .mkdf-team-image img{ border-radius: 50% !important; border:solid 3px #f8cf40; }
.effica-team-members .mkdf-team-info{ margin-top: 30px; }
.effica-team-members .mkdf-team-holder .mkdf-team-inner{ padding: 30px; }
.effica-team-members .mkdf-team-social-holder{ display: none; }

.mkdf-woocommerce-page .woocommerce-error{ color: #dc3545;
  background: #f8d7da !important;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f5c6cb !important;
  line-height: normal; }
  .wp-block-social-link-anchor{ font-size: 22px !important; }
  .wp-block-social-links{ gap: 8px !important; }

  @media screen and (max-width: 1399px)
  {
      .wp-block-social-link-anchor{ font-size: 20px !important; }
  }
    @media screen and (max-width: 1200px)
  {
      .wp-block-social-link-anchor{ font-size: 16px !important; }
  }
      @media screen and (max-width: 1024px)
  {
      .wp-block-social-link-anchor{ font-size: 22px !important; }
  }



/*  .wp-social-link.wp-social-link-youtube{background-color: red; color: #fff;}
  .wp-social-link.wp-social-link-linkedin{background-color: red; color: #fff;}
  .wp-social-link.wp-social-link-tiktok{background-color: red; color: #fff;}
  .wp-social-link.wp-social-link-facebook{background-color: red; color: #fff;}
  .wp-social-link.wp-social-link-x{background-color: red; color: #fff;}
  .wp-social-link.wp-social-link-instagram{background-color: red; color: #fff;}*/

.mkdf-main-menu > ul > li.features-sub-menus .inner > ul{ display: flex !important; flex-wrap: wrap; width: 500px; }
.mkdf-main-menu > ul > li.features-sub-menus .inner > ul > li{ width: 40% !important; }
.mkdf-main-menu > ul > li.features-sub-menus .inner > ul > li:nth-of-type(2n-4){ width: 60% !important; }
.mkdf-main-menu > ul > li.features-sub-menus .inner > ul > li a{ width: 100% !important; }


.pricingimages img,
.aboutusimage img{ border-radius: 10px !important; box-shadow: rgb(231, 236, 252) 0px 10px 35px 5px !important; }
.contactusforms .wpcf7 form.invalid .wpcf7-response-output{ display: none !important; }

.withimageheader.elementor-section{ background-size: cover !important; }
.withimageheader .mkdf-single-image-holder img{ border-radius: 20px !important; }

.epkb-section-body .buttonprimary.knowledge-read-more-list{ background: transparent !important; border: 0 !important; text-decoration: underline !important; color: #777777 !important; padding: 10px !important; font-size: 14px !important; }
.epkb-section-body .buttonprimary.knowledge-read-more-list:hover{ color: #000 !important; }

.ndisgifimage img{ border-radius: 20px !important; border: solid 8px #fff !important; box-shadow: rgb(231, 236, 252) 0px 10px 35px 5px !important; }

.elementor-section .mkdf-tfih-frame .mkdf-tfih-top-bar-right{ display: none !important; }

.mkdf-sidebar-holder .mkdf-sidebar .widget{ margin-bottom: 30px;  }
.mkdf-sidebar-holder .mkdf-sidebar .widget .mkdf-widget-title{ margin-bottom: 10px; }
.mkdf-sidebar-holder .mkdf-sidebar .widget .tagcloud{ margin-top: 10px; }


body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > a, 
body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > h6, 
body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a:hover, 
body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > h6:hover,
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-ancestor > a, 
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item > a, 
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-ancestor > h6, 
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item > h6, 
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li a:hover, 
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li h6:hover,
body .mkdf-main-menu > ul > li.mkdf-active-item > a,
body .mkdf-drop-down .second .inner > ul > li > a:hover, 
body .mkdf-drop-down .second .inner > ul > li.current-menu-ancestor > a, 
body .mkdf-drop-down .second .inner > ul > li.current-menu-item > a,
body .mkdf-main-menu > ul > li > a:hover{ color: #000000 !important; }

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a::before, .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > h6::before{ display: none !important; }

.mkdf-drop-down .second .inner ul li a .item_outer::before,
.mkdf-main-menu > ul > li > a > span.item_outer::before{ display: none !important; }

body .mkdf-main-menu > ul > li > a .item_text{ border-bottom: solid 1px transparent; }
body .mkdf-main-menu > ul > li.current_page_item > a .item_text,
body .mkdf-main-menu > ul > li.mkdf-active-item > a .item_text{ border-color: #000; }

body .mkdf-main-menu > ul > li.mkdf-active-item > a .item_text,
body .mkdf-main-menu > ul > li > a:hover .item_text{  }
body .wp-block-woocommerce-customer-account a:hover{ color: #000000 !important;  }

body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > a,
body .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item > a{ color: #a8860e !important; }


.mkdf-drop-down .second .inner ul li.current-menu-ancestor > a .item_outer, .mkdf-drop-down .second .inner ul li.current-menu-item > a .item_outer, .mkdf-drop-down .second .inner ul li:hover > a .item_outer{ padding-left: 0 !important; }
.mkdf-team-holder .mkdf-team-image img{ width: 270px; height: 270px; object-fit: cover; }

.mkdf-drop-down .second .inner ul li.current-menu-item > a .item_outer,
.mkdf-drop-down .second .inner ul li > a:hover .item_outer{ text-decoration: underline !important; }

@media screen and (max-width: 1399px){.mkdf-team-holder .mkdf-team-image img{ width: 240px; height: 240px;  }}
@media screen and (max-width: 1199px){.mkdf-team-holder .mkdf-team-image img{ width: 200px; height: 200px;  }}
@media screen and (max-width: 991px){.mkdf-team-holder .mkdf-team-image img{ width: 180px; height: 180px;  }


}

.mkdf-section-title-holder .mkdf-st-title br{ display: none; }

#epkb_cat_6{ display: none !important; }




/* app slider style */  .slider-container {
      position: relative;
      width: 277px;
      height: 571px;
      perspective: 1000px; 
    }
   

    .slideapp {
      position: absolute;
      width: 100%;
      height: 100%;   
      overflow: hidden;
      opacity: 1;
      transition: all 0.8s ease;
      transform-origin: left !important; padding: 5px 5px 6px 5px; 
      transform: scale(1) translateX(0px); 
      
    }
    .slideapp div{ height: 100%; width: 100%; display: block; overflow: hidden; border-radius: 40px !important;}

     .slideapp:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; background: url(assets/images/mobilescreen.png) center no-repeat; background-size: cover;}

    .slideapp img {
 
      width: 100%;
      height: 100%;  display: block;
      object-fit: cover; object-position: top center;
      box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1); 
    }

    .slideapp.appactive {
      z-index: 5;
      opacity: 1;
      transform: scale(1) translateX(0px);
    
      
    }

    .slideapp.appnext {
      z-index: 4;
      transform: scale(0.9) translateX(120px); 
    }

    .slideapp.appprev {
      z-index: 3;
      transform: scale(0.8) translateX(260px); 
    }


    @media screen and (max-width: 1399px)
    {
       .slider-container { width: 234px; height: 482px; }
       .slideapp div{ border-radius: 30px !important; }
     
    }


    @media screen and (max-width: 575px)
    {         
  .slideapp{ padding: 2px 2px 4px 2px; }
      .slideapp.appnext {
        z-index: 4;
        transform: scale(0.9) translateX(60px);
      }

      .slideapp.appprev {
        z-index: 3;
        transform: scale(0.8) translateX(130px);
      }
    }

    @media screen and (max-width: 480px)
    {
      .slideapp.appnext {
        z-index: 4;
        transform: scale(0.9) translateX(50px);
      }

      .slideapp.appprev {
        z-index: 3;
        transform: scale(0.8) translateX(110px);
      }
    }
/* app slider style END */

.required {
  color: red;
}

/* phone number country code select */
.input-group {
    position: relative;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    text-align: center;
    white-space: nowrap;
    border-radius: 50px 0 0 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 46px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.input-group input {
    position: relative;
    padding-left: 65px !important;
}

/* // WooCommerce form elements and buttons */
.woocommerce-page .mkdf-content #billing_country_field .select2-container .selection .select2-selection--single, .woocommerce-page .mkdf-content input[type=email], .woocommerce-page .mkdf-content input[type=password], .woocommerce-page .mkdf-content input[type=tel], .woocommerce-page .mkdf-content input[type=text], .woocommerce-page .mkdf-content textarea, div.woocommerce #billing_country_field .select2-container .selection .select2-selection--single, div.woocommerce input[type=email], div.woocommerce input[type=password], div.woocommerce input[type=number], div.woocommerce input[type=tel], div.woocommerce input[type=text], div.woocommerce textarea {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 30px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #807d78;
    background-color: #f5f9ff;
    border: 0;
    border-radius: 8px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s cubic-bezier(.02,.54,.58,1);
    transition: border-color .2s cubic-bezier(.02,.54,.58,1);
}

.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button), .woocommerce-page .mkdf-content a.added_to_cart, .woocommerce-page .mkdf-content a.button, .woocommerce-page .mkdf-content button[type=submit]:not(.mkdf-woo-search-widget-button):not(.mkdf-search-submit), .woocommerce-page .mkdf-content input[type=submit], div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button), div.woocommerce a.added_to_cart, div.woocommerce a.button, div.woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button):not(.mkdf-search-submit), div.woocommerce input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    line-height: 1em!important;
    letter-spacing: .125em;
    border-radius: 3em;
    font-weight: 500;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s cubic-bezier(.02,.54,.58,1), background-color .2s cubic-bezier(.02,.54,.58,1), border-color .2s cubic-bezier(.02,.54,.58,1);
    transition: color .2s cubic-bezier(.02,.54,.58,1), background-color .2s cubic-bezier(.02,.54,.58,1), border-color .2s cubic-bezier(.02,.54,.58,1);
    padding: 8px 28px;
    color: #fff;
    background-color: #ff8a73;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 3;
}

/* ============================================================================== */
/* phone number country code select */ 
.input-group input {
    position: relative;
    padding-left: 65px !important;
}
.my-acc-phone .input-group-text{height: 50px !important;}
 

/* 5-sept-2025 */
@media(min-width:681px){
    .beforeloginpages h2, .woocommerce-MyAccount-content h3 {font-size: 32px;}
}

.woocommerce-form-login__submit, .lost_reset_password .woocommerce-Button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content a.button {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 59px;
    padding-right: 59px;
    transition: box-shadow .35s cubic-bezier(.02,.54,.58,1), -webkit-box-shadow .35s cubic-bezier(.02,.54,.58,1) !important;
}

.woocommerce-form-login__submit:hover, .lost_reset_password .woocommerce-Button:hover, .woocommerce-MyAccount-content .button:hover {
    box-shadow: 0 10px 25px 0 rgba(255, 138, 115, .5);
}
.woocommerce-page .mkdf-content .woocommerce-orders-table__cell-order-actions a {
    line-height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background: #F2EFDE;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    transition: box-shadow .35s cubic-bezier(.02,.54,.58,1), -webkit-box-shadow .35s cubic-bezier(.02,.54,.58,1) !important;
    font-weight: 600;
    color: #000;
    border-radius: 50px;
    display: inline-block;
        width: 100%;
    box-sizing: border-box; 
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #eccb63; color: #000 !important;
}
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    width: 76% !important;
    padding: 30px 35px !important;
    background: #f7f7f7;
    border-radius: 30px; min-height: 255px;
}
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 24% !important;
}
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-right: 0 !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #EAE6DC !important;
}

.woocommerce-MyAccount-orders, .woocommerce-MyAccount-orders td, .woocommerce-MyAccount-orders th {
    border: 1px solid #edeff2 !important;
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-orders td, .woocommerce-MyAccount-orders th {
    padding: 12px !important;
}

@media(max-width:1199px){
    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {width: 40% !important;}
    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {width: 60% !important; }
    .woocommerce-MyAccount-content {
    overflow: auto;
}
}
@media(max-width:767px){
    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {width: 100% !important;}
    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {width: 100% !important; min-height: unset; margin-top: 30px;}
}

.thankyou-page-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


@keyframes thankyou-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.thankyou-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    animation: thankyou-slideUp 0.8s ease-out 0.2s forwards;
}

@keyframes thankyou-slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.thankyou-success-icon {
    width: 80px;
    height: 80px;
    background: #eccb63;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: scale(0);
    animation: thankyou-scaleIn 0.6s ease-out 0.6s forwards;
}

@keyframes thankyou-scaleIn {
    0% { transform: scale(0) rotate(0deg); }
    50% { transform: scale(1.1) rotate(180deg); }
    100% { transform: scale(1) rotate(360deg); }
}

.thankyou-success-icon::after {
    content: '✓';
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.thankyou-main-heading {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 0.8s forwards;
}

.thankyou-sub-heading {
    color: #555555;
    font-size: 1.1rem;
    margin-bottom: 35px;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 1s forwards;
}

.thankyou-message-text {
    color: #555555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 1.2s forwards;
}

.thankyou-highlight-box {
    background: linear-gradient(135deg, #eccb63, #f0d068);
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0;
    color: #000000;
    font-weight: 500;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 1.4s forwards;
}

.thankyou-highlight-box p {
    margin: 0;
}

.thankyou-contact-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #eccb63;
    margin-top: 25px;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 1.6s forwards;
}

.thankyou-contact-info p {
    margin: 0;
    color: #555555;
    font-size: 0.95rem;
}
.thankyou-button-container {
    margin-top: 35px;
    opacity: 0;
    animation: thankyou-fadeInUp 0.6s ease-out 1.8s forwards;
}
.thankyou-myaccount-btn {
    display: inline-block;
    background: linear-gradient(135deg, #eccb63, #f0d068);
    color: #000000;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(236, 203, 99, 0.3);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}
.thankyou-myaccount-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}
.thankyou-myaccount-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 203, 99, 0.4);
    color: #000000;
    text-decoration: none;
    background: linear-gradient(135deg, #f0d068, #eccb63);
}
.thankyou-myaccount-btn:hover::before {
    left: 100%;
}

.thankyou-myaccount-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(236, 203, 99, 0.3);
}

.thankyou-myaccount-btn:focus {
    outline: none;
}


@keyframes thankyou-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes thankyou-float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .thankyou-page-wrapper {
        padding: 15px;
        /* min-height: 100vh; */
    }
    
    .thankyou-container {
        padding: 40px 25px;
        margin: 20px 0;
        border-radius: 20px;
    }
    
    .thankyou-main-heading {
        font-size: 2rem;
    }
    
    .thankyou-success-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 25px;
    }
    
    .thankyou-success-icon::after {
        font-size: 28px;
    }
    
    .thankyou-sub-heading {
        font-size: 1rem;
    }
    
    .thankyou-message-text {
        font-size: 0.95rem;
    }
    
    .thankyou-highlight-box {
        padding: 20px;
        margin: 25px 0;
    }
      .thankyou-button-container {
        margin-top: 25px;
    }

    .thankyou-myaccount-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .thankyou-container {
        padding: 30px 20px;
    }
    
    .thankyou-main-heading {
        font-size: 1.75rem;
    }
    
    .thankyou-success-icon {
        width: 55px;
        height: 55px;
    }
    
    .thankyou-success-icon::after {
        font-size: 24px;
    }
     .thankyou-myaccount-btn {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}

/* Print styles */
@media print {
    .thankyou-page-wrapper {
        background: white !important;
        min-height: auto;
    }
    
    .thankyou-particle,
    .thankyou-page-wrapper::before {
        display: none;
    }
    
    .thankyou-container {
        box-shadow: none;
        border: 2px solid #eccb63;
    }
}



.woocommerce-MyAccount-content .woocommerce-Input{ margin-bottom: 0 !important; }
.domainparent small{ line-height: normal !important; display: block;}
.woocommerce-MyAccount-content .woocommerce-form-row { margin-bottom: 20px !important; }
.woocommerce-MyAccount-content .woocommerce-Button { margin-top: 0 !important; }

body .woocommerce-error-inline{font-weight: normal;
    text-align: left;
    color: #dc3545;
    font-size: 12px;}

    .woocommerce-ChangePasswordForm { width: 100%; max-width: 340px; }

   .page-id-12210 .order-again{
    display: none !important;
}

.woocommerce-MyAccount-content .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 5px !important;
}

.payment_methods .payment_method_stripe label {
    display: inline-flex;
    align-items: center;
}

.shop_table .product-total > span, .shop_table .product-subtotal > span {
    min-width: 60px;
    display: inline-flex;
    margin: auto;
    text-align: left;
}
#wc-stripe-upe-form {
    background: #f8f8f8;
    padding: 22px 30px 30px 30px;
    border-radius: 20px;
    max-width: 600px;
}


/* - */
.page-id-12209 table.shop_table {
    margin: 40px;
}

.page-id-12209 form#order_review {
    display: flex;
    align-items: flex-start;
    gap: 65px;
    flex-direction: row-reverse;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}

.page-id-12209 ul.wc_payment_methods.payment_methods.methods {
    margin-top: 0;
}

.page-id-12209 div#payment {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 29px;
}

.order-actions-btnss {
    max-width: 57%;
    text-align: center;
}




@media(max-width:1199px){
    .page-id-12209 form#order_review { gap: 0;}
}
@media(max-width:1024px){
.page-id-12209 form#order_review {
    display: block;         border: 0;
}
.page-id-12209 table.shop_table {
    margin: 0 0 25px;
}
.page-id-12209 div#payment {
    padding: 20px;
}

.order-actions-btnss {
    max-width: 100%;
    text-align: left;
}
}
#header_wrapper {
    background-color: #fff !important;
}

td.td.font-family.text-align-right {
    display: none !important;
}


#place_order {
    background-color: #f8cf40;
    color: #000;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}


#place_order:hover {
    background-color: #e6ba27;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


#place_order:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(248, 207, 64, 0.5);
}


.page-id-18516 .mkdf-container { background-color: #f7f5ef; }
.pricing-planbox{ padding: 40px 0; color: #111; }
.pricing-planbox *{ box-sizing: border-box; line-height: normal; }
.pricing-headerbox{ display: flex; flex-direction: column; align-items: center; }
.pricinglistsCol{ display: flex; width: 100%; gap: 30px; justify-content: center; }
.product-cardbox{ display: flex; width: 100%; max-width: 50%; padding: 30px; background-color: #fff; border-radius: 20px; flex-direction: column; gap:10px; }
.cardMainTitle{ text-align: center;
  font-size: 17px;
 
  margin-top: 0;
  font-weight: 600;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 50px;
  background: #f8cf40; color: #000;}
.pricingboxlabel{ text-align: center; font-size: 48px; color: #000; margin-bottom: 0; font-weight: bold; }
.pricingboxlabel small{ font-size: 32%; color: #777777; font-weight: normal; display: block; text-align: center;}

.efficiencypricing{ width: 100%; margin-bottom: -20px; }
.efficiencypricing p{ margin: 7px 0; font-weight: 500; text-align: center; font-size: 20px; }
.efficiencypricingtext{ color:#b08e18; }

.pricing-centerbox{ display: flex; flex-direction: column; gap: 25px; }
.secTitlenamess{ width: 100%; font-size: 20px; font-weight: 600; padding-bottom: 5px; }
.pricing-centerbox ul li{ display: block; padding-left: 32px; position: relative; }
.pricing-centerbox ul li:before{content: ""; width: 18px; height: 18px; position: absolute; left: 0; top: 0; background: url(assets/images/checkpricing.svg) center no-repeat; }
.pricing-centerbox ul li + li{ margin-top: 20px; }

.pricing-centerbox ul li .efficiencypricingtext{ font-size: 86%;  }
.pricing-centerbox ul li.subchildval:before{ display: none; }
.pricing-centerbox ul li.subchildval ul{ padding: 0; }

.pricing-centerbox ul li p{ margin: 3px 0; }
.pricing-btnbox .mkdf-btn { display: block; width: 100%; margin-top: 25px;}
.pricing-centerbox ul li p strong{ font-weight: 600; }
.pricing-btnbox{ margin-top: auto; }


.bestfor{ padding: 14px;
  
  background: rgba(0, 0, 0, 0.1);
  border-radius: 14px; font-size: 14px; margin-bottom: 10px; }
  .bestfor p{ margin: 0; display: inline; }

  .bestfor .secTitlenamess{ font-size: 14px; display: inline; padding-bottom: 0; margin-bottom: 0; }

  .product-cardbox:nth-of-type(2){ background: linear-gradient(0deg, rgba(255, 237, 179, 0.7) 0%, rgba(227, 229, 230, 0.6) 36%, rgba(255, 237, 179, 0.7) 100%) !important; }
  .product-cardbox:nth-of-type(2) .cardMainTitle{background: #444444; color: #fff;}

  @media screen and (max-width: 991px)
  {
    .pricinglistsCol{ flex-wrap: wrap; }
    .product-cardbox{ width: 100%; max-width: 100%;}
    .pricing-planbox{ padding: 10px 0; }

  }

    @media screen and (max-width: 480px)
    {
 .product-cardbox{ padding: 12px; }
    }


    @media screen and (min-width: 1400px){h1{ font-size: 70px; }}
    @media screen and (min-width: 1200px) and (max-width: 1399px){h1{ font-size: 60px; }}
    @media screen and (max-width: 1199px){h1{ font-size: 50px; }}

.effielogoss .mkdf-iwt-icon img{ border-radius: 50% !important; box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.5) !important; }



/* Testimonial */
.mkdf-testimonial-title { display: none !important; }
.mkdf-testimonials-holder .mkdf-testimonials-author-job{ color: #888; }
.mkdf-testimonial-text-holder{ padding-top:0 !important; }
.mkdf-testimonial-text-inner{ padding-top: 60px !important; }
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text{ color: #000000;padding: 35px;
  border-radius: 16px; font-size: 22px; font-weight: 300;
  background:rgba(219, 173, 11, 0.17); position: relative; line-height: 1.5; }
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text:before{ content: ""; display: block; margin: 0 auto; margin-bottom: 10px; width: 30px; height: 30px; background: url(assets/images/quoteicon.svg) center no-repeat; background-size: 100%; }
body .mkdf-owl-slider .owl-dots .owl-dot span{ background: rgba(0, 0, 0, 0.2) !important;  }
body .mkdf-owl-slider .owl-dots .owl-dot.active span{ background: #444 !important; }
body .mkdf-owl-slider .owl-nav .owl-next, body .mkdf-owl-slider .owl-nav .owl-prev{ color: #444; }
.mkdf-testimonials-holder .mkdf-testimonials-author-name{ font-size: 16px; }
.mkdf-testimonials-holder .mkdf-testimonials-author-job{ height: auto; line-height: normal; }

 .testimonialsec h3{ margin-top: 0 !important; }

@media screen and (max-width: 1024px)
{
    .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text{ padding: 20px !important; max-width: 80vw !important; margin: 0 auto; }
    body .mkdf-owl-slider .owl-nav .owl-next{ right: 0 !important; }
    body .mkdf-owl-slider .owl-nav .owl-prev{ left: 0 !important; }
    .mkdf-testimonials-holder .mkdf-testimonial-text{ font-size: 18px; line-height: 1.4 !important; }
    .mkdf-testimonials-author-name{ font-size: 16px; }   
}
.partnerseithsec img{
  height: 70px !important;
  display: block;
  object-fit: contain;
  padding: 15px 12px;
  border-radius: 8px !important;
  border: solid 1px #eee !important;
  width: 140px !important; max-width: 140px !important;}
  .partnerseithsec img:hover{ border-color: #ddd !important; box-shadow: 0 0 0 1px inset #ddd; }
.partnerseithsec.owl-carousel .owl-stage {
   margin-left: auto; margin-right: auto; padding: 0 0 0 15px; display: flex;
}
@media screen and (max-width: 1399px)
{    
.partnerseithsec.owl-carousel{ max-width: 100% !important; }
}

.page-id-12209 .product-name,.page-id-12209 .shop_table tfoot tr th{
    text-align: left !important;
}
.page-id-12209 .product-subtotal,.page-id-12209 .product-total {
    text-align: right !important;
}

.page-id-12209 .shop_table .product-total > span, .page-id-12209 .shop_table .product-subtotal > span {
    display: unset !important;
}
.MyAccount-orders th {
    padding: 5px !important;
}


.account-orders-table tr th {
    line-height: normal !important;
    font-size: 14px !important;    
}
.account-orders-table tr td {
    line-height: normal !important;
    font-size: 12px;
}
.account-orders-table tr th a[aria-label]{ text-decoration: underline !important; }
.account-orders-table tr th,
.account-orders-table tr td{ padding: 8px !important; }

.account-orders-table tr th.woocommerce-orders-table__header-order-staff{ width: 110px; }
.account-orders-table tr th.woocommerce-orders-table__header-order-status{ width: 50px; }
.account-orders-table tr th.woocommerce-orders-table__header-order-actions{ width: 170px; }

.account-orders-table .woocommerce-button{
    font-size: 12px !important;
}

.account-orders-table  .woocommerce-button{
    height: 32px !important;
}
body .order-actions-btnss{ text-align: left;}
div.woocommerce .parentrow .woocommerce-form-row select.woocommerce-Input {padding-top: 14px; line-height: 20px; height: 50px; padding-bottom: 14px; padding-right: 20px; padding-left: 30px; }
body .woocommerce-order-details__title{ font-size: 36px; }


.e-n-tabs{ gap:0 !important; }
.e-n-tab-title{font-family: inherit !important; flex-grow: 1 !important; border-radius: 20px 20px 0 0 !important; margin: 0 !important; }
.e-n-tab-title[aria-selected="true"], .e-n-tab-title:hover{ background-color:#F8CF40 !important; color: #000 !important; }
.e-n-tab-title span{ font-size: 20px !important; font-weight: medium !important; }
.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg,
.e-n-tab-title:hover .e-n-tab-icon svg{ fill: #000 !important; }


.e-n-tabs-content{ padding: 20px !important; display: block !important;  background-color: #fff; border-radius:0 0 20px 20px; border: solid 1px #f1f2f3 !important; }

.e-n-tabs-heading{ display: flex !important; width: 100%; }

.contactsalespage .widget{ margin-bottom: 0 !important; }

.page-id-18991 .mkdf-container {  }
.contactsalespage .e-n-tabs{ width: 100%; max-width: 767px;  margin: 0 auto; }

.contactsalespage .wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}
.leftsidecolss{ position: relative !important; border-radius: 20px; padding: 0; }
.leftsidecolss img{ border-radius: 20px !important; box-shadow: 0 0 0px 1px rgba(0, 0, 0,0.04) !important; object-position: left top !important; display: block; height: 100% !important; object-fit: cover; position: absolute; width: 100%; left: 0; top: 0; }
.leftsidecolss .elementor-element { height: 100%; }
body .efc-event-overlay{ background: linear-gradient(135deg, rgba(248, 207, 255, 0.2), rgba(0, 0, 0, 0.4)); }
body .efc-events-grid{ margin-bottom: 0; }
 body .efc-events-container{ padding: 0; max-width: 100%; }
 body.pageevents .e-con-inner{ max-width: 100%; padding: 40px 0; }
 body .single-event-wrapper{ margin-bottom: 0; }

body.pageevents .e-parent{ padding: 0; }
.single-event-container{ margin-top: 0 !important; margin-bottom: 0 !important; padding: 80px 15px !important; max-width: 1330px !important; box-sizing: border-box;}
.single-event-hero-content, .single-event-hero-overlay{ display: none; }
.meta-content span, .efc-date-details span{ line-height: normal; }
.related-event-card{ max-width: calc(33% - 12px); }
body .related-events-grid{ display: flex; flex-wrap: wrap; gap:24px; margin-top: 60px; }
body .efc-event-title{ font-weight: 600; }

.single-efc_event .mkdf-title-holder { height: auto !important;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center; }
 .single-efc_event .mkdf-title-holder  .mkdf-page-title {padding: 0 0 40px 0;  }


@media screen and (max-width: 1225px)
{
.related-event-card{max-width: calc(33% - 14px);}
}

@media screen and (max-width: 1024px)
{
     .single-efc_event .mkdf-title-holder  .mkdf-page-title {padding: 40px 0 40px 0;  }
}

@media screen and (max-width: 1199px)
{
    .leftsidecolss{ display: none !important; }
    .contactsalespage .contactusforms{ width: 100% !important; }
    .contactsalespage .elementor-element-populated{ padding-left: 0 !important; }

    .contactsalespage .elementor-section ,
    .contactsalespage .elementor-widget-wrap { padding-top: 0 !important; padding-bottom: 0 !important; }
    .single-event-container{  padding: 40px 15px !important; }
}

@media screen and (max-width: 767px)
{
    .e-n-tabs-content{ padding: 20px 10px !important; }
    .e-n-tab-title span{ font-size: 14px !important; }
    .e-n-tab-title{ padding-left: 8px !important; padding-right: 8px !important; }

    .page-id-18991 .mkdf-container-inner, .contactsalespage  { width: 100% !important; }
  .contactsalespage  { width: 95% !important; }
    .page-id-18991 .mkdf-container  { padding-top: 40px !important; }
    .page-id-18991 .mkdf-blog-holder{ margin-bottom: 0 !important; }
    body.pageevents .e-con-inner{ max-width: 100%; padding: 0px 0; }

    .related-event-card{max-width: calc(50% - 14px);}
    body .efc-event-media-video{ min-height: 200px; }
   
}

@media screen and (max-width: 575px){
    .related-event-card{max-width: 100%;}
}

