/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Add your custom styles here... */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html,
body {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2223;
    color: #343333;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    top: 0;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading .fl-module-content.fl-node-content {
    margin-left: 0;
    margin-right: 0;
}

.section-heading h3.fl-heading {
    font-size: 36px;
    line-height: 1.2223;
}

.text-green {
    color: #27ae60;
}

body .fl-node-content {
    margin-top: 0;
    margin-bottom: 0;
}

body .fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

body header .fl-row>.fl-row-content-wrap {
    padding: 0px;
    border-bottom: 6px solid #4d9349;
}

body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) {
    width: 83%;
}

header .fl-row-fixed-width {
    max-width: 1410px;
}

body header .fl-row>.fl-row-content-wrap .fl-col-small {
    width: auto;
    flex: 0 0 auto;
}

body header .fl-row>.fl-row-content-wrap .fl-col .header-menu .fl-module-content {
    display: flex;
    width: auto;
}

body header .header-menu .fl-menu .menu li a {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    padding: 20px 32px;
}

body header .header-menu .fl-menu .menu {
    padding-left: 30px;
    border-top-left-radius: 30px;
    position: relative;
}

body header .fl-row>.fl-row-content-wrap:before {
    content: "";
    width: 50vw;
    height: 62px;
    position: absolute;
    right: 0;
    background-color: #343333;
    bottom: 0;
}

.whatsapp-tel .fl-rich-text a {
    font-size: 24px;
    font-weight: 600;
    color: #15394f;
    margin-left: 5px;
}

.whatsapp-tel .fl-node-content p {
    margin: 25px 0 18px;
    display: flex;
    align-items: center;
}

.whatsapp-tel {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.main-header .fl-col-group {
    flex-wrap: nowrap;
    align-items: center;
}

body header .header-menu .menu>li>a:hover,
body header .header-menu .menu>li>a:focus,
body header .header-menu .menu>li>.fl-has-submenu-container:hover>a,
body header .header-menu .menu>li>.fl-has-submenu-container.focus>a,
body header .header-menu .menu>li.current-menu-item>a,
body header .header-menu .menu>li.current-menu-item>.fl-has-submenu-container>a,
body header .header-menu .sub-menu>li>a:hover,
body header .header-menu .sub-menu>li>a:focus,
body header .header-menu .sub-menu>li>.fl-has-submenu-container:hover>a,
body header .header-menu .sub-menu>li>.fl-has-submenu-container.focus>a,
body header .header-menu .sub-menu>li.current-menu-item>a,
body header .header-menu .sub-menu>li.current-menu-item>.fl-has-submenu-container>a {
    background-color: #4d9349;
    color: #fff;
}

body header .header-menu .menu>li.current-page-ancestor>.fl-has-submenu-container>a {
    background-color: #4d9349;
    color: #fff;
}


/* Header End */

.main-banner .title-banner-left {
    padding-top: 30px;
    padding-left: 10%;
}

body header .header-menu .fl-has-submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #4c9148;
}

body header .header-menu .fl-has-submenu ul.sub-menu li:first-child {
    border-top: none;
}

body header .header-menu .fl-has-submenu ul.sub-menu li a {
    font-size: 16px;
    padding: 15px 15px;
}


/* Banner End */

.ready-for-stock .fl-row-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ready-for-stock .fl-row-content-wrap .fl-row-content {
    width: 100%;
}

.ready-for-stock.cta-sec .fl-row-content-wrap .fl-row-content {
    padding: 0 15px;
}

.estimate-main-btn.green .fl-rich-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ready-for-stock .fl-col-group {
    display: flex;
    align-items: center;
}

.ready-for-stock .fl-col-group h3.fl-heading {
    font-size: 34px;
    font-weight: 500;
}

.ready-for-stock button.Green {
    font-size: 21px;
    padding: 5px 10px;
    background-color: #27ae60;
    border-color: #27ae60;
    min-width: 168px;
    min-height: 71px;
}

.ready-for-stock button.Green b {
    font-size: 27px;
}

