/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 2.5.5
Requires at least: 5.3
Tested up to: 5.5.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: https://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.
Images that appear in the collage are licensed under CC0.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/100653
https://pxhere.com/en/photo/759723
https://pxhere.com/en/photo/1259448
https://pxhere.com/en/photo/1456591
https://pxhere.com/en/photo/1389199

/* Note: The CSS files are loaded from assets/css/ folder. */



.newslatersecion h4 {font-weight: bold;font-size: 20px;color: #282D51;}

.newslatersecion h4 img {
    vertical-align: top;
    display: inline-block;
}

.newslatersecion h5 {
    font-size: 17px;
    margin: 5px 0;
}

.newslatersecion p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.newslatersecion .tnp.tnp-widget {
    max-width: 330px;
    position: relative;
}

.newslatersecion .tnp.tnp-widget label {
    display: none;
}

.newslatersecion  form {
    position: relative;
}

.newslatersecion form .tnp-field.tnp-field-button input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    border: 0;
    height: 55px;
    margin: 0;
    min-height: 55px;
    border-radius: 0 8px 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #282D51;
}

.newslatersecion form input.tnp-email {
    height: 55px;
    border-radius: 8px;
    border: 0;
	outline:0 !important;
}

.newslatersecion form .tnp-field.tnp-field-button input[type="submit"]:hover {
    background-color: #10111f;
}

.footerstyle p {
    color: #fff;
    margin: 0;
}

.footerstyle p a {
    color: #fff;
}

.footerstyle p a:hover {
    text-decoration: underline;
}
.socaillink ul li a {
    width: 45px !important;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    color: #282D51;
    align-items: center !important;
}

.socaillink ul li a i {
    color: #282D51 !important;
	width:auto !important;
}

.socaillink ul li a span {
    display: block;
    width: 100%;
    line-height: 1;
}

.socaillink ul li a:hover {
    background-color: #f0cf47;
}
ul#menu-footer-menu {
    list-style: none;
    display: flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
ul#menu-footer-menu li {
    position: relative;
}
ul#menu-footer-menu li a.menu-link {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
 font-size: 13px;
}
ul#menu-footer-menu li:not(:first-child) a.menu-link::before {content: "";width: 1px;height: 15px;background-color: #ddd;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

ul#menu-footer-menu li a.menu-link:hover {
    color: #FBDB65;
}
.footer1 .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.footer1 .menu li {
    width: 45%;
    margin-bottom: 10px;
}
.footer1 .menu li a.menu-link {
    color: #fff;
    position: relative;
   
}
.footer1 .menu li a.menu-link:hover {
    color: #FBDB65;
}

.footer1 .menu li a.menu-link::before {content: "\f054";font-family: 'Font Awesome 5 Free';font-weight: 900;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;margin-right: 10px;}

.blueafter {
    position: relative;
}
.blueafter::before {content: "";width: 50vw;height: 100%;background-color: #282d51;position: absolute;right: 100%;top: 0;}
.newsletter-form {
    margin: 0 auto;
}
@media (max-width: 1199.98px) {
	ul#menu-footer-menu {
			justify-content: center;
	}
}
@media (max-width: 1024px) {
.socaillink ul li a {
    width: 32px !important;
    height: 32px;
}
}

@media (max-width: 767px) {
.footer4 {
    text-align: center;
}
.footer3 ul {align-items: center;justify-content: center !important;}
.site-popup .contact-form {
    padding: 0 10px !important;
}
}


/*========= css added on 13 Jan, 2021 ==============*/
.call-header .elementor-widget, .call-header .elementor-widget p {
    margin-bottom: 5px;
}
.request-a-quote-div::before {
    content: "";
    background: #2B3A45;
    width: 40px;
    height: 100%;
    position: absolute;
    left: -30px;
    z-index: 9;
    transform: skew(-22deg);
}
p {
    margin-bottom: 0;
}
.call-header .elementor-widget.elementor-widget-icon-box {
    display: flex;
    justify-content: flex-end;
    display: -ms-flexbox;
}
.socaillink ul li a {
    width: 32px !important;
    height: 32px;
    background-color: #0067B7;
}
.socaillink ul li a i {
    color: #fff !important;
}
.footer1 .menu li a.menu-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
/*========= css added on 13 Jan, 2021 ends ==============*/
/* home page sections */
.home-banner .elementor-text-editor p {
    margin: 0;
}

.home-banner .elementor-widget-text-editor, .home-banner .elementor-widget-heading {
    margin-bottom: 0;
}
.plumbing-company .three-box .elementor-element-populated {
    background: #F6F6F6;
    margin-right: 20px;
    padding: 0 !important;
    border-radius: 5px;
}

.plumbing-company .three-box .elementor-widget-icon-box {
    background: #0067B7;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.plumbing-company .three-box .elementor-widget-text-editor {
    padding: 25px 35px;
}

