/*
Theme Name: Bluefrog Plumbing
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Thrive Agency
Author URI: https://thriveagency.com
template: bb-theme
*/

html,
body {
    overflow-x: hidden;
}

body {
    overflow-x: initial;
    background-color: #fff;
    font-family: 'Open Sans';
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Varela Round';
    letter-spacing: 0px;
}

body h1,
body h1 span {
    font-size: 56px;
    line-height: 62px;
}

body h2,
body h2 span {
    font-size: 46px;
    line-height: 55px;
}

body h3,
body h3 span {
    font-size: 34px;
    line-height: 42px;
}

body h4,
body h4 span {
    font-size: 24px;
    line-height: 32px;
}

body h5,
body h5 span {
    font-size: 20px;
    line-height: 28px;
}

body h6,
body h6 span {
    font-size: 18px;
    line-height: 16px;
}

body p,
body .fl-builder-content .fl-module-rich-text .fl-rich-text p,
body .content-style p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

body a,
body .fl-builder-content .fl-rich-text a {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
}

body a:hover,
body a:focus {
    text-decoration: none;
}

body h2.fl-heading span sup {
    font-size: 36px;
    line-height: 55px;
}

@media (min-width: 769px) and (max-width: 992px) {

    body h1,
    body .pp-heading-content .pp-heading h1.heading-title,
    body .pp-heading-content .pp-heading h1.heading-title span {
        font-size: 48px;
        line-height: 56px;
    }

    body h2,
    body .pp-heading-content .pp-heading h2.heading-title,
    body .pp-heading-content .pp-heading h2.heading-title span {
        font-size: 40px;
        line-height: 48px;
    }

    body h3,
    body .pp-heading-content .pp-heading h3.heading-title,
    body .pp-heading-content .pp-heading h3.heading-title span {
        font-size: 34px;
        line-height: 40px;
    }
}

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

    body h1,
    body .pp-heading-content .pp-heading h1.heading-title,
    body .pp-heading-content .pp-heading h1.heading-title span {
        font-size: 38px;
        line-height: 44px;
    }

    body h2,
    body h2,
    body .fl-module-heading h2.fl-heading,
    body .fl-module-heading h2.fl-heading span,
    body .pp-heading-content .pp-heading h2.heading-title,
    body .pp-heading-content .pp-heading h2.heading-title span {
        font-size: 30px;
        line-height: 36px;
    }

    body h3,
    body h3,
    body .fl-module-heading h3.fl-heading,
    body .fl-module-heading h3.fl-heading span,
    body .pp-heading-content .pp-heading h3.heading-title,
    body .pp-heading-content .pp-heading h3.heading-title span {
        font-size: 28px;
        line-height: 35px;
    }

    body h6,
    body h6 span,
    body .fl-module-heading h6.fl-heading,
    body .fl-module-heading h6.fl-heading span {
        font-size: 36px;
        line-height: 39px;
    }

    body p,
    body .fl-builder-content .fl-module-rich-text .fl-rich-text p {
        font-size: 16px;
        line-height: 26px;
    }

    /* .content-row-style .fl-module-heading .fl-heading, 
    .content-row-style .fl-module-heading .fl-heading span, 
    body .content-row-style p, 
    body .content-row-style .fl-module-rich-text .fl-rich-text p {
    } */
}

/*---------------Header Styles---------------*/

/* Main Menu Styles*/
.disable-target .pp-advanced-menu .menu>li>a,
.disable-target .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
    pointer-events: none;
}

.disable-target .pp-advanced-menu .menu>li:hover>a,
.disable-target .pp-advanced-menu .menu>li:hover>.pp-has-submenu-container>a {
    /*     color: #B0291F; */
}

.disable-target .pp-advanced-menu .menu>li:hover {
    cursor: pointer !important;
}

.fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a,
header .fl-page-nav-wrap .navbar-nav li.cstm-btn>a {
    padding: 12px 20px;
    border: 2px solid #00A9E0;
    border-radius: 8px;
    line-height: 22px;
    color: #fff;
    margin-left: 20px;
    background: #00A9E0;
    transition: 0.3s all ease-in-out;
}

.fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a,
.fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a>span {
    color: #fff;
    text-transform: uppercase;
}

.fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a:hover {
    background: #fff;
}

.fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a:hover>span {
    color: #00A9E0;
}


/* Mega Menu Styles */
.megamenu-styles ul.mega-menu.max-mega-menu {
    text-align: right !important;
}

