.site-content {
    display: block;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #ED1C24;
}

.wpcf7 input[type=checkbox] {
    display: none;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    -webkit-appearance: none;
}

.fr-book-now-form span.wpcf7-form-control.wpcf7-checkbox {
    gap: 2%;
}

.wpcf7-list-item.first {
    margin: 0;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 15px;
}

.inside-header {
    padding: 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separate-containers .site-main {
    margin: 0px;
}

.main-navigation .main-nav ul li a {
    padding-left: 15px;
}

.gfx-header-widget {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0px;
    padding-right: 20px;
}
.nav-float-right .header-widget {
    margin-left: 20px;
    display: none;
}
.header-top-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.gfx-header-widget .header-top-phone {
    color: #242b35;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 4px 25px;
    transition: .3s all;
    justify-content: center;
    line-height: 35px;

}

.gfx-header-widget .header-top-phone:hover {
    background-color: #111;
    color: #fff;
}

.gfx-header-widget .header-top-book {
    font-size: 16px;
    background-color: #da291c;
    border-width: 0px !important;
    border-color: #da291c;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 5px 35px;
    border-radius: 50px;
    transition: .3s all;
    line-height: 35px;
    cursor: pointer;
}

.gfx-header-widget .header-top-book:hover {
    background-color: #111;
    color: #fff;
}

.footer-widgets-container {
    padding: 50px 0px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.inside-footer-widgets {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}

.widget .wp-block-social-links li {
    margin-bottom: 0px;
}

.widget p {
    font-size: 14px;
}

.widget h3 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.widget h5 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

.widget .widget-menu-link {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: block;
    margin-bottom: 20px;
}

.inside-footer-widgets > div {
    flex: none;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
    width: 14%;
}

.footer-widget-4 {
    width: 50%;
}

/*--------------------------------Frnahcisee pages---------------------------------------------*/
.fr-container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.fr-header {
    background-size: cover;
    padding: 130px 0px 80px;
    background-position: center;
    position: relative;
}

.fr-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.fr-header .fr-container {
    display: flex;
    flex-direction: row;
    z-index: 99;
    position: relative;
}

.fr-header-content {
    width: 66%;
}

.fr-header-content h1{
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.51px;
}

.fr-header-content h2 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.51px;
}

.fr-header-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 159%;
}

.franchise-button {
    padding: 9px 46px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 150px;
    background: #ED1C24;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    transition: .3s all;
    display: inline-block;
    line-height: 35px;
}

.franchise-button:hover {
    background: #000;
    color: #fff;
}

.google-reviews-section {
    margin-top: 10px;
}

.google-reviews-section h4 {
    background-image: url('../images/google-icon.png');
    background-size: 47px 41px;
    padding-left: 60px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 27px;
    line-height: 41px;
    font-weight: 600;
}

.google-review-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.google-review-info p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.google-review-info span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.fr-testimonials {
    background: #141414;
    padding: 50px 0px;
    text-align: center;
}

.fr-testimonials h2 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    letter-spacing: -0.51px;
    background-image: url('../images/go-fox-icon.png');
    background-size: 40px 46px;
    padding-top: 56px;
    background-repeat: no-repeat;
    background-position: top center;
}


.fr-testimonials h3 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fr-testimonials-blocks {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fr-testimonial-block {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 30px;
    text-align: left;
    width: 31%;

}

.testimonial-stars {
    width: 132px;
}

.fr-testimonial-block p {
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 84px;
}

.fr-customer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.fr-customer-info h5 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 0px;
}

.fr-customer-info h6 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.fr-services {
    padding: 100px 0px 40px;
}

.fr-services h2 {
    color: #ED1C24;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    letter-spacing: -0.51px;
    background-image: url(//stg.stg.gofox.nz/wp-content/themes/divi-child/css/../images/go-fox-icon.png);
    background-size: 40px 46px;
    padding-top: 66px;
    background-repeat: no-repeat;
    background-position: top center;
}

/*
.fr-services h2:before {
    content: '';
    width: 88px;
    height: 24px;
    background-image: url('../images/go-fox-logo.png');
    background-size: 88px 24px;
    padding-left: 98px;
    background-repeat: no-repeat;
    background-position: top center;
}
*/
.fr-services-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
    margin: 40px 0px;
}

.fr-service-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 15%;
    background: #F3F3F3;
    padding-bottom: 20px;
}

.fr-service-icon {
    background: #ED1C24;
    padding: 30px 20px;
}

.fr-service-block p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 20px;
    margin: 0px;
}

.fr-service-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: black;
}

.fr-service-slide {
    padding: 30px;
    align-items: center;
}


.fr-service-slider-cnt {
    width: 50%;
}

.fr-service-slider-cnt .owl-dots {
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    margin: 0 auto;
    left: 40%;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

.fr-service-slider-cnt .owl-carousel button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 10px;
}

.fr-service-slider-cnt .owl-carousel button.owl-dot.active {
    background: #ED1C24;
}

.fr-service-slider-text {
    width: 50%;
    background: #000;
    padding: 40px;
}

.fr-service-slider-text h3 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.24px;
    background-image: url('../images/go-fox-icon.png');
    background-size: 28px 32px;
    padding-top: 42px;
    background-repeat: no-repeat;
    background-position: top left;
}

.fr-service-slider-text p {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.36px;
}

.fr-features {
    background: #F3F3F3;
    padding: 100px 40px;
}

.fr-feature-blocks {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.fr-feature-block {
    width: 31%;
    background: #fff;
}

.fr-feature-content {
    padding: 20px 30px 30px
}

.fr-feature-content h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.fr-feature-content p {
    color: #3F3F3F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.32px;
}

.fr-owners {
    background: #fff;
    padding-bottom: 50px;
    margin-top: 50px;
}

.fr-owners h3 {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.24px;
    background-image: url(../images/go-fox-icon.png);
    background-size: 28px 32px;
    padding-top: 42px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;

}

.fr-owners h4 {
    text-align: center;
    margin-bottom: 20px;
}

.fr-owner-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.fr-owner-content {
    width: 50%;
    background: #f3f3f3;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    min-height: 500px;
}

.fr-owner-content p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.32px;
}