.plumbing-company .three-box h3 {
    margin-bottom: 0 !important;
}

.plumbing-company .three-box .elementor-widget-text-editor p {
    margin-bottom: 0;
}

.plumbing-company .three-box .elementor-widget-icon-box .elementor-icon-box-icon {
    padding: 20px;
    background: #004881;
    border-radius: 5px 0 0 0;
}

.plumbing-company .three-box .elementor-widget-icon-box .elementor-icon-box-content {
    padding: 20px;
}
.Full-section img {
    width: 100%;
    height: auto;
}

.emergency-section {position: relative;}

.emergency-section::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Frame-217.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: 20px;
    left: 20px;
    width: 105px;
    height: 105px;
}

.emergency-section::after {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Frame-217-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: 20px;
    right: 20px;
    width: 105px;
    height: 105px;
}
.our-services img {
    width: 100%;
    height: auto;
}

.plumbing-company {
    position: relative;
}

.plumbing-company::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Rectangle-87.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.footer1 .menu-footer-most-popular-menu-container {
    margin-bottom: 10px;
}
.elementor-location-header .call-header {
    width: 33.333% !important;
}

.elementor-location-header .navigation-middle {
    width: 68.789% !important;
}

/* client testimonials */
.client-reviews .elementor-testimonial__content {
    background-color: #ffffff;
    padding: 30px 40px 30px 60px;
    position: relative;
    border-radius: 5px;
}

.client-reviews .elementor-testimonial__content::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Vector-3.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 32px;
}

.client-reviews .swiper-slide {
    padding: 0;
    margin: 0;
}
.client-reviews .elementor-main-swiper {
    width: 100%;
}

.client-reviews .swiper-pagination {
    text-align: right;
	    bottom: calc(0% + 80px);
}

.client-reviews .elementor-testimonial__title i {
    font-size: 0;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/css_sprites-5.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    width: 100%;
    height: 20px;
    display: block;
}
.client-reviews .elementor-testimonial__title .fiveouthalf {
    background-position: 0% -4px;
}
.client-reviews .elementor-testimonial__title .fiveoutone {
    background-position: 0% -34px;
}
.client-reviews .elementor-testimonial__title .fiveoutonehalf {
    background-position: 0% -62px;
}
.client-reviews .elementor-testimonial__title .fiveouttwo {
    background-position: 0% -92px;
}
.client-reviews .elementor-testimonial__title .fiveouttwohalf {
    background-position: 0% -122px;
}
.client-reviews .elementor-testimonial__title .fiveoutthree {
    background-position: 0% -152px;
}

.client-reviews .elementor-testimonial__title .fiveoutthreehalf {
    background-position: 0% -180px;
}

.client-reviews .elementor-testimonial__title .fiveoutfour {
    background-position: 0% -208px;
}
.client-reviews .elementor-testimonial__title .fiveoutfourhalf {
    background-position: 0% -238px;
}

.client-reviews .elementor-testimonial__title .fiveoutfive {
    background-position: 0% -268px;
}

.client-reviews cite.elementor-testimonial__cite {
    width: 50%;
}
.client-reviews .elementor-swiper-button {
    top: -40px !important;
    background: #162129;
    padding: 10px;
    border-radius: 5px;
}

.client-reviews .elementor-swiper-button-prev {
    left: calc(100% - 100px)!important;
}

.client-reviews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}

/* service section */
.other-services .elementor-accordion-item {
    margin-bottom: 15px;
}

.other-services .elementor-tab-title {
    border-radius: 10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}

.other-services .elementor-accordion-icon {order: 2;font-size: 16px;}


.other-services .elementor-accordion-title b {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #023677;
}

.other-services .elementor-tab-title {
    position: relative;
}
.service-btn {
    position: absolute;
}

.service-heading {
    position: relative;
}

.services-slider .elementor-main-swiper {
    margin: 0;
}

.services-slider .swiper-slide {
    padding: 0;
}

.services-slider .elementor-testimonial__image img {
    width: 100% !important;
	height: auto !important;
}

.services-slider .elementor-testimonial__image {
    width: 100%;
}
.services-slider .elementor-testimonial__text h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
    letter-spacing: 1px;
    font-style: normal;
}
.services-slider .elementor-main-swiper {
    width: 100%;
}
.service-heading.elementor-widget-heading {
    margin-bottom: 12px;
}

.services-slider .swiper-pagination {
    text-align: right;
    top: calc(0% - 55px);
    height: 40px;
    z-index: 1;
}

