/*
Theme Name: Electric Today
Author URI: vitalstorm.com
Description: Electric Today
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - WordPress Core
 * 3.0 - Content
 *    3.1 - Header
 *    3.2 - Navigation
 *    3.3 - Banner
 *    3.4 - Coupons/Reviews
 *    3.5 - Section
 *    3.6 - Footer
 * 4.0 - Media Query (max-width: 1024px)
 * 5.0 - Media Query (max-width: 767px)
 * 6.0 - Media Query (max-width: 480px)
 * -----------------------------------------------------------------------------
 */

@import "css/reset.css";


.clear {
  clear: both;
}

body{
	background-color: #fff;
	font-family: 'Assistant', sans-serif;
}

.container{
	margin: 0 auto;
	width: 1024px;
}

#mobile_layout,
#mobile_navigation {
  display: none;
}

#mobile_header_wrapper{
  display: none;
}

.copy{
  padding: 20px;
}

a{
  color: #000;
  text-decoration: none;
}

i{
    font-style: italic;
}

#mobile_tel {
    color: #fff;
}


/*****************************/
/********** HEADER ***********/
/*****************************/

header{
	background-color: #fff;
	width: 100%;
  height: 150px;
}


#call_now{
	float: right;
	width: 50%
}

#call_now img{
	position: relative;
    top: 20px;
}

#call_now span{
	font-size: 2em;
  position: relative;
  top: 15px;
}

#header_logo{
  float: left;
  width: 0%;
}

#schedule_now{
  float: right;
  position: relative;
  top: 24px;
}

#schedule_now > p{
  background-color: #ed0011;
  color: #fff;
  font-size: 1.5em;
  padding: 5px 20px; 
  text-align: center;
  cursor: pointer;
}

#phone_bar{
  position: relative;
  left: 15px;
}

#header_logo img{
     padding: 0 25px 25px 0px;
  width: 190px;
  position: relative;
  right: 25px;
}


/***************************************/
/************* POP UP ******************/
/***************************************/
#pop_bg{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  display: none;
}

#pop_up_main_div{
  position: fixed;
  width: 765px;
  height: 450px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #0054dd;
  left: 50%;
  margin-left: -400px;
}

#pop_up_main_div p{
  color: #fff;
  font-size: 1.5em;
  padding: 10px 20px;
  float: left;
  position: relative;
  top: 35px;
  left: 20px; 
}

#close_popup_div{
  position: relative;
  float: right;
  text-align: center;
  right: 50px;
}

#close_popup_div p{
  color: #fff;
  float: left;
  cursor: pointer;
}

#form_area{
  top: 35px;
  position: relative;
  margin: 40px;
  box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.27);
  height: 68%;
  background-color: #fff;
}

#top_input{
  float: left; 
  top: 20px;
  position: relative;
}

#top_input input {
    border: none;
    box-sizing: border-box;
    font-size: 1.05em;
    padding: 7px;
    width: 20%;
}

#top_input #Field3 {
    border: none;
    border-right: 1px solid #000;
    box-sizing: border-box;
    font-size: 1.05em;
    padding: 7px;
    width: 49%;
    border-bottom: 1px solid;
    padding: 25px 0px 10px 10px;
}

#top_input #Field7 {
    border: none;
    box-sizing: border-box;
    font-size: 1.05em;
    padding: 7px;
    width: 49%;
    border-bottom: 1px solid;
    padding: 25px 0px 10px 10px;
}

#top_input #Field8{
  width: 100%;
  border-bottom: 1px solid;
  padding: 25px 0px 10px 10px;
}

#top_input #Field9{
  width: 100%;
  color: #000;
  border-bottom: 1px solid;
  padding: 25px 0px 10px 10px;
}

#top_input #Field17{
  width: 100%;
  border-bottom: 1px solid;
  padding: 25px 0px 10px 10px;
}

#top_input #submitForm{
  background: none;
  float: right;
  position: relative;
  top: 65px;
  color: #fff;
  text-transform: uppercase;
  font-size: 150%;
  cursor: pointer;
}

/***************************************/
/************** NAV ********************/
/***************************************/

