/*
 Theme Name:   Kiwi
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Angela Eideh
 Author URI:   http://www.kiwiservices.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

  
/*---------------------------------------------------------------*/
/*-------------[Top 5 Reasons Page Style - McLetchie]------------*/
/*---------------------------------------------------------------*/

/* @font-face {
	font-family: 'HelveticaNeue';
	src: url(font/Helvetica Neu Bold.ttf) format('ttf');
} */
@font-face {
	font-family: Roboto;
	src: url('https://www.kiwiservices.com/wp-content/themes/Divi-Space-Child/font/Roboto-Regular.ttf');  
	font-weight: normal;  
}
body {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 28px;
	color: #222222;
}
.entry-content {
	font-size: 18px !important;
}
/* fixing responsive styling for the top 5 reasons page  */
h1.custom-h1{
	font-family:inherit;
	font-size:33px;
	text-transform:capitalize;
	color:#3f7819;
	line-height:normal;
	text-align:center;
}
h2.custom-number{
	font-size:8vw;
	color:#3f7819;  
	padding-bottom:0;
}
h2.custom-title{
	font-weight:bold;	
}

@media only screen and ( min-width: 481px ) {  
div#t5-custom-row{
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	padding:0;
}
#t5-custom-row > #custom-number-col{
	margin-right:0;
	display:flex;
	flex-direction:row;
	width:15% !important;
	margin-bottom:0;
}
div#custom-title-col{
	width:85% !important;
	margin-left:15px;
}
div#custom-paragraph-row{
	padding:0 0 15px 0;
}
#up-low-no-pad{
	padding-top:0;
	padding-bottom:0;
}
div#no-pad{
	padding-bottom:0;
}
}
/* Responsive fixes for columns */
@media only screen and ( max-width: 480px ) {
	div#t5-custom-row{
		flex-direction:column;
		padding:0;
	}
	div#custom-number-col{
		width:100% !important;
		float:left;
		margin-bottom:0;
	}
	div#custom-title-col{
		width:100% !important;
		float:left;
	}
	h2.custom-number{
		font-size:10vh;
		padding-bottom:10px;
	}
	div#custom-paragraph-row{
		padding:0 0 15px 0;
	}
	#up-low-no-pad{
		padding-top:0;
		padding-bottom:0;
	}
	div#no-pad{
		padding-bottom:0;
	}
}

/*---------------------------------------------------------------*/
/*-------------[Formally in Simple Custom CSS]------------*/
/*---------------------------------------------------------------*/

 
/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
/*#ed7818
#5EB446*/
            .get-quote {border-radius: 0px;}

            .get-quote a {color: #fff!important;}
            li.get-quote {
                background-color:#ed7818; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-quote:hover {background-color:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-quote a {
                        color: #fff!important;}

    @media only screen and (min-width : 981px) {
            li.get-quote {height: 33px;}}

@media only screen and ( max-width: 480px ) {
.et_mobile_menu {
max-height: 280px;
overflow-y: scroll;
}
}
  
  
/*------------------------------------------------*/
/*-------------[Static Divi Menu CSS]-------------*/
/*------------------------------------------------*/
 
/* help fix jumping divi menu */
    
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.et_fixed_nav.et_secondary_nav_enabled #main-header {
top: 50px !important;
}
  
#main-content .container {
padding-top: 175px !important;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed !important;
}


@media only screen and ( max-width: 980px ) {
	#main-header .et_menu_container #et-top-navigation {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
#main-content .container {
padding-top: 140px !important;
}
}

  .home .et_pb_fullwidth_header_0 {
padding-top: 175px !important;
}

.et_pb_section:first-child {
padding-top: 155px!important;
}

/*------------------------------------------------*/
/*------------------[Divi Menu]-------------------*/
/*------------------------------------------------*/

.et_header_style_left #et-top-navigation {
	padding-left: 360px !important;
	padding-right: 71px;
}
#top-menu li {
	padding-right: 39px;
}
#top-menu li li a:hover { color: #fff !important; }
#top-menu li li a:hover { background-color: #3f7819 !important; }
#top-menu li li a { 
	    width: 260px;
    padding: 6px 0px 6px 0px;
}
.nav li ul {
	padding: 6px 0px 6px 0px;
	width: 280px;
	} 
.nav li li {
	line-height: 1.2em;
	padding: 0px;
	width: 100%;
}	
.nav li li a{
	padding: 0px;
	width: 100%;
}	
.nav li li ul {
    left: 280px;
}
.nav li.et-reverse-direction-nav li ul {
    right: 280px;
    left: 280px;
}

#et-top-navigation { 
    /*padding-left: 1px!important; */
    display: flex;
    flex-direction: row;
    justify-content: right; 
    float: none!important;
}

/*#top-menu li li a { 
	width: 260px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.nav li ul {
	padding: 0px; 
	width: 280px;
} 
#sub-menu li ul {
	padding: 0px; 
	width: 280px;
} */


/*------------------------------------------------*/
/*---------------[Kiwi Styles CSS]----------------*/
/*------------------------------------------------*/
.midnav {
	font-family:"Century Gothic";	
	display: inline;
	font-size: small;
	text-decoration: none;
	font-weight:bold;
	color: #5eb446;
    margin-bottom: none;
}
.midnav a:visited {
	color:#093;

}

.midnav a:link {
	color: #5eb446;
	text-decoration: none;
	text-align:center;
}

.midnav a:hover {
	color:#030;
}
.midnav li {
	display: inline;
}
.KiwiGreen {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F7819;
}
.KiwiGreenHeading {
	font-size: 1.3em;
  	line-height: 1.3em;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #3F7819;
}
.KiwiGreenHeading a {
	text-decoration:none;
	color: #3F7819 !important;
}
.KiwiGreenAddress {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #3F7819;
}
.KiwiGreenAddress a {
	text-decoration:none;
	color: #3F7819 !important;
}
.KiwiRedHeading {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #78193F;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.KiwiBlackHeading {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

.KiwiBlackHeading a {
  	text-decoration:none;
	color: #000000;
}

.offer {
	text-decoration:none;
	font-family:'Century Gothic'; 
	color:#7cc68d; 
	font-size:18px; 
	margin-top:5px; 
	margin-bottom:0px;
		
}

.offer a {
	text-decoration:none;
	color:#5eb446;
}

.offer a:hover {
	color:#360;

}

.percent {
	
	font-family:'Century Gothic'; 
	color:#f38190;
	
}

.percent span {
	text-decoration:none;
	color:#f38190;
}

.percent a {
	text-decoration:none;
	color:#f38190;	
}

.percent a:hover {
	color:#C03;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: auto;
}
#formcontent	{
	float: left;
	width: 514px;
	clear: right;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#formcontent div {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#formcontent div.formfield {
	width: 100%;
	text-indent: 75px;
}
.rsidebar  {
	float: right;
	width: 306px;
}
.rsidebar li {
	list-style-type: none;
	display: block;
}
#formcontent div.formheads {
	width: 100%;
}

#sitemap ul {
    display: block;
    list-style: none;
    padding: 0;
    margin-left: 0px;
}

.KiwiGreenHeader1 {
	/*font-family: "Century Gothic";*/
	font-size: 2.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #3F7819;
	line-height: normal;
  	text-align:center;
	padding-bottom: 20px !important;

}

.KiwiGreenHeader1 a {
	text-decoration:none;
	color: #3F7819;
}

.KiwiGreenHeader1::after {
    content:' ';
    display:block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-style: inset;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-width: 1px;
}

.KiwiPhone {
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #78193F;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.KiwiPhone a {
	text-decoration:none;
	color: #0645ad!important;
}

.KiwiPhone a:hover {
	color: #7cc68d!important;
	text-decoration: underline;
}

.quote-star-rating-stars-5{
  background:url("https://www.kiwiservices.com/images/five-star-reviews.gif");
  background-repeat: no-repeat;
}

.date-published {
  display:none;
}

.KiwitextRed {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cd1414;
}

.KiwitextRed a {
	text-decoration:none;
	color: #cd1414;
}

.KiwiBlueHeading {
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  text-transform:capitalize;
  color:#4349b5;
}

.KiwiBlueHeader1 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 2.0em;
	font-weight: bold;
	color: #4349b5;
	text-transform: capitalize;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
  text-align:center;
}


/*------------------------------------------------*/
/*-------[Air Duct Cleaning Phone numbers]--------*/
/*------------------------------------------------*/
 
.airductwrapper {
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
  vertical-align: top;
}

.airductphonenumber {
  width:100%;
  bottom: 0px; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	display:block;
}
.airductphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 360px) {
  .airductphonenumber {
    font-size: 1.75em;
	  bottom: 2px;
  }
}


/*------------------------------------------------*/
/*--------[Carpet Cleaning Phone Numbers]---------*/
/*------------------------------------------------*/
 
.carpetcleaningwrapper {
   position:relative;
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
}

.carpetcleaningphonenumber {
  width:100%;
  position: absolute;
  top: 97%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.carpetcleaningphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 340px) {
  .carpetcleaningphonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*-------[Carpet Repair Phone numbers]--------*/
/*------------------------------------------------*/
 
.carpetrepairwrapper {
  position:relative;
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
}

.carpetrepairphonenumber {
  width:100%;
  position: absolute;
  top: 90%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.carpetrepairphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 360px) {
  .carpetrepairphonenumber {
    font-size: 1.75em;
  }
}


/*------------------------------------------------*/
/*-----[Tile & Grout Cleaning Phone numbers]------*/
/*------------------------------------------------*/
 
.tilegroutwrapper {
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
  vertical-align: top;
}

.tilegroutphonenumber {
  width:100%;
  bottom: 0px; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	display:block;
}
.tilegroutphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 360px) {
  .tilegroutphonenumber {
    font-size: 1.75em;
	  bottom: 2px;
  }
}