.services-slider .elementor-swiper-button {top: -40px !important;padding: 10px;border-radius: 5px;background: #0067B7;z-index: 9;}

.services-slider .elementor-swiper-button-next {right: calc(100% - 100px)!important;}

.google-reviews {
    display: none;
}
.dialog-type-lightbox .dialog-widget-content {border-radius: 5px;}

.dialog-type-lightbox .dialog-widget-content .dialog-close-button {
    background: #0067B7;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    right: 30px;
    top: 25px;
		padding: 0;
}

.dialog-type-lightbox .dialog-widget-content .dialog-close-button .eicon-close {
    font-weight: 900;
	  font-size: 16px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
}

.site-popup .form-group {
    margin-bottom: 10px;
}

.site-popup .contact-form {
    padding: 10px 50px 0;
}

.contact-form .form-group .form-control {
    background-color: #fff;
    border-radius: 8px;
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    padding: 17px 20px;
}

.contact-form textarea {
    max-height: 140px;
    resize: none;
}

.contact-form .btn-wrapper {
    text-align: center;
    padding-top: 10px;
}

.contact-form .btn-wrapper .wpcf7-submit {
    border-radius: 8px;
    padding: 17px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.dialog-type-lightbox .dialog-widget-content .dialog-close-button:hover {
    background: #3a3a3a;
}
.elementor-widget-wrap .top-text {
    width: auto;
	margin-bottom: 0;
}

.elementor-widget-wrap .top-btn {
    width: auto;
        line-height: 0.5;
}
#elementor-popup-modal-597 .dialog-close-button {
    top: 7px;
    right: 20px;
}
#elementor-popup-modal-597 .elementor-widget-container {
    border-radius: 10px 10px 0 0;
}

#elementor-popup-modal-597 .dialog-widget-content {
    border-radius: 10px;
}
#elementor-popup-modal-597 .elementor-widget-heading {
    margin-bottom: 0;
}
.mobile-header .elementor-menu-toggle i.eicon-menu-bar {
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Menu.png);
}

.mobile-dropdown a.elementor-button {
    width: 100%;
}

.mobile-dropdown nav.menu-primary-menu-container {
    text-align: center;
}

.mobile-dropdown .elementor-widget {
    margin-bottom: 0;
}

.mobile-dropdown nav ul {
    list-style: none;
    margin: 0;
	    padding: 20px 0;
}

.mobile-dropdown nav ul li {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
    text-transform: uppercase;
}

.mobile-dropdown nav ul li a {
    color: #555555;
}

.mobile-dropdown nav ul li.current_page_item a {
    font-weight: 700;
    color: #0067B7;
}

.mobile-dropdown nav ul li a:hover {
    font-weight: 700;
    color: #0067B7;
}
.mobile-dropdown nav .hidden-desktop.close-menu {
    position: absolute;
    top: calc(0% - 160px);
    left: 20px;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Vector-4.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.schedule-btn .elementor-button-wrapper {
    margin-bottom: 15px;
}

.elementor-menu-toggle.elementor-active + nav {
    display: none;
}
.mobile-dropdown {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    right: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
    transition: all 0.3s linear;
}
.show-menu .mobile-dropdown {
    right: 0;
}
.why-choose-text {
    position: relative;
}

.why-choose-text::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Water.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.client-reviews {
    position: relative;
}

.client-reviews::after {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Group.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100px;
    height: 100%;
    top: -40px;
    right: 0;
}
.other-services .elementor-tab-content p {
    margin-bottom: 0;
}
.copyright-footer p br {
    display: none;
}
.services-slider .elementor-swiper-button:hover {
    background: #162129;
}

.client-reviews .elementor-swiper-button:hover {
    background: #ffffff;
    color: #162129 !important;
}
.drainage-system .elementor-icon-box-wrapper {
    align-items: center !important;
}

.drainage-system .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    margin-bottom: 0px;
}
.content-block p {
    margin-bottom: 0;
}
.text-boxes p {
    margin-bottom: 0;
}
.top-nav {
    position: relative;
}