nav{
  position: relative;
  z-index: 9;
  bottom: 100px;
}

#blog_pagination{
  padding: 15px;
}

#blog_pagination > nav{
  bottom: 0px;
  position: relative;
}

.nav-links{
  padding-top: 5px;
}

.page-numbers{
  font-weight: 700;
  color: #011049
}

.screen-reader-text{
      color: #011049;
    font-size: 18px;
    font-weight: 600;

}

#header_nav {
    font-size: 1.1em;
    position: relative;
}

#main_nav{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	list-style-type: none;
	position: relative;
	text-transform: uppercase;
}

#main_nav li:hover .sub-menu{
	display: block;
}

#main_nav a{
    text-decoration: none;
    color: #555;
}

#main_nav li:hover {
  color: #fff;
  background: #FEC524;
}

#menu-main-navigation > li{
	display: inline-block;
	width: auto;
}

#menu-main-navigation > li > a {
	color: #000;
	display: block;
	padding: 10px;
	font-size: 100%;
	text-decoration: none;
}

#menu-main-navigation .sub-menu {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	display: none;
	position: absolute;
	top: 37px;
	z-Index: 5
}

.sub-menu{
  position: absolute;
  display: none;
  top: 37px;
  background-color: #fff;
}

.sub-menu li{
  padding: 10px;
}

/*******************************/
/********** SLIDER *************/
/*******************************/

#slider_area {
  background: url("images/slider-background.png") center center;
  background-size: cover;
  height: 500px;
}

#sliding_banner {
	position: relative;
	top: 60px;
	margin: 0 auto;
}

.toggle-slide {
	float: left;
	width: 15%;
	height: 100%
}

.toggle-slide img {
	display: block;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	top: 40%;
	cursor: pointer;
}

/**#slider_viewport{
	float: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}**/

#slider_images {
	/**position: absolute;
	left: 0**/
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px;
}

#slider-header-text{
    color: #ffffff;
    font-size: 300%;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 20px;
}

#slider-header-subtext{
    color: #ffffff;
    font-size: 400%;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 20px;
}
.rotating-image {
	display: block;
	float: left;
}

/*************************************/
/*********** OUR SERVICE BOX *********/
/************************************/

#our_services_box .container {
  background: #fff;
  padding: 20px 20px 0 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  top: -45px;
}

.trust {
  background: #ccc;
  -webkit-flex: 33%;
  flex: 33%;
  margin-left: 20px;
  height: 195px;
  text-align: center;
}

.trust a{
  text-decoration: none;
}

.trust h2{
  color: #fff;
  font-size: 250%;
  padding-top: 60px;
}

.trust p{
  color: #fff;
  font-weight: 600;
  font-size: 105%;
}

.trust_one{
  background-image: url("images/service-box-1.png");
}

.trust_two{
  background-image: url("images/service-box-2.png");
}

.trust_three{
  background-image: url("images/service-box-3.png");
}

/****************************************/
/************* SECTION ******************/
/****************************************/

#content {
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.section-wrapper-home-page, .section-wrapper {
  padding: 20px;
}

#interior_header{
	background: url("images/header-interior.png") center center no-repeat ;
	height: 170px;
}

#interior_header h1{
  color: #fff;
  font-size: 300%;
  padding: 50px 0 0 25px;
  text-transform: uppercase;
}

b{
  font-weight: bold;
}

.copy  h1 {
	color: #0054dd;
	font-size: 300%;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 20px;
}

.copy  h2 {
  color: #0054dd;
  font-size: 180%;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 20px;
}

.copy h3 {
    color: #0054dd;
    font-size: 150%;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.copy h4 {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 115%;
    color: #0054a3;
    line-height: 120%;
}

.copy-blog{
  width: 100%
}

.copy-blog .blog-title {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 150%;
}

.copy-blog .blog-date {
    font-size: 0.85em;
    font-style: italic;    
    margin: 0 0 10px;
    line-height: 170%;
}

.copy-blog .blog-excerpt{
    color: #000;
    font-size: 1em;
    line-height: 170%;
}

.blog-index{
  border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

#blog_indexes{
  width: 100%
}

.blog-details a {
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 0 10px;
}
 
.blog_pic {
  width: 20%;
  float: left;
}

.blog_pic img{
  width: 75%;
    height: auto;
    float: left;
    margin: 0 40px 0 0;
}

.blog-title-date{
  width: 75%;
    display: inline-block;
}

#blog_list_area{
  margin-top: 25px;
}