/*------------------------------------------------*/
/*------[Wood Floor Cleaning Phone numbers]-------*/
/*------------------------------------------------*/
 
.woodfloorwrapper {
  position:relative;
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
}

.woodfloorphonenumber {
  width:100%;
  position: absolute;
  top: 89%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.woodfloorphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 360px) {
  .woodfloorphonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*----------[Rug Cleaning Phone Numbers]----------*/
/*------------------------------------------------*/
 
.rugcleaningwrapper {
   position:relative;
  width:100%;
  max-width:fit-content;
  height:100%;
  float:right;
}

.rugcleaningphonenumber {
  width:100%;
  position: absolute;
  top: 93%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rugcleaningphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 340px) {
  .rugcleaningphonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*----------[Rug Repair Phone Numbers]------------*/
/*------------------------------------------------*/
 
.rugrepairwrapper {
   position:relative;
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
}

.rugrepairphonenumber {
  width:100%;
  position: absolute;
  top: 91%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rugrepairphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 340px) {
  .rugrepairphonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*----------[Upholstery Phone Numbers]------------*/
/*------------------------------------------------*/
 
.upholsterywrapper {
   position:relative;
  width:100%;
  max-width:360px;
  height:100%;
  float:right;
}

.upholsteryphonenumber {
  width:100%;
  position: absolute;
  top: 91%; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.upholsteryphonenumber a {
  color:red !important;
}

@media only screen and (min-width: 340px) {
  .upholsteryphonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*------[Water Damage Repair Phone numbers]-------*/
/*------------------------------------------------*/
 
.waterdamagewrapper {
  position:relative;
  width:100%;
/*   max-width:340px; */  max-width:325px;
  height:100%;
  float:right;
}

.waterdamagephonenumber {
  width:100%;
  position: absolute;
  bottom: 0px; 
  text-align:center;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.waterdamagephonenumber a {
  color:red !important;
}

@media only screen and (min-width: 340px) {
  .waterdamagephonenumber {
    font-size: 1.75em;
  }
}

/*------------------------------------------------*/
/*----------[Special Offer Phone numbers]---------*/
/*---------------was #D8060E_---------------------*/
 


.specialofferwrapper {
  position:relative;
  width:100%;
  height:100%;
  display:inline-block;
}

.specialofferphonenumber {
  width:100%;
  position: absolute;
  bottom: 20px; 
  text-align:center;
  font-size: 3.4em;
  font-weight:bold;
  color:red !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.specialofferphonenumber a {
     color:white !important;
  }

@media only screen and ( max-width: 480px ){
  .specialofferphonenumber {
    font-size: 1.25em;
    bottom: 2px;
  }
}

/*------------------------------------------------*/
/*-------------[Responisve Google Mpa]------------*/
/*------------------------------------------------*/
 
/* css to make embeded google maps responsive */

.responsive-map{
overflow:hidden;
padding-bottom:48.25%;
position:relative;
height:0;
}

.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/*----icons-----*/
.et-social-blog a {
    	font-size: 28px  !important;
	line-height: 14px !important;
    	vertical-align: baseline;
    	display: inline-block;
	position:relative;
	position:relative;
}

.et_pb_blog_icon:before {
    	font-size: 24px!important;
    	/*font-family:"dashicons";
	content: "\f324";*\
}


.et-social-blog li {
	display: inline-block;
	margin-left: 20px;
}


.et-social-blog a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.et-social-blog span {
	display: none;
}

.et-social-blog a.icon:before {
    	font-size: 24px!important;
	/*font-family:"dashicons";
  	content: "\f324";*/
}

.bottom-nav a {
  color: #7cc68d!important;
}

.et_color_scheme_green a {
    color: #0645ad;
  	font-weight:bold;
}

#footer-bottom a {
  color: #7cc68d!important;
}

.et_color_scheme_green a:hover { 
	color: #7cc68d;
	text-decoration: underline; 
}
  
.et_pb_widget a {
    color: #3F7819;
    text-decoration: none;
  	font-weight:bold;
  	line-height: 1.4em;
}

 #et-info-phone {
   font-size:25px;
}

 #et-info-phone a {
	font-size:25px !important;
}

.et_color_scheme_green #top-header {
      background-color: #3f7819!important;
}

#sidebar {
  line-height:1.4em;
}

#main-content .container {
	width: 95%!important;
}

@media (min-width: 981px){
	.et_right_sidebar #left-area {
		padding-right: 3%;
	}
}

/*Custom Css DDS*/

.get_phone_div #et-info-phone {
    font-size: 20px !important;
}

.get_phone_div #et-info-phone a {
    font-size: 20px !important;
}

.get_phone_div {
    padding-top: 5px;
    padding-bottom: 5px !important;
	    margin-bottom: 10px;
}

.custom_class
{
	    width: 100%;
    text-align: center;
}

/* .get_a_quote_contaidner div#et-info :hover
{
	background-color: #0645ad !important;
}

.custom_class:hover {
    background: #0645ad !important;
} */
.custom_class
{
	margin:10px;
	border-color:#0645ad;
	width: 81%;
    text-align: center;
	font-weight:600;
    display: inline-block !important; 
	padding-top: 5px;
    padding-bottom: 5px;
	float: none !important;
}
/* div#et-info:hover {
    color: white;
}

.et_color_scheme_green .get_a_quote_contaidner a:hover {
    color: #fff !important;
} */


/* .get_a_quote_contaidner div#et-info:hover a {
    color: white !important;
} */

.get_a_quote_contaidner span#et-info-phone {
    color: #0645ad;
}

/* .get_a_quote_contaidner span#et-info-phone:hover {
    color: #fff;
}
div#et-info:hover span#et-info-phone {
    color: #fff !important;
} */

.get_a_quote_contaidner {
        width: 272px;
    text-align: center !important;
    margin: 0 auto !important;
}

.woodfloorphonenumber,.airductphonenumber,.carpetcleaningphonenumber,.rugcleaningphonenumber,.tilegroutphonenumber,.upholsteryphonenumber {
    display: none;
}

.img_class img {
    padding-bottom: 10px;
}

.custom_class {
    background-color: #0645ad !important;
}

.get_a_quote_contaidner span#et-info-phone {
    color: #fff;
}
.get_a_quote_contaidner span#et-info-phone:hover {
    color: #0645ad !important;
}
.custom_class:hover {
    background: transparent !important;
    /* border: red !important; */
    border-color: #0645ad;
    color: #0645ad !important;
}
/* div#et-info:hover a {
    color: #0645ad;
} */
/* div#et-info:hover span#et-info-phone {
    color: #0645ad !important;
} */
.custom_class a{
    color: #fff;
}
a.custom_class {
    color: #fff;
}
.custom_class:hover span#et-info-phone {
    color: #0645ad;
}
.custom_class #et-info-phone a:hover {
    color: #0645ad;
}
.custom_class:hover a {
    color: #0645ad;
}
a.custom_class:hover {
    /* color: #0645ad !important; */
	color: #fff !important; 
	text-decoration: unset;
}
.custom_class span#et-info-phone a:hover {
    color: #0645ad !important;
    text-decoration: unset;
}

.get_a_quote_contaidner div[style] {
   display: none !important;
}

/* .main_class {
    float: none;
} */

@media only screen and (max-width: 768px) {
  .custom_class {
    padding-top: 5px !important;
}

.responsive-map iframe {
     left: 0;
    top: 0;
    height: 450px !important;
    width: 600px !important;
    position: initial !important;
    
}
	iframe {
    max-width: 499px !important;
	}
}


/*demo css underline one page*/
/* .postid-6341 .custom_class span#et-info-phone a:hover {
    color: #0645ad !important;
    text-decoration: underline;
}

.postid-6341 a.custom_class:hover {
    color: #0645ad !important;
    text-decoration: underline;
}

.postid-6341 .custom_class:hover a {
    text-decoration: underline;
} */

/*Green*/
/* .postid-6342 .custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
}

.postid-6342 .custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
}

.postid-6342 .custom_class:hover {
    background-color: #008329 !important;
    border-color: #008329 !important;
    color: #fff !important;
	box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}
.postid-6342 .custom_class span#et-info-phone a:hover {
    color: #fff !important;
    text-decoration: unset;
}
.postid-6342  .custom_class:hover a {
    color: #fff !important;
}

.postid-6342 .get_a_quote_contaidner span#et-info-phone:hover {
    color: #fff!important;
}

.postid-6342 .custom_class:hover span#et-info-phone {
    color: #fff !important;
} */

/*all green*/
.custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
	box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}

.custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
}

.custom_class:hover {
    background-color: #008329 !important;
    border-color: #008329 !important;
    color: #fff !important;
	box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}
.custom_class span#et-info-phone a:hover {
    color: #fff !important;
    text-decoration: unset;
}
.custom_class:hover a {
    color: #fff !important;
}

.get_a_quote_contaidner span#et-info-phone:hover {
    color: #fff!important;
}

.custom_class:hover span#et-info-phone {
    color: #fff !important;
}

/*yellow*/
/* .postid-6346 .custom_class
{
	border-radius: 3px;
    border-color: #ff6138 !important;
    background-color: #ffa724 !important;
	color: #000 !important;
}	
.postid-6346 .custom_class a:hover,.postid-6346 .custom_class span#et-info-phone a:hover{
	color: #000 !important;
}
.postid-6346 .get_a_quote_contaidner span#et-info-phone {
    color: #000 !important;
}

.postid-6346 .custom_class a {
    color: #000 !important;
}  
.postid-6346 .custom_class:hover{
	background: #ffc400 !important;
	color: #000 !important;
}  */
 
 /* blue over gray */