.top-nav::before {
    position: absolute;
    content: "";
    background: #0067B7;
    background-position: left;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.around-mobile-image img {
    width: 100%;
}
.contact-page-section .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.contact-page-section .col-md-12 {
    padding: 0;
}

.contact-page-section .form-group {
    margin-bottom: 10px;
}

.contact-page-section .contact-form .btn-wrapper {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact-page-section .contact-form  .wpcf7-submit {
    order: 1;
    margin-left: 20px;
}
.contact-page-section form p {
    display: none;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.contact-form .wpcf7-response-output {
    font-size: 14px;
}

 .text-boxes .elementor-element-populated {
            background: rgba(255, 255, 255, 0.1);
}
.top-btn a.elementor-button-link {
    background-color: transparent;
}
.footer1 .menu li.current-menu-item a {
    color: #0067B7 !important;
}
.images-block img {
    width: 100%;
    height: 100%;
}
.About-image-section img {
    width: 100%;
    height: 100%;
}
.contact-images .left-image {
    width: 50% !important;
    margin-bottom: 0px !important;
}

.contact-images .right-image {
    width: 50% !important;
}
.contact-images img {
    width: 100%;
}
.request-a-quote-div {
    line-height: 0.5;
}
.dialog-widget .contact-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background-repeat: no-repeat;
}
.dialog-widget .contact-form .btn-wrapper span:nth-of-type(1) {
    display: none;
}
.contact-form .btn-wrapper {
    min-height: 84px;
}
.emergency-service-logo p {
    margin-bottom: 0 !important;
}
.contact-section .content-block p {
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-content .elementor-testimonial__image {
    display: none;
}

.testimonial-heading h2 {
    position: relative;
        padding-left: 40px;
}

.testimonial-heading h2::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Vector-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.testimonial-content .swiper-slide {
    padding: 0 !important;
}

.testimonial-content .elementor-main-swiper.swiper-container {
    width: 100%;
}
.sutherland-section a {
    width: 100% !important;
}
.margin-bottom {
    margin-bottom: 0px !important;
}
.margin-bottom p {
    margin-bottom: 0px !important;
}
.last-p-zero p:last-child {
    margin-bottom: 0;
}
.entry-content p a {
    color: #535353;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.bg-image-section p a {
    color: #ffffff !important;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
}



/* home page responsive */
@media (min-width: 767px) and (max-width: 1550px) {
	.client-reviews .elementor-column-wrap {
    padding: 40px 80px 40px 40px !important;
}
}

@media (min-width: 767px) and (max-width: 1299.98px) {
	.client-reviews .elementor-column-wrap {
    padding: 20px 80px 20px 20px !important;
}
	.client-reviews .elementor-main-swiper {
    padding-bottom: 0 !important;
}

.client-reviews .elementor-testimonial__content {
    padding: 20px 20px 20px 60px;
}
	.client-reviews .swiper-pagination {
    bottom: calc(0% + 40px);
}
}
@media (min-width: 767px) and (max-width: 1100px) {
	.client-reviews .elementor-testimonial__text {
    font-size: 13px !important;
}
	.client-reviews .elementor-column-wrap {
    padding: 20px !important;
}
	.client-reviews .elementor-swiper-button {
    font-size: 14px !important;
    padding: 5px !important;
    top: -20px !important;
}

.client-reviews .elementor-heading-title {
    font-size: 18px !important;
}
.client-reviews .elementor-swiper-button-prev {
    left: calc(100% - 60px)!important;
}

.client-reviews .elementor-widget-heading {
    margin-bottom: 5px;
}
.video-block img {
    height: 384px;
}
}


@media (max-width: 1204px) {
.plumbing-company .three-box .maintenance-block .elementor-icon-box-icon {
    padding: 30px 20px;
}
.contact-form .form-group .form-control {
    padding: 12px 15px;
}

.contact-form textarea {
    min-height: 120px;
}
}

@media (max-width: 1024px) {
		.plumbing-company::before {
    background-size: 150px;
}
		.client-reviews::after {
    display: none;
}
	.why-choose-text::before {
    display: none;
}
.licensed-bg .bg-image-section {
    min-height: 400px;
}
.testimonial-heading h2::before {
    background-size: 25px;
    top: 3px;
}
}



@media (max-width: 767px) {
    .emergency-section::after {bottom: 10px;right: 10px;background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Frame-218.png);}

.emergency-section::before {
    top: 10px;
    left: 10px;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Frame-217-2.png);
    width: 100px;
    height: 80px;
}
.service-btn {
    display: none !important;
}
.emergency-section::after {
    bottom: 10px;
    right: 10px;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Frame-218.png);
    width: 100px;
    height: 80px;
}

.service-btn {
    display: none !important;
}

.client-reviews .elementor-swiper-button {
    display: none;
}

.services-slider .elementor-swiper-button {
    display: none;
}

.services-slider .swiper-pagination {
    text-align: left;
	  top: calc(0% - 45px);
}

.client-reviews .swiper-pagination {
    text-align: left;
    top: calc(0% - 40px);
    height: 20px;
}

.client-reviews .elementor-testimonial__content::before {
    top: 22px;
    background-size: 25px;
}

.client-reviews .elementor-testimonial__content {
    padding: 55px 20px 30px 24px;
}

.client-reviews .elementor-main-swiper {
    padding-bottom: 0 !important;
}
.plumbing-company .three-box  .elementor-icon-box-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;}

.plumbing-company .three-box .elementor-widget-icon-box .elementor-icon-box-content {padding: 15px;}

.plumbing-company .three-box .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 0;
    padding: 15px;
    line-height: 1;
}

.plumbing-company .three-box .elementor-icon-box-wrapper {
    align-items: center;
}
.plumbing-company::before {
    background-size: 100px;
}

.plumbing-company .three-box .elementor-widget-text-editor {
    padding: 25px;
}
.why-choose .why-choose-text {
    order: 2;
}