.moretag{
  font-weight: 800;
  color: #ed0011;
  float: right;
}

.homepage-copy{
    text-align: center;
    line-height: 185%;
    margin: 0 0 20px;
}

.homepage-copy h1{
  color: #0054dd;
  font-size: 300%;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 20px;
}

.homepage-copy p{
    width: 896px;
    text-align: center;
    margin: 0 auto;
}
 
.copy p {
  color: #282828;
  line-height: 140%;
  margin: 0 0 20px;
}

.copy ul{
  padding: 15px 0px 15px 30px;    
}

.copy li{
    padding: 10px 0px;
    list-style-type: none;
    line-height: 120%;
}

#copy_interior{
  float: left;
  width: 65%;
  box-sizing: border-box;
}

#copy_interior h1 {
    color: #0054a3;
    font-size: 225%;
    font-weight: 600;
    padding-bottom: 15px;
}

#copy_interior h2{
  text-align: none;
  color: #0054dd;
  font-size: 150%;
  font-weight: 600;
  padding-bottom: 15px;
}

#copy_interior h3 {
    color: #0054dd;
    font-size: 150%;
    font-weight: 600;
    line-height: 120%;
    margin: 0px 0px 10px 0px;
}

#copy_interior h4 {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 115%;
    color: #0054dd;
    line-height: 120%;
}

#copy_interior p {
  color: #282828;    
  line-height: 185%;
  margin: 0px 5px 10px;
}

#copy_interior ul{
  padding: 15px 0px 15px 30px;
}

#copy_interior li{
    padding: 10px 0px;
    list-style-type: disc;
    line-height: 135%;
}

#copy_interior .testimonials-interior li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    list-style-type: none;
}

#copy_interior .quotes-interior {
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
#copy_interior .clients {
    font-weight: bold;
    text-indent: 30px;
}

.two_class_ul{
  text-align: center;
}

/*******************************/
/**** Interior Form ************/
/*******************************/
#interior-form{
  width: 100%;
}


#top_input_interior{
    width: 100%;
}

#top_input_interior > br{
  display: none;
}

#top_input_interior > #Field3-interior {
    font-size: 1.05em;
    width: 40%;
    margin-right: 30px;
    padding: 10px 0px 10px 10px;
    float: left;
}

#top_input_interior #Field7-interior {
    font-size: 1.05em;
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
    padding: 10px 0px 10px 10px;
}

#top_input_interior #Field8-interior{
    font-size: 1.05em;
    width: 45%;
    margin-bottom: 20px;
    padding: 10px 0px 10px 10px;
}

#top_input_interior #Field9-interior{
    font-size: 1.05em;
    width: 92%;
    padding: 10px 0px 10px 10px;
    height: 85px;
   font-family: 'Assistant', sans-serif;
}

#top_input_interior #Field17-interior{
    font-size: 1.05em;
    width: 45%;
    padding: 10px 0px 10px 10px;
}

#top_input_interior > #submitForm-interior{
  background: #1255A6;
  float: right;
  position: relative;
  top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 150%;
  cursor: pointer;
  padding: 5px;
}

.hide{
  display: none;
}



/*******************************/
/************ SIDEBAR **********/
/*******************************/

#sidebar{
	float: right;
	width: 30%;
}

#sidebar_newsletter{
  background: url("images/sidebar.png") center center no-repeat ;
  height: 603px;
  padding-top: 20px;
}

#sidebar_email {
  padding-top: 220px;
}

#side_bar_form_subscription_wrapper{
    margin: 0 auto;
    width: 80%;
}

#sidebar_form_subscription_wrapper p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
}

#sidebar_form_subscription_wrapper #Field1 {
    border: none;
    font-size: .9em;
    padding: 5px;
    text-align: center;
    width: 80%;
    margin: 10px;
}

