 #fw-ext-brizy,#fw-extensions-list-wrapper .toggle-not-compat-ext-btn-wrapper,.fw-brz-dismiss{display:none}.fw-brz-dismiss{display:none}.fw-extensions-list-item{display:none!important}#fw-ext-backups{display:block!important}#update-nag,.update-nag{display:block!important}    .fw-sole-modal-content.fw-text-center .fw-text-danger.dashicons.dashicons-warning:before { content: "\f15e" !important;}.fw-sole-modal-content.fw-text-center .fw-text-danger.dashicons.dashicons-warning {color: green !important;} .fw-modal.fw-modal-open > .media-modal-backdrop {display: none !important;}
 #fw-ext-brizy,#fw-extensions-list-wrapper .toggle-not-compat-ext-btn-wrapper,.fw-brz-dismiss{display:none}.fw-brz-dismiss{display:none}.fw-extensions-list-item{display:none!important}#fw-ext-backups{display:block!important}#update-nag,.update-nag{display:block!important}    .fw-sole-modal-content.fw-text-center .fw-text-danger.dashicons.dashicons-warning:before { content: "\f15e" !important;}.fw-sole-modal-content.fw-text-center .fw-text-danger.dashicons.dashicons-warning {color: green !important;} .fw-modal.fw-modal-open > .media-modal-backdrop {display: none !important;}

 .gtad-wrap {
    padding: 15px;
}