.ready-for-stock p u {
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.ready-for-stock p {
    margin-bottom: 0;
}


/*call to action css End*/

.main-row.-third-section {
    padding-top: 70px;
    padding-bottom: 86px;
}

.listed-number.left {
    padding-left: 0;
    margin-bottom: 20px;
}

.paragraph-text-left p {
    font-size: 18px;
}

.paragraph-text-left p {
    font-size: 16px;
    margin-bottom: 15px;
}

.paragraph-text-left p:last-child {
    margin-bottom: 0;
}

.paragraph-text-left .fl-module-content.fl-node-content {
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
}

.main-row.-third-section .paragraph-text-left p.paragraph-text strong {
    font-size: 24px;
    color: #111;
    font-weight: 500;
}

.listed-number li.circle-green::marker {
    color: #fff;
}

ol.listed-number.left {
    padding-left: 0;
    margin-bottom: 20px;
}

.paragraph-text-left li {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    counter-increment: number;
    list-style: none;
    position: relative;
    padding-left: 34px;
}

.listed-number li.circle-green::before {
    content: counter(number);
    height: 22px;
    width: 22px;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #27ae60;
    border-radius: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.main-row.-third-section .fl-photo-content.fl-photo-img-jpg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* About-us section css End */

.main-services .fl-row-content-wrap {
    padding-top: 69px;
}

.main-services .fl-row-content-wrap .fl-module.fl-module-rich-text {
    margin-bottom: 20px;
}

.main-services .fl-row-content-wrap .fl-module.fl-module-rich-text p {
    margin: 0;
    font-size: 17px;
    color: #666;
}

.main-services .fl-row-content-wrap .fl-module-icon {
    margin-bottom: 10px;
}

.main-services .fl-photo-content img {
    width: 100%;
}

.main-services .fl-photo-content {
    width: 100%;
    position: relative;
}

.main-services .fl-photo-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 5, 11);
    background: linear-gradient(0deg, rgba(0, 5, 11, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.main-services .fl-node-content {
    margin: 0;
}

.main-services .fl-photo-caption {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
    opacity: 100;
    background-color: transparent;
}

.main-services .dashicons {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}


/* core services css End */

.before-after-images .twentytwenty-before-label,
.before-after-images .twentytwenty-after-label {
    opacity: 1;
}

.before-after-images .twentytwenty-after-label:before,
.before-after-images .twentytwenty-before-label:before {
    background-color: #27ae60;
    border: 2px solid #fff;
    border-radius: 12px;
}

.property-main {
    max-width: 1210px;
    margin-top: 67px;
}

.before-after-images .twentytwenty-handle {
    background-color: #27ae60;
    width: 34px;
    height: 34px;
}

.property-main .fl-row-content.fl-row-fixed-width {
    max-width: 100%;
}

.before-after-images .fl-node-content .bafg-twentytwenty-container {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.52);
    border: 2px solid #fff;
    border-radius: 25px;
    max-width: 100% !important;
    height: 270px !important;
}

.before-after-images .fl-node-content .bafg-twentytwenty-container img {
    height: 270px;
    object-fit: cover;
    width: 100% !important;
}

.before-after-images .fl-module-content {
    margin: 0 10px;
}

.before-after-images {
    margin-bottom: 7px;
}


/* Before After End */

.awesome-main {
    background-color: #343333;
    margin-top: 187px;
    padding-bottom: 70px;
    position: relative;
}

.awesome-main::before {
    content: "";
    position: absolute;
    width: 48vw;
    height: 64px;
    background-color: #27ae60;
    left: 64px;
    top: 0;
    transform-origin: top left;
    transform: rotate(-30deg) translate(-225px, 0%) skewX(61deg);
    z-index: 0;
}

.property-main {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.awesome-main .fl-col-content .fl-col-group:first-child {
    max-width: 1140px;
    margin: auto;
    padding: 20px 30px;
}

.awesome-main::after {
    content: "";
    position: absolute;
    border-left: 80px solid #27ae60;
    border-top: 80px solid transparent;
    bottom: 0;
    left: 0;
}

.awesome-image {
    position: relative;
    max-width: 424px;
    margin-top: -106px;
}

.awesome-image::after {
    content: "";
    position: absolute;
    right: -183px;
    width: 0;
    height: 0;
    border-left: 183px solid #343333;
    border-bottom: 0px solid transparent;
    border-top: 106px solid transparent;
    display: block;
    top: 0;
}

.awesome-main .section-heading {
    margin-bottom: 35px;
}

.awesome-image img {
    border: 8px solid #343333;
}

.awesome-main .section-heading .fl-module-content.fl-node-content {
    margin-top: 32px;
    padding-left: 30px;
}

.awesome-main .section-heading .fl-heading {
    color: #fff;
    font-size: 56px;
    line-height: 1;
}

.awesome-main .fl-col-content .fl-col-group .fl-col {
    padding: 0 10px;
}

.title-with-text {
    background-color: #fff;
    border: 4px solid #27ae60;
}

.title-with-text h4 {
    color: #343333 !important;
    font-size: 22px;
}

.title-with-text p {
    font-size: 15px;
    color: #999;
    line-height: 1.4;
}

.title-with-text .fl-node-content {
    margin: 0;
    padding-left: 3px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 27px;
}

.awesome-image .fl-module-content.fl-node-content {
    margin: 0;
}


/* awesome main end */

.testimonials-main {
    padding: 25px 0;
}

.testimonials-main .sp-testimonial-free {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 30px 20px 60px;
    position: relative;
    overflow: visible;
    margin-bottom: 50px;
    border: 5px solid transparent;
    transition: all 0.2s linear;
}

.testimonials-main .sp-testimonial-free:hover {
    border: 5px solid #27ae60;
}

.testimonials-main .sp-testimonial-free .tfree-client-designation {
    display: none;
}

.testimonials-main .sp-testimonial-free-section .tfree-client-rating {
    margin: 0px 0px 6px 0px;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials-main .tfree-client-testimonial {
    margin-top: 40px !important;
}

body #sp-testimonial-free-wrapper-51 .sp-testimonial-free-section .tfree-testimonial-title h3 {
    color: #343333;
}

.testimonials-main .sp-testimonial-free-section .tfree-testimonial-title h3 {
    font-size: 22px;
    font-weight: 500 !important;
}

.testimonials-main .sp-tfree-client-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-bottom: 0 !important;
}

.testimonials-main h4.tfree-client-name {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #343333 !important;
}

.testimonials-main .sp-tfree-client-image img {
    width: 100px;
    height: 100px;
}

.testimonials-main .sp-testimonial-free-wrapper {
    overflow: visible;
}

.testimonials-main {
    position: relative;
    overflow: hidden;
}

.testimonials-main:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 238px;
    background-color: #27ae60;
    opacity: 0.1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    transform: rotate( 168.2deg) translate(0%, 0%) skewX( 3deg);
    z-index: 0;
}

#sp-testimonial-free-wrapper-51 .sp-testimonial-free-section {
    padding: 0 !important;
}

.sp-testimonial-free-section .tfree-client-rating i.fa {
    font-family: FontAwesome;
}

.sp-testimonial-free-section .tfree-client-testimonial p,
.sp-testimonial-free-section .tfree-client-testimonial {
    color: #999;
    text-align: left;
}


/* testimonials End */


/* Footer Start */

.main-footer>.fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 15px;
}

.call-us-section {
    padding-top: 85px;
}

.footer-menu {
    padding-top: 65px;
}