#sidebar_form_subscription_wrapper #saveForm {
    cursor: pointer;
    display: block;
    color: #000;
    border: #000;
    border-style: solid;
    border-width: 1px;
    background-color: #fbc95a;
    height: auto;
    position: relative;
    top: 10px;
    text-align: center;
    padding: 7px;
    font-size: 1em;
    margin: 0 auto;
    width: 109px;
    text-decoration: none;
}

#sidebar_email,#sidebar_maintenance h3{
    color: #000;
    text-align: center;
    font-weight: 800; 
    font-size: 1.1em;
}

#sidebar_maintenance{
  padding-top: 80px;
}

#sidebar_maintenance p{
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 135%;
}

#sidebar_learn a {
    cursor: pointer;
    display: block;
    color: #000;
    border: #000;
    border-style: solid;
    border-width: 1px;
    background-color: #fbc95a;
    height: auto;
    position: relative;
    top: 10px;
    text-align: center;
    padding: 7px;
    font-size: 1em;
    font-weight: 600;
    margin: 0 auto;
    width: 109px;
    text-decoration: none;
}

/************************************/
/********* SERVICE AREA *************/
/************************************/

#regional_map{
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 55px auto 10px;
  width: 85%;
}

#service_area_state{
	-webkit-flex: 50%;
  flex: 50%;
}

#service_area_list{
	-webkit-flex: 50%;
  flex: 50%;
}

#service_area_list .title{
	font-size: 2em;
  padding-bottom: 15px;
  color: #0054dd;
  font-weight: 800;
}

#location_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#location_list ul {
  margin: 0px 50px 0px 50px;
}

#location_list li {
  margin: 0 0 10px;
  list-style-type: none;
  color: #0054dd;
  font-size: 110%;
  line-height: 115%;
}

/*********************************/
/************ OFFERS *************/
/*********************************/

#offers_area {
  background: url("images/offers-bg.jpg") center center no-repeat ;
  padding: 50px 0;
}

#current_offers{
	float: left;
	width: 50%;	
	text-align: center;
	padding-top: 80px;
}

#current_offers .title{
	color: #fff;
	font-size: 300%;
}

#current_offers .text{
	color: #fff;
	font-size: 325%;
	font-weight: 800;
}

#email_offer{
	width: 50%;
  float: right;
  text-align: center;
}

#form_subscription_wrapper{
  margin: 0 auto;
  width: 100%;
}

#form_subscription_wrapper p {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 10px;
  text-align: center;
  line-height: 125%;
}

#form_subscription_wrapper #Field1 {
  border: none;
  font-size: 1.2em;
  padding: 5px;
  float: left;
  width: 50%;
  margin-left: 25px;
}

#form_subscription_wrapper #saveForm {
  background: #ffcc39;
  border: none;
  color: #000;
  font-size: 1.2em;
  padding: 5px 0;
  text-align: center;
  width: 38%;
  float: left;
}

.hide{
	display: none;
}

/***************************************/
/******************* USP ***************/
/***************************************/

#USP_content{
  padding: 20px;
}

#USP_header h2{
    color: #0054dd;
    font-size: 300%;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

#USP{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}

#USP .container {
  padding: 20px 80px 0 80px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.USP_Reason {
  box-sizing: border-box;
  -webkit-flex: 1;
   flex: 1;
  padding: 0 25px 20px;
}


.USP_img{
    display: block;
    margin: 0 auto 5px;
}

.USP_Reason p{
    color: #ed0011;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
}

#USP_copy{
}

/************************************/
/********* TESTIMONAL ***************/
/************************************/

#testimonial{
    background: url("images/testimonial-bg.png") center center no-repeat ;
}

#testimonial h3{
	font-size: 300%;
	color: #fff;
	text-align: center;
	padding: 25px;
}

#reviews_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}

.review {
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 25px 20px;
}

#review_stars {
    display: block;
    margin: 0 auto 20px;
}

.quotes {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 150%;
    font-style: italic;
    margin: 0 0 10px;
    text-align: center;
}

.reviewer {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
}

/************************************/
/************ FOOTER ****************/
/************************************/

#footer_bottom{
	background-color: #011049;
}