/* .postid-6349 .custom_class{
	color: #2ea3f2 !important;
	background-color: transparent !important;
	border: 2px solid !important;
}
.postid-6349 .get_a_quote_contaidner span#et-info-phone,.postid-6349 .custom_class a{
	color: #2ea3f2 !important;
}
.postid-6349 .custom_class a:hover,.postid-6349 .custom_class span#et-info-phone a:hover {
    color: #2ea3f2 !important;
}
.postid-6349 .custom_class:hover,.postid-6349 a.custom_class:hover{
	background-color: rgba(0,0,0,.05) !important;
	
	border: 2px solid transparent !important;
	color: #2ea3f2 !important;
}
 */
/* red */
/* .postid-6344 .custom_class,.postid-6344 a.custom_class{
	background-color: #d83b01 !important;
	color: #fff !important;
	border: 2px solid transparent  !important;
}
.postid-6344 .custom_class:hover span#et-info-phone{
	color: #fff !important;
}
.postid-6344 .custom_class:hover,.postid-6344 a.custom_class:hover{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.postid-6344 .custom_class a:hover,.postid-6344 .custom_class span#et-info-phone a:hover {
    color: #fff !important;
}
.postid-6344 .custom_class a{
	color: #fff !important;
} */

/*quote page btn*/

.page-id-7710 .custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
}

.page-id-7710 .custom_class {
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
}

.page-id-7710 .custom_class:hover {
    background-color: #008329 !important;
    border-color: #008329 !important;
    color: #fff !important;
	box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}
.page-id-7710 .custom_class span#et-info-phone a:hover {
    color: #fff !important;
    text-decoration: unset;
}
.page-id-7710  .custom_class:hover a {
    color: #fff !important;
}

.page-id-7710 .get_a_quote_contaidner span#et-info-phone:hover {
    color: #fff!important;
}

.page-id-7710 .custom_class:hover span#et-info-phone {
    color: #fff !important;
}

/*home btn*/
.page-id-7665 .custom_class
{
	border-radius: 3px;
    border-color: #ff6138 !important;
    background-color: #ffa724 !important;
	color: #000 !important;
}	
.page-id-7665 .custom_class a:hover,.page-id-7665 .custom_class span#et-info-phone a:hover{
	color: #000 !important;
}
.page-id-7665 .get_a_quote_contaidner span#et-info-phone {
    color: #000 !important;
}

.page-id-7665 .custom_class a {
    color: #000 !important;
}

.page-id-7665 .custom_class:hover{
	background: #ffc400 !important;
	color: #000 !important;
} 
.get_a_quote_contaidner iframe {
    height: 300px;
    max-width: 400px;
}

/*arrow css*/
@media only screen and (max-width: 767px) {
.btn_custom div {
    width: 80% !important;
    margin: 0 auto !important;
}
 .image_class_home,.image_class_quote {
    width: 100% !important;
}
	.button_class_home,.button_class_quote {
    width: 100% !important;
}
.button_class_home a.custom_class,.button_class_quote a.custom_class {
    font-size: 18px;
}
.page-id-7665 .custom_class.et_pb_button:hover {
    padding: 5px !important;
}
}

.get_phone_div.et_pb_button:after {
    display: none !important;
}

/*button css*/

.custom_class.et_pb_button:hover {
    padding: 5px;
}

 .page-id-7665 .custom_class.et_pb_button:hover,.page-id-7710 .custom_class.et_pb_button:hover {
    padding: .3em 2em .3em .7em;
} 

.et_pb_button:after, .et_pb_button:before{
	font-size:35px !important;
}.et_pb_button{
	font-size:21px !important;
}
.get_a_quote_contaidner a {
    color: #fff !important;
}
/** For Custom Pages **/
.btn_custom {
    width: 85% !important;
    margin: 10px auto !important;
    text-align: center;
}
.btn_custom div {
    width: 30%;
    margin: 0 auto !important;
}
.custom_img_content div.btn_custom div.custom_class {
    width: 80% !important;
}
.custom_img_content {
    float: right;
}

img.alignright{
	    float: right !important;
}
.carpetrepairphonenumber:hover, .rugrepairphonenumber:hover, .waterdamagephonenumber:hover, .waterdamag_p:hover {
    background-color: #008329 !important;
    border-color: #008329 !important;
    cursor: pointer;
}
.carpetrepairphonenumber,.rugrepairphonenumber, .waterdamagephonenumber {
	
    color: red !important;
    color: #fff !important;
    background-color: #37a000 !important;
    border-color: #37a000;
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    width: 81%;
    padding: 12px 15px 12px 15px;
	margin-left: 15px;
    margin-right: 15px;
	font-size: 21px;
}.carpetrepairphonenumber a,.carpetrepairphonenumber a:hover, .rugrepairphonenumber a, .rugrepairphonenumber a:hover, .waterdamagephonenumber a, .waterdamagephonenumber a:hover{
    color: #fff !important;
    text-decoration: none !important;
}
.waterdamagephonenumber{
	/* bottom:-25px !important; */
}
h2.KiwiGreenHeading {
    margin-top: 5px;
}.waterdamagephonenumber a:before, .carpetrepairphonenumber a:before, .rugrepairphonenumber a:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    font-size: 20px;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
	color: red;
}
.waterdamag_p {
    background-color: #37a000 !important;
    padding: 7px !important;
}
.waterdamag_p a{
	color:#fff !important;
}
p.waterdamag_p a:hover {
    color: #fff !important;
    text-decoration: none !important;
}.waterdamag_p a {
    color: #fff !important;
    font-size: 20px;
    text-align: center;
}
.waterdamag_p a:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    font-size: 20px;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
 .waterdamagephonenumber{
    float: right;
}

p.waterdamag_p.text_center{
	width: 28% !important;
    text-align: center;
}
	h2.Kiwitext img {
    margin-top: 20px;
}
.entry-content {
    margin-bottom: 260px;
}
/* body.district-of-columbia-template-default.single.single-district-of-columbia.postid-3994 .airductwrapper {
    max-width: 100%;
} */
/* .rugrepairwrapper.ex_wrapper {
    margin: 55px 20px;
	shape-outside: circle(100%);
} */
.ex_wrapper .carpetrepairphonenumber {
    margin-top: 55px;
}
.get_phone_div_btn.et-info_btn {
    width: 40%;
}

/* --- By developer --- */
.aligncenter.btn {
    text-align: center;
	width: 272px;
	float: right;
}
.aligncenter.btn1 {
    width: 32%;
    margin: 0 auto !important;
    text-align: center;
}
body.page-id-7716 .get_a_quote_contaidner, body.page-id-7725 .get_a_quote_contaidner,body.page-id-7728 .get_a_quote_contaidner  {
	display:none !important;
}

/* Added By Me */

.airductwrapper, .carpetcleaningwrapper, .carpetrepairwrapper, .tilegroutwrapper, .woodfloorwrapper, .rugcleaningwrapper, .rugrepairwrapper, .upholsterywrapper, .waterdamagewrapper {
	padding: 0px 15px;
}
.carpetrepairphonenumber, .rugrepairphonenumber, .waterdamagephonenumber {
    width: 81%;
    font-weight: 600;
    display: inline-block !important;
    float: none !important;
    font-size: 14px !important;
    padding: 5px 15px;
}
.waterdamagewrapper {
	flex-direction: column;
	align-items: center;
}
.waterdamagephonenumber {
    position: static;
}
.custom_class a {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;;
	text-decoration: none;
}
.et_color_scheme_green a:hover {
    text-decoration: none;
}
.et_pb_button:after, .et_pb_button:before {
    font-size: 27px !important;
}
.et_pb_button:after {
	content: "\39";
}
.custom_class {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: unset;
    font-size: 16px !important;
    padding: 5px 11px !important;
}
.get_phone_div #et-info-phone a {
    font-size: 18px !important;	
}
.get_a_quote_contaidner span#et-info-phone {
    font-size: 18px !important;
}
#footer-widgets .footer-widget li:before {
	content: unset;
}
#footer-widgets .footer-widget li {
	padding-left: 0px;
}
.custom_top_image {
	display: flex;
    justify-content: center;
}
.custom_div {
	display: inline-block;
}
.custom_main_div {
	position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    float: right;
}
#sidebar .et_pb_widget {
    text-align: center;
}
.page-id-206762 #sidebar #brb_widget-4 {
    margin-top: 60px;
}
.page-id-206762 .entry-title.main_title {
    display: none;
}
.page-id-206762 .rplg-slider .rplg-slider-review, .page-id-7710 .custom_slider_review  .rplg-slider .rplg-slider-review {
    display: flex;
    flex-direction: column-reverse;
}
.custom_badge_review_mobile {
	display: none;
}
.custom_badge_review_desktop {
	display: flex;
    justify-content: center;
	padding-left: 15px;
}
.quote_reviews_custom_class {
	display: none !important;
}

.quote_reviews_custom_class {
	display: block !important;
}

.quote_reviews_get_a_quote_container {
	width: auto;
}

.quote_reviews_main {
	display: flex;
    justify-content: center;
}

.postid-4747 .get_a_quote_contaidner {
	display: flex;
	justify-content: center;
	width: 100%;
}

.postid-4747 #et-info {
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
}

.postid-4747 .quote_main {
	width: 100%;
}

.postid-4747 .get_a_quote_contaidner span#et-info-phone {
	margin-left: 13px;
}

.postid-4747 .quote_main .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	padding: 19px 0px !important;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	border: unset;
}

.postid-4747 .quote_main .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:hover {
    padding: 19px 7px!important;
    text-align: left;
}

.postid-4747 .custom_class:hover {
	background-color: #37a000 !important;
}

.postid-4747 .custom_class {
	background-color: #008329 !important;
}

.phone_grid td {
	font-weight: 800;
    color: #008329;
}

.phone_grid {
	padding: 0px 75px;
}

.phone_grid td a {
	color: #37a000;
    font-weight: 700;
}