.why-choose-image .elementor-column-wrap {min-height: 300px;}
	
	.elementor-popup-modal .dialog-widget-content {
    max-width: 95%;
}
	.client-reviews::after {
    display: none;
}
.why-choose-text::before {
    display: none;
}
.why-choose-text::after {
    content: "";
    position: absolute;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Water-1.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
    top: -60px;
    right: 0;
}
	.our-services .elementor-section {
    position: relative;
}

.our-services .elementor-section::before {
    position: absolute;
    content: "";
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/01/Rectangle-90-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
	.other-services .elementor-accordion-title b {
    left: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.other-services .elementor-accordion-icon {
    font-size: 14px;
    margin-left: 5px;
}
	.mobile-logo .e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
}
	.phone-text .elementor-icon-box-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.phone-text .elementor-icon-box-icon {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}
	.footer1 .menu li a.menu-link {
    font-size: 13px;
}

.footer1 .menu li {
    width: 50%;
}
.clock-service {
    background-image: none !important;
}
	.clock-service .mobile-image {
    min-height: 220px;
    background-repeat: no-repeat;
		background-size: cover;
}
	.copyright-footer p br {
    display: block;
}
.drainage-system .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.drainage-system .elementor-icon-box-icon {
    margin-bottom: 0px !important;
    margin-right: 15px !important;
}

.drainage-system .elementor-widget-icon-box {
    margin-bottom: 5px;
}
	.order-class {
    order: 2;
}
.contact-page-section .contact-form .btn-wrapper {
    justify-content: flex-start;
}

.contact-page-section .contact-form .wpcf7-submit {
    order: inherit;
    margin-left: 0;
}
.contact-form .btn-wrapper .wpcf7-submit {
    font-size: 12px;
}
.contact-images .left-image {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.contact-images .right-image {
    width: 100% !important;
}
.licensed-bg .bg-image-section {
    min-height: 300px;
}

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

.margin-bottom p {
    margin-bottom: 10px !important;
}
.bottom-map iframe {
    height: 200px !important;
}
.sutherland-section .elementor-widget-button {
    max-width: 170px;
    margin: 0 auto;
}
}







/*grill site style*/
.grill-footer-bar ul li a {
    padding: 0px 10px !important;
    border-right: 1px solid #fff;
    line-height: 1;
}

.grill-footer-bar ul li a::after {
    display: none;
    line-height: 1 !important;
}

.grill-footer-bar ul li a:hover {
    line-height: 1 !important;
    color: #111111 !important;
}

.grill-footer-bar ul {
    margin-left: auto;
    margin-right: 0 !important;
}
.grill-header ul li a::after {
    display: none;
}

.grill-header ul li a:hover {
    color: #d32429 !important;
}
.grill-header::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/top-bg-image.svg);
    background-size: auto;
    background-position: bottom;
    background-repeat: repeat;
    width: 100%;
    bottom: -9px;
    left: 0;
    height: 10px;
    z-index: 2;
}
.grill-header ul li.current-menu-item a {
    color: #d32429 !important;
}
.grill-footer-bar ul li:last-child a {
    border-right: 0;
    padding-right: 0 !important;
}
.banner-slider .elementor-button {
    padding: 16px 35px;
}


/*slider arrow/dot*/
.banner-slider .swiper-slide-inner {
    max-width: 1280px;
    justify-content: left !important;
    padding: 0 10px !important;
}

.banner-slider .swiper-pagination {
    text-align: right;
    bottom: 180px !important;
    max-width: 1280px;
    left: 49% !important;
    transform: translateX(-50%);
}

.banner-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.banner-slider .elementor-swiper-button {
    position: absolute;
    left: 0;
    right:10px;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    text-align: right;
        top: 64%;
    -webkit-transform: translate3d(0,-64%,1px);
    transform: translate3d(0,-64%,1px);
        z-index: 1;
}

.banner-slider .elementor-swiper-button i {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 44px;
	height: 44px;
	position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,1px);
    transform: translate3d(0,-50%,1px);
}

/*.banner-slider .elementor-swiper-button-prev {
    left: auto;
    right: 65px;
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/02/Arrow.png);
}*/

.banner-slider .elementor-swiper-button-prev i.eicon-chevron-left {
     right: calc(0% + 60px);
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/02/Arrow.png);
}

.banner-slider .elementor-swiper-button i.eicon-chevron-left, .banner-slider .elementor-swiper-button i.eicon-chevron-right {font-size: 0;}