#footer_nav {
    position: relative;
    list-style-type: none;
    padding-top: 30px;
    font-size: 1.3em;
}

#footer_nav ul{
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

#footer_nav li {
    margin: 0 0 0 20px;
    list-style-type: none;
    color: #fff;
}

#footer_nav a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#footer_address{
    width: 50%;
    margin: 0 auto;
}

#footer_address_left{
    float: left;
    width: 50%;
}

#social_media{
      align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    width: 100px;
}

#social_media img{
  display: block;   
  margin: 0 auto ; 
	padding-top: 15px;
  padding-bottom: 15px;
}

#footer_address p {
  color: #fff;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
}

#footer_license{
	padding-top: 20px;
  padding-bottom: 15px;
}

#footer_badges{
	background: url(images/footer-badge-bg.jpg) center center no-repeat;
  padding: 20px;
}

#phone_text > a{
  color: #fff;
  text-decoration: none;
  font-size: 35px;
}

#phone_text{
  font-size: 35px;
}

#badge_logos{
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    width: 450px;
}

#badge_logos img{    
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

#badge_logos p{
	color: #000;
	font-size: .85em;
  text-align: center;
  padding: 15px 15px;
}

#footer_copyright{
    color: #000;
  font-size: .85em;
  text-align: center;
 padding: 0px 15px 15px 15px;
}
/***************************************/
/********** 1024px @media **************/
/**************************************/

@media (max-width: 1024px){

	#header_wrapper,
	#nav_wrapper,
	#banner_wrapper,
	#three_reasons_wrapper,
	#coupon-review-wrapper,
	#section-wrapper,
	#section-wrapper-home-page,
	#cities_wrapper,
	#footer_wrapper {
	  width: 100%;
	}
	
	.rotating-image{
		display: block;
		width: 100%
	}
	
	.toggle-slide {
		width: 9%
	}

	.container{
	  width: 100%;
	}


  #call_now span {
    font-size: 1.2em;
  }

  #schedule_now {
    top: 28px;
  }

  #schedule_now > p {
    font-size: 1.2em;
  }

	#main_nav > li {
		padding: 5px 10px 5px 10px;
	}

  #header_nav {
    font-size: .9em;
    padding-left: 30px;
  }

	#offers_area .container {
		width: 100%;
		box-sizing: border-box;
	}

	#primary_menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		position: relative;
		list-style-type: none;
		padding-top: 20px;
		font-size: 1em;
	}

	#sliding_slider {
		margin: 0 auto;
		overflow: hidden;
		width: 100%; 
	}

	.slider_arrow {
		padding: 00px;
	}

	#service_area_list .title {
		font-size: 1.4em;
	}

	#email_offer {
		padding-top: 20px;
	}

	#form_subscription_wrapper form {
		padding: 0 40px;
	}

	#mobile-form-wrapper{
	  width: 100%;
	  margin: 0 auto;
	}

	#footer_nav {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		position: relative;
		list-style-type: none;
		padding-top: 20px;
		font-size: 1.1em;
	}

}


@media (max-width: 900px){
  #menu-main-navigation > li > a {
    padding: 5px;
  }
}


/***************************************/
/*************** 768px @media **********/
/***************************************/
@media (max-width: 768px){
 
	#mobile_layout{
	  display: block;
	}

	#slider_area,
	#our_services_box,
	#section-wrapper-home-page,
	#service_area,
	#offers_area,
	#USP_copy,
	#testimonial,
	#USP_content,
	#footer_nav{
	  display: none;
	}