.phone_grid td {
    border: 3px solid #cac7c7;
	border-top: 3px solid #cac7c7 !important;
	text-align:center; 
}

.phone_grid_third td a {
	color: #207893 !important;
}

.phone_grid_third td {
	background: #eee;
	border: unset !important;
}

.phone_grid_third td, .phone_grid_third table {
	color: #207893 !important;
}

.phone_grid_third table {
	border: 3px solid #eee !important;
	border-spacing: 5px !important;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.phone_grid_third_light_gray td {
	background: #D3D3D3 !important;
}

.phone_grid_third_medium_gray td {
	background: #A9A9A9 !important;
}

.phone_grid_third_medium_green td {
	background: #41b605 !important;
	color: #fcfcfc !important;
}

.phone_grid_third_light_green td {
	background: rgba(228,252,219,.88) !important;
	color: #008329 !important;
}

.phone_grid_third_light_green td a {
    color: #0645ad !important;
}

.phone_grid_third_green td {
	background: #8bc861 !important;
	color: #222 !important;
}

.phone_grid_third_medium_green td a, .phone_grid_third_medium_green td a:hover {
	color: #fcfcfc !important;
}

.phone_grid table {
    border: 3px solid #222;
	border-collapse: separate;
    border-spacing: 2px;
}

.get_a_quote_contaidner span#et-info-phone:hover::after {
	font-family: ETmodules!important;
    content: "\39";
    font-size: 22px;
    vertical-align: middle;
}

.get_a_quote_contaidner span#et-info-phone:hover::before {
	font-family: ETmodules!important;
    content: "\e090";
    font-size: 19px;
    vertical-align: middle;
	top: 0;
	color: red;
}

.get_a_quote_contaidner span#et-info-phone a {
	vertical-align: middle;
	padding-right: 3px;
    padding-left: 3px;
}

.get_a_quote_contaidner a.custom_class:hover {
    /* color: #fff !important; */
    text-decoration: underline !important;
}

.custom_quote_upholstery_test_col1 #left-area ul {
    padding-left: 0px !important;
}

.et_color_scheme_green a:hover {
    color: #7cc68d;
    text-decoration: underline !important;
}

.custom_quote_upholstery_test_col1 {
    width: 60%;
    float: left;
    padding-right: 10px;
}

.custom_quote_upholstery_test_col2 {
    width: 40%;
    float: left;
}

.phone_card .card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	display: flex;
}

.phone_card .card a {
	width: 50%;
    object-fit: cover;
}

.phone_card .card .card_image a {
	width: 50%;
    object-fit: cover;
}

.phone_card .card .card_image {
	width: 40%;
}

.phone_card .card .button_card_container a {
	width: 100%;
}

.phone_card .card .button_card_container a:hover {
	color: #7cc68d !important;
}

.phone_card .card .button_card_container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
	padding-left: 5px;
    width: 60%;
    padding-right: 5px;
}

.main_card .phone_card .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background: #e7fcdf;
}
.main_card_pages .phone_card .card {
	background: #e7fcdf;
}
.main_card_pages .phone_card .card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	background: #FFFFE1;
}
.phone_card .card_container {
	padding: 2px 16px !important;
	padding-top: 0px !important;
	vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 50%;
}

.phone_card .card_container .number {
	padding-bottom: 0px;
}

.phone_card .card_container:before {
	background-color: unset;
}

.quote_buttons_main .phone_card {
	background: #e7fcdf;
}

.quote_buttons_main .phone_card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	background: #ffffff;
}

.main_card, .main_card_pages {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 20px;
}

.card_container h4 b a {
	color: #008329;
	text-transform: capitalize;
}

.zip_code {
    padding: 8px !important;
    border: 1px solid #ccc !important;
    width: 75% !important;
}

.search.w3-btn.w3-green {
	margin-bottom: 3px;
}

.quote img.aligncenter {
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25) !important;
}

.quote img.aligncenter:hover {
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25) !important;
}

.button_card_container p  {
	text-align: center;
	padding-bottom: 0;
}

.button_card_container .service_arrow {
	text-align: right;
	font-weight: bolder;
}

.home .button_card_container .service_arrow, .page-id-7710 .button_card_container .service_arrow {
	color: #0645ad;
	font-size: 22px;
}

.home .button_card_container .service_discount, .page-id-7710 .button_card_container .service_discount {
	font-size: 21px;
}

.button_card_container .service_name  {
    word-break: break-word;
    font-weight: 700;
    color: #222;
}

.button_card_container .service_discount {
	color: red;
	font-size: 20px;
    font-weight: 700;
}
.carpet_cleaning_phone_card:hover, .rug_cleaning_phone_card:hover, .air_duct_cleaning_phone_card:hover, .upholstery_cleaning_phone_card:hover, .wood_floor_cleaning_phone_card:hover, .tile_cleaning_phone_card:hover {
    cursor: pointer;
}

.cities_default_page_template img:hover {
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
}

.header_get_quote_btn_mobile_only {
	display: none;
}

.phone_card figure {
	margin: 0;
}

.search_history_city_link {
	word-break: break-all;
}

.alignright.main_class {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.postid-207178 .get_phone_div.custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light, .postid-207178 .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	background-color: #2e3192 !important;
    border-radius: 25px;
	box-shadow:  0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08) !important;
}

.postid-207178 .get_phone_div.custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:hover, .postid-207178 .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:hover {
	background-color: #1449ca !important;
	transform: translateY(-2px);
    /* box-shadow: 0 7px 14px rgba(50,50,93,0.25), 0 3px 6px rgba(0,0,0,0.2) !important; */
}

.postid-207201 .get_phone_div.custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light, .postid-207201 .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	background-color: #f17f91 !important;
    border-radius: 50%;
}

.postid-207201 .get_phone_div.custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light #et-info-phone {
	margin-right: 0px;
}
.postid-207383 .carpetcleaningwrapper .img_class .alignright, .postid-207383 .custom_img.sale_custom_img_carpet_cleaning img, .postid-207383 #custom_html-3 .custom_top_image {
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
}
.postid-207383 .custom_img.sale_custom_img_carpet_cleaning {
	padding-top: 20px;
}
.page .KiwiGreen {
	display: none;
}

.page li.KiwitextGreen {
    display: none;
}

.custom_1984_img {
	padding-top: 20px;
}

.postid-207320.et_boxed_layout #page-container, .postid-207320.et_boxed_layout #page-container .container, .postid-207320.et_boxed_layout #page-container .et_pb_row, .postid-207320.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .postid-207320.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .postid-207320.et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .postid-207320.et_fixed_nav.et_boxed_layout #page-container #main-header, .postid-207320.et_fixed_nav.et_boxed_layout #page-container #top-header, .postid-207320.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
	width: 100%;
    max-width: unset;
    margin: auto;
    overflow: hidden;
}

.postid-207320 #main-content #content-area {
	max-width: 1000px;
    margin: auto;
}

.et_right_sidebar.postid-207320 #main-content .container:before {
    right: 30%!important;
}

.et_header_style_split #et-top-navigation {
	width: 85%;
    display: flex;
    justify-content: center;
}

.postid-207320.et_header_style_left #et-top-navigation {
	width: 60%;
    display: flex;
    justify-content: center;
	padding-left: 0 !important;
}

.postid-207320.et_header_style_left .header_search_zip {
	width: 25%;
}
.postid-207394.et_header_style_left .header_search_zip {
	display: flex;
    justify-content: flex-end;
}
.postid-207320.et_header_style_left .header_search_zip #gform_20,.postid-207394.et_header_style_left .header_search_zip #gform_20 {
	display: flex;
    flex-direction: row;
}

.postid-207320.et_header_style_left .header_search_zip #gform_20 #gform_fields_20 #input_20_15,.postid-207394.et_header_style_left .header_search_zip #gform_20 #gform_fields_20 #input_20_15 {
	width: auto;
	margin-left: 0px;
}

.postid-207320.et_header_style_left .header_search_zip #gform_20 #gform_fields_20 #field_20_15 .ginput_container_text, .postid-207394.et_header_style_left .header_search_zip #gform_20 #gform_fields_20 #field_20_15 .ginput_container_text {
	margin-left: 0px;
    width: auto;
}

.postid-207320.et_header_style_left .header_search_zip #gform_20 .gform_footer.left_label, .postid-207394.et_header_style_left .header_search_zip #gform_20 .gform_footer.left_label {
	padding-top: 11px;
    padding-bottom: 15px;
    margin-top: 16px;
	margin-left: 0;
}

.postid-207320.et_header_style_left .header_search_zip #gform_20 .gform_footer.left_label .gform_button, .postid-207394.et_header_style_left .header_search_zip #gform_20 .gform_footer.left_label .gform_button {
	height: 100%;
}

.postid-207320.et_boxed_layout #page-container .container {
	display: flex;
	align-items: center;
}

.postid-207320.et_header_style_left .logo_container {
    width: 15%;
	position: relative;
	display: flex;
}

.postid-207320 #top-header #et-info .et-social-icons .et-social-facebook a {
    color: #3b5998;
}

.postid-207320 #top-header #et-info .et-social-icons .et-social-twitter a {
    color: #00acee;
}

.postid-207320 #top-header #et-info .et-social-icons .et-social-google-plus a {
    color: #dd4b39;
}

.postid-207320 #top-header #et-info .et-social-icons .dashicons {
    width: auto;
}

.postid-207320 #top-header #et-info .et-social-icons {
    float: right !important;
}

.postid-207320 #top-header #et-info {
    width: 100%;
}

.postid-207320.et_header_style_left a #logo, .et_header_style_split a #logo {
	width: 90%;
    height: auto;
}

