.c20-home-banner {
    min-height: 690px;
}

.home-banner-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner-strip-bg {
    background-color: rgba(var(--secondary-color), .8);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	padding-bottom: 20px;
}

.home-banner-title {
    font-size: 60px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -1px;
    padding: 15px 20px 25px;
    text-align: center;
}

.banner-form {
    width: 350px;
    text-align: center;
}

.banner-form-control {
    background-image: url(../png/form-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    cursor: pointer;
}

.hide-form .banner_form {
    display: none;
}

/*=== About ===*/

.stagg-module {
    padding-bottom: 150px;
    position: relative;
}

.stagg-module--inner {
    gap: 30px;
}

.stagg-module-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.stagg-module-img img {
    width: 100%;
}

.stagg-module-content {
    position: absolute;
    width: 80%;
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    padding: 50px;
}

/*Service*/

.coupon-title.coupon-title-h4 {
    font-size: 30px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services a {
    font-size: 28px;
    width: 48%;
    font-family: var(--secondary-font);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 15px 5px;
    padding-left: 55px;
    margin-bottom: 10px;
    line-height: 1.35;
    position: relative;
	transition: color .5s ease;
}
.services a:hover{
	color: rgb(var(--primary-color));
}
.services a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 31px;
    height: 31px;
	/*background-image: url(../img/service-sprites.svg); */
    background-size: contain;	
    background-repeat: no-repeat;	
    background-position: center center;
}

.service-water-heaters:before {
    background-image: url(../svg/water-heaters.svg);
}

.service-slab-leaks:before {
    background-image: url(../svg/slab-leaks.svg);
}

.service-sewer-repair:before {
    background-image: url(../svg/sewer-line-repair.svg);
}

.service-sewer-cleaning:before {
    background-image: url(../svg/sewer-line-cleaning.svg);
}

.service-kitchen-plumbing:before {
    background-image: url(../svg/kitchen-plumbing.svg);
}

.service-leak-detection:before {
    background-image: url(../svg/leak-detection.svg);
}

.service-gas-leaks:before {
    background-image: url(../svg/gas-leaks.svg);
}

.service-emergency:before {
    background-image: url(../svg/emergency-service.svg);
}

.service-burst-pipe-repair:before {
    background-image: url(../svg/burst-pipe-repair.svg);
}

.service-bathroom-plumbing:before {
    background-image: url(../svg/bathroom-plumbing.svg);
}

.service-clogged-drains:before {
    background-image: url(../svg/clogged-drains.svg);
}

/*=== Coupon ===*/

.c20-slider-nav.coupon-slider {
    padding-bottom: 60px;
}

.c20-coupon-wrap.slick-slide {
    margin: 0 5px;
    padding: 20px 0;
}

/*Feature*/

.feature-links h3 a {
	display: block;
    padding-bottom: 50px;
    background-image: url(../svg/slick-right.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 35px;
}

.features {}

.features span {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding: 5px 10px;
    padding-left: 65px;
    margin-bottom: 35px;
    font-weight: 600;
    color: rgb(var(--secondary-color));
}

.review-logos img {
    max-width: 200px;
}

/*Blog*/

.c20-post .p {
    font-size: 18px;
}
.c20-post .p p:last-child {
    margin-bottom: 0;
}

.c20-post {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.c20-post a {
    z-index: 1;
    transition: transform .4s ease 0s;
    position: relative;
    display: block;
    height: 100%;
}

.c20-post .c20-post-thumb {
    height: 230px;
}

.fix-header img {
    width: 100%;
	max-width: 300px;
}

/*=== contact area start ===*/


/*Footer*/
.c20-nap-item {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
    font-size: 15px;
}


/*=== copyright area start ===*/

.copyright-area {
    background: #222222;
}

#arp1_add_contact_form_container {
	z-index: 99999;
}

.c20-sec-about p a{
	text-decoration:underline;
}
.review-body iframe{
	max-width:1000px !important
}
.section-service-area #gform_confirmation_wrapper_4,
#gform_widget-2 #gform_confirmation_wrapper_2,
#gform_widget-4 #gform_confirmation_wrapper_2{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-service-area div#gform_confirmation_message_4,
#gform_widget-2 #gform_confirmation_message_2,
#gform_widget-4 #gform_confirmation_message_2{
    font-size: 20px;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    background: rgb(var(--primary-color));
    color: #fff;
}

#gform_widget-2 #gform_confirmation_wrapper_2,
#gform_widget-4 #gform_confirmation_wrapper_2{
	 margin-bottom: 50px;
    margin-top: 50px;
	display:block
}
.gap_{
	gap:15px;
}
a.btn.text-white {
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 20px;
	max-width: 300px;
    margin: 20px auto;
}
.mobile{
	display:none;
}

@media screen and (max-width: 1440px) {
    .c20-home-banner {
        min-height: 550px; 
    }

    .stagg-module-content {
        padding: 25px 30px;
    }
}

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

    .c20-home-banner {
        min-height: 450px;
    }

    .home-banner-title {
        font-size: 32px;
        padding: 10px 20px 15px;
    }

    .feature-links h3 a {
        padding-bottom: 40px;
        font-size: 20px;
    }
}


@media screen and (max-width: 991px) {
	.review-heading{
		text-align:left !important;
	}
    .services {
        justify-content: flex-start;
        gap: 5%;
    }
    .services a {
        width: 30%;
        font-size: 20px;
        padding: 15px 2px;
        padding-left: 40px;
    }

    .services a:before {
        top: 15px;
    }
	.stagg-module-img img{
		height:100%;
		object-fit:cover;
	}
}

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

    .services {
        justify-content: space-between;
        gap: 0;
    }
    .services a {
        width: 48%;
    }
    .services a:before {
        top: 15px;
    }

}


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

/*     .c20-home-banner {
        min-height: 300px;
    }
 */
	.mobile{
		display:inline-block;
	}
	.desktop{
		display:none;
	}
	.site-header .c20_social {
		display:none !important;
	}
}


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

    #podium-bubble {
        bottom: 60px !important;
    }

    .banner-form a {
        font-size: 20px;
    }

    .home-banner-title {
        font-size: 45px;
    }
    .stagg-module {
        padding-bottom: 30px;
    }
    .stagg-module-content {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
/*     .c20-home-banner {
        min-height: 250px;
    } */
    .services a {
        width: 100%;
    }
}

.g-review{
	padding: 13px 30px;
}

.sc li.icon-ig a img {
    width: 90%;
}

.plano{
	max-width:200px;
}

textarea {
  resize: none;
}

.c20-coupon {
	height: 100%;

}