/*.banner-slider .elementor-swiper-button-next {
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/02/Arrow-1.png);
}*/
.banner-slider .elementor-swiper-button i:hover {
    opacity: .6;
}
.banner-slider .elementor-swiper-button-next i.eicon-chevron-right {
    background-image: url(https://test1.electrician-sutherlandshire.com.au/wp-content/uploads/2021/02/Arrow-1.png);
    right: 0px;
}

.three-box-section .elementor-icon-box-wrapper {
    align-items: center !important;
}
.grill-top-bar a.elementor-icon:hover {
    background-color: #111111 !important;
}

.grill-footer a.elementor-icon:hover {
    background-color: #B70E14 !important;
}
.three-box-section p {
    margin-bottom: 0;
}

.three-box-section .elementor-widget-text-editor {
    margin-bottom: 15px;
}

.section-heading h2 {
    position: relative;
    display: table;
}

.section-heading h2::after {
    position: absolute;
    content: "";
    background-color: #D3232A;
    width: 70px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 40px);
}
.why-choose p {
    margin-bottom: 0 !important;
}
.grills-images img {
    width: 100%;
}
.map-section img {
    width: 100%;
    display: inline-block;
}
.grill-testimonial-slider .elementor-testimonial__header {
    display: block !important;
}

.grill-testimonial-slider .swiper-slide {
    text-align: center;
    overflow: visible;
}

.grill-testimonial-slider .elementor-testimonial__image {
    justify-content: center;
    margin-top: -50px;
}

.grill-testimonial-slider .elementor-testimonial__text {
    padding: 0 35px 40px;
}
.grill-testimonial-slider .swiper-container {
    padding-top: 50px;
}

.testimonial-section {
    position: relative;
}

.testimonial-section::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/back-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    top: 20px;
    left: 20px;
    width: 105px;
    height: 105px;
}
.testimonial-section::after {
    position: absolute;
    content: "";
    background-image: url(./assets/images/back-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    top: 20px;
    right: 20px;
    width: 105px;
    height: 105px;
}
.grill-testimonial-slider .elementor-star-rating {
    margin-bottom: 20px;
}

.grill-testimonial-slider .elementor-testimonial__icon.elementor-icon {
    display: none;
}

.grill-testimonial-slider .elementor-testimonial__content {
    margin-top: 10px;
}
.grill-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    border: 1px solid #D3232A;
    height: 18px !important;
    width: 18px !important;
    vertical-align: middle;
        margin: 0 4px !important;
}

.grill-testimonial-slider .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.grill-testimonial-slider .swiper-pagination-bullet-active::after{
     content:"";
    position: absolute;
    opacity: 1;
    background-color: #D3232A;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 4px;
}
.grill-testimonial-slider .swiper-pagination {
    bottom: -20px !important;
}
.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
}
.footer-content .elementor-widget-wrap {
    max-width: 270px;
    width: 100%;
}
.social-block .elementor-widget-wrap {
    margin-left: auto;
    max-width: 205px;
}
.grill-footer-bar ul li {
    margin: 6px 0;
}

.grills-mobile-dropdown {
    position: fixed !important;
    width: 100%;
    height: 100vh;
    overflow: auto;
    right: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
    transition: all 0.3s linear !important;
}