.postid-207178 .get_a_quote_contaidner {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.postid-207178 .custom_quote_btn {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postid-207178 .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	position: relative;
}

.postid-207178 .custom_class.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:after {
	right: 22px;
}

.postid-207178 .custom_class {
	height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.postid-207178 .get_a_quote_contaidner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_related_links {
	background: #ECEAEB;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 20px;
}

.custom_related_links_main_div {
	margin-top: 20px;
}

.custom_related_links .col-1, .custom_related_links .col-2, .custom_related_links .col-3 {
    display: flex;
}

.custom_related_links .col-2, .custom_related_links .col-3 {
    margin-top: 15px;
}

.custom_related_links a:hover {
	color: #fff !important;
}

.postid-207464 .custom_img.sale_custom_img_carpet_cleaning img {
    box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25) !important;
}
.custom_full_width_img .carpetrepairwrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.custom_full_width_img .carpetrepairphonenumber  {
	top: 0;
	position: relative;
}
.custom_related_links a {
	color: #fff;
	flex: 1;
    border: 2px solid #72c68d;
    border-radius: 25px;
    margin: 0 5px;
    justify-content: center;
    display: flex;
    align-items: center;
	padding: 5px;
	background: #72c68d;
	text-align: center;
}
.postid-4767 .custom_full_width_div {
	display: flex;
    flex-direction: row-reverse;
    padding-top: 25px;
}
.postid-4767 .custom_full_width_img {
	width: 30%
}
.postid-4767 .custom_below_full_width_img {
	width: 70%
}
.main_card_pages_heading {
	background: #77AB50;
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25);
}
/* .postid-207394 .main_card_pages_heading {
    max-width: 70%;
    margin: auto;
} */
.postid-207394 .main_card_pages_heading h2 {
    line-height: 35px;
}
.main_card_pages_heading h2 {
	padding-top: 10px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;	
}
.main_card_pages_heading h2, .custom_call_for_appointment_heading {
	text-transform: capitalize;
}
.custom_call_for_appointment_heading {
    font-size: 26px;
}
.custom_related_links_main_div.desktop {
	display: block;
}
.custom_related_links_main_div h1 {
	text-align: center;
    padding-top: 10px;
}
.custom_related_links_main_div.mobile {
	display: none;
}
.main_card_pages .phone_card .card .card_container a.phone_number.city_card_phone_panel:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    font-family: ETmodules!important;
	color: red;
}
.postid-207178 .get_phone_div #et-info-phone {
	margin-right: 0px;
}
.postid-207178 .get_a_quote_contaidner span#et-info-phone:hover::before {
	content: "\e090";
	font-size: 16px;
}
.postid-207178 .get_phone_div #et-info-phone:hover::after {
	top: 0px;
}
.postid-207178 .et_pb_button:after {
	opacity: 1;
}
.postid-207178 .get_a_quote_contaidner span#et-info-phone {
    font-size: 20px!important;
}
.postid-207178 .get_phone_div #et-info-phone:after {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
	position: relative;
	top: 7px;
    content: "\39";
    font-size: 30px;
}
.postid-207178 .get_phone_div #et-info-phone a {
    font-size: 20px!important;
}

.postid-207178 .custom_class {
	font-size: 20px!important;
}
.main_card_pages.main_card_pages_search table {
	background: #e7fcdf;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.main_card_pages.main_card_pages_search table:hover {
	background: #FFFFE1;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.main_card_pages.main_card_pages_search table td {
	width: 50%;
}
.main_card_pages.main_card_pages_search table td .phone_card .card h1 {
	padding-top: 10px;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 {
	width: 100%;
	margin-top: 0px;
    margin-bottom: 0px;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 #gform_fields_20 {
	padding-bottom: 0px;
}
.main_card_pages.main_card_pages_search table td .phone_card .card {
	box-shadow: unset;
	background: unset;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 #gform_fields_20 #input_20_15 {
	margin-left: 0px;
    margin-top: 0px;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 #gform_fields_20 #field_20_15 .ginput_container {
	margin-left: 0px;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 #gform_fields_20 #field_20_15 {
	margin-bottom: 5px !important;
}
.main_card_pages.main_card_pages_search table td .phone_card .card #gform_wrapper_20 .gform_footer {
	margin-top: 0px;
    margin-left: 0px;
    padding-left: 16px;
	padding-top: 10px !important;
}
.main_card_pages.main_card_pages_search .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: auto;
}
.main_card_pages.main_card_pages_search .phone_card h4 {
	padding-left: 16px;
    color: red;
    padding-bottom: 0px;
    padding-top: 10px;
}
.main_card_pages.main_card_pages_search .phone_card {
	display: flex;
    align-items: center;
    justify-content: center;
}
.main_card_pages.main_card_pages_search .phone_card .card {
	display: flex;
    flex-direction: column;
}
#footer-bottom {
    background-color: #333333 !important;
}
#et-footer-nav {
    background-color: rgb(43, 38, 38) !important;
}
#main-footer {
    background-color: #000000 !important;
}
#footer-phone {
	float: none !important;
	display: flex;
    justify-content: center;
}
#gform_20 #gform_submit_button_20 {
	color: #222!important;
    background-color: #DDDDDD!important;
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    border-radius: 3px;
    border: unset;
    font-size: 16px!important;
    padding: 5px 11px!important;
}
.reviews {
	display: flex;
	padding-top: 50px;
}
.reviews .slider_review {
	width: 65%;
	padding-right: 20px;
    padding-left: 20px;
}
.reviews .badge_review {
	width: 35%;
    padding-left: 25px;
    padding-right: 25px;
}
a.phone_number.right_phone_panel:before, .contact-content .KiwiPhone a:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: red;
	display: inline-block;
}
.city_page_text_below_image h6 {
	text-transform: capitalize;
    font-weight: 700;
}
#sidebar #media_image-3 {
	margin-bottom: 0;
}
/* #sidebar #custom_html-19, #sidebar #custom_html-10, #sidebar #custom_html-29, #sidebar #custom_html-4, #sidebar #custom_html-6, #sidebar #custom_html-15, #sidebar #custom_html-23 {
	margin-bottom: 0px;
} */
#sidebar #custom_html-19 img, #sidebar #custom_html-10 img, #sidebar #custom_html-29 img, #sidebar #custom_html-4 img, #sidebar #custom_html-6 img, #sidebar #custom_html-15 img, #sidebar #custom_html-23 img, #sidebar #custom_html-53 img, #sidebar #custom_html-55 img, #sidebar #custom_html-56 img {
	width: 60%;
}
#custom_html-19, #custom_html-53, #custom_html-29, #custom_html-10, #custom_html-6, #custom_html-15, #custom_html-4, #custom_html-23, #custom_html-55, #custom_html-56 {
	margin-bottom: 30px !important;
}
.main_city_page_card_pages tbody {
	background: #e7fcdf;
}
.main_city_page_card_pages .phone_card .card {
    background: #FFFFE1 !important;
    padding-top: 10px;
}
.main_city_page_card_pages .phone_card .card a {
    text-align: center;
	width: 100% !important;
}
.postid-207516 .main_city_page_card_pages table {
	border: unset;
}
.postid-207516 .main_city_page_card_pages tbody {
    background: #e7fcdf;
    background: transparent;
}
.postid-207516 .main_city_page_card_pages tbody td {
    border: unset;
}
.postid-207516 .main_city_page_card_pages .phone_card .card {
    background: #fff !important;
}
.rugcleaningwrapper .get_a_quote_contaidner {
	/* width: 370px; */
}
.rugcleaningwrapper .alignright.main_class {
    float: left !important;
}
#et-info-phone:before {
	color: red;
}
.page-id-207706 #page-container, .page-id-207706 #page-container #top-header, .page-id-207706 #page-container #main-header {
	width: 98% !important;
    max-width: unset !important;
} 
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
	padding-right: 0px;
}
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    padding-right: 0px !important;
}
.sale_custom_img_rug_cleaning {
	padding-top: 5px;
}
.sale_custom_img_air_duct_cleaning img, .sale_custom_img_rug_cleaning img, .sale_custom_img_carpet_cleaning img, .sale_custom_img_wood_floor_cleaning img {
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
}
.get_a_quote_contaidner .et_pb_button:after {
    content: "\279C" !important;
	margin-left: 12px;
    opacity: 1;
}
.get_a_quote_contaidner .et_pb_button:hover:after {
	content: "\279C" !important;
	font-size: 30px !important;
    font-weight: 400;
    margin-left: 25px;
    bottom: 6px;
}
.services {
	display: flex;
	align-items: center;
}

.et_header_style_left .logo_container {
	width: 28%;
}
#top-header .et-social-icons {
	float: right !important;
	padding-right: 30px;
}

#top-header .container #et-info {
	width: 100%;
}

#main-header .logo_container {
	display: flex;
}

#main-header .logo_container a, #main-header .logo_container .carpet_cleaning_header_img {
	display: flex;
	align-items: center;
}