/* Start Header Area */
.gtad-top-header {
    height: auto;
    padding: 10px;
    background: #fff;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 21px 0px rgb(36 39 50 / 8%);
    box-shadow: 0px 8px 21px 0px rgb(36 39 50 / 8%)
}
.gtad-top-header-left, .gtad-top-header-right {
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
.gtad-top-header-left {
    display: flex;
    align-content: center;
    align-items: center;
}
.gtad-top-header-left .gtad-top-header-logo {
    width: 60px;
    padding: 5px 10px;
    margin-right: 5px;
}
.gtad-top-header-right {
    text-align: right;
}
.gtad-top-header-right .gtad-btn {
    display: inline-block;
    background-color: #4237dc;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.gtad-top-header-right .gtad-btn:hover {
    background-color: #4237dc;
    color: #fff;
}
/* End Header Area */

/* Start Notice Area */
.gtad-wrap .notice, .gtad-wrap div.error, .gtad-wrap div.updated {
    margin: 0;
}
/* End Notice Area */

/* Start Tabs Area */
.gtad-wrap .notice.is-dismissible {
    margin-top: 30px;
}
.gtad-nav-tab-wrapper {
    margin-top: 30px;
}
.gtad-nav-tab-wrapper ul {
    width: 100%;
    height: auto;
    margin: 25px 0px 0px 0px;
}
.gtad-nav-tab-wrapper ul li {
    display: inline-block;
    margin-bottom: 0;
}
.gtad-nav-tab-wrapper ul li a {
    padding: 19px 22px;
    background: #f8fafb;
    color: #252525;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 5px;
    display: block;
    border-radius: 4px 4px 0 0;
    border: none;
}
.gtad-nav-tab-wrapper ul li a:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.gtad-nav-tab-wrapper ul li a.gtad-nav-tab-active {
    background-color: #4237dc;
    color: #ffffff;
    border: none;
}
.gtad-nav-tab-wrapper ul li a:hover {
    background-color: #4237dc;
    color: #ffffff;
    transition: 0.4s;
}
/* End Tabs Area */

/* Start Tabs Content */
.gtad-nav-tab-content {
    background: #fff;
    padding: 15px 25px;
    border-top: none;
    position: relative;
}
.gtad-nav-tab-content .button.button-primary {
    display: inline-block;
    background-color: #1fa299;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    padding: 8px 40px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.gtad-nav-tab-content .button.button-primary:hover {
    background-color: #000000;
    color: #fff;
}

/* Start Tabs Content */

/* Start First Tabs Content */
.ea-single-example-box {
    margin-bottom: 30px;
    background-color: var(--whiteColor);
    border-radius: 5px;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 10px 10px;
    position: relative;
}
.ea-single-example-box .icon {
    position: relative;
    font-size: 40px;
    color: var(--mainColor);
}
.ea-single-example-box .icon i {
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    text-shadow: 2px 4px #caebce;
}
.ea-single-example-box .link-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}
.ea-single-example-box h3 {
    margin: 0;
    font-size: 18px;
}
.ea-single-example-box:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.15);
            transition: 0.5s;
}
.ea-single-example-box.with-box-shadow {
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.06);
}
.gtad-elements-area .section-title {
    margin-bottom: 40px
}
.gtad-elements-area .section-title h1 {
    text-align: center;
    margin: 20px 0;
}
.gtad-elements-area .justify-content-center {
    justify-content: center !important;
}
.gtad-elements-area .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
@media (min-width: 576px) {
    .gtad-elements-area .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .gtad-elements-area .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px){
    .gtad-elements-area .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ea-single-example-box {
    padding: 25px 15px;
  }
  .ea-single-example-box .icon {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .ea-single-example-box h3 {
    font-size: 17px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ea-single-example-box {
    padding: 20px;
  }
  .ea-single-example-box h3 {
    font-size: 17px;
  }
}
/* End First Tabs Content */

/* Start Second Tabs Content */
.gtad-nav-tab-content .form-table tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding: 15px 0px;
}
.gtad-nav-tab-content .gtad-nav-tab-two .form-table tbody tr {
    flex-basis: 24%;
    height: auto;
    display: flex;
}
.gtad-nav-tab-content .gtad-nav-tab-two .form-table tbody tr {
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    margin: 10px 5px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 18px 0px rgb(0 4 32 / 8%);
}
.gtad-nav-tab-content .gtad-nav-tab-two .form-table tbody tr td {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 17px;
}
.gtad-nav-tab-content .gtad-nav-tab-two .form-table tbody tr td>input[type=checkbox]  {
    margin-right: 8px;
    margin-top: -2px;
}
.gtad-nav-tab-content .gtad-nav-tab-two h2 {
    text-align: center;
    font-size: 23px;
}
.gtad-nav-tab-two .gtad-paragraph {
    text-align: center;
}

/* End Second Tabs Content */

/* Start Third, Four, Five, Six Tabs Content */
.features-area .features-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 15px 0px;
}
.features-area .features-col {
    flex-basis: 50%;
    height: auto;
    display: flex;
}
.features-area .features-box-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px;
    width: 100%;
}
.features-area .features-box {
    background-color: #fff;
    flex: 1 1 auto;
    min-width: 250px;
    width: 300px;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0px 8px 38px 0px rgb(16 16 16 / 12%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.features-area .features-box-header {
    display: flex;
    align-content: center;
    align-items: center;
}
.features-area .features-box-content {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 0px;
}
.features-area .features-box-content .gtad-btn {
    margin-top: 40px;
    border-radius: 30px;
    color: #4237dc;
    background-color: #e8e9ff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 800;
}
.features-area .features-box-content .gtad-btn:hover {
    background-color: #4237dc;
    color: #fff;
}
/* End Third, Four, Five, Six Tabs Content */

/* Enable/ Diable Option CSS */
.gtad-nav-tab-btn-group {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.gtad-nav-tab-btn-group button {
    border: 0px solid;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 3px;
    cursor: pointer;
    transition: 300ms;
}
.gtad-nav-tab-btn-group button:hover {
    opacity: 0.7;
}
.gtad-nav-tab-btn-group .btn-show-all-widget {
    background-color: #007bff;
}
.gtad-nav-tab-btn-group .btn-hide-all-widget {
    background-color: #dc3545;
}
.gtad-nav-tab-two table.form-table tbody tr td input {
    visibility: hidden;
    display: none;
}
.gtad-nav-tab-wrapper table.form-table tbody tr th {
    visibility: hidden;
    display: none;
}
.gtad-nav-tab-two table.form-table tbody tr td {
    position: relative;
    display: flex;
    flex-basis: 350px;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    margin: 10px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}
.gtad-nav-tab-two label {
    width: 48px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: block;
}
.gtad-nav-tab-two input[type="checkbox"]:checked + label::before {
    background: #007bff;
    border: 1px solid #007bff;
}
.gtad-nav-tab-two label::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 24px;
    left: 2px;
    transition: background 0.1s 0.1s ease;
    background: #cbcfd0;
    border: 1px solid #cbcfd0;
    border-radius: 50px;
}
.gtad-nav-tab-two input[type="checkbox"]:checked + label::after {
    left: 29px;
    background: #ffffff;
    animation: switch-on 0.3s ease-out;
}
.gtad-nav-tab-two label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 17px;
    border-radius: 100%;
    left: 5px;
    top: 4px;
    transition: all 0.2s ease;
    box-shadow: 0 0 0 5px #fcfff4 inset;
    background: #cbcfd0;
    z-index: 2;
    animation: switch-off 0.3s ease-out;
}

/* Guto Toolkit Category */
.gt-category-row {
    width: 99%;
    min-width: 99%;
    background-color: #f6eee1 !important;
    border-bottom: 1px solid #f6eee1;
}
.gt-category-row td {
    background-color: #f6eee1 !important;
}
.gt-category-row .gtcat-heading {
    margin: 0;
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
}
.gt-category-row i {
    position: absolute;
    right: 13px;
    top: 16px;
    font-size: 25px;
}
.gt-category-data {
    display: block !important;
    width: 100%;
    min-width: 100%;
}

#demo-furniture-store .theme-actions, #demo-online-education .theme-actions, #demo-lifestyle-blog .theme-actions, #demo-furniture-store .theme-actions, #demo-organic-shop .theme-actions, #demo-restaurant .theme-actions, #demo-digital-marketing .theme-actions, #demo-insurance .theme-actions, #demo-coworking-space .theme-actions, #demo-yoga-instructor .theme-actions, #demo-recipe-blog .theme-actions, #demo-online-health-coach .theme-actions, #demo-life-coaching .theme-actions, #demo-cyber-security .theme-actions, #demo-factory-industry .theme-actions, #demo-marketing-agency .theme-actions, #demo-event-conference .theme-actions, #demo-app-landing .theme-actions, #demo-university .theme-actions, #demo-venture-capital .theme-actions, #demo-machine-tools .theme-actions, #demo-charity .theme-actions, #demo-law-firm .theme-actions, #demo-real-estate .theme-actions, #demo-resume-cv .theme-actions, #demo-food-vlogg .theme-actions, #demo-single-property .theme-actions, #demo-construction .theme-actions, #demo-affilliate-marketing .theme-actions, #demo-beauty-saloon .theme-actions, #demo-hotel-website .theme-actions,  #demo-player-portfolio .theme-actions, #demo-travel-agency .theme-actions, #demo-travel-agency .theme-actions, #demo-grocery-shop .theme-actions, #demo-auto-mobile .theme-actions,  #demo-coming-soon .theme-actions, #demo-wedding-event .theme-actions, #demo-kindergarten-daycare .theme-actions, #demo-junior-school .theme-actions, #demo-restaurant-delivery .theme-actions, #demo-newspaper .theme-actions, #demo-directory-listing .theme-actions, #demo-photography-services .theme-actions, #demo-call-center .theme-actions, #demo-matrimonial .theme-actions, #demo-hotel-booking .theme-actions{
    display: none;
}