.call-us-section p {
    font-size: 18px;
}

.call-us-section p:last-child {
    font-size: 24px;
    font-weight: 600;
}

.footer-menu p {
    font-size: 18px;
}

.footer-logo {
    background-color: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-bottom: 25px;
    max-width: 321px;
    margin: 0 auto;
    width: 100%;
}

.social-icons .social-ic {
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}

.social-icons .social-ic i:first-child {
    margin-left: 0;
}

.social-icons .social-ic i {
    margin: 0 7px;
    background-color: #fff;
    color: #343333 !important;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.social-icons .social-ic i:hover {
    background-color: #27ae60;
    color: #fff !important;
}

.footer-review {
    margin: 30px 0;
}

.footer-review button.Green {
    border: 1px solid #d4d4d4;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 500;
    padding: 11px 72px;
    line-height: normal;
    min-height: auto;
    min-width: auto;
}

.last-footer {
    border-top: 1px solid #fff;
}


/* Footer End */


/* Subpage CSS */


/*About Us Page*/

.benifits-row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.benifits-row .fl-col-content .fl-col-group {
    display: flex;
    flex-wrap: wrap;
}

.benifits-row .fl-col-content .fl-col {
    padding: 0 15px;
}

.benifits-row .fl-col-content .fl-col .fl-col-content {
    background-color: #f6f6f6;
    height: 100%;
    padding: 15px 0;
    transition: all 0.2s linear;
    border: 5px solid transparent;
}

.benifits-row .fl-photo-caption {
    font-size: 18px;
    color: #343333;
    text-align: left;
    font-weight: 700;
}

.benifits-row .fl-col-content .fl-col:hover .fl-col-content {
    border: 5px solid #27ae60;
}

.about-service-row .fl-row-content-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-service-row .fl-row-content-wrap h3.fl-heading {
    color: #fff;
    padding-left: 15px !important;
}

.about-service-row .fl-row-content-wrap .paragraph-title {
    color: #27ae60;
    font-weight: 600;
    font-size: 18px;
}

.benifits-row .fl-col-content .fl-col .fl-col-content img.fl-photo-img.size-full {
    height: 200px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.about-service-row .fl-row-content-wrap p {
    color: #fff;
    font-weight: 100;
}

.about-headding-title .fl-row-content-wrap .fl-module-content.fl-node-content {
    margin-left: 0;
}

.benifits-row .fl-col-content .fl-col-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about-service-row .fl-row-content-wrap .fl-col.fl-node-83wimp21h46j.fl-col-small iframe {
    height: 360px !important;
}

.about-service-row .fl-row-content-wrap .fl-col.fl-node-83wimp21h46j.fl-col-small {
    margin-top: 150px;
}

.benifits-row .fl-col-content .fl-col-group .fl-col.fl-col-small:last-child .fl-col-content {
    background: transparent;
    display: flex;
    align-items: center;
}

.benifits-row .fl-col-content .fl-col-group .fl-col.fl-col-small:last-child .fl-col-content img {
    object-fit: contain;
}

.about-service-row .fl-row-content-wrap .section-heading {
    margin-bottom: 20px;
}


/* privacy-policy css */

.paragraph-text-left.sec-policy li {
    list-style-type: disc;
    padding: 0;
}

.sec-accordian .table-title {
    margin-bottom: 30px;
}

.sec-accordian .fl-module-content {
    margin: 0;
}

.sec-accordian .steps-accordian a {
    color: #666666;
    outline: none;
}

.steps-accordian {
    margin-bottom: 60px;
}

.steps-accordian table th,
.steps-accordian table td {
    border: 1px solid rgb(102 102 102 / 50%);
    padding: 5px 10px;
}

.steps-accordian table {
    margin: 30px 0;
}

.menu-foot {
    margin: 30px 0 0;
}

html>body .nj--widget>div.nj--widget--content .nj-trust__verb__text,
html>body .nj--widget>div.nj--widget--content .nj-trust__rating,
html>body .nj--widget>div.nj--widget--content .nj-trust__other,
html>body .nj--widget>div.nj--widget--content .nj-trust__rated,
html>body .nj--widget>div.nj--widget--content .nj-trust__total {
    color: #373737 !important;
}

html>body .nj--widget>div.nj--widget--content .nj-trust__stars,
html>body .nj--widget>div.nj--widget--content .nj-trust__stars--small {
    color: #f4c700 !important;
}

html>body .nj--widget>div.nj--widget--content .nj-trust__gravatar {
    color: #00a3ff !important;
}

html>body .nj--widget>div.nj--widget--content .nj-trust__snippet-__text {
    color: #616161 !important;
}

@media (max-width: 991px) {
    .about-service-row .fl-row-content-wrap .fl-col.fl-node-83wimp21h46j.fl-col-small {
        width: 100%;
        margin-top: 0px;
    }
    .about-service-row .fl-row-content-wrap .fl-node-jzy9x1qt38rn {
        width: 100%;
    }
    .benifits-row .fl-col-content .fl-col {
        padding: 10px 15px;
        width: 50%;
    }
    .benifits-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-service-row .fl-row-content-wrap h3.fl-heading {
        padding-left: 10px !important;
    }
    .about-service-row .fl-row-content-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .benifits-row .fl-col-content .fl-col-group {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 428px) {
    .benifits-row .fl-col-content .fl-col .fl-col-content img.fl-photo-img.size-full {
        height: auto;
    }
    .main-banner.subpage-banner,
    .main-banner.subpage-banner>.fl-row-content-wrap,
    .main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow,
    .main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow * {
        max-height: 200px !important;
        object-position: left bottom;
        object-fit: none;
    }
    /* .benifits-row .fl-col-content .fl-col-group {
        margin-left: 0;
        margin-right: 0;
    } */
}

.main-banner.subpage-banner,
.main-banner.subpage-banner>.fl-row-content-wrap,
.main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow,
.main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow * {
    height: 250px !important;
    min-height: 1px;
}

.main-row.-third-section.roof-paint-block {
    padding-bottom: 70px;
}

.main-row.-third-section.roof-paint-block .fl-row-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.main-banner.subpage-banner .sub-banner-title div {
    height: auto;
}

.main-banner.subpage-banner div img {
    height: 100% !important;
    object-fit: cover;
    object-position: bottom;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto;
    width: 100% !important;
}

.paragraph-text-left .fl-module-content.fl-node-content .paragraph-title b {
    font-size: 20px;
    color: #111;
    font-weight: 500;
}

.roof-paint-block .fl-col-group {
    display: flex;
    flex-wrap: wrap;
}

.roof-paint-block .paint-left .fl-col-content,
.roof-paint-block .paint-left .roof-image,
.roof-paint-block .paint-left .roof-image>div,
.roof-paint-block .paint-left .roof-image>div .fl-photo,
.roof-paint-block .paint-left .roof-image>div .fl-photo .fl-photo-content {
    height: 100%;
    width: 100%;
}

.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) .fl-col-content {
    height: 100%;
}

.main-row.-third-section.paint-home .fl-col-group {
    display: flex;
}

.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) .fl-col-content,
.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) .fl-col-content .fl-module,
.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) .fl-col-content .fl-module .fl-module-content,
.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) .fl-col-content .fl-module .fl-module-content * {
    height: 100% !important;
    object-fit: cover;
}