.fr-owner-content h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.2px;
    margin: 0px;
    text-align: left;
}

.fr-owner-image {
    background-size: cover;
    background-position: top left;
    height: auto;
    width: 50%;
}

.button-center-blk {
    text-align: center;
    padding: 25px 0px;
}

.fr-book-now {
    margin: 50px 0px 50px;
}

.fr-book-now-form {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 40px 40px 10px;
}

.fr-book-now-form h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    background-image: url(//stg.stg.gofox.nz/wp-content/themes/divi-child/css/../images/go-fox-icon.png);
    background-size: 40px 46px;
    padding-top: 56px;
    background-repeat: no-repeat;
    background-position: top center;
}

.fr-book-now-form h4 {
    color: #ED1C24;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

/* .fr-book-now-form h4:before {
    content: '';
    width: 79px;
    height: 21px;
    background-image: url('../images/go-fox-logo.png');
    background-size: 79px 21px;
    padding-left: 98px;
    background-repeat: no-repeat;
    background-position: top center;
}
*/
.fr-book-now-form .wpcf7 form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.fr-book-now-form .input-full {
    width: 100%
}

.fr-book-now-form .input-half {
    width: 49%;
}

.fr-book-now-form .wpcf7 label {
    color: #494949;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fr-book-now-form .wpcf7 input[type=text],
.fr-book-now-form .wpcf7 input[type=email],
.fr-book-now-form .wpcf7 input[type=checkbox],
.fr-book-now-form .wpcf7 textarea,
.fr-book-now-form .wpcf7 input[type=tel],
.fr-book-now-form .wpcf7 select {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    color: #848484;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    width: 100%;
    margin-top: 10px;
}

.fr-book-now-form span.wpcf7-form-control.wpcf7-checkbox {
    gap: 2%;
}

.fr-book-now-form span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 49%;

}

.fr-book-now-form .wpcf7 input[type="checkbox"] + span {
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    padding: 12px;
    margin-top: 10px;
}

.fr-book-now-form .wpcf7 input[type="checkbox"]:checked + span {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    width: 100%;
    padding: 12px;
    display: block;
    margin-top: 10px;
}

.fr-book-now-form .wpcf7 input[type=submit],
.fr-book-now-form .wpcf7 input[type=button] {
    transition: .3s all;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    padding: 15px 36px;
    border-radius: 8px;
    display: block;
}

.fr-book-now-form .wpcf7 input[type=submit]:hover,
.fr-book-now-form .wpcf7 input[type=button]:hover {
    background: #000 !important;
}

.franchise-footer {
    background: #000;
    padding: 70px 0px 40px;
    text-align: center;
}

.fr-logo img {
    width: 156px;
    height: auto;
}

.fr-footer-links ul {
    margin-left: 0px;
}

.fr-footer-links li {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 2px;
}

.fr-footer-links a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.fr-footer-links a:hover {
    color: #ED1C24;
}

.fr-footer-notice {}

.fr-footer-notice h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.fr-footer-notice p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.fr-footer-social {
    margin-top: 10px;
}

.fr-footer-social ul {
    list-style: none;
    padding: 0px;
    margin-left:auto;
}

.fr-footer-social li {
    display: inline-block;
    padding: 5px 5px;
}

.fr-row-reverse {
    flex-direction: row-reverse;
}

.fr-contact {
    margin: 40px 0px;
}

.fr-contact .fr-container {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F3F3F3;
    padding: 50px 40px;
    text-align: center;
}

.fr-contact h3 {
    color: #ED1C24;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

.fr-contact h4 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fr-contact h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.16px;
    margin-bottom: 10px;
}

.fr-contact-box {
    display: flex;
    gap: 30px;
    margin: 30px 0px 30px 0px;
}

.fr-contact-box a {
    color: #ED1C24;
}

.fr-contact-box-column {
	width:50%
}

.fr-contact-section {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius:10px;
    background: #FFF;
    padding: 20px;
    width: 100%;
    display:flex;
    text-align: left;
}

.fr-contact-section h6 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: -0.18px;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.contact-top-address {
    font-size: 17px;
    line-height: 28px;
}

.fr-contact-section p {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
    letter-spacing: -0.18px;
    margin-bottom: 10px;
    margin-left:10px;
}

.fr-contact-section p br {}


.fr-contact-section-spacer {
	margin-bottom:15px
		
}

.fr-contact-social-icon img {
	margin-top:-5px;
	margin-left:10px
}

.fr-contact-free-phone {
    background-image: url(../images/headset-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-mobile {
    background-image: url(../images/mobile-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-phone {
    background-image: url(../images/phone-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-email {
    background-image: url(../images/email-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-address {
    background-image: url(../images/location-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-web {
    background-image: url(../images/pointer-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-contact-social {
    background-image: url(../images/social-icon.png);
    background-size: 16px 16px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.fr-map {
	float:right;
	border:1px solid white;
	border-radius:10px;
	height:100%;
	width:100%
}


.single-electrical header,
.single-plumbing header,
.single-electrical .site-footer,
.single-plumbing .site-footer {
    display: none;
}

.fr-header-top {
    padding: 10px 0px 5px;
}

.fr-header-top .fr-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.fr-header-top-logo img {
    width: 150px;
}

.fr-header-top-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.fr-header-top-phone {
    color: #242b35;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 4px 25px;
    transition: .3s all;
    justify-content: center;
    line-height: 35px;

}

.fr-header-top-phone:hover {
    background-color: #111;
    color: #fff;
}

.fr-header-top-book {
    font-size: 16px;
    background-color: #da291c;
    border-width: 0px !important;
    border-color: #da291c;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 5px 35px;
    border-radius: 50px;
    transition: .3s all;
    line-height: 35px;
    border: 1px solid #da291c;
}

.fr-header-top-book:hover {
    background-color: #111;
    color: #fff;
}

.fr-contact-book {
    font-size: 16px;
    background-color: #da291c;
    border-width: 0px !important;
    border-color: #da291c;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    transition: .3s all;
    display: inline-block;
    margin-top: 30px;
}

.fr-contact-book:hover {
    background-color: #111;
}

.btn-container {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    justify-content: center;
    flex-direction: row;
}

.btn-container-header {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    justify-content: flex-start;
    flex-direction: row;
}

.fr-social-media {
    display: flex;
    gap: 10px;
    padding: 0;
    flex-direction: row;
}

#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 800px;
    max-height: 95vh;
    overflow-y: auto;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-content {
    display: flex;
    flex-direction: column;
}

.popup-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
    gap: 10px;
}

.popup-heading img {
    width: 32px;
}

.popup-heading h2 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.popup-heading p {
    color: #000;
    margin-bottom: 0px;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.popup-locations {
    display: flex;
    gap: 0px;
    flex-direction: row;
}

.popup-locations > div {
    flex: 1 1 0;
}

.popup-electrical {
    background-color: #000;
    background-image: url(../images/nz-map-red.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 40px;
}

.popup-electrical img {
    margin-bottom: 20px;
}

.popup-electrical h3 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.popup-electrical ul {
    margin: 0px;
    list-style: none;
}

.popup-electrical li {
    margin-bottom: 7px;
}

.popup-electrical a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding-left: 28px;
    background: url(../images/list-icon-red.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup-plumbing {
    background-color: #E61B23;
    background-image: url(../images/nz-map-black.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 40px;
}

.popup-plumbing img {
    margin-bottom: 20px;
}

.popup-plumbing h3 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.popup-plumbing ul {
    margin: 0px;
    list-style: none;
}

.popup-plumbing li {
    margin-bottom: 7px;
}

.popup-plumbing a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding-left: 28px;
    background: url(../images/list-icon-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.elementor-section.home-section-2 .elementor-container {
    gap: 10px;
}

.elementor-section.home-section-3 .elementor-container {
    gap: 10px;
}

.icon-title h3 {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.icon-title h3:before {
    content: '';
    width: 24px;
    height: 28px;
    background: url(../images/go-fox-icon.png);
    background-size: 24px 28px;
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.icon-title a {
    transition: .3s all;
}

.icon-title a:hover {
    color: #f00 !important;
}

.section3-block {
    transition: padding 0.3s ease, background-color 0.3s ease, cursor 0.3s ease;
    height: 360px;
}

.section3-title h3 {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.section3-title h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-down.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    transition: .3s all
}

.section3-title h3:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    margin-left: 15px;
    transition: width 0.3s ease;
}

.section3-title a {
    transition: .3s all;
}

.section3-title a:hover {
    color: #f00 !important;
}

.section3-block:hover .section3-title a {
    color: #f00 !important;
}

.section3-iconbox {
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.section3-block:hover .section3-title h3:after {
    width: 100%;
}

.section3-block:hover .section3-title h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-down-red.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    transition: .3s all
}

.no-before:hover h3:before {
    display: none !important;
}

.section3-block:hover .section3-iconbox {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.gofox-testimonials .owce-carousel-testimonial .item {
    display: flex;
    background: #fff;
    border-radius: 8px;
    flex-direction: column;
    padding: 40px 30px;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-rating-icon {
    order: -1;
    margin: 0px;
    text-align: left;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-content {
    font-style: normal;
    margin: 0px 0px 5px;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    color: #111;
    font-weight: normal;
    text-align: left;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-testimonial-footer {
    margin: 10px 0px 0px 0px;
    position: relative;
    text-align: left;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-testimonial-footer .owl-thumb {
    margin-right: 15px;
    position: absolute;
    left: 0px;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-testimonial-footer .owl-thumb img {
    width: 60px;
    height: 60px;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-testimonial-footer .owl-title {
    padding-left: 75px;
    margin: 5px 0px 0px;
    font-family: Inter, sans-serif;
    font-weight: bold;
}

.gofox-testimonials .owce-carousel-testimonial .item .owl-testimonial-footer .owl-subtitle {
    padding-left: 75px;
    font-family: Inter, sans-serif;
}

.gofox-testimonials .owl-nav i {
    color: #ED1C24 !important;
    background: #fff !important;
    border-radius: 50px !important;
}

.gofox-testimonials .owce-carousel-testimonial-three .owl-stage-outer {
    padding: 0px;
}

.gofox-testimonials .owce-carousel-container {
    padding: 0px;
}

.gofox-testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 70px;
    left: -70%;
}

.gofox-testimonials .owce-carousel-testimonial-three.owce-carousel .owl-nav .owl-next {
    right: -70px;
}

.section-gap .elementor-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.shortocde-lists {}

.shortocde-lists ul {
    margin: 0px;
    list-style: none;
}

.shortocde-lists li {
    margin-bottom: 7px;
}

.shortocde-lists a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding-left: 28px;
}

.electrical-list a {
    background: url(../images/list-icon-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
}

.plumbing-list a {
    background: url(../images/list-icon-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
}

.plumbing-list a:hover {
    color: #000;
}

.no-gap .elementor-container {
    gap: 0px !important;
    display: flex;
    flex-direction: row;
}

.fr-home-testimonials {
    min-height: 190px;
}

.wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 7px;
}

.widget .wp-block-social-links a svg {
    fill: #fff;
}

.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    top: 0px;
}

.sticky .header-top-info {
    display: none;
}

.site-header.sticky .header-image {
    width: 115px;
}

/*--------------------------------Promo Page---------------------------------------------*/
.page-template-page-promo header,
.page-template-page-promo .site-footer {
    display: none;
}

.page-template-promo-thank-you header,
.page-template-promo-thank-you .site-footer {
    display: none;
}

.promo-gfx {
    padding: 70px 0px 120px;
    background-size: cover;
    background-position: top left;
}

.promo-main {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.promo-content {
    max-width: 565px;
}

.promo-content h2 {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.51px;
}

.promo-content h3 {
    color: #ED1C24;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.51px;
}

.promo-content p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    letter-spacing: -0.51px;
}

.promo-features {}

.promo-features ul {
    margin-bottom: 10px;
}

.promo-features li {
    background: url(../images/Path-1565.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 16px 18px;
    background-position: 0px 7px;
    padding-left: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.51px;
    padding-bottom: 5px;
}

.promo-form-cnt {}

.promo-form {
    width: 100%;
}

.promo-form-cnt .wpcf7 form p {
    padding-bottom: 5px !important;
}

.promo-form-cnt .wpcf7 input[type=text],
.promo-form-cnt .wpcf7 select,
.promo-form-cnt .wpcf7 input[type=email],
.promo-form-cnt .wpcf7 textarea,
.promo-form-cnt .wpcf7 input[type=tel] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    color: #848484;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    width: 100%;
}

.promo-form-cnt label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.promo-form h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.promo-form-row {}

.promo-form-cnt .wpcf7 input[type=submit],
.promo-form-cnt .wpcf7 input[type=button] {
    text-transform: none;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    margin: 0px;
}

.promo-form-cnt .wpcf7 input[type=submit]:hover,
.promo-form-cnt .wpcf7 input[type=button]:hover {
    background-color: #000 important;
}

.promo-form-cnt .wpcf7 form {
    padding-bottom: 10px;
}

.gfx-team-img img {
    min-height: 445px;
    object-fit: cover;
    min-width: 319px;
}

.gfx-team-info {
    min-height: 445px;
}

.image-collage img {
    min-width: 100%;
    object-fit: cover;
}

.plm-services-list .plumbing-list a {
    background: url(../images/list-icon-black.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.elec-services-list .electrical-list a {
    background: url(../images/list-icon-red.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.elec-services-list .electrical-list a:hover {
    color: #f00;
}

.elec-services-list .plumbing-list a:hover {
    color: #000;
}

.plm-services-list .shortocde-lists a,
.elec-services-list .shortocde-lists a {
    font-size: 17px;
    line-height: 30px;
}

.plm-services-list .shortocde-lists li,
.elec-services-list .shortocde-lists li {
    margin-bottom: 18px;
}

.service-reviews .gofox-testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.no-after h3:after {
    display: none !important;
}

.jfr-testimonial-text {
    min-height: 180px;
}

.jfr-test-text p {
    margin-bottom: 10px;
    min-height: 200px;
}

.no-p-margin p {
    margin-bottom: 0px !important;
}

.vacancy-location {
    background: url(../images/vacancy-location.png);
    background-size: 16px 17px;
    background-position: 0px 0px;
    padding-left: 22px;
    background-repeat: no-repeat;
}

.vacancy-description {}

.vacancy-email {
    background: url(../images/vacancy-email.png);
    background-size: 24px 24px;
    background-position: left;
    padding-left: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    color: #3f3f3f !important;
    font-weight: bold;
}

.vacancy-phone {
    background: url(../images/vacancy-phone.png);
    background-size: 24px 24px;
    background-position: left;
    padding-left: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    font-weight: bold;
    color: #3f3f3f !important;
}

.join-us-form .fr-book-now-form {
    border: 0px;
}

.form-required::after {
	content: " required";
	color:red;
	font-style:italic;
	font-size:0.9em;	
}

.form-subtext {
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.form-agreement-text {
    color: #494949;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.agreement-check {}

.join-us-form .wpcf7 form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.join-us-form .input-full {
    width: 100%
}

.join-us-form .input-half {
    width: 49%;
}

.join-us-form .wpcf7 label {
    color: #494949;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.join-us-form .wpcf7 input[type=text],
.join-us-form .wpcf7 input[type=email],
.join-us-form .wpcf7 input[type=checkbox],
.join-us-form .wpcf7 textarea,
.join-us-form .wpcf7 input[type=tel],
.join-us-form .wpcf7 select {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    color: #848484;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    width: 100%;
    margin-top: 10px;
}

.join-us-form .wpcf7 input[type=checkbox] {
    display: inline-block;
    width: 10%;
    margin: 2px 0px 0px;
}

.join-us-form .wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    align-items: center;
}

.join-us-form .wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    -webkit-appearance: auto;
}

.join-us-form .wpcf7-list-item.first {
    margin: 0;
}

.join-us-form span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 15px;
}

.join-us-form .wpcf7 input[type=submit],
.join-us-form .wpcf7 input[type=button] {
    transition: .3s all;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    padding: 15px 36px;
    border-radius: 8px;
    display: block;
}

.join-us-form .wpcf7 input[type=submit]:hover,
.join-us-form .wpcf7 input[type=button]:hover {
    background: #000 !important;
}

.join-us-form .input-group {
	display:flex;
	flex-wrap:wrap;
	gap: 2%;
	width:100%;
}
.int-4x .section3-block {
    cursor: auto;
}

.contact-us-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 40px 0px;
    border: 0px;
    border-width: 0px !important;
}

.contact-us-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border: 0px;
    gap: 10px;
    padding: 20px 10px 20px;
    margin: 0px 10px;
}

.contact-us-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
    display: none !important;
}

.contact-us-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.contact-us-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: solid;
    border-color: #f00;
    border-width: 3px;
}

.franchise-contact-blk {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.fr-contact-box-meta {
    margin-bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    width: 31%;
    display: flex;
    flex-direction: column;
}

.fr-metafields {
    padding: 30px 30px 10px 30px;
    flex-grow: 1;
}

.fr-metafields h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.fr-metafields p {
    color: #3F3F3F;
    margin: 0px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.fr-metafields h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    margin: 2px 0px 20px;
}

.fr-metafields a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.meta-mobile {
    background: url(../images/mobile.png);
    background-size: 20px 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}

.meta-phone {
    background: url(../images/phone.png);
    background-size: 21px 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}

.meta-email {
    background: url(../images/Email.png);
    background-size: 21px 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}

.meta-name {
    background: url(../images/map.png);
    background-size: 21px 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}

.franchise-contact-blk .fr-meta-more {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.franchise-contact-blk .fr-meta-more:hover {
    color: #fff;
}

.fr-meta-more {
    padding: 15px;
    background-image: url(../images/chevron-right.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    transition: .3s all;
    display: block;
}

.electrical-cnt-meta .fr-meta-more {
    background-color: #F00;
}

.electrical-cnt-meta .fr-meta-more:hover {
    background-color: #000;
}

.electrical-cnt-meta h2 {
    background: url(../images/electrical-icon-cnt.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center right;
}

.plumbing-cnt-meta .fr-meta-more {
    background-color: #000;
}

.plumbing-cnt-meta .fr-meta-more:hover {
    background-color: #f00;
}

.plumbing-cnt-meta h2 {
    background: url(../images/plumbing-icon-cnt.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center right;
}

/*--------------------------------Start Franchise Page---------------------------------------------*/
.confidence_numbers {
	color:white;
	font-weight:700;
	font-size:32px;
	text-align:center;
}


/*--------------------------------News---------------------------------------------*/
.gfx-news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.gfx-news {
    width: 31%;
    margin-bottom: 30px;
}

.gfx-news h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0px;
    margin-bottom: 10px;
}

.gfx-news h3 a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 5px 0px 5px 0px;
}

.gfx-news h3 a:hover {
    color: #E1251B;
}

.gfx-news h5 {
    color: #7D7D7D;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gfx-news h5 a {
    color: #E61B23;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.833px;
    text-transform: uppercase;
}

.gfx-news h5 a:hover {
    color: #000;
}

.news-single-header {
    background: url(../images/news-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 0px 150px;
    margin-bottom: 0px;
}

.news-single-header h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin: 0px;
    text-align: center;
}

.gfx-single-meta {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #000;
    display: flex;
}

.gfx-meta-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.gfx-meta-info p {
    color: #4F5B6A;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin: 0px;
}

.gfx-meta-info p strong {
    color: #000;
}

.gfx-single-meta .gfx-meta-info p {
    margin: 0px;
}

.gfx-meta-share {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gfx-meta-share .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 32px;
    padding: 3px;
}

.news-topbar {
    margin: 0px 0px 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.news-categories {
    display: flex;
    width: 75%;
    gap: 10px;
    flex-wrap: wrap;
}

.news-categories h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 16px;
}

.news-categories h5 a {
    color: #000;
    text-decoration: none;
    transition: .3s all;
}

.news-categories .current {
    background: #da291c;
}

.news-categories .current a {
    color: #fff;
}

.news-categories h5:hover {
    color: #fff;
    background: #da291c;
}

.news-categories h5:hover a {
    color: #fff;
    background: #da291c;
}

.news-search {
    width: 23%;
}

.news-search form {
    position: relative;
    display: flex;
}

.news-search input[type="search"] {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    border-right: 0px;
    outline: none;
    font-size: 15px;
    padding: 15px 15px;
}

.news-search input[type="search"]::placeholder {
    font-size: 15px;
}

.news-search .search-submit {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 0px;
    margin-left: -2px;
    background: #fff;
    color: #000;
}

.news-search .search-submit:hover {
    background: #da291c;
    color: #fff;
}

.search-in-place {
    background-color: #fff !important;
    width: 285px !important;
}

.search-in-place .label {
    color: #000 !important;
    font-weight: 500 !important;
    background: #fff !important;
}

.search-in-place .title a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

.gfx-news-header {
    background: url(../images/news-banner.jpg);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0px;
    margin-bottom: 50px;
}

.gfx-news-header h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.51px;
    margin-bottom: 5px;
}

.gfx-news-header h3 {
    color: #FFF;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.separate-containers .inside-article > .featured-image {
    margin-top: -90px;
}

.single-news .entry-title {
    display: none;
}

.single-news .entry-content {
    margin-bottom: 3em;
}

.pagination {
    margin: 0px 0px 30px;
}

.pagination .nav-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pagination .page-numbers {
    color: #374151;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: .3s all;
}

.pagination .page-numbers:hover {
    background: #E61B23;
    color: #fff;
}

.pagination .page-numbers.current {
    background: #E61B23;
    color: #fff;
}

.related-news-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding: 50px 0px 30px;
    background: #F9F9F9;
}

.related-news-footer h2 {
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.footer-fr-list .plumbing-list a,
.footer-fr-list .electrical-list a {
    background: none;
    padding-left: 0px;
}

.footer-fr-list a:hover {
	color:red;
}

.fr-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px 30px;
}

.fr-gallery h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1.8px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #111;
}

.fr-gallery-blk {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.fr-gallery-imgbox {
    width: 16.666%;
}

.fr-gallery-imgbox img {
    min-width: 100%;
    object-fit: cover;
    height: calc(100vw/6);
    
}

.fr-service-slider {
    background-color: black;
    align-items: center;
}

.fr-service-slide {
    padding: 30px;
}

.fr-service-slider-text {
    padding: 40px;
}

.fr-payment-cnt {
    margin-top: 20px;
}


.fr-payment-cnt img {
    height: 40px;
    margin-right: 5px;
}

.fr-payment-cnt p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    margin-top: 0px;
}

.gfx-feedback-form #field_6_3,
.gfx-feedback-form #field_6_8 {
    display: none;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield-choice-input {
    visibility: hidden;
    display: none;
}

.gfx-feedback-form .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.gfx-feedback-form .gfield_radio .gchoice {
    flex: 1;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    flex: 1;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield.gf_list_inline.fox_button_3em .gfield_radio {
    gap: 10px;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield.gf_list_inline.fox_button_3em .gfield_radio .gchoice {
    flex: 0;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield_radio label {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 20px 20px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 100%;
}

.gfx-feedback-form .gchoice input:checked + label {
    background: red !important;
    color: #fff !important;
}

.gfx-feedback-form .gform_wrapper.gravity-theme .gfield select.large,
.gfx-feedback-form .gform_wrapper.gravity-theme .gfield textarea,
.gfx-feedback-form .gform_wrapper.gravity-theme .gfield input.large {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 18px 10px;
}

.fox_rating_thanks {
    background: #000;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.fox_rating_thanks:after {
    content: '';
    display: block;
    width: 32px;
    height: 33px;
    background: url(../images/rating.png);
    background-size: 32px 33px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.fox_rating_thanks h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.fox_rating_thanks p {
    color: #DDD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.gfx-feedback-form #field_6_10 h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-options-list {
    margin: 0px 0px 10px 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.payment-options {
    width: 62px;
    height: 44px;
    background-position: center;
}

.visa {
    background: url(../images/payment-icons/visa-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mastercard {
    background: url(../images/payment-icons/mastercard-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.qcard {
    background: url(../images/payment-icons/qcard-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.amex {
    background: url(../images/payment-icons/amex-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.apple_pay {
    background: url(../images/payment-icons/apple_pay-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.afterpay {
    background: url(../images/payment-icons/afterpay-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.google_pay {
    background: url(../images/payment-icons/google_pay-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.paypal {
    background: url(../images/payment-icons/paypal-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.eftpos {
    background: url(../images/payment-icons/eftpos-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.zip {
    background: url(../images/payment-icons/zip-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-plm {}

.home-plm h4 {
    background: url(../images/home-plmblack.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    padding-top: 54px;
    transition: .3s all;
}

.home-elec h4 {
    background: url(../images/home-elecred.png);
    background-size: 37px 36px;
    background-repeat: no-repeat;
    padding-top: 54px;
    transition: .3s all;
}

.home-elec:hover h4 {
    background: url(../images/home-elecblack.png);
    background-size: 37px 36px;
    background-repeat: no-repeat;
    padding-top: 54px;
    transition: .3s all;
}

.home-plm:hover h4 {
    background: url(../images/home-plmred.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    padding-top: 54px;
    transition: .3s all;
}

.home-plm:hover h4 a,
.home-elec:hover h4 a,
.home-plm:hover h4,
.home-elec:hover h4 {
    color: #da291c
}

.home-box-hover {
    transition: .3s all;
}

.home-box-hover img {
    height: 36px;
    width: auto;
}

.home-box-hover:hover h4 {
    color: #fff !important;
}
/*--------------------------------Promo Page---------------------------------------------*/
.page-template-page-promo header,
.page-template-page-promo footer {
    display: none;
}
.page-template-promo-thank-you header,
.page-template-promo-thank-you footer {
    display: none;
}
.page-template-page-promo .entry-content:not(:first-child){
    margin-top: 0px;
}

.promo-form-cnt {}

.promo-form {
    width: 100%;
}

.promo-form-cnt .wpcf7 form p {
    padding-bottom: 5px !important;
}

.promo-form-cnt .wpcf7 input[type=text],
.promo-form-cnt .wpcf7 select,
.promo-form-cnt .wpcf7 input[type=email],
.promo-form-cnt .wpcf7 textarea,
.promo-form-cnt .wpcf7 input[type=tel] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    color: #848484;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    width: 100%;
}

.promo-form-cnt label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.promo-form h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.promo-form-row {}

.promo-form-cnt .wpcf7 input[type=submit],
.promo-form-cnt .wpcf7 input[type=button] {
    text-transform: none;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    margin: 0px;
}

.promo-form-cnt .wpcf7 input[type=submit]:hover,
.promo-form-cnt .wpcf7 input[type=button]:hover {
    background-color: #000 important;
}

.promo-form-cnt .wpcf7 form {
    padding-bottom: 10px;
}
.no-margin-txt p{
    margin-bottom: 3px !important;
}

/*--------------------------------QT/CO Wastewater page---------------------------------------------*/
.call-now-float{
	position: fixed;
  top: 15px;
  z-index: 5;
	border: 0px solid rgb(0,0,0,0.4);
	border-radius: 25px;
  box-shadow: 0 0 50px 0;
}
.call-now-float .elementor-button-text:before {
	content:"\260e";
	margin-right:10px
}


.compact-form	p {
		margin:0;
}
.compact-form input {
		background-color: #eee;
}
.compact-form textarea {
		background-color: #eee;
}
.compact-form .preference-button {
		display: flex;
	  justify-content: space-between;
		height:0.3rem;
}
.compact-form .preference-button label {
	  padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #da291c;
    transition: all 0.3s ease;
	  cursor: pointer;
}
.compact-form .preference-button label:hover {
		background:#000
 }
.compact-form .preference-button input[type="radio"]:checked + span {
    color: white;
    border-color: #0073aa;
}
.compact-form .preference-button input { 
		display:none;
}
.compact-form input[type="radio"]:checked + span:after {
	  font-weight: 900;
		color:#fff;
		padding-left: 20px;
	  content: '\2714';
}


@media only screen and (min-width:1200px){
  .float-box {
	  position: fixed;
    top: 0px;
    z-index: 10000;
  	left: calc(100vw*5/6 - 167px );
		width:335px;
		border-radius: 10px;
  	background-color: #fff;
		border: 1px solid rgb(0,0,0,0.4);
  	color: #000;
  	box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
 	  padding: 15px ;
  	margin: 1rem 0;
  	right: 1rem;
  	font-size: 1rem;
	}
	.enquire-now-float {
		display:none;
	}
	.non-float-form {
		display:none;
	}
}

@media only screen and (max-width:1199px){
	.float-box {
		display:none;
	}
	.enquire-now-float {
	  position: fixed;
    bottom: 10px;
    z-index: 5;
	  border: 0px solid rgb(0,0,0,0.4);
	  border-radius: 25px;
    box-shadow: 0 0 50px 0;
	}
}



/*--------------------------------Responsive gotab---------------------------------------------*/
@media only screen and (max-width: 768px) {

    body,
    button,
    input,
    select,
    textarea {
        font-family: Inter, sans-serif;
        font-size: 14px;
    }

    .grid-container {
        padding: 0px 10px;
    }

    .site-header {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0px;
    }

    .has-inline-mobile-toggle .inside-header {
        width: 100%;
        padding: 5px 10px;
    }

    .main-navigation .grid-container {
        padding: 0px;
    }

    .header-top-info {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .gfx-header-widget {
        padding-right: 0px;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        width: 100%;
    }

    .gfx-header-widget aside {
        width: 100%;
        display: inline;
    }

    .gfx-header-widget .header-top-phone {
        font-size: 12px;
        padding: 4px 10px;
        line-height: 30px;
        min-height: 40px;
        width: 50%;
    }

    .gfx-header-widget .header-top-book {
        font-size: 12px;
        padding: 4px 10px;
        line-height: 30px;
        min-height: 40px;
        width: 50%;
        text-align: center;
    }

    .footer-widgets-container.grid-container {
        padding: 30px 30px;
    }

    .footer-widget-1,
    .footer-widget-2{
        width: 45%;
    }

    .footer-widget-3,
    .footer-widget-4 {
        width: 100%;
    }

    .inside-footer-widgets > div:not(:last-child) {
        margin-bottom: 10px;
    }

    .fr-header {
        background-size: cover;
        padding: 50px 0px 20px;
        background-position: bottom left;
    }

    .fr-header .fr-container {
        flex-direction: column;
    }

    .fr-header-content {
        width: 100%;
    }

    .fr-header-map {
        text-align: center;
    }

    .fr-header-map img {
        width: 50%;
        margin: 20px 0px;
    }

    .fr-testimonials-blocks {
        flex-direction: column;
    }

    .fr-testimonial-block {
        width: 100%;
    }

    .fr-service-block {
        width: 44%;

    }

    .fr-service-slider-cnt {
        width: 100%;
    }

    .fr-service-slider-text {
        width: 100%;
        background: #000;
        padding: 45px 40px;
    }

    .fr-features {
        background: #F3F3F3;
        padding: 100px 0px;
    }

    .fr-feature-blocks {
        flex-direction: column;
    }

    .fr-feature-block {
        width: 100%;
        background: #fff;
    }

    .fr-owner-content {
        width: 100%;
        padding: 30px;
    }

    .fr-owner-image {
        height: 300px;
        width: 100%;
    }

    .fr-owner-block {
        flex-direction: column-reverse;
    }

    .fr-book-now-form h4 {
        padding-left: 0px;
    }

    .fr-book-now-form {
        padding: 40px 20px 10px;
    }

    .fr-book-now-form .input-half {
        width: 100%;
    }

    .single-electrical .et_pb_column,
    .single-plumbing .et_pb_column {
        width: 100%;
        margin-bottom: 0px;
    }

    .single-electrical .et-l--header .et_pb_image img,
    .single-plumbing .et-l--header .et_pb_image img {
        position: relative;
        width: 150px;
    }

    .fr-row-reverse {
        flex-direction: column;
    }

    .fr-contact-box {
        display: flex;
        gap: 4%;
        margin: 30px 0px 0px 0px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .fr-contact-section {
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #FFF;
        padding: 15px;
        width: 100%;
        margin-bottom: 10px;
    }

    .fr-contact .fr-container {
        padding: 50px 15px;
    }

    .fr-header-top .fr-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }

    .fr-header-top {
        padding: 10px 0px 10px;
    }

    .btn-container {
        flex-direction: column;
    }

    #popup {
        width: 90%;
    }

    .popup-electrical,
    .popup-plumbing {
        padding: 20px 20px;
    }

    .popup-electrical a,
    .popup-plumbing a {
        font-size: 14px;
    }

    .popup-electrical li,
    .popup-plumbing li {
        margin-bottom: 7px;
    }

    .popup-electrical h3,
    .popup-plumbing h3 {
        margin-bottom: 10px;
    }

    .popup-electrical img,
    .popup-plumbing img {
        margin-bottom: 10px;
    }

    .section3-block {
        transition: padding 0.3s ease, background-color 0.3s ease, cursor 0.3s ease;
        cursor: pointer;
        height: 270px;
    }

    .section-gap .elementor-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .no-gap .elementor-container {
        gap: 0px !important;
        display: flex;
        flex-direction: row;
    }

    .promo-content h2 {
        font-size: 32px;
    }

    .promo-content {
        margin-bottom: 30px;
    }

    .promo-content h3 {
        font-size: 26px;
    }

    .promo-content li {
        font-size: 16px;
    }

    .promo-gfx {
        padding: 40px 0px 40px;
    }

    .gfx-team-img img {
        min-height: auto;
        object-fit: cover;
        min-width: 100%;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover {
        background-color: #E61B23;
        padding: 0px 25px;
        line-height: 40px;
        border-radius: 10px;
        color: #fff;
    }

    .vacancy-email {
        display: block;
    }

    .vacancy-phone {
        display: block;
    }

    .gfx-news-row {
        flex-direction: column;
    }

    .gfx-news {
        width: 100%;
    }

    .news-single-header h2,
    .news-category-header h2 {
        font-size: 30px;
        padding: 0px 15px;
    }

    .news-topbar {
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0px;
    }

    .news-categories {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .gfx-news-header {
        padding: 30px 0px;
    }

    .gfx-news-header h3 {
        font-size: 19px;
    }

    .news-single-header {
        padding: 40px 0px 70px;
    }

    .separate-containers .inside-article > .featured-image {
        margin-top: -30px;
    }

    .gfx-single-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .join-us-form .input-half {
        width: 100%;
    }

    .fr-gallery-imgbox {
        width: 33%;
        height:calc(100vw/3)
    }
    
    .fr-gallery-imgbox img {
        height:calc(100vw/3);
    }

    .contact-us-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
        display: none !important;
    }

    .fr-contact-box-meta {
        width: 100%;
    }

    .fr-home-testimonials {
        min-height: auto;
    }

    .gfx-feedback-form .gform_wrapper.gravity-theme .gfield_radio label {
        min-width: 80px;
    }

    .gfx-feedback-form .gfield_radio {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .gfx-feedback-form .gfield_radio .gchoice {
        flex: auto;
        width: 48%;
    }

    .elementor-button-text {
        flex-grow: 0;
    }

    .site-header .header-image {
        width: 145px;
    }

    .fr-header-top-info {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 100%;
    }

    .fr-header-top-phone,
    .fr-header-top-book {
        width: 50%;
        text-align: center;
        font-size: 13px;
        padding: 5px 12px;
    }

    .btn-container-header {
        width: 100%;
        gap: 10px;
    }

    .btn-container {
        flex-direction: row;
        gap: 10px;
    }

    .fr-header-content h2 {
        font-size: 32px;
    }

    .fr-header-content h3 {
        color: #FFF;
        font-size: 22px;
    }

    .fr-testimonials h3 {
        font-size: 17px;
    }
    .fr-footer-social ul {
    list-style: none;
    padding: 0px;
    margin-left: 0px !important;
}
}


nav .main-nav .mega-menu {
    position: static;
}

nav .main-nav .mega-menu > ul {
    position: absolute;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
		  left: unset;
}

nav .main-nav .mega-menu > ul > li > a {
    font-weight: bold;
}

nav .main-nav .mega-menu>ul>li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
nav .main-nav .mega-menu > ul > li:hover > a,
nav .main-nav .mega-menu > ul > li:focus > a,
nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
nav .main-nav .mega-menu ul ul {
    background-color: transparent !important;
    color: inherit;
}

nav .main-nav .mega-menu ul .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 80%;
    box-shadow: 0 0 0;
    left: 0;
    height: auto;
    pointer-events: auto;
    transform: scale(1);
}

nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
}

nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
}

.mega-menu-sub li {
	margin-left:15px;
}
.category-links{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
.page-template-gofox-custom .grid-container{
	    max-width: 100%;
}
.page-template-gofox-custom header,
.page-template-gofox-custom .site-footer{
	display:none;
}
.page-template-gofox-custom .entry-content:not(:first-child){
	margin:0px;
}
.form-star{
    color: #DA291C;
    margin-left: 5px;
}
.req{
    color: #DA291C;
    font-size: 12px;
    display: block;
    margin-top: -5px;
}
.input-half p br, .input-full p br{
	display:none;
}
/*--------------------------------Responsive goto---------------------------------------------*/
@media (max-width: 1366px) and (min-width: 1024px){
    .home-section3-hover-label h4 {
	    margin-left:-18px;
	    font-size:16px;
    }
    .menu-expand-left ul {
	    margin-left:-50px
    }
    
}


@media (max-width: 1024px) and (min-width: 820px) {
    .gfx-header-widget aside {
        width: 100%;
        display: inline;
    }

    .gfx-header-widget .header-top-phone {
        font-size: 14px;
        padding: 8px 30px;
        line-height: 30px;
        min-height: 40px;
        width: 50%;
    }

    .gfx-header-widget .header-top-book {
        font-size: 14px;
        padding: 8px 30px;
        line-height: 30px;
        min-height: 40px;
        width: 50%;
        text-align: center;
    }
    .main-navigation .main-nav ul li a {
    	padding-left:0px;
    	padding-right:10px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
    	padding-left:0;
    	padding-right:10px;
    }
    .menu-expand-left ul {
	    margin-left:-50px
    }
}



@media (max-width: 820px) and (min-width: 768px) {
    .fr-home-testimonials {
        min-height: auto;
    }

    .icon-title h3 a {
        width: 200px;
    }

    .gfx-feedback-form .gform_wrapper.gravity-theme .gfield_radio label {
        min-width: 80px;
    }

    .gfx-news-row {
        flex-direction: row;
    }

    .gfx-news {
        width: 48%;
    }

    .fr-contact-box-meta {
        width: 48%;
    }

    .fr-feature-blocks {
        gap: 15px;
    }

    .has-inline-mobile-toggle .inside-header {
        width: 100%;
        padding: 5px 10px;
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover {
        background-color: #E61B23;
        padding: 0px 25px;
        line-height: 40px;
        border-radius: 10px;
        color: #fff;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .grid-container {
        padding: 0px 10px;
    }

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .gfx-header-widget {
        padding-right: 0px;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        width: 100%;
    }

    .inside-footer-widgets {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-widgets {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gfx-header-widget {
        width: 50%;
        position: absolute;
        top: 2px;
        left: 280px;
        margin-top: 10px;
    }

    .section-gap .elementor-container {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .fr-header-top .fr-container {
        flex-direction: row;
    }

    .fr-header-top-info {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 50%;
    }

    .fr-header-top-phone,
    .fr-header-top-book {
        width: 50%;
        text-align: center;
        font-size: 14px;
        padding: 5px 15px;
    }

    .btn-container-header {
        width: 100%;
        gap: 10px;
        max-width: 450px;
    }

    .btn-container {
        flex-direction: row;
    }
    .fr-features {
        background: #F3F3F3;
        padding: 70px 0px;
    }
        .fr-service-block p {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        padding: 10px;
        margin: 0px;
    }
    .fr-testimonials-blocks {
        gap: 15px;
        justify-content: center;
    }
    .fr-feature-blocks {
        gap: 10px;
        flex-direction: row;
                justify-content: center;
    }

    .fr-feature-block {
        width: 31.9%;
        background: #fff;
    }

    .fr-contact-box {
     gap: 15px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fr-owner-block {
        flex-direction: row;
    }

    .fr-owner-image {
        height: auto;
        width: 50%;
        object-fit: cover;
        object-position: center;
    }

    .fr-owner-content {
        width: 50%;
        padding: 20px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 820px) { 
    .fr-contact-box-column {
        width:100%;
    }
    .fr-map {
        display:none
    }
   

}


@media screen and (max-width: 540px){
    .fr-service-block {
	    display:none
    }
}

@media screen and (max-width: 400px){
    .fr-contact-section h6 {
		font-size:1em;
	}  
	.fr-contact-section p {
		font-size:1em;
	}
}

/*--------------------------------Responsive gfxmobile---------------------------------------------*/



/* Hide google recaptcha-badge, used on forms */
.grecaptcha-badge { visibility: hidden; }