#demo-furniture-store::before, #demo-online-education::before, #demo-lifestyle-blog::before, #demo-furniture-store::before, #demo-organic-shop::before,  #demo-restaurant::before, #demo-digital-marketing::before, #demo-insurance::before, #demo-coworking-space::before, #demo-yoga-instructor::before, #demo-recipe-blog::before, #demo-online-health-coach::before, #demo-life-coaching::before , #demo-cyber-security::before, #demo-factory-industry::before, #demo-marketing-agency::before, #demo-event-conference::before, #demo-app-landing::before, #demo-university::before, #demo-venture-capital::before, #demo-machine-tools::before, #demo-charity::before, #demo-law-firm::before, #demo-real-estate::before, #demo-resume-cv::before, #demo-food-vlogg::before, #demo-single-property::before, #demo-construction::before, #demo-affilliate-marketing::before, #demo-beauty-saloon::before, #demo-hotel-website::before,  #demo-player-portfolio::before, #demo-travel-agency::before, #demo-travel-agency::before, #demo-grocery-shop::before, #demo-auto-mobile::before,  #demo-coming-soon::before, #demo-wedding-event::before, #demo-kindergarten-daycare::before, #demo-junior-school::before, #demo-restaurant-delivery::before, #demo-newspaper::before, #demo-directory-listing::before, #demo-photography-services::before, #demo-call-center::before, #demo-matrimonial::before, #demo-hotel-booking::before{ 
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 13px;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 1;
    color: #fff;
    background-color: rgb(255, 0, 55);
    box-shadow: rgb(75 109 235 / 57%) 0 8px 19.74px -2px;
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
    padding: 8px 11px;
    content: "PRO";
}


div#learn-press-advertisement {
    display: none;
}