.show-menu .grills-mobile-dropdown {
    right: 0;
}
.grills-mobile-toggle .elementor-menu-toggle {
    background-image: url(./assets/images/grill-toggles.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 36px;
    width: 36px;
    background-color: transparent;
}

.grills-mobile-toggle .elementor-menu-toggle i.eicon-menu-bar {
    display: none;
}
.grills-mobile-dropdown ul li a::after {
    display: none;
}

.grills-mobile-dropdown ul li.current-menu-item a {
    color: #111111 !important;
}

.grills-mobile-dropdown ul li a:hover {
    color: #111111 !important;
}
.grill-three-box-section p {
    margin-bottom: 0 !important;
}
.grill-three-box-section .elementor-icon-box-wrapper {
    align-items: center !important;
}
.banner-slider .swiper-slide-inner {
    align-items: flex-start !important;
    padding-top: 180px !important;
}


/* About Page*/
.Grills-about-images img {
    width: 100%;
}

.Grills-our-story img {
    width: 100%;
}
.menu-section .elementor-heading-title {
    display: flex;
    display: -ms-flexbox;
}
.menu-section .elementor-heading-title span.eat_name {
    display: inline-block;
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
     max-width: 172px;
     font-family: "Poppin", Sans-serif;
}
.menu-section .elementor-heading-title span.eat_price {
    font-family: "Roboto", Sans-serif;
}


.menu-section .elementor-heading-title span.dots_btm {
    border-bottom: 2px dotted #343434;
    display: block;
    flex-grow: 1;
    margin: 0 10px;
    height: 13px;
}
.grill-footer .elementor-widget-text-editor p a {
    color:#fff;
}

.menu-section .elementor-widget-heading {
    margin-bottom: 0px !important;
}
.menu-section p {
    margin-bottom: 10px !important;
}
.heading-block .elementor-widget-container {
    position: relative;
}

.heading-block .elementor-widget-container::after {
	content: "";
	position: absolute;
	background-color: #D3232A;
	width: 100%;
	height: 2px;top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.menu-btn a.elementor-button-link {
    width: 100%;
}
.heading-block  h2.elementor-heading-title {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.menu-btn span.small_size {
    font-size: 15px;
    font-weight: 400;
    padding-right: 45px;
    position: relative;
}

.menu-btn span.small_size::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 17px;
    height: 1px;
    top: 50%;
    transform: translateX(-50%);
    right: 5px;
}
.grills-pack .menu-section p {
    margin-bottom: 0px !important;
}
.healthy-red-section .menu-section span.eat_name {
    color: #fff;
}

.healthy-red-section .menu-section span.dots_btm {
    border-color: #fff;
}
.healthy-red-section .elementor-widget-wrap {
    max-width: 470px;
    margin: 0 auto;
}
/*meal plans*/
.weekly-box .elementor-column-wrap {
    border-radius: 50%;
    height: 280px;
    width: 280px;
    align-items: center;
    margin: 0 auto;
    border: 10px solid #D3232A;
    margin-top: -210px;
}

.grill-top-bar .border-right ul.elementor-icon-list-items {
    position: relative;
}
.grill-top-bar .border-right ul.elementor-icon-list-items::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.grill-footer-bar ul li.current_page_item a {
    color: #111111 !important;
}


/*grilss contact page*/
.grill-black-form form {
    max-width: 400px;
    margin: 0 auto;
}
.grill-black-form form p {
    display: none;
}

.grill-black-form form .form-group {
    margin-bottom: 12px;
}

.grill-black-form form input, .grill-black-form form textarea {border-radius: 5px;font-size: 14px; padding: 13px !important; padding-left: 50px !important; line-height: normal !important;}

.grill-black-form form textarea {
    max-height: 100px;
    padding-left: 20px !important;
    resize: none;
}

.grill-black-form form input.wpcf7-submit {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #D3232A;
    padding: 22px 10px !important;
}

.grill-black-form form input.wpcf7-submit:hover {
    background: #B70E14;
}

.grill-black-form form input {
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 20px center !important;
}
.grill-black-form form .FullName input {
    background-image: url(./assets/images/people.png) !important;
}
.grill-black-form form .Phone input {
    background-image: url(./assets/images/call.png) !important;
}
.grill-black-form form .Email input {
    background-image: url(./assets/images/email.png) !important;
}
.grills-contact-box h3.elementor-icon-box-title {
    margin: 0;
}

.grills-contact-box .elementor-widget-container p {
    margin-bottom: 0;
}

.grills-contact-box .red-bg-block .elementor-widget-wrap {
    max-width: 440px;
    margin: 0 auto;
}
.grill-black-form form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 10px;
    color: red;
}

.grill-black-form form .wpcf7-response-output {
    border-color: #d32429 !important;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    margin: 0px !important;
}
.grill-black-form form .ajax-loader {
    display: none !important;
}

.grill-black-form form  .ajax-loader.is-active {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 10px !important;
}
.grill-black-form {
    position: relative;
}

.grill-black-form::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/Black-Polygon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    width: 35px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
}
.grill-three-box-section .elementor-button-link.elementor-button {
    background-color: transparent !important;
}
.banner-slider .elementor-button.elementor-slide-button {
    cursor: pointer !important;
}
.grill-top-bar .elementor-social-icon {
    margin: 0 !important;
    margin-right: 5px !important;
}
.social-block .elementor-social-icon {
    margin: 0 !important;
    margin-right: 5px !important;
}
.meal-plan-heading h2.elementor-heading-title {
    position: relative;
}

.meal-plan-heading h2.elementor-heading-title::after {
    position: absolute;
    content: "";
    background-image: url(./assets/images/right-image.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100px;
    height: 100px;
        top: 5px;
    right: 35px;
}
.meal-plan-heading h2.elementor-heading-title::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/left-image.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100px;
    height: 100px;
    top: 2px;
    left: 60px;
}
.mobile-call img {
    width: 36px !important;
}







/*Grills Responsive*/
@media (min-width: 767px) {
		.salad-price-section .section-heading h2::after {
	    display: none;
	}
}
@media (max-width: 1600px) {
	/*	.banner-slider .elementor-swiper-button {
	    margin-right: calc(0% + 120px);
	}*/
}
/*Grills Responsive*/
@media (max-width: 1500px) {
	/*	.banner-slider .elementor-swiper-button {
	    margin-right: calc(0% + 90px);
	}*/
	
}