header{
  display: none !important;
}

	#mobile_header_wrapper{
		height: 110px;
		display: block;
	}

	#mobile_navigation {
		background: rgba(255,255,255,0.95);
		display: block;
		position: fixed;
		overflow: scroll;
		left: -100%;
		top: 0;
		height: 100%;
		width: 100%
	}
	
	.close-mobile-navigation {
		padding: 20px 0;
		border-bottom: 2px solid #ccc;
	}
	
	.close-mobile-navigation img {
		display: inline-block;
		margin: 0 20px 0;
		width: 30px
	}
	
	#mobile_menu > li{
		padding: 15px 0 15px 10px; 
		border-bottom: 1px solid #ccc;
	}
	
	#mobile_menu > li > a {
		font-size: 1.3em;
		box-sizing: border-box;
	}
	
	#mobile_menu > li:last-child {
		border-bottom: none;
	}
	
	#mobile_menu .sub-menu {
		box-sizing: border-box;
		padding: 0 0 0 20px;
		background: none;
		position: relative;
		top: 0;
	}
	
	#mobile_menu .sub-menu li {
		border-bottom: 1px solid #ccc;
	}
	
	#mobile_menu .sub-menu li:last-child {
		border-bottom: none
	}
	
	.mobile-arrow-1 {
		margin: 0 0 0 10px;
		position: relative;
		top: 3px
	}

	#schedule_now_mobile {
		float: left;
		position: relative;
		top: 10px;
		display: block;
		width: 15%
	}

	#schedule_now_mobile img{
		display: block;
		margin: 0 auto;
		width: 50px;
	}

	#call_now {
		float: right;
		width: 15%;
	}
	
	#call_now a {
		display: block;
	}
	
	#call_now img {
		display: block;
		margin: 0 auto;
		width: 50px;
    top: 10px;
	}

	#header_logo {
		width: 70%;
	}


	#header_logo img {
		margin: 0 auto;
		width: 125px;
		padding-top: 40px;
		display: block;
    padding-left: 40px;
    padding: 0px;
    position: relative;
    left: 10px;
	}


	#our_services_box .container {
	  background: #fff;
	  padding: 20px 20px 0 0;
	  box-sizing: border-box;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	  position: relative;
	  top: -45px;
	}

	.trust {
	  background: #ccc;
	  margin: 10px 0 10px 0;
	  height: 190px;
	  text-align: center;
	}

	.trust a{
	  text-decoration: none;
	}

	.trust h2{
	  color: #fff;
	  font-size: 300%;
	  padding-top: 30px;
	}

	.trust p{
	  color: #fff;
	}

	.trust_one{
	  background: url("images/service-box-mobile-1.png")center center;
    height: 120px;
	}

	.trust_two{
	  background: url("images/service-box-mobile-2.png") center center;
    height: 120px;

	}
	.trust_three{
	  background: url("images/service-box-mobile-3.png") center center;
    height: 120px;
	}

	#schedule_service_mobile{
		background-color: #0054dd;  
    cursor: pointer;
	}

	#schedule_service_mobile a{
	  text-decoration: none;
	}

	#schedule_service_mobile p{
		text-align: center;
		color: #fff;
		font-size: 1.5em;
		padding: 10px;
	}

	#service_area_mobile{
	  background: url("images/service-area-state-mobile.png") center center no-repeat;
    background-size: contain;
	}


	#service_area_list{
	  text-align: center;
	  padding: 120px;
	}

	#service_area_list .title{
	  font-size: 200%;
		padding-bottom: 15px;
		color: #0054dd;
		font-weight: 800;
	}

	#location_list {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  
	  -webkit-flex-flow: row wrap;
	  justify-content: space-around;
	}

	#location_list ul {
		margin: 0px;
	}

	#location_list li {
		margin: 0 0 10px;
		list-style-type: none;
		color: #0054dd;
		font-size: 110%;
	}

  #location_list li>a {
    color: #0054dd;
  }

	#offers_area_mobile{
	  background: url("images/offers-bg-mobile.jpg") center center no-repeat;
	  height: 385px;
	}

	#current_offers_mobile {
		text-align: center;
		padding-top: 25px;
	}

	#current_offers_mobile .title{
	  color: #fff;
	  font-size: 300%;
	}

	#current_offers_mobile .text{
	  color: #fff;
	  font-size: 300%;
	  font-weight: 800;
	}

	#coupon{
	  width: 295px;
	  padding-top: 20px;
	}

	#email_offer_mobile {
	  text-align: center;
	  margin: 20px;
	}


	#mobile_form_wrapper {
		margin: 0 auto;
		width: 300px;
	}

	#form_subscription_wrapper {
		margin: 0 auto;
		width: 70%;
	}

	#form_subscription_wrapper form {
		padding: 0px;
	}

	#form_subscription_wrapper #Field1 {
		border: none;
		font-size: .9em;
		padding: 9px;
		float: left;
		width: 50%;
    border-radius: 0;
    height: 17px;
	}

	#form_subscription_wrapper #saveForm {
		padding: 7px 0;
		text-align: center;
		width: 30%;
		float: left;
		border-radius: 0;
		-webkit-appearance: none;
    height: 35px;
	}

	#copy_interior {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}

  #interior_header {
    height: 125px;
    background: url("images/interior-header-mobile.png") center center no-repeat;
  }

  #interior_header h1 {
    font-size: 200%;
    padding: 30px 0 0 25px;
  }

	#sidebar{
	  display: none;
	}

	#USP .container {
		padding: 15px 0px 0 0;
	}

	.USP_img {
		display: block;
		margin: 0 auto 20px;
		width: 100%;
		height: auto;
	}

	.USP_Reason p {
		text-align: center;
		font-size: .8em;
	}

	#testimonial_mobile {
		background: url("images/testimonial-bg.png") center center;
	}

	#testimonial_mobile h3{
		font-size: 2em;
		color: #fff;
		text-align: center;
		padding: 25px;
    font-weight: 600;
	}

  .quotes {
    font-style: normal;
}

	#reviews_box {
		display: block;
		margin: 0 auto;
	}

  #footer_address {
    width: 100%;
  }

	#footer_bottom {
		height: 220px;
	}