.main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) {
    padding-left: 30px;
}

.main-row.-third-section.paint-home p.paragraph-title {
    font-size: 20px;
    color: #111;
    font-weight: 500;
}

.main-row.-third-section.paint-home .paragraph-text-left .fl-module-content.fl-node-content {
    margin-left: 0;
}

.row-colors .fl-row-content-wrap {
    padding-bottom: 30px;
}

.row-roof-colors .builder-text-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row-roof-colors .builder-text-row .builder-text-column {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

.row-roof-colors .builder-text-row .builder-text-column .builder-text-content .colorboxcontainer {
    margin-bottom: 30px;
    position: relative;
}

.row-roof-colors .builder-text-content .colorboxcontainer .colorbox {
    height: 80px;
    width: 100%;
    display: block;
    border-radius: 0px 15px 0px 15px;
    box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.row-roof-colors .builder-text-content .colorboxcontainer:hover .colorbox {
    border-radius: 10px 10px 10px 10px;
}


/* .row-roof-colors .builder-text-content .colorboxcontainer .colorname {
    margin: 0;
    font-size: 16px;
    color: #999;
    display: block;
    text-align: center;
    font-weight: normal;
    padding-top: 5px;
} */

.row-roof-colors .builder-text-content .colorboxcontainer .colorname {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    text-align: center;
    font-weight: normal;
    padding-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.ready-for-stock.cta-sec .fl-module-heading .fl-module-content.fl-node-content {
    margin: 0;
}

.text-breadcrumb {
    background: #f6f6f6;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-breadcrumb .fl-module-content {
    margin: 0;
}

.text-breadcrumb .fl-module-content .breadcrumb-container.theme2 a {
    border-bottom: navajowhite;
    color: #666;
}

.text-breadcrumb .fl-module-content .breadcrumb-container.theme2 li:last-child a {
    color: #27ae60;
}

.row-roof-colors {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 10px;
}


/* 03-01-2022 Start */

.main-banner.subpage-banner.cleaning-banner div img {
    object-position: bottom;
}

.main-banner.subpage-banner .fl-slideshow-main-image .fl-slideshow-frame-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 9;
    opacity: 0.2;
}


/* 03-01-2022 End */

.cleaning-info p:not(:last-child) {
    margin-bottom: 20px;
}

.cleaning-info p b {
    font-size: 18px;
    color: #111;
}

.cleaning-info .fl-module-content.fl-node-content {
    margin-left: 0;
    margin-right: 0;
}

.awesome-main p {
    min-height: 105px;
}

.home .main-row.-third-section .section-heading {
    margin-bottom: 0;
}

.home .main-row.-third-section .home-subtitle {
    margin-bottom: 15px;
}

.home .main-row.-third-section .home-subtitle p {
    font-size: 27px;
}


/* form css */

.contactform {
    padding: 70px 0 70px 15px;
}

.contactform .fl-module-content .fl-rich-text form p:nth-child(2) {
    display: inline-block;
    width: 49.5%;
}

.contactform .fl-module-content .fl-rich-text form p:nth-child(3) {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
}

.contactform .fl-module-content .fl-rich-text form p>label {
    width: 100%;
    font-weight: normal;
}

.contactform .fl-module-content .fl-rich-text form p label span input {
    padding: 10px;
    margin: 5px 0;
}

.contactform .fl-module-content .fl-rich-text form p label span textarea {
    margin: 5px 0;
}

.contactform .fl-module-content .fl-rich-text form p .wpcf7-submit {
    background-color: #4d9349;
    width: 150px;
    height: 50px;
    border: 1px solid #4d9349;
    transition: .5s ease;
}

.contactform .fl-module-content .fl-rich-text form p .wpcf7-submit:hover {
    opacity: .8;
}

@media (max-width: 1050px) {
    .contactform {
        padding: 70px 0 70px 0px;
    }
}

@media (max-width: 991px) {
    .contactform .fl-module-content .fl-rich-text form p:nth-child(2) {
        display: block;
        width: 100%;
    }
    .contactform .fl-module-content .fl-rich-text form p:nth-child(3) {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .contactform {
        padding: 40px 0 40px 15px;
    }
}

@media (max-width: 767px) {
    .fl-row[data-node] .fl-row-content-wrap {
        padding-right: none;
    }
    .contactform {
        padding: 40px 0 40px 0px;
    }
    .sec-policy ul {
        word-break: break-word;
    }
    .sec-accordian .fl-module-content {
        margin: 0 15px;
    }
    .tblcontent table {
        min-width: 700px;
        font-size: 14px;
    }
    .tblcontent {
        overflow-y: auto;
    }
    .social-icons .social-ic {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .contactform .fl-module-content .fl-rich-text form p .wpcf7-submit {
        width: 100px;
        height: 40px;
    }
    .contactform {
        padding: 10px 0;
    }
    .contactform .fl-module-content .fl-rich-text form p label span textarea {
        height: 100px;
    }
}

.contactform .form-field {
    display: flex;
    margin-bottom: 10px;
}

.contactform .form-field .full {
    padding: 0 10px;
    width: 100%;
}

.contactform .form-field .one-half {
    padding: 0 10px;
    width: 50%;
}

.contactform .form-field label {
    font-weight: normal;
    display: block;
}

.contactform .form-field label input {
    padding: 10px;
    margin: 5px 0;
}

.contactform .form-field input[type="submit"] {
    background-color: #4d9349;
    width: 150px;
    height: 50px;
    border: 1px solid #4d9349;
    transition: .5s ease;
    margin: 0 10px;
}

.contactform .form-field input[type="submit"]:hover {
    opacity: .8;
}


/* Responsive Start */

@media (min-width:1025px) {
    body header .header-menu .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a {
        padding-right: 35px;
    }
    body header .header-menu .fl-menu .fl-menu-toggle::before {
        right: 70%;
    }
}

@media (min-width:1280px) {
    body header .header-menu .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a {
        padding-right: 45px;
    }
    body header .header-menu .fl-menu .fl-menu-toggle::before {
        right: calc(100% + 5px);
    }
}

@media (min-width:1280px) and (max-width:1440px) {
    .main-banner:not(.subpage-banner),
    .main-banner:not(.subpage-banner) div {
        max-height: 530px;
    }
    .main-banner .fl-slideshow .fl-slideshow-image-content {
        width: 100% !important;
    }
    .main-banner:not(.subpage-banner) .fl-slideshow .fl-slideshow-image img {
        width: 100% !important;
        max-height: 100%;
        object-fit: cover;
        object-position: center;
        left: 0 !important;
        right: 0 !important;
    }
}

@media (min-width:1300px) and (max-width:1500px) {
    .awesome-main p {
        min-height: 150px;
    }
    .awesome-main h4 {
        min-height: 53px;
    }
    .awesome-main .title-with-text h4 {
        font-size: 20px;
    }
}

@media (min-width:1100px) and (max-width:1280px) {
    .awesome-main .title-with-text h4 {
        font-size: 18px;
        min-height: 47px;
    }
    .awesome-main p {
        min-height: 210px;
    }
}

@media (min-width:1025px) and (max-width:1100px) {
    .awesome-main .section-heading .fl-heading {
        font-size: 42px;
    }
    .sp-testimonial-free-section .slick-prev,
    .sp-testimonial-free-section .slick-next {
        top: 40%;
    }
    .sp-testimonial-free-section .slick-prev {
        left: -15px;
    }
    .sp-testimonial-free-section .slick-next {
        right: -10px;
    }
    .main-banner:not(.subpage-banner),
    .main-banner:not(.subpage-banner) div {
        max-height: 530px;
    }
    .main-banner:not(.subpage-banner) .fl-slideshow .fl-slideshow-image img {
        width: 100% !important;
        max-height: 100%;
        object-fit: cover;
        object-position: center;
        left: 0 !important;
        right: 0 !important;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .main-row.-third-section.roof-paint-block {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .text-breadcrumb .fl-module-content .breadcrumb-container.theme2 li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }
    .main-banner.subpage-banner .title-banner-left.sub-banner-title {
        padding-left: 0;
    }
    .awesome-main .title-with-text h4 {
        font-size: 18px;
        min-height: 47px;
    }
    .awesome-main p {
        min-height: 230px;
    }
}

@media (max-width:1200px) {
    body header .header-menu .fl-menu .menu li a {
        padding: 21px 1.26484375vw;
        font-size: 20px;
    }
    .header-logo img {
        max-width: 170px;
    }
    .whatsapp-tel .fl-node-content p {
        margin: 15px 0 15px;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col .header-menu .fl-module-content {
        margin: 0;
    }
}

@media (max-width:991px) {
    body header .header-menu .fl-menu .menu li a {
        font-size: 14px;
        padding: 20px 15px;
    }
    body header .header-menu .fl-has-submenu ul.sub-menu li a {
        font-size: 14px;
    }
    body header .fl-row>.fl-row-content-wrap:before {
        width: 50vw;
        height: 54px;
    }
    .whatsapp-tel .fl-rich-text img {
        max-width: 40px;
    }
    .whatsapp-tel .fl-rich-text a {
        font-size: 20px;
    }
    .main-row.-third-section.paint-home .fl-col-group {
        flex-direction: column-reverse;
    }
    .main-row.-third-section.paint-home .fl-col-group .fl-col:nth-child(2) {
        padding-left: 0;
    }
    .main-row.-third-section.paint-home .paragraph-text-left {
        padding-left: 0;
    }
    .row-roof-colors .builder-text-row .builder-text-column {
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .main-row.-third-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .main-services .fl-row-content-wrap {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .property-main {
        margin-top: 40px;
    }
    .awesome-main .section-heading .fl-heading {
        font-size: 42px;
    }
    .testimonials-main {
        padding: 40px 0;
    }
    .testimonials-main {
        padding: 40px 0;
    }
    .footer-menu {
        padding-top: 40px;
    }
    .section-heading h3.fl-heading {
        font-size: 28px;
    }
    .ready-for-stock .fl-col-group h3.fl-heading {
        font-size: 24px;
    }
    .ready-for-stock .fl-row-content-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 1px;
    }
    .ready-for-stock button.Green {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 130px;
    }
    .main-banner:not(.subpage-banner),
    .main-banner:not(.subpage-banner) div {
        height: 500px !important;
    }
    .awesome-main::before {
        width: 60vw;
        height: 50px;
    }
    .title-with-text h4 {
        font-size: 18px;
    }
    .title-with-text p {
        font-size: 13px;
    }
    .title-with-text .fl-node-content {
        padding-right: 20px;
    }
    .awesome-image {
        margin-bottom: 30px;
    }
    .estimate-main-btn .fl-module-content.fl-node-content {
        margin-right: 0;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .main-row.-third-section .paragraph-text-left p.paragraph-text strong {
        font-size: 20px;
    }
    .main-banner .title-banner-left {
        padding-left: 0;
    }
    .main-services.row-colors>.fl-row-content-wrap {
        padding-bottom: 0;
    }
    .main-row.-third-section.roof-paint-block {
        padding-bottom: 40px;
    }
    .title-banner-left.sub-banner-title {
        padding-left: 20px;
    }
    .before-after-images .fl-node-content .bafg-twentytwenty-container {
        height: 230px !important;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .main-row.-third-section {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .paragraph-text-left li {
        font-size: 16px;
    }
    li.circle-green:before {
        height: 20px;
        width: 20px;
        font-size: 14px;
    }
    .sp-testimonial-free-section .slick-next {
        right: -15px;
    }
    .sp-testimonial-free-section .slick-prev {
        left: -15px;
    }
    .sp-testimonial-free-section .slick-prev,
    .sp-testimonial-free-section .slick-next {
        top: 40%;
    }
    .main-banner.subpage-banner .title-banner-left.sub-banner-title {
        padding-left: 15px;
    }
    .text-breadcrumb {
        padding-left: 15px;
    }
    .ready-for-stock.cta-sec .fl-col-group .fl-col-group-nested .fl-col:last-child {
        width: 50%;
    }
    .text-breadcrumb .fl-module-content .breadcrumb-container.theme2 li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }
    .twentytwenty-horizontal .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-after-label:before {
        margin-top: -24px;
    }
    .awesome-main p {
        min-height: 145px;
    }
    .awesome-main h4 {
        min-height: 45px;
    }
    .home .main-row.-third-section .home-subtitle p {
        font-size: 22px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-row.-third-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .paragraph-text-left .fl-module-content.fl-node-content {
        margin-left: 0;
        margin-top: 30px;
    }
    .section-heading h3.fl-heading {
        font-size: 24px;
    }
    .main-row.-third-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-row.-third-section .paragraph-text-left p.paragraph-text strong {
        font-size: 18px;
    }
    .paragraph-text-left li {
        font-size: 16px;
    }
    .main-services .fl-row-content-wrap {
        padding-top: 40px;
    }
    .main-services .fl-photo-caption {
        font-size: 16px;
    }
    .property-main {
        margin-top: 40px;
    }
    .twentytwenty-before-label::before,
    .twentytwenty-after-label::before {
        font-size: 10px;
    }
    .twentytwenty-before-label::before,
    .twentytwenty-after-label::before {
        line-height: 30px;
        padding: 0 10px;
    }
    .awesome-image {
        max-width: 300px;
        margin-top: -65px;
    }
    .awesome-image::after {
        right: -80px;
        border-left: 80px solid #343333;
        border-top: 65px solid transparent;
    }
    .awesome-main::before {
        width: 68vw;
        height: 40px;
        left: 34px;
    }
    .testimonials-main {
        padding: 40px 0;
    }
    .testimonials-main .sp-testimonial-free-section .tfree-testimonial-title h3 {
        font-size: 16px;
        color: #343333;
    }
    .sp-testimonial-free-section .tfree-client-testimonial p,
    .sp-testimonial-free-section .tfree-client-testimonial {
        font-size: 14px;
        line-height: 1.5;
    }
    .sp-testimonial-free-section .tfree-client-rating i.fa {
        font-size: 14px;
    }
    .testimonials-main .sp-tfree-client-image img {
        width: 60px;
        height: 60px;
    }
    .testimonials-main .sp-testimonial-free {
        padding: 20px 10px 30px;
        margin-bottom: 30px;
    }
    .testimonials-main::before {
        height: 158px;
        transform: rotate(163deg) translate(0%, 0%) skewX( 3deg);
    }
    .awesome-main .fl-col-content .fl-col-group .fl-col,
    .main-services .fl-col-content .fl-col-group .fl-col {
        padding: 10px 10px;
        width: 50% !important;
        float: left;
        margin: 0;
        clear: none;
    }
    .property-main .fl-col-content .fl-col {
        padding: 0;
        width: 33.3% !important;
        float: left;
        margin: 0;
        clear: none;
    }
    .sp-testimonial-free-section .tfree-testimonial-title h3 {
        line-height: 1.5;
    }
    .awesome-main .section-heading .fl-heading {
        font-size: 30px;
    }
    .call-us-section p {
        font-size: 14px;
    }
    .footer-menu p {
        font-size: 14px;
    }
    .call-us-section p:last-child {
        font-size: 18px;
    }
    .main-footer .fl-row-content-wrap {
        padding-bottom: 20px;
    }
    .paragraph-text-left {
        padding-left: 0;
    }
    .main-row .fl-col {
        width: 100%;
    }
    .awesome-main {
        margin-top: 107px;
    }
    .sp-testimonial-free-section .tfree-client-rating i.fa {
        font-size: 12px;
    }
    .main-row.-third-section .fl-photo .fl-photo-content {
        width: 100%;
    }
    .ready-for-stock .fl-col-group h3.fl-heading {
        font-size: 20px;
    }
    .ready-for-stock button.Green b {
        font-size: 20px;
    }
    .main-services .fl-row-content-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .awesome-main .section-heading .fl-module-content.fl-node-content {
        padding-left: 10px;
    }
    .testimonials-main #sp-testimonial-free-wrapper-51 .slick-slider {
        padding: 0 40px !important;
    }
    .sp-testimonial-free-section .slick-prev,
    .sp-testimonial-free-section .slick-next {
        margin-top: -45px;
        line-height: 1.5;
    }
    .call-us-section {
        padding-top: 40px;
    }
    .awesome-image {
        margin-bottom: 0;
    }
    .awesome-main .section-heading {
        margin-bottom: 0;
    }
    .awesome-main .fl-col-content .fl-col-group:first-child {
        padding: 20px 30px 0;
    }
    .home .main-row.-third-section .home-subtitle p {
        font-size: 20px;
    }
    body header .header-menu .fl-menu .menu {
        padding-left: 20px;
    }
    body header .header-menu .fl-menu .menu li a {
        padding: 20px 8px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 28px;
    }
    body header .header-menu .fl-menu .sub-menu>li>a:hover,
    body header .header-menu .fl-menu .sub-menu>li>a:focus,
    body header .header-menu .fl-menu .sub-menu>li>.fl-has-submenu-container:hover>a,
    body header .header-menu .fl-menu .sub-menu>li>.fl-has-submenu-container:focus>a,
    body header .header-menu .fl-menu .sub-menu>li.current-menu-item>a,
    body header .header-menu .fl-menu .sub-menu>li.current-menu-item>.fl-has-submenu-container>a {
        color: #fff;
        background-color: transparent;
    }
    body header .header-menu .fl-menu .menu li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    body header .header-menu .fl-menu .menu li:first-child {
        border-top: none;
    }
    .awesome-main .fl-col-content .fl-col-group .fl-col {
        padding: 10px 10px;
    }
    body header .header-menu .fl-menu .menu li a {
        padding: 15px 15px;
        line-height: 1.5;
    }
    body header .header-menu .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
    body header .header-menu .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle {
        width: 50px;
        height: 50px;
        margin: -27px 0 0;
    }
    .awesome-main .section-heading .fl-heading {
        color: #fff;
        font-size: 32px;
    }
    .awesome-main .section-heading .fl-module-content.fl-node-content {
        padding-left: 0;
    }
    .awesome-image {
        max-width: 250px;
        margin-top: -65px;
    }
    .awesome-image::after {
        right: -80px;
        border-left: 80px solid #343333;
        border-bottom: 0px solid transparent;
        border-top: 55px solid transparent;
    }
    .awesome-main::before {
        width: 100vw;
        height: 35px;
        left: 44px;
    }
    .section-heading h3.fl-heading {
        font-size: 24px;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .property-main {
        margin-top: 30px;
    }
    .testimonials-main {
        padding: 30px 0;
    }
    .call-us-section {
        padding-top: 30px;
    }
    .footer-menu {
        padding-top: 0px;
    }
    .main-footer .fl-row-content-wrap {
        padding-bottom: 10px;
    }
    .main-services .fl-row-content-wrap {
        padding-top: 40px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 40px;
    }
    .main-row.-third-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-row .fl-row-content-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .paragraph-text-left .fl-module-content.fl-node-content {
        margin-left: 0;
    }
    .paragraph-text-left li {
        font-size: 16px;
    }
    .paragraph-text-left {
        margin-top: 15px;
    }
    .ready-for-stock .fl-col-group {
        flex-direction: column;
    }
    .ready-for-stock .fl-col-group h3.fl-heading {
        font-size: 26px;
    }
    .ready-for-stock button.Green b {
        font-size: 20px;
    }
    .ready-for-stock button.Green {
        font-size: 16px;
        min-width: 1px;
        min-height: 60px;
    }
    .estimate-main-btn.green {
        margin-top: 20px;
    }
    .ready-for-stock p u {
        padding: 0 15px;
        font-size: 14px;
    }
    .awesome-main {
        margin-top: 100px;
    }
    .testimonials-main .sp-testimonial-free-section .tfree-testimonial-title h3 {
        font-size: 18px;
    }
    .sp-testimonial-free-section .tfree-client-testimonial p,
    .sp-testimonial-free-section .tfree-client-testimonial {
        font-size: 14px;
        line-height: 1.5;
    }
    .testimonials-main .sp-tfree-client-image img {
        width: 70px;
        height: 70px;
    }
    .testimonials-main .sp-testimonial-free {
        padding: 20px 10px 40px;
        margin-bottom: 35px;
    }
    .sp-testimonial-free-section .slick-dots {
        margin-top: 10px;
    }
    .main-footer .fl-col-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-footer .call-us-section-footer {
        order: 2;
        padding: 0;
    }
    .main-footer .call-us-section {
        padding: 0;
    }
    .main-footer .menu-foot {
        order: 3;
    }
    .call-us-section p {
        font-size: 16px;
        text-align: center;
    }
    .call-us-section p:last-child {
        font-size: 20px;
    }
    .footer-menu p {
        font-size: 16px;
        text-align: center;
    }
    .last-inner-footer p {
        font-size: 14px;
    }
    .testimonials-main:before {
        content: "";
        width: 160%;
        transform: rotate( 132deg) translate(0%, 20%) skewX( 0deg);
    }
    .testimonials-main .slick-active .sp-testimonial-free {
        border: 5px solid #27ae60;
    }
    body header .fl-row>.fl-row-content-wrap:before {
        display: none;
    }
    .header-logo img {
        max-width: 100px;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) .fl-node-content {
        margin-left: 0;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) .whatsapp-tel {
        width: auto;
    }
    .main-header .fl-col-group {
        flex-wrap: nowrap;
        align-items: center;
        display: flex;
    }
    .whatsapp-tel .fl-rich-text img {
        max-width: 25px;
    }
    .whatsapp-tel .fl-rich-text a {
        font-size: 16px;
    }
    .whatsapp-tel .fl-node-content p {
        margin: 0px;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col-small {
        width: auto;
        flex: 0 0 130px;
        max-width: max-content;
        padding: 5px 0;
    }
    .header-logo img {
        max-width: 80px;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) .fl-col-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-end;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) .fl-col-content>.fl-module {
        width: auto;
    }
    body header .fl-row>.fl-row-content-wrap .fl-col:not(.fl-col-small) .fl-col-content>.fl-module {
        width: auto;
    }
    .main-banner .title-banner-left {
        padding-left: 0;
    }
    .main-banner:not(.subpage-banner),
    .main-banner:not(.subpage-banner) div {
        height: 450px !important;
        object-fit: cover;
    }
    .main-header .fl-col-group .fl-menu-mobile-clone .fl-module-content {
        margin: 0;
    }
    .main-header .fl-col-group .fl-menu-mobile-clone .menu {
        padding-left: 0;
        width: 100%;
    }
    .main-header .fl-col-group .fl-menu-mobile-clone .menu {
        padding-left: 0;
        width: 100%;
        border-top-left-radius: 0;
        padding-bottom: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 0px;
    }
    header .header-menu .fl-menu-mobile-toggle:hover,
    header .header-menu .fl-menu-mobile-toggle.fl-active {
        color: #fff;
        background-color: #4d9349;
    }
    .main-header .fl-col-group .fl-menu-mobile-clone {
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 9;
    }
    header .header-menu .fl-menu-mobile-toggle {
        padding: 18px 20px;
    }
    body #sp-testimonial-free-wrapper-51 .sp-testimonial-free-section .slick-prev,
    body #sp-testimonial-free-wrapper-51 .sp-testimonial-free-section .slick-next {
        background: transparent;
        border: 2px solid #27ae60;
        color: #27ae60;
        bottom: 0;
        top: auto;
    }
    .testimonials-main .sp-testimonial-free-section .tfree-client-rating {
        top: 60px;
    }
    .property-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .awesome-main .section-heading .fl-module-content.fl-node-content {
        margin-top: 0;
    }
    .awesome-main .section-heading {
        margin-bottom: 0;
    }
    /* SubPage CSS */
    .main-banner.subpage-banner,
    .main-banner.subpage-banner div {
        height: 200px !important;
    }
    .row-roof-colors .builder-text-row .builder-text-column {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-roof-colors .builder-text-content .colorboxcontainer .colorname {
        font-size: 14px;
    }
    .text-breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-row.-third-section.roof-paint-block {
        padding-bottom: 40px;
    }
    .text-breadcrumb .fl-module-content .breadcrumb-container.theme2 li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }
    .row-colors.main-services .fl-row-content-wrap {
        padding-bottom: 0;
    }
    .twentytwenty-horizontal .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-after-label:before {
        margin-top: -23px;
    }
    .cleaning-info p {
        margin-bottom: 15px;
    }
    .home .main-row.-third-section .home-subtitle p {
        font-size: 16px;
    }
    .main-banner.subpage-banner,
    .main-banner.subpage-banner>.fl-row-content-wrap,
    .main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow,
    .main-banner.subpage-banner>.fl-row-content-wrap .fl-bg-slideshow .fl-slideshow * {
        object-fit: cover;
    }
    .contactform .form-field {
        flex-wrap: wrap;
    }
    .contactform .form-field .one-half {
        width: 100%;
    }
}

@media (max-width:414px) {
    .row-roof-colors .builder-text-row .builder-text-column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:360px) {
    .whatsapp-tel .fl-rich-text a {
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
    .awesome-image {
        max-width: 170px;
    }
    .awesome-main .section-heading .fl-heading {
        color: #fff;
        font-size: 26px;
    }
    .before-after-images .fl-node-content .bafg-twentytwenty-container {
        margin: auto;
    }
    .section-heading h3.fl-heading {
        font-size: 18px;
    }
    .paragraph-text-left p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-row.-third-section .paragraph-text-left p.paragraph-text strong {
        font-size: 20px;
    }
    .ready-for-stock .fl-col-group h3.fl-heading {
        font-size: 20px;
    }
    .ready-for-stock button.Green {
        font-size: 14px;
    }
    .ready-for-stock button.Green b {
        font-size: 16px;
    }
    .awesome-main::before {
        width: 133vw;
    }
    .fl-node-yartovczn90i.fl-module-heading .fl-heading {
        font-size: 22px;
    }
    .awesome-main .section-heading {
        margin-bottom: 0;
    }
    .awesome-main .section-heading .fl-module-content.fl-node-content {
        margin-top: 0;
    }
    .awesome-main .fl-col-content .fl-col-group:first-child {
        padding-bottom: 5px;
    }
    .last-inner-footer p {
        font-size: 10px;
    }
    .text-breadcrumb .fl-module-content .breadcrumb-container.theme2 a {
        margin: 0;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-banner .title-banner-left {
        padding-top: 20px;
    }
}

@media (max-width:320px) {
    .benifits-row .fl-col-content .fl-col .fl-module-content.fl-node-content {
        margin: 0;
    }
    .benifits-row .fl-col-content .fl-col .fl-col-content {
        border: 3px solid transparent;
    }
}
.text-breadcrumb .breadcrumb-container ol {
padding: 0;
}