#main-header .logo_container .carpet_cleaning_header_img {
	padding-left: 15px;
}
#main-content .container #content-area ul {
	list-style-type: none !important;
}
#main-content .container #content-area #left-area ol {
	margin-left: 30px;
}
#main-content .container #content-area ol {
	counter-reset: myOrderedListItemsCounter;
}
#main-content .container #content-area ol li {
	list-style-type: none;
    position: relative;
}
#main-content .container #content-area ol li:before {
    position: absolute;
    left: -5px;
    top: 2px;
    z-index: 0;
    width: 25px;
    background-color: #ff8f00;
    border-radius: 50%;
    color: white;
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    text-align: center;
	font-weight: 700;
}
#main-content .container #content-area ul li:before {
    content: "\2714 \fe0e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    background: #ff8f00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
	position: relative;
    left: -10px;
}
#main-content .container #content-area ul li {
    padding-bottom: 5px;
}
#main-content .container #content-area ul {
    position: relative;
    left: 15px;
}
#main-content .container #content-area #left-area ul {
    margin-left: 25px;
	padding-left: 0px;
}
#main-content .container #content-area ol li {
    padding-bottom: 5px;
	padding-left: 27px;
}
.home .custom_img_sale_home {
    display: flex;
    justify-content: center;
}
#sidebar .et_pb_widget a {
	color: #0645ad !important;
}
.custom_img_content .custom_img {
	display: flex;
    justify-content: center;
}
.custom_img_content .custom_img img {
	margin-left: 0;
}
#main-content .container #content-area #sidebar ul li:before {
	content: "\276F \fe0e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    background: #ff8f00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
	margin-right: 10px;
	font-weight: bolder;
}
#sidebar .widget_nav_menu {
	text-align: left;
    /* padding-left: 20px; */
    padding-right: 0px;
}
.entry-title {
	text-align: center;
}
#main-footer .footer-widget h4 {
	border-bottom: 2px solid #ff8f00;
	padding-bottom: 15px;
	line-height: 1.5;
	font-weight: bold;
	cursor: pointer;
}
.footer-widget .menu {
	padding-top: 15px;
}
.footer-widget .menu li a {
	font-weight: 400;
	font-size: 15px;
}
.gform_body .gform_fields li:before {
	content: unset !important;
}
#main-footer .footer-widget h4.title:hover {
	color: #ff8f00 !important;
	border-bottom: 2px solid #59d600;
}
#main-footer #menu-main-footer li a:hover {
	color: #ffffff !important;
	opacity: unset;
}
/* #footer-widgets #nav_menu-14 .menu-residential-cleaning-services-container ul li a:hover {
	color: #F44336 !important;
}
#footer-widgets #nav_menu-15 .menu-residential-restoration-services-container ul li a:hover {
	color: #ff8f00 !important;
}
#footer-widgets #nav_menu-16 .menu-commercial-cleaning-services-container ul li a:hover {
	color: #45d600 !important;
}
#footer-widgets #nav_menu-17 .menu-commercial-restoration-services-container ul li a:hover {
	color: #f3818c !important;
} */
.main_card_pages_heading_offer {
	width: auto;
    display: flex;
    justify-content: center;
	padding-bottom: 15px;
}
.main_card_pages_heading_offer h2 {
	color: #fff;
    text-align: center;
    padding-bottom: 0px;
    background: #2BA01D;
	padding: 22px;
    border-radius: 5px;
	text-transform: capitalize;
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
	line-height: 1.3em;
}
.main_card_pages_heading_carpet_cleaning h2 {
	font-size: 22px;
}
.postid-207879 .custom_review_like_theme .rplg-reviews .rplg-row {
	display: flex !important;
    flex-direction: column;
}
.postid-207879 .custom_review_like_theme .rplg-reviews .rplg-row .rplg-row-right {
	display: flex;
    flex-direction: column;
	padding-top: 20px;
}
.postid-207879 .custom_review_like_theme .rplg-reviews .rplg-box-content {
	height: 270px !important;
}
.postid-207879 .custom_review_like_theme .rplg-reviews .rplg-box {
	display: flex !important;
    background-image: url(https://www.kiwiservices.com/images/hosting-company-04.png);
    background-size: initial;
    background-position: bottom center;
    border-radius: 24px 24px 24px 24px !important;
    overflow: hidden;
    background-color: #fff !important;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.06);
}
.custom_class span#et-info-phone a:hover {
    color: #fff!important;
    text-decoration: unset !important;
    background: none !important;
    border: 0 !important;
}
.main_card_pages {
    font-size: 16px;
}
.get_a_quote_contaidner1 {
	width: 272px;
    text-align: center!important;
    margin: 0 auto!important;
}
.et_pb_widget .textwidget .number a.right_phone_panel, .contact-content .KiwiPhone a {
	border: 2px solid #0645b2;
    border-radius: 9px;
    padding: 12px;
}
.contact-content span.KiwiGreenHeading {
	position: relative;
    top: 25px;
}
.main_card_pages_heading {
	display: flex;
    padding-bottom: 0px;
}
.bottom_warranty_panel {
	border: 4px solid #77ab50;
    padding: 20px;
	margin-top: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
	background: #E7FCDF;
}
.main_card_pages_heading h2 {
    display: flex;
    align-items: center;
	font-size: 23px;
}
.main_card_pages_heading_offer_img {
	padding-top: 20px;
}
.postid-207394 .main_card_pages_heading_offer_img h2 {
	-webkit-box-shadow: 0 8px 0 #3f7819;
    box-shadow: 0 8px 0 #3f7819;
}
.custom_call_for_appointment_heading_rug_repair {
	padding-top: 20px;
}
.main_card_pages_heading_bottom_warranty_panel {
	width: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px 10px;
}
.main_card_pages_heading_img_bottom_warranty_panel {
	width: 15%;
}
.main_card_pages_heading_img_bottom_warranty_panel img {
	height: 100%;
}
.main_card_pages_heading_bottom_warranty_panel_font h2 {
	font-size: 22px;
}
.ginput_container_email input {
	width: 60% !important;
}
.goodle_ad{
	width: 40%;
    border: 1px solid #DFE1E5;
    border-radius: 10px;
}
.thumbnail {
    display: flex;
}
.thumbnail img {
    border: 1px solid #ffffff;
	border-radius: 10px;
	border-bottom-right-radius: 0;
}
.caption {
    padding: 0px 20px 20px 20px;
}
.caption p:first-child {
    font-size: 34px;
    line-height: initial;
}
.kiwi_desc {
	border-top: 1px solid #DFE1E5;
    font-size: 14px;
    padding: 20px;
}
.kiwi_desc span {
    font-weight: 600;
}
.caption p, .kiwi_reviews p {
	padding: 10px 0 10px 0 !important;
}
.image_small img:first-child {
    border-top-right-radius: 10px;
}
.website_btn {	
    color: #222;
	width: fit-content;
	display: flex;
	padding-bottom: 15px;
}
.website_btn a {
    background: #F2F2F2;
    padding: 0px 10px;
    margin-right: 10px;
    border: 1px solid #D8D8D8;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}
.kiwi_reviews  {
	border-top: 1px solid #DFE1E5;
    padding: 0px 20px 20px 20px;
}
span.caption_desc {
    color: #878787;
    font-size: 16px;
}
.caption p:last-child {
    padding: 0 !important;
}
.kiwi_reviews .rplg-reviews .rplg-box {
	display: flex;
	padding: 0px !important;
	border: 0 !important;
	align-items: flex-start;
}
.kiwi_reviews .rplg-reviews .rplg-box .rplg-row .rplg-row-left img{
	width: 45px!important;
    height: 45px!important;
}
.kiwi_reviews .rplg-reviews .rplg-box .rplg-box-content .rplg-stars, .kiwi_reviews .rplg-reviews .rplg-box .rplg-box-content .rplg-review-badge {
	display: none !important;
}
.kiwi_reviews .rplg-reviews .rplg-box .rplg-box-content {
	width: 85%;
	margin: 0 !important;
}
.image_big a, .image_small a {
    float: right;
    position: absolute;
    bottom: 8px;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
	padding: 5px 15px;
}
.image_big, .image_small {
    position: relative;
}
.image_big img {
    height: 260px;
    object-fit: cover;
    border: unset;
}
.image_small img {
    height: 130px;
    object-fit: cover;
	border: unset;
	border-radius: 0;
}
.thumbnail > div {
    flex: 1;
}
.image_small {
    display: flex;
    flex-direction: column;
}
.get_a_quote_contaidner .et_pb_button:after {
    position: absolute;
}
.postid-207392 .get_a_quote_contaidner .et_pb_button:after {
    content: "\35"!important;
    margin-left: 20px;
    opacity: 1;
    content: "\276F \fe0e";
    font-family: FontAwesome;
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1.3em;
    background: #ff8f00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-weight: bolder;
}
.postid-207391 .get_a_quote_contaidner .et_pb_button:after {
    content: "\35"!important;
    margin-left: 20px;
    opacity: 1;
    content: "\276F \fe0e";
    font-family: FontAwesome;
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1.3em;
    background: #fff;
    border-radius: 50%;
    color: #ff8f00;
    text-align: center;
    margin-right: 10px;
    font-weight: bolder;
}
.custom_map_and_direction {
	margin-top: 20px;
	padding: 20px 10px;
    background: #4295D1;
	color: #fff;
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
	border: 1px solid #4295D1;
}
.custom_map_and_direction .responsive-map {
	text-align: center;
}
.custom_map_and_direction .heading {
	text-align: center;
	padding: 20px;
}
.custom_map_and_direction .details {
	text-align: center;
    padding-top: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.custom_map_and_direction .contact_info {
	display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 15px;
}
.postid-207950 .custom_map_and_direction.sidebar .schedule, .postid-207955 .custom_map_and_direction.sidebar .schedule, .postid-207956 .custom_map_and_direction.sidebar .schedule {
	margin: 0;
}
.postid-207950 .custom_map_and_direction.sidebar, .postid-207955 .custom_map_and_direction.sidebar, .postid-207956 .custom_map_and_direction.sidebar {
	display:block;
	background: unset;
    padding: 0;
    border: unset;
    box-shadow: unset !important;
}
.postid-207950 #custom_html-9 .quote, .postid-207955 #custom_html-9 .quote, .postid-207956 #custom_html-9 .quote {
	display: none;
}
.postid-207950 .custom_map_and_direction.sidebar .direction_btn, .postid-207955 .custom_map_and_direction.sidebar .direction_btn, .postid-207956 .custom_map_and_direction.sidebar .direction_btn {
	padding: 0;
}
.postid-207955 .custom_map_and_direction.sidebar .schedule {
    margin: 0;
    background: #F7B700;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 0 #b68300;
    box-shadow: 0 6px 0 #b68300;
    -webkit-transition: background .2s ease-in-out 0s;
    -o-transition: background .2s ease-in-out 0s;
    transition: background .2s ease-in-out 0s;
    background: #f7b700;
	color: #222;
}
.postid-207956 .custom_map_and_direction.sidebar .schedule {
    margin: 0;
    background: #8BC861;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 0 #568436;
    box-shadow: 0 6px 0 #568436;
    -webkit-transition: background .2s ease-in-out 0s;
    -o-transition: background .2s ease-in-out 0s;
    transition: background .2s ease-in-out 0s;
    background: #8BC861;
	color: #fff;
}
.custom_map_and_direction.sidebar {
	display:none;
}
.custom_map_and_direction .direction_btn {
	text-align: center;
    padding-top: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.custom_map_and_direction .direction_btn .direction {
	padding: 10px 15px;
    background: #F7B700;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 0 #b68300;
    box-shadow: 0 6px 0 #b68300;
    -webkit-transition: background .2s ease-in-out 0s;
    -o-transition: background .2s ease-in-out 0s;
    transition: background .2s ease-in-out 0s;
    background: #f7b700;
    max-width: 249px;
    border: 0;
    display: inline-block;
    vertical-align: bottom;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    margin: 0px 20px;
    font-size: 1.2em;
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    color: #353739;
    text-decoration: none;
    text-transform: uppercase;
}
.custom_map_and_direction .details h2 {
	color: #fff;
}
.custom_map_and_direction .direction_btn .direction a {
	color: #000;
}
 .custom_map_and_direction .direction_btn .schedule a {
	color: #fff;
}
.custom_map_and_direction .map_phone {
	color: #fff !important;
	padding-left: 5px;
}
.custom_map_and_direction .email_info {
	text-align: center;
	padding-top: 15px;
}
.custom_map_and_direction .direction_btn .direction a:hover, .custom_map_and_direction .direction_btn .schedule a:hover {
    color: #000 !important;
    background: unset !important;
    border: 0 !important;
}
.custom_map_and_direction .direction_btn .schedule {
	padding: 10px 15px;
    background: #dc692e;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 0 #b3501f;
    box-shadow: 0 6px 0 #b3501f;
    -webkit-transition: background .2s ease-in-out 0s;
    -o-transition: background .2s ease-in-out 0s;
    transition: background .2s ease-in-out 0s;
    background: #dc692e;
    max-width: 249px;
    border: 0;
    display: inline-block;
    vertical-align: bottom;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    margin: 20px;
    font-size: 1.2em;
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
/* .postid-207955 .custom_map_and_direction {
    background: #3f7819 !important;
	border: 1px solid #3f7819;
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
} */
/* .postid-207956 .custom_map_and_direction {
    background: #afb2c5 !important;
	border: 1px solid #afb2c5;
	box-shadow: 0 2px 15px 3px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25)!important;
} */
.get_a_quote_contaidner span#et-info-phone:hover::after {
	font-size: 45px !important;
	font-weight: 400;
}
.get_a_quote_contaidner span#et-info-phone:hover {
	margin-right: 0px !important;
}
span.get_quote_history_span {
    position: relative;
    font-size: 18px;
    /* left: -15px; */
}
.et_color_scheme_green #content-area a:hover {
	color: #0645AD !important;
    text-decoration: none !important;
    border-bottom: 2px solid #0645AD;
	background: #EDF6FF;
}
.et_color_scheme_green #content-area .get_a_quote_contaidner div a.custom_class {
	text-align: left;
    padding-left: 50px !important;
	font-size: 18px !important;
}
.et_color_scheme_green #content-area .get_a_quote_contaidner div a.custom_class.get_quote_history:hover {
	color: #fff !important;
	padding-left: 50px !important;
	border: unset !important;
}
.et_color_scheme_green .get_a_quote_contaidner .get_a_quote_contaidner div a.custom_class:hover:after {
	right: 15px;
    bottom: 2px;
    font-size: 35px !important;
}
.get_a_quote_contaidner .get_phone_div {
    text-align: center;
	text-transform: inherit;
}
#sidebar .right_phone_panel {
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25) !important;
}
#left-area .bottom_phone_panel {
	box-shadow: 0 2px 9px 2px rgba(57,73,76,.4),0 1px 2px rgba(57,73,76,.25) !important;
}
.carpetrepairwrapper, .waterdamagewrapper, .rugrepairwrapper {
	display: flex;
	justify-content: center;
} 
.carpetrepairphonenumber, .waterdamagephonenumber, .rugrepairphonenumber {
	width: 220px;
} 
.carpetrepairphonenumber a, .waterdamagephonenumber a, .rugrepairphonenumber a {
	font-size: 16px;
}
@media (max-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 100%;
	}
	#sidebar {
		position: relative;
		top: 50px;
	}
}
@media only screen and (max-width: 790px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 22px;
	}
}
@media only screen and (max-width: 614px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 19px;
	}
}
@media only screen and (max-width: 530px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 17px;
	}
}
@media only screen and (max-width: 474px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 15px;
	}
}
@media only screen and (max-width: 418px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 13px;
	}
}
@media only screen and (max-width: 392px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 12px;
	}
}
@media only screen and (max-width: 335px) {
	.main_card_pages_heading h2, .custom_call_for_appointment_heading {
		font-size: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.main_card_pages_heading_bottom_warranty_panel {
		padding: 0px 10px;
	}
	.main_card_pages_heading h2 {
		line-height: 25px !important;
	}
	.main_card_pages_heading.center_img_custom {
		flex-direction: row;
	}
	.main_card_pages_heading_offer {
		padding-top: 25px;
	}
	#top-header .container #et-info {
		width: auto;
	}
	.et_header_style_left .logo_container {
		width: auto;
	}
	#footer-phone {
		justify-content: flex-start;
	}
	.reviews {
		display: block;
	}
	.reviews .slider_review {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.reviews .badge_review {
		width: 100%;
		justify-content: center;
		display: flex;
	}
	.page-id-7746 .custom_img_content {
		float: none !important;
	}
	.page-id-7746 .custom_img .alignright {
		margin-left: 0 !important;
	}
	.custom_related_links_main_div.desktop {
		display: none;
	}
	.custom_related_links_main_div.mobile {
		display: block;
	}
	.custom_call_for_appointment_heading {
		font-weight: 600;
	}
	.main_card_pages_heading {
		margin-top: 15px;
	}
	.main_card_pages_heading h2 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
		line-height: 25px;
	}
	.carpetrepairwrapper .carpetrepairphonenumber {
		position: relative;
	}
	.center_img_custom {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.center_img_custom .alignright {
		margin-left: 0px;
	}
	.carpetrepairwrapper, .rugrepairwrapper, .airductwrapper, .woodfloorwrapper, .tilegroutwrapper, .waterdamagewrapper, .carpetcleaningwrapper, .upholsterywrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.custom_call_for_appointment_heading {
		padding-top: 10px;
	}
	.custom_full_width_img {
		padding-bottom: 15px;
	}
	.custom_half_page_div {
		display: flex;
		flex-direction: row;
	}
	.custom_half_page_img img {
		max-width: -webkit-fill-available;
		padding: 10px 0px;
	}
	.custom_half_page_img, .custom_above_half_page_img, .custom_below_half_page_img {
		width: 50%;
	}
	.custom_below_half_page_div {
		display: flex;
		flex-direction: row-reverse;
	}
	.custom_below_half_page_img {
		padding-left: 20px;
	}
	.custom_full_width_img img {
		margin-left: 0px;
		padding: 10px 0px;
	}
	.custom_full_width_div, .custom_below_full_width_div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.custom_full_width_div {
		width: 100%;
		padding-bottom: 10px;
	}
	.header_get_quote_btn_mobile_only {
		display: block;
	}
	.et_boxed_layout #page-container {
		width: 98%;
	}
	.et_boxed_layout #page-container #top-header .container {
		width: 97%;
	}
	#top-header .container #et-info #et-info-phone a {
		color: #fff;
		font-size: 21px !important;
	}
	#top-header .container #et-info #et-info-phone:before {
		color: red;
		font-size: 21px !important;
	}
	#top-header .container #et-info #et-info-phone {
		line-height: inherit;
		border: 1px solid #8bc861;
		padding: 0 6px;
		margin-right: 0;
		box-shadow: 0 2px 10px 1px rgb(159, 190, 139), 0 1px 2px rgb(159, 190, 139);
	}
	.get_quote_header {
		box-shadow: 0 2px 10px 1px rgb(159, 190, 139), 0 1px 2px rgb(159, 190, 139);
	}
	.et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
		width: 98%;
	}
	.header_get_quote_btn_mobile_only {
		background: none;
		color: #ffffff !important;
		padding: 8px;
		border: 1px solid #8bc861;
		font-size: 21px !important;
	}
}
@media only screen and (max-width: 425px) {
	.entry-content {
		display: flex;
		flex-direction: column;
	}	
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 70%;
	}
	.carpetrepairwrapper .carpetrepairphonenumber {
		position: relative;
	}
	.carpetrepairwrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.postid-4767 .custom_full_width_div {
		flex-direction: column !important;
	}
	.postid-4767 .custom_full_width_img {
		width: auto;
	}
	.postid-4767 .custom_below_full_width_img {
		width: auto;
	}
	.custom_full_width_img {
		padding-bottom: 15px;
	}
	.custom_half_page_div {
		display: flex;
		flex-direction: row;
	}
	.custom_half_page_img img {
		max-width: -webkit-fill-available;
		padding: 10px 0px;
	}
	.custom_half_page_img, .custom_above_half_page_img, .custom_below_half_page_img {
		width: 50%;
	}
	.custom_full_width_div {
		width: 100%;
	}
	.custom_below_half_page_div {
		display: flex;
		flex-direction: row-reverse;
	}
	.custom_below_half_page_img {
		padding-left: 20px;
	}
	.custom_full_width_img img {
		margin-left: 0px;
		padding: 10px 0px;
	}
	.custom_full_width_div, .custom_below_full_width_div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.quote_reviews_get_a_quote_container {
		width: auto !important;
	}
	.quote_buttons_main .card {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.quote_buttons_main .phone_card .card .card_image {
		padding-top: 10px;
	}
	.quote_buttons_main .phone_card .card .button_card_container {
		width: 100% !important;
	}
	.postid-207166 #main-header .logo_container a img {
		max-width: 100%;
	}
	.postid-207166 .carpet_cleaning_header_img {
		display: flex;
	}
	.postid-207316 .carpet_cleaning_header_img {
		display: block;
		width: 40%;
	}
	.postid-207313 .carpet_cleaning_header_img #logo {
		max-width: 75%;
	}
	.postid-207383 .carpet_cleaning_header_img #logo {
		max-width: 100%;
	}
	.postid-207383 .carpet_cleaning_header_img {
		max-width: 50%;
	}
	/* .postid-207313.et_header_style_left a #logo, .et_header_style_split a #logo {
		max-width: 100%;
	} */
	.postid-207383.et_header_style_left a #logo, .et_header_style_split a #logo {
		max-width: 95%;
	}
	.postid-207383.et_boxed_layout #page-container #main-header .et_menu_container, .postid-207166.et_boxed_layout #page-container #main-header .et_menu_container {
		flex-direction: row-reverse;
	}
	.postid-207383.et_header_style_left .logo_container {
		display: flex;
		flex-direction: row-reverse;
	}
	.postid-207166.et_header_style_left .logo_container {
		padding-left: 20px;
	}
	.carpet_cleaning_header_img {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.carpet_cleaning_header_img_center {
		display: flex !important;
	}
	.logo_container {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.carpet_cleaning_header_img {
		display: block !important;
		width: 100%;
	}
	body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.et_fixed_nav.et_secondary_nav_enabled #main-header {
		top: 58px!important;
	}
	.et_header_style_left .logo_container {
		position: static;
	}
	.et_boxed_layout #page-container #main-header .et_menu_container {
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 390px) {
	#top-header .container #et-info #et-info-phone a {
		font-size: 18px !important;
	}
	#top-header .container #et-info #et-info-phone:before {
		font-size: 18px !important;
	}
	.header_get_quote_btn_mobile_only {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 341px) {
	#top-header .container #et-info #et-info-phone a {
		font-size: 15px !important;
	}
	#top-header .container #et-info #et-info-phone:before {
		font-size: 15px !important;
	}
	.header_get_quote_btn_mobile_only {
		font-size: 15px !important;
	}
}
@media only screen and (max-width: 768px) {
	/* .custom_alignright {
		display: none !important;
	} */
	#gform_wrapper_16 #gform_16 {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#gform_wrapper_16 #gform_16 .gform_body #gform_fields_16 {
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.gform_wrapper#gform_wrapper_16 .gform_footer {
		width: 50% !important;
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	.postid-207157 #top-header .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#top-header .container {
		display: flex;
		flex-direction: row;
		vertical-align: middle;
		align-items: center;
		width: 93%;
		justify-content: space-between;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#top-header .container:after {
		content: unset !important;
	}
	/* .postid-207166 #top-header .container #et-info #et-info-phone a {
		font-size: 20px!important;
		color: #ffe128;
	}
	.postid-207166 #top-header .container #et-info #et-info-phone {
		margin-right: 0px;
	}
	.postid-207166 #top-header .container #et-info #et-info-phone:before {
		font-size: 20px!important;
		color: #ffe128;
	} */
	/* .postid-207166 .header_get_quote_btn_mobile_only {
		font-size: 20px!important;
		padding-top: .90em;
		padding-bottom: .70em;
		color: #ff7f3f !important;
		background: blanchedalmond;
		padding-left: 5px;
		padding-right: 5px;
	} */
	.quote_lady_image {
		width: 100% !important;
		display: none;
		justify-content: center;
	}
	.button_card_container .service_discount a {
		font-size: 15px;
	}
	.quote_buttons_main {
		width: 100% !important;
	}
	.phone_card .card {
		display: block;
	}
	.quote_buttons_main .phone_card .card {
		display: flex;
	}
	.phone_card .card img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.main_card, .main_card_pages {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.phone_grid {
		padding: 0px 0px;
	}
	.page-id-206762 .custom_slider_review_mobile, .custom_slider_review_mobile, .custom_badge_review_desktop {
		display: none;
	}
	.custom_badge_review_mobile {
		display: flex;
		justify-content: center;
		padding-left: 12px !important;
	}
	.custom_badge_review_mobile {
		display: flex !important;
		justify-content: center;
	}
	.custom_badge_review_desktop {
		display: none !important;
	}
}