/***************************************/
/************* POP UP ******************/
/***************************************/
  #pop_bg{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
  }

  #pop_up_main_div{
    height: 100%;
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }

  #top_input input {
      width: 100%;
  }

  #mobile_tel{
    color: #fff;
  }


  #form_area {
    height: 55%;
}
 
  #top_input #Field3 {
    border: none;
    border-right: none;
    box-sizing: border-box;
    font-size: 1.05em;
    padding: 7px;
    width: 100%;
    border-bottom: 1px solid;
    padding: 25px 0px 10px 10px;
}

#top_input #Field7 {
    border: none;
    box-sizing: border-box;
    font-size: 1.05em;
    padding: 7px;
    width: 100%;
    border-bottom: 1px solid;
    padding: 25px 0px 10px 10px;
}

}

/***************************************/
/*************** 480px @media **********/
/***************************************/
@media (max-width: 500px){

#badge_logos{
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column; 
    margin: 0 auto;
    justify-content: space-between;
    width: auto;
}

#footer_address p {
    font-size: .9em;
}

}

@media (max-width: 480px){

	#header_logo img{
		margin: 0 auto;
		position: relative;
		text-align: center;
		top: 0px;
	}

	#service_area_mobile {
		/** background: url("images/service-area-state-mobile02.png") center center no-repeat;**/
		height: 227px;
    padding: 15px 0px 15px 0px;
	}

	#service_area_list {
		text-align: center;
		padding: 0px;
	}

	#service_area_list .title {
		font-size: 150%;
		padding: 15px;
	}

	#location_list ul {
		margin: 0px;
	}

	#form_subscription_wrapper {
		margin: 0 auto;
		width: 100%;
	}

  #form_subscription_wrapper p {
    font-size: 1.1em;
}

  #pop_up_main_div p {
      font-size: 1.1em;
  }


  #USP{
    width: 100%;
  }

	.USP_img {
		display: block;
		margin: 0 auto 0px;
		width: 120px;
		height: auto;
	}

  .USP_Reason {
      padding: 0 0px 20px;
      width: 30%;
  }

  #USP_header h2 {
    font-size: 230%;
}

	#USP .container {
		padding: 0px;

	}

	.USP_one {
		background: url("images/reason-1-mobile.png") center center no-repeat;
	}

	.USP_two {
		background: url("images/reason-2-mobile.png") center center no-repeat;
	}

	.USP_three {
		background: url("images/reason-3-mobile.png") center center no-repeat;
	}

   #interior_header h1 {
    font-size: 150%;
    padding: 35px 0 0 25px
  }

  #footer_address {
    width: 100%;
  }

  #footer_badges {
    padding: 0px;
}

}

@media (max-width: 1024px) and (min-width: 769px){

}

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

}