@media (max-width: 1025px) {
	.grill-map-section iframe {
	    height: 400px;
	 }

.menu-first-section .order-2 {
    order: 2;
}
.grills-images .ipad-image img {
    max-height: 520px;
}
/*meal plan*/
.weekly-box .elementor-column-wrap {
    width: 180px;
    height: 180px;
}

.weekly-box img {
    max-width: 35px;
}

.weekly-box .elementor-widget-image {
    margin-bottom: 10px !important;
}

.weekly-box .elementor-widget-heading {
    margin-bottom: 8px !important;
}

.weekly-box .elementor-column-wrap {
    margin-top: -150px;
}
.meal-order-2 {
    order: 2;
}

.meal-order-3 {
    order: 3;
}
.catering-order-2 {
    order: 2;
}
.meal-plan-heading h2.elementor-heading-title::before {
    top: 52%;
    left: 20px;
}

.meal-plan-heading h2.elementor-heading-title::after {
    top: 55%;
    right: 0;
}
.show-menu .banner-slider .elementor-swiper-button {
    display: none;
}

}



@media (min-width: 767px) and (max-width: 992px) {
	.grills-images .ipad-image img {
    max-height: 480px;
}
.meal-plan-heading h2.elementor-heading-title::before {
    top: 75%;
}

.meal-plan-heading h2.elementor-heading-title::after {
    top: 75%;
}
	}

@media (max-width: 767px) {
	.footer-content .elementor-widget-wrap {
	    max-width: 290px;
	    margin: 0 auto;
	}
	.grill-footer-bar .copyright-block {
	    order: 2;
	}
	.grill-footer-bar ul {
		margin: 0 auto !important;
	}
	.section-heading h2::after {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
}
.section-heading h2 {
    display: block;
}

.testimonial-section::before {
    display: none;
}

.testimonial-section::after {
    display: none;
}

.grill-map-section iframe {
    height: 300px;
 }
 /*slider top*/
 .banner-slider .swiper-slide-inner {
    max-width: 100%;
    justify-content: center !important;
    padding: 0 20px !important;
    align-items: flex-start !important;
    padding-top: 80px !important;
    text-align: center !important;
}

.banner-slider .swiper-pagination {
    text-align: center;
    bottom: 168px !important;
}

.banner-slider .swiper-slide-inner .elementor-slide-heading {
    max-width: 220px !important;
    margin: 0 auto;
}

.banner-slider .swiper-slide-inner .elementor-slide-description {
    max-width: 310px;
    margin: 0 auto;
}
.grill-three-box-section .elementor-icon-box-wrapper {
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.grill-three-box-section .elementor-icon-box-icon {
    margin: 0 !important;
        -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.grill-three-box-section .elementor-icon-box-content {
        text-align: left;
    margin-left: 15px;
}
.heading-block .elementor-widget-container::after {
    width: 35px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.menu-btn span.small_size {
    display: block;
    padding: 10px 0;
}

.menu-btn span.small_size::after {
    display: none;
}
.menu-section .elementor-heading-title span.eat_name {
    max-width: 250px;
}
.mobile-menu .mobile-change span.eat_name {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu span.dots_btm {
    border-bottom: 2px dotted #343434;
    display: inline-block;
    flex-grow: 1;
    margin: 0 10px;
    height: 13px;
}
.mobile-menu span.eat_price {
    color: #D3232A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.salad-price-section .elementor-heading-title {
    justify-content: center;
}

/*contact*/
.grills-contact-box .red-bg-block .elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grills-contact-box .red-bg-block .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0px !important;
    margin-right: 15px !important;
}

.grill-black-form::before {
   top: -30px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./assets/images/Polygon-top.png);
    width: 55px;
    height: 35px;
}
.banner-slider .elementor-swiper-button-prev i.eicon-chevron-left {
    left: 35%;
    }

.banner-slider .elementor-swiper-button-next i.eicon-chevron-right {
    right: 35%;
}
.fresh-menu.elementor-widget.elementor-widget-text-editor p {
    position: relative;
    display: inline-block;
}

.fresh-menu.elementor-widget.elementor-widget-text-editor p::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/red-zig.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -10px;
    left: -30px;
}

.fresh-menu.elementor-widget.elementor-widget-text-editor p::after {
    position: absolute;
    content: "";
    background-image: url(./assets/images/black-dot.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -20px;
    right: -30px;
}
.meal-plan-heading h2.elementor-heading-title::before {
   top: 100%;
    left: 0;
    background-image: url(./assets/images/mobile-left.png);
}

.meal-plan-heading h2.elementor-heading-title::after {
   top: 100%;
    right: -50px;
    background-image: url(./assets/images/mobile-right.png);
}


}

@media (min-width: 400px) and (max-width: 767px) {
    .banner-slider .elementor-swiper-button-prev i.eicon-chevron-left {
        left: 37%;
    }

    .banner-slider .elementor-swiper-button-next i.eicon-chevron-right {
        right: 37%;
    }
}

@media (max-width: 320px) {
    .banner-slider .elementor-swiper-button-prev i.eicon-chevron-left {
        left: 34%;
    }

    .banner-slider .elementor-swiper-button-next i.eicon-chevron-right {
        right: 34%;
    }
}