.megamenu-styles .fl-widget .mega-menu-wrap {
    background: transparent !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>a.mega-menu-link {
    color: #00629b !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    line-height: 24px !important;
    height: auto !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.cstm-btn>a.mega-menu-link {
    padding: 12px 20px !important;
    border: 2px solid #00A9E0 !important;
    border-radius: 8px !important;
    line-height: 22px !important;
    color: #fff !important;
    margin-left: 10px !important;
    background: #00A9E0 !important;
    transition: 0.3s all ease-in-out !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.cstm-btn:hover>a.mega-menu-link {
    background: #fff !important;
    color: #00A9E0 !important;
}

.megamenu-styles .fl-widget .widgettitle {
    display: none;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item:hover>a.mega-menu-link,
.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent !important;
    color: #00a9e0 !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:focus {
    background: transparent !important;
    color: #00a9e0 !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-item-last-child>ul.mega-sub-menu {
    right: 0 !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-item-last-child.mega-toggle-on>ul.mega-sub-menu:before {
    right: 10%;
    left: auto;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu {
    background: #fff !important;
    top: 55px !important;
    border-radius: 5px !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu:before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    left: 10%;
    top: 0;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-top: -10px;
    margin-left: -20px;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
    background: transparent !important;
    left: -80% !important;
    width: 550px !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
    padding-top: 45px !important;
    top: inherit !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-grid {
    position: relative !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu:before {
    display: none !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu>.submenu-ul:before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-top: -10px;
    margin-left: -20px;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu li>a {
    /* color: #000 !important; */
    /* text-transform: capitalize !important; */
    font-weight: 500 !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu .submenu-li-col>ul.mega-sub-menu>li.mega-menu-item {
    padding: 5px 10px 5px 10px !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu>.submenu-ul {
    padding: 25px !important;
    background: #fff !important;
    border-radius: 5px !important;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu .submenu-li-col>ul.mega-sub-menu>li.mega-menu-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url();
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu .submenu-li-col>ul.mega-sub-menu>li.mega-menu-item:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -10px;
    top: 9px;
    width: 20px !important;
    height: 20px !important;
    background: url('/wp-content/uploads/2023/04/Path-2259.svg') no-repeat;
    background-size: auto;
    background-position: center center;
}

.megamenu-styles ul.mega-menu.max-mega-menu>li.mega-menu-item>ul.mega-sub-menu .submenu-li-col>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #00a9e0 !important;
}

/* Custom Sticky Header Styles */
.header-row.sticky-header,
.franchise-topbar.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    /* 	animation: smoothScroll 1s forwards; */
    z-index: 9;
    width: 100%;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-ms-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-row {
    width: 100%;
    /* 	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease; */
}

.header-row .header-cus-fl-row-content-wrap {
    background: #fff;
}

@media only screen and (min-width: 769px) {
    .header-row.sticky-header {
        top: 78px;
    }

    body.not-in-location .header-row.sticky-header {
        top: 0px;
    }

    .sticky-header .fl-content-full {
        padding-top: 170px !important;
    }

    body.not-in-location.sticky-header .fl-content-full {
        padding-top: 90px !important;
    }
}

@media only screen and (max-width: 768px) {
    body.sticky-header .fl-content-full {
        padding-top: 135px !important;
    }

    body.not-in-location.sticky-header .fl-content-full {
        padding-top: 135px !important;
    }
}


/* Topbar Styles */
div#franchise-tbar {
    position: relative;
    z-index: 9;
}

.franchise-topbar .fl-col-group-equal-height .fl-module-html,
.franchise-topbar .fl-col-group-equal-height .fl-module-html>.fl-module-content,
.franchise-topbar .fl-col-group-equal-height .fl-module-html>.fl-module-content .pp-infobox-wrap,
.franchise-topbar .fl-col-group-equal-height .fl-module-html>.fl-module-content .pp-infobox-wrap .pp-infobox,
.franchise-topbar .fl-col-group-equal-height .fl-module-html>.fl-module-content .pp-infobox-wrap>.pp-infobox-link,
.franchise-topbar .fl-col-group-equal-height .fl-module-html>.fl-module-content .pp-infobox-wrap>.pp-more-link {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.franchise-topbar .fl-html .pp-infobox {
    padding: 0;
}

.franchise-topbar .fl-html .pp-infobox .layout-3-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 1;
    align-items: center;
    justify-content: flex-end;
}

.franchise-topbar .fl-html .pp-infobox .layout-3-wrapper .pp-icon-wrapper {
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.franchise-topbar .fl-html .pp-infobox .pp-infobox-title-wrapper .pp-infobox-title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffffff;
}

.franchise-topbar .fl-html .pp-infobox .pp-description-wrap>p {
    font-weight: 700;
}

.mb-module.mb-button-wrap {
    position: relative;
    display: block;
    text-align: right;
}

.mb-module .mb-button-content a {
    padding: 10px 20px;
    border: 2px solid #00A9E0;
    border-radius: 8px;
    line-height: 22px;
    color: #fff;
    margin-left: 20px;
    background: #00A9E0;
    transition: 0.3s all ease-in-out;
}

.fl-module.infobox .fl-callout {
    display: inline-flex;
    align-items: center;
}

.fl-module.infobox .fl-callout .fl-callout-photo,
.fl-module.infobox .fl-callout .fl-callout-photo {
    width: auto;
    padding-right: 15px;
    vertical-align: middle;
    display: flex;
}

.fl-module.infobox .fl-callout .fl-callout-content {
    width: auto;
    display: block;
}

.franchise-topbar .fl-callout-title {
    margin: 0;
    padding: 2px;
}


/* Social Sidebar Styles*/
.social-sidebar-row {
    position: fixed;
    top: 40%;
    right: 1%;
    z-index: 9;
}

.fl-theme-builder-header-scrolled .social-sidebar-row {
    transform: translate(0px, 100%);
}

.social-sidebar-col .pp-social-icons {
    background: #fff;
    position: relative;
    width: 50px;
    border: 1px solid #6BA7CA;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgb(0 98 155 / 34%);
    text-align: center;
}

.social-sidebar-col .pp-social-icons>span {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    width: inherit;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 12px 0px 13px 0;
}

.social-sidebar-col .pp-social-icons>span:last-child {
    border: none;
}

.social-sidebar-col .pp-social-icons .pp-social-icon>a:hover i:before {
    color: #00629b;
}

.icn-size .pp-social-icons>span:nth-child(4) a {
    /*     font-size: 15px; */
}

/*-------------------------------------------*/

/*---------------Page Styles---------------*/

/* Global Styles */
body .fl-builder-content .fl-module-rich-text.m20 .fl-rich-text p {
    margin-bottom: 30px;
}

/* Hero Styles */
.content-styles {
    position: relative;
}

.vector-below::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: url(/wp-content/uploads/2022/11/Group-1701.svg) no-repeat;
    background-size: cover;
}

.vector-below2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 360px;
    background: url(/wp-content/uploads/2022/12/header-curve.svg) no-repeat;
    background-size: cover;
}

.hero-col {
    position: relative;
}

.frog-vector .fl-col-content:before {
    content: '';
    display: block;
    position: absolute;
    top: -50%;
    right: 10%;
    width: 100%;
    height: 636px;
    background: url('/wp-content/uploads/2022/11/Group-1710.png') no-repeat;
    background-size: cover;
    z-index: 1;
}


/* Form Styles */
.location-form .pp-search-form__container input.pp-search-form__input::placeholder {
    color: #000000;
    opacity: 1;
}

.location-form .pp-search-form__container button.pp-search-form__submit {
    margin: 6px;
    border-radius: 6px;
    background: #00A9E0;
    padding: 20px 20px;
}

.location-form .pp-search-form__container button.pp-search-form__submit:hover,
.location-form .pp-search-form__container button.pp-search-form__submit:focus {
    background: #00629B;
}


.location-form .gform_wrapper form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
    border-radius: 6px;
    padding: 5px 5px;
    background: #fff;
    box-shadow: 0px 3px 26px 0px rgb(0 0 0 / 29%);
}

.location-form .gform_wrapper form .gform-body {
    width: 40% !important;
}

.location-form .gform_wrapper form .gform_footer {
    width: 60% !important;
    padding: 0;
    margin: 0;
}

.location-form .gform_wrapper form .gform_footer input {
    margin-bottom: 1px;
    background: #00A9E0;
    text-transform: uppercase !important;
}

.location-form .gform_wrapper form .gform_footer input:hover {
    background: #00629B;
}

.location-form .pp-gf-content .gform_wrapper .gform_validation_errors {
    display: none !important;
}

.location-form .pp-gf-content .gform_wrapper .gfield_error .validation_message {
    position: absolute;
    padding-bottom: 5px;
    left: 0;
}

.location-form .pp-gf-content .gform_wrapper.gform_validation_error {
    margin-bottom: 40px;
    position: relative;
}

/* Testimonials Section */
.tesstimonials-sec .owl-item {
    /* width: calc(11% - 30px) !important;
    margin-right: 14px !important; */
    left: -4%;
}

.tesstimonials-sec .owl-carousel .owl-stage-outer {
    clip-path: inset(0vw 0vw 0vw 0px);
}

.fl-module.tesstimonials-sec .pp-testimonials .owl-item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #D1E8D8;
    box-shadow: 0px 4px 12px #103b1914;
    padding-bottom: 5px;
}

.fl-module.tesstimonials-sec .pp-testimonials .pp-testimonial .pp-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.fl-module.tesstimonials-sec .pp-testimonials-image {
    position: absolute;
    right: 0;
    left: 0;
    top: -60px;
    z-index: 11;
}

.fl-module.fl-module-pp-testimonials.tesstimonials-sec .pp-testimonials-image {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    width: 74px;
    height: 74px;
}

.fl-module.fl-module-pp-testimonials.tesstimonials-sec .owl-stage {
    padding-top: 50px;
}

.fl-module.fl-module-pp-testimonials.tesstimonials-sec .owl-carousel .owl-dots.disabled {
    display: block;
}

.fl-module.membership-list .pp-infolist-wrap .pp-infolist ul.pp-list-items li.pp-list-item .pp-infolist-description p {
    color: #fff;
}

/* Flip Box Style */
.flip-card .pp-flipbox-wrap>.pp-flipbox-container .pp-flipbox {

    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #00a9e0;
    min-height: 316px;
}

.flip-card .pp-flipbox-wrap>.pp-flipbox-container.pp-hover .pp-flipbox {
    background-color: #ffffff00;
    border-color: #78BE20;
}

.flip-card .pp-flipbox-wrap>.pp-flipbox-container.pp-hover .pp-flipbox-description * {
    color: #fff;
}

.flip-card .pp-flipbox-wrap>.pp-flipbox-container .pp-flipbox.pp-flipbox-back .pp-flipbox-description p {
    color: #ffffff;
}

/* Tabs Css Start */
.fl-module.water-tabs .pp-tabs.pp-tabs-vertical .pp-tab-label-inner {
    border-left: 3px solid #797979;
    padding-left: 26px;
    padding-bottom: 20px;
    margin-bottom: 1px;
}

.fl-module.water-tabs .pp-tabs-label.pp-tab-active .pp-tab-label-inner {
    border-left: 3px solid #00629B;
}

.fl-module.water-tabs .pp-tabs.pp-tabs-vertical .pp-tabs-panel-content {
    padding-top: 0;
    padding-left: 56px;
}

.tabs-button-inside p a {
    font-weight: bold;
    border: 2px solid #00A9E0;
    border-radius: 8px;
    padding: 10px 20px;
    color: #00A9E0;
    transition: 0.3s;
}

.tabs-button-inside p {
    margin-top: 20px;
}

.tabs-button-inside p a:hover {
    background-color: #00A9E0;
    color: #fff;
    transition: 0.3s;
}

.tabs-button-inside a {
    font-weight: bold;
    border: 2px solid #00A9E0;
    border-radius: 8px;
    padding: 10px 20px;
    color: #00A9E0;
    line-height: 53px;
    transition: 0.3s;
}

.tabs-button-inside a:hover {
    background-color: #00A9E0;
    color: #fff;
    transition: 0.3s;
}

.fl-row.cta .fl-row-content-wrap .fl-button-wrap a {
    border: 2px solid #00a9e0;
}

.fl-row.cta .fl-module.fl-module-button a.fl-button:hover {
    border: 2px solid #fff;
}

/*-----------------------------------------*/

/*---------------Footer Styles---------------*/

.footer-menu .fl-module.footer-cont .fl-module-content .fl-rich-text p a:hover {
    color: #00A9E0;
}

.fl-builder-content .copyright-col.link-col .fl-rich-text a:hover {
    color: #00A9E0;
}

/*-------------------------------------------*/

/*-------------Responsive Styles-------------*/
@media only screen and (max-width: 1480px) {
    .mb-module .mb-button-content a {
        margin-left: 0px;
    }

    .fl-col.fl-col-small.topbar-col.fourth {
        WIDTH: 17%;
    }

    .fl-col.topbar-col.third {
        width: 15%;
    }

    .fl-col.empty {
        width: 34%;
    }
}

/*-------------Responsive Styles-------------*/
@media only screen and (max-width: 1200px) {
    .fl-col.fl-col-small.topbar-col.fourth {
        WIDTH: 20%;
    }

    .fl-col.topbar-col.third {
        width: 14%;
    }

    .fl-col.empty {
        width: 29%;
    }
}

@media (min-width: 1301px) and (max-width: 1350px) {

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 1151px) and (max-width: 1300px) {
    .frog-vector .fl-col-content:before {
        top: -50%;
        right: 30%;
        width: 90%;
        height: 586px;
    }

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 14.5px;
        line-height: 20px;
    }

    .fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a {
        margin-left: 10px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 1130px) {
    .fl-col.featured-serice-box .fl-module.service-man img {
        margin-top: -90px;
        width: 100%;
    }

    .pp-heading-content .pp-heading .heading-title span.title-text {
        display: inline !important;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 1154px) {
    .button-group a.pp-button span {
        font-size: 14px;
    }

    .fl-col.button-group:first-child {
        width: 49.5%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 9px 11px;
    }
}

@media only screen and (max-width: 1153px) and (min-width: 1143px) {
    .button-group a.pp-button span {
        font-size: 13px;
    }

    .fl-col.button-group:first-child {
        width: 46.8%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 1142px) and (min-width: 1071px) {
    .fl-col.button-group:first-child {
        width: 50%;
    }

    .fl-col.button-group:last-child {
        margin-left: 2%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 9px 8px;
    }

    .button-group a.pp-button span {
        font-size: 13px;
    }

    .button-group .pp-dual-button-inner {
        float: unset !important;
        display: flex !important;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1070px) and (min-width: 1033px) {
    .fl-col.button-group:first-child {
        width: 53%;
    }

    .fl-col.button-group:last-child {
        margin-left: 3%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 9px 11px;
    }

    .button-group a.pp-button span {
        font-size: 13px;
    }

    .button-group .pp-dual-button-inner {
        float: unset !important;
        display: flex !important;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1032px) and (min-width: 1020px) {
    .fl-col.button-group:first-child {
        width: 53%;
    }

    .fl-col.button-group:last-child {
        margin-left: 2%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 9px 11px;
    }

    .button-group a.pp-button span {
        font-size: 13px;
    }

    .button-group .pp-dual-button-inner {
        float: unset !important;
        display: flex !important;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1019px) and (min-width: 993px) {
    .fl-col.button-group:first-child {
        width: 55%;
    }

    .fl-col.button-group:last-child {
        margin-left: 3%;
    }

    .button-group .pp-dual-button-inner .pp-dual-button a.pp-button,
    .button-group .pp-button-wrap a.pp-button {
        padding: 9px 11px;
    }

    .button-group a.pp-button span {
        font-size: 13px;
    }

    .button-group .pp-dual-button-inner {
        float: unset !important;
        display: flex !important;
        justify-content: space-between;
    }
}

@media (min-width: 1025px) and (max-width: 1150px) {
    .frog-vector .fl-col-content:before {
        top: -20%;
        right: 40%;
        width: 80%;
        height: 500px;
    }

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }

    .fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a {
        margin-left: 2px;
        padding: 7px 9px;
    }
}

@media only screen and (max-width: 1024px) {
    .fl-col.featured-serice-box .fl-module.service-man img {
        margin-top: -50px;
    }

    .fl-col.featured-serice-box-con-col {
        width: 50% !important;
    }

    .fl-col.bf-man-col {
        width: 50%;
    }

    .flip-card .pp-flipbox-wrap>.pp-flipbox-container .pp-flipbox {
        min-height: 460px;
    }

    .fl-col.empty {
        width: 18%;
    }
}

@media (min-width: 993px) and (max-width: 1150px) {
    .zipcode-bar-sec .fl-row-content-wrap .fl-col-group .fl-visible-desktop {
        width: 12% !important;
    }

    .zipcode-bar-sec .fl-row-content-wrap .fl-col-group .fl-col {
        width: 76% !important;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .frog-vector .fl-col-content:before {
        top: -20%;
        right: 40%;
        width: 85%;
        height: 400px;
    }

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }

    .fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a {
        padding: 10px 12px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    div#franchise-tbar {
        display: none;
    }

    .fl-col.featured-serice-box .fl-module.service-man img {
        margin-top: 32px;
    }

    .fl-module.flip-card .pp-flipbox-container .pp-flipbox .pp-flipbox-description p {
        font-size: 15px;
    }

    .fl-module.flip-card .pp-flipbox-container .pp-flipbox {
        padding: 23px 19px;
        min-height: 360px;
    }

    .fl-module.water-tabs .pp-tabs.pp-tabs-vertical .pp-tabs-panel-content {
        padding-right: 0;
    }

    .fl-module.water-tabs .pp-tabs.pp-tabs-vertical .pp-tab-label-inner {
        padding-left: 15px;
    }

    .fl-module.water-tabs .pp-tabs .pp-tab-label-wrap span.pp-tab-title {
        font-size: 20px;
    }

    .fl-col.button-group {
        width: 100%;
    }

    .fl-col.button-group .pp-button-wrap {
        margin-left: 15px;
    }
}

@media (min-width: 851px) and (max-width: 992px) {

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 3px !important;
        padding-left: 3px !important;
        font-size: 11px;
    }

    .fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a {
        padding: 5px;
        margin-left: 5px;
    }

    .vector-below::after {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) {
    body .fl-builder-content .fl-module-rich-text .fl-rich-text p br {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 850px) {

    .menu-styles .pp-advanced-menu .menu>li>a,
    .menu-styles .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        padding-right: 3px !important;
        padding-left: 3px !important;
        font-size: 10px;
    }

    .fl-module-pp-advanced-menu .pp-advanced-menu .menu>li.cstm-btn>a {
        padding: 5px 10px;
        margin-left: 5px;
    }

    .vector-below::after {
        height: 250px;
    }
}


@media (min-width: 769px) and (max-width: 992px) {
    .frog-vector .fl-col-content:before {
        top: -35%;
        right: 15%;
        width: 250px;
        height: 450px;
    }

    .services-row .fl-row-content-wrap .fl-col-group {
        position: relative;
    }

    .float-right-md {
        position: absolute;
        right: 0%;
        top: -100%;
    }

    .logged-in.fl-builder-edit .float-right-md {
        position: relative;
        right: 0%;
        top: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .cus-footer-logo .fl-module .fl-module-content {
        margin-right: 0;
    }

    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
    }

    header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled.fl-theme-builder-header-shrink {
        box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    }

    .fl-col.featured-serice-box-con-col {
        width: 100% !important;
        padding: 0 20px;
    }

    .fl-col.featured-serice-box-con-col .fl-module.blue-btn .fl-module-content {
        margin-left: 0;
    }

    .fl-row.twh-page-cta {
        padding: 0 40px;
    }

    .fl-col.featured-serice-box {
        margin-top: -130px;
    }

    .fl-col.featured-serice-box .fl-module.service-man img {
        margin-top: -13px;
    }

    .fl-module.water-tabs .pp-tabs.pp-tabs-vertical .pp-tabs-panel-content {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px;
        background-color: transparent;
    }

    .fl-module.water-tabs .pp-tabs .pp-tab-label-wrap span.pp-tab-title br {
        display: none;
    }

    sup {
        font-size: 17px !important;
        margin-left: 3px;
    }

    .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title br {
        display: none;
    }

    .vector-below {
        overflow: hidden;
    }

    .vector-below::after {
        height: 350px;
        width: 1000px;
        left: -200px;
    }

    .location-form .gform_wrapper form div.gform-body input {
        border: 2px solid #ccc !important;
        margin-bottom: 10px;
    }

    .fl-row .fl-row-content-wrap .guaranteed-badge {
        display: none;
    }

    .fl-theme-builder-header-scrolled .social-sidebar-row {
        transform: translate(0px, 0%);
    }

    .social-sidebar-col .pp-social-icons>span {
        margin: 0 !important;
    }

    .fl-module.flip-card .pp-flipbox-container .pp-flipbox {
        min-height: 307px;
    }

    .fl-module.flip-card .pp-flipbox-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .fl-node-e0vgx1n6of4k.content-styles .fl-col-group.fl-node-h5swvbouike2 .fl-module.fl-node-4kmo3ft2571y,
    .fl-node-e0vgx1n6of4k.content-styles .fl-col-group.fl-node-h5swvbouike2 .fl-module.fl-node-e4v0yfgwntq2 .fl-button-wrap {
        text-align: center;
    }

    .fl-node-6dhunrelk83f .pp-advanced-menu-mobile-toggle {
        width: max-content;
        margin-left: auto;
    }

    .social-sidebar-row {
        position: relative;
        top: inherit;
        right: inherit;
        z-index: unset;
    }

    .social-sidebar-col .pp-social-icons {
        display: inline-flex;
        width: 100%;
        border-top: 1px solid #cccccc !important;
        border: none;
        border-radius: 0px;
        box-shadow: unset;
        flex-direction: row;
    }

    .social-sidebar-col .pp-social-icons>span {
        border-right: 1px solid #cccccc;
        padding: 5px 0px 5px 0px;
    }

    .footer-icons ul li {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 450px) {
    .fl-row.twh-page-cta {
        padding: 0 24px;
    }

    .fl-col.button-group .fl-col-content .fl-module-content {
        margin-right: 20px;
    }

    .fl-col.button-group .pp-button-wrap a.pp-button {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    .fl-module.flip-card .pp-flipbox-container .pp-flipbox {
        min-height: 391px;
    }
}

/*-------------------------------------------*/


/*----------------- Membership program page style by shah -------------*/


/*-----------Happy Client Section on homepage------------*/
.happyClient_testimonials .pp-content-wrapper {
    max-width: 768px;
    margin: 0 auto;
}

.happyClient_testimonials .pp-testimonials:before {
    content: '';
    background: url(/wp-content/uploads/2023/01/Group-1710@2x.png) no-repeat;
    display: block;
    width: 302px;
    height: 464px;
    position: absolute;
    background-size: cover;
    top: -62px;
    left: -30px;
}

.happyClient_testimonials .pp-testimonials .owl-item .pp-testimonials-content p {
    font-size: 18px;
    line-height: 28px;
    font-style: book italic;
}

.happyClient_testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}

.membership-hero .fl-row-content-wrap,
.happyClient_testimonials .pp-testimonials {
    position: relative;
}

.membership-hero .fl-row-content-wrap:before {
    content: '';
    background: url(/wp-content/themes/bluefrog-plumbing/images/hero-bottom-shape.svg) no-repeat;
    display: block;
    width: 100%;
    height: 410px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-size: cover;
}

.membership-hero #annual-membership div#gform_7_validation_container {
    display: none !important;
}

.membership-hero #annual-membership .pp-gf-content .gform_wrapper .gfield_error .validation_message {
    padding: 0px;
    border: none;
    background: transparent;
    font-size: 12px;
}

body .membership-hero h1.fl-heading span {
    font-size: 60px;
    line-height: 62px;
}

body .membership-hero .fl-button-wrap a.fl-button:hover {
    background: #00A9E0;
    border-color: #00A9E0 !important;
}

body .membership-hero .fl-button-wrap a.fl-button {
    background: transparent;
    border-color: #fff !important;
    padding: 13px 22.21px;
}

body .membership-hero .hero-subheading .fl-rich-text p,
body .membership-hero .has-separator .fl-rich-text p {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.membership-imgwithtext-row .fl-col.circle_column {
    height: 357px;
    width: 401px;
    flex: none;
}

body .membership-hero .has-separator .fl-rich-text p {
    font-weight: 600 !important;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .membership-hero .has-separator .fl-rich-text .separator {
    background: #69B342;
    height: 44px;
    width: 8px;
    border-radius: 12px;
    display: inline-block;
}

body .membership-hero .pp-gf-inner .form-title {
    margin-bottom: 20px;
}

body .gform_footer input {
    padding: 1.842rem 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background: #00A9E0;
    color: #fff;
    border: 2px solid #00A9E0;
}

.membership-imgwithtext-row .fl-row-content {
    z-index: 3;
}

.membership_flipbox .flip-card .pp-flipbox-wrap>.pp-flipbox-container .pp-flipbox {
    min-height: 250px;
}

.membership_flipbox .flip-card .pp-flipbox-wrap>.pp-flipbox-container .pp-flipbox.pp-flipbox-back .pp-flipbox-description p {
    font-size: 12px;
}

.member-exclusive-row .fl-module-heading h4.fl-heading span {
    font-size: 28px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.member-exclusive-row .fl-module-rich-text .fl-rich-text ul {
    padding-left: 28px
}

.member-exclusive-row .fl-module-rich-text .fl-rich-text ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.member-exclusive-row .fl-module-rich-text .fl-rich-text ul li:before {
    content: '';
    background: url(/wp-content/themes/bluefrog-plumbing/images/checkIcon.svg) no-repeat left center / contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -28px;
    top: 8px;

}

.Annualmembership-row .fl-col .fl-module-heading h4.fl-heading span {
    font-size: 29px;
    line-height: 35px;
}

.Annualmembership-row .fl-module-button .fl-button-wrap {
    position: relative;
}

.Annualmembership-row .fl-module-button .fl-button-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #00A9E0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.Annualmembership-row .fl-module-button .fl-button-wrap a.fl-button {
    outline: 10px solid #fff;
}

.Annualmembership-row .fl-module-rich-text .fl-rich-text p {
    margin-bottom: 20px;
}

.Annualmembership-row .fl-col .fl-module-heading h4.fl-heading span {
    font-size: 29px;
    line-height: 35px;
}

.social-sidebar-row .social-sidebar-col .pp-social-icons {
    background: #00A9E0;
}

.social-sidebar-col .pp-social-icons span.pp-social-icon:hover a svg path,
.social-sidebar-col .pp-social-icons span.pp-social-icon:hover a svg circle,
.social-sidebar-col .pp-social-icons span.pp-social-icon:hover a svg rect {
    fill: #00a9e0;
}

.social-sidebar-row span.pp-social-icon a:hover i:before,
.social-sidebar-row span.pp-social-icon:hover a i {
    color: #00A9E0 !important;
}

.social-sidebar-col .pp-social-icons span.pp-social-icon:hover {
    background-color: #fff;
}

.social-sidebar-row span.pp-social-icon a {
    color: #fff;
}

.social-sidebar-col .pp-social-icons>span:last-child {
    background: #69B342;
}

.social-sidebar-col .pp-social-icons span.pp-social-icon:last-child:hover a svg path,
.social-sidebar-col .pp-social-icons span.pp-social-icon:last-child:hover a svg circle,
.social-sidebar-col .pp-social-icons span.pp-social-icon:last-child:hover a svg rect {
    fill: #69B342;
}

@media screen and (max-width: 1145px) and (min-width: 993px) {
    .happyClient_testimonials .pp-content-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1145px) {
    .membership-imgwithtext-row .fl-col-group {
        justify-content: center;
    }

    .membership-imgwithtext-row .contentCol h4.fl-heading,
    .membership-imgwithtext-row .contentCol .fl-rich-text p {
        text-align: center;
    }

    .membership-imgwithtext-row .contentCol .fl-col-content {
        padding-right: 0px;
    }
}



@media screen and (max-width: 992px) {
    .membership-imgwithtext-row .fl-col.circle_column {
        flex: none;
        width: 407px !important;
    }

    .happyClient_testimonials .pp-testimonials:before {
        top: inherit;
        left: 0;
        right: 0;
        bottom: -130%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    .social-sidebar-col .pp-social-icons span.pp-social-icon:hover {
        background-color: #fff;
        margin: -1px -1px;
    }

    .social-sidebar-col .pp-social-icons>span:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .social-sidebar-col .pp-social-icons>span:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        margin: -1px;
    }
}


@media screen and (min-width: 1600px) {
    .membership-hero .fl-row-content-wrap:before {
        height: 100%;
        background-position: 60% 100%;
    }
}

@media screen and (min-width: 993px) {
    .membership-hero .fl-row-content-wrap:before {
        height: 100%;
        background-position: 60% 100%;
    }
}

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

    .buttonGroupArgyle .fl-col-group {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .buttonGroupArgyle .fl-module-pp-dual-button .pp-dual-button-inner,
    .buttonGroupArgyle .fl-module-pp-dual-button .pp-dual-button-inner .pp-dual-button,
    .buttonGroupArgyle .fl-module-pp-dual-button .pp-dual-button-inner .pp-dual-button a,
    .buttonGroupArgyle .fl-module-pp-smart-button .pp-button-wrap a {
        width: 100%;
        text-align: center;
    }

    .buttonGroupArgyle .fl-module-pp-dual-button .pp-dual-button-inner .pp-dual-button-2,
    .buttonGroupArgyle .fl-module-pp-dual-button .pp-dual-button-inner .pp-spacer {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    body .membership-hero h1.fl-heading span {
        font-size: 35px;
        line-height: 42px;
    }

    .Annualmembership-row .fl-col .fl-module-heading h4.fl-heading span br {
        display: none;
    }

    body .membership-hero .hero-subheading .fl-rich-text p,
    body .membership-hero .has-separator .fl-rich-text p {
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
    }

    body .membership-hero .has-separator .fl-rich-text p br {
        display: none;
    }

    .member-exclusive-row .fl-module-heading h4.fl-heading span {
        font-size: 22px;
    }

    .membership-imgwithtext-row .fl-col.circle_column {
        width: 300px !important;
        height: 250px;
    }
}


/*-------------------------------------------------------------------*/