@media (max-width: 1139px) and (min-width: 700px) {
	.textwidget .KiwiPhone a {
		font-size: 20px;
	}
}

@media (max-width: 1273px) and (min-width: 1025px) {
	.phone_card .card_container .number {
		font-size: 13px;
	}
	.phone_card .card_container {
		padding: 2px 5px!important;
	}
}
@media (max-width: 1070px) and (min-width: 981px) {
	.btn_custom {
		width: 100% !important;
	}	
}
@media only screen and (max-width: 320px) {
	#main-content .container #content-area ul li:before {
		color: #fff !important;
	}
	.get_a_quote_contaidner, .get_a_quote_contaidner1 {
		width: 100%;
	}
	.custom_img img.alignleft {
		margin-right: 0;
	}
}
@media only screen and (max-width: 900px) {
	.carpetrepairphonenumber, .rugrepairphonenumber, .waterdamagephonenumber {
		width: 65%;
	}
}
@media only screen and (max-width: 980px) {
	#sidebar #custom_html-19 img, #sidebar #custom_html-10 img, #sidebar #custom_html-29 img, #sidebar #custom_html-4 img, #sidebar #custom_html-6 img, #sidebar #custom_html-15 img, #sidebar #custom_html-23 img, #sidebar #custom_html-53 img, #sidebar #custom_html-55 img, #sidebar #custom_html-56 img {
		width: auto;
	}
	#sidebar .menu li {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.carpetrepairphonenumber, .rugrepairphonenumber, .waterdamagephonenumber {
		width: 40%;
	}
}

@media only screen and (max-width: 450px) {
	.carpetrepairphonenumber, .rugrepairphonenumber, .waterdamagephonenumber {
		width: 65% !important;
	}
}

@media only screen and (max-width: 800px) {
	.airductwrapper, .carpetcleaningwrapper, .tilegroutwrapper, .woodfloorwrapper, .rugcleaningwrapper, .upholsterywrapper, .waterdamagewrapper {
		width: 100%;
		max-width: unset;
		display: flex;
    	justify-content: center;
		flex-direction: column;
	}
	.upholsterywrapper {
		flex-direction: unset;
	}
	.custom_img {
		width: 100%;
		display: flex;
    	justify-content: center;
	}
	.custom_img img.alignright {
		margin-left: 0px;
	}
	/* .carpetrepairphonenumber, .rugrepairphonenumber, .waterdamagephonenumber {
		width: 25%;
	} */
	.et_color_scheme_green a:hover {
		text-decoration: none;
	}
	.custom_class {
		border: unset;
		font-size: 14px;
		padding: 5px 11px !important;
	}
	img.alignright {
		/* margin-right: 15px; */
	}
	.faqwarpper {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.discountcouponwrapper {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		position: unset;
		max-width: unset;
		float: unset;
	}
}



@media only screen and (max-width: 1024px) {
	.page-id-7797 .custom_img_content {
		float: unset !important;
	}
	.page-id-7797 .custom_img {
		display: flex;
		justify-content: center;
	}
	.main_card_pages_heading h2 {
		line-height: 35px;
	}
	.et_header_style_left #et-top-navigation {
		padding-left: 300px !important;
	}
	.phone_card .card_container {
		width: 100%;
		padding: 10px 5px !important;
	}
	.phone_card .card_container h4 b a, .phone_card .card_container .number a {
		font-size: 16px;
	}
	.phone_card .card {
		display: block;
	}
	.quote_buttons_main .phone_card .card {
		display: flex;
	}
	.phone_card .card img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.main_card, .main_card_pages {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.phone_grid {
		padding: 0px 0px;
	}
	.custom_slider_review_mobile {
		width: 100% !important;
	}
	.custom_badge_review_mobile_main {
		width: 100% !important;
		padding-right: 50px;
		display: flex;
		flex-direction: column;
		padding-bottom: 50px;
	}
	.custom_badge_review_mobile {
		display: none;
	}
	.custom_badge_review_desktop {
		display: flex;
		justify-content: center;
	}
	.quote_reviews_get_a_quote_container {
		width: 272px;
	}
}

/*10-12-2019*/
/* #top-header span#et-info-phone {
    color: red !important;
} */ 
#top-header #et-info-phone a:hover {
	color: unset !important;
}
#top-header .et-social-icon a:hover {
    color: unset !important;
}
#footer-phone span#et-footer-phone:before
{
  position: relative;
  color: red !important;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    font-size: 20px !important;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

/*26-12-2019*/

.two_section_layout .left {
	float:left;
	width:62%;
}
.two_section_layout .right {
	float:left;
	width:38%;
}
.get_a_quote_contaidner.two_section_layout_inner_right {
	width:100%!important;
}
.open_now_image {
	display:none;
}
@media (max-width: 1018px) and (min-width: 980px) {
	.textwidget .KiwiPhone a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.two_section_layout .left,.two_section_layout .right {
		float:none;
		width:100%;
	}
	iframe {
		max-width: -webkit-fill-available !important;
	}
}
@media only screen and (max-width: 375px) {
	.main_card_pages_heading h2 {
		font-size: 17px;
	}
}