/*
Theme Name:    The Driveway Company
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Thrive Agency
Author URI:    https://thriveagency.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/**** Custom Styling Starts By Abdul ****/

body {
  overflow-x: hidden;
}

/**** 
  Begin: Global Components ****/
a.fl-button {
  background: transparent linear-gradient(105deg, #e82828 0%, #c51212 100%) !important;
}
a.fl-button .fl-button-text {
  color: #fff !important;
}
a.fl-button:hover {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  text-decoration: none;
  outline: none;
  border: none;
}
a.fl-button:active {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  text-decoration: none;
  outline: none;
  border: none;
}
a.fl-button:focus {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  text-decoration: none;
  outline: none;
  border: none;
}

/*** Menu Item Hide ***/
li.hide-menu {
  display: none;
}

/*** 
  GF Form ***/
.gform_button.button {
  background: transparent linear-gradient(105deg, #e82828 0%, #c51212 100%) !important;
}
.gform_button.button:hover {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
}
.gform_button.button:active {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
}
.gform_button.button:focus {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
}
/**** 
  End: Global Components ****/

/**** 
  Top CTA ****/
#housecall-spacer,
#housecall-bar {
  display: none;
} 

.banner .fl-page-content {
    padding-top: 67px; 
}

body.no-sf-banner .fl-page-content {
    padding-top:0px;
}

.top-cta-section {
    background-color: #10353c;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    top: 0px;
    width: 100%;
}
.top-cta-section.gray {
    background-color: #504446;
}
.top-cta-section .top-cta-container {
  max-width: 1200px;
  padding: 10px 20px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  gap: 30px;
}
.top-cta-section .top-cta-container .top-cta-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  gap: 20px;
}
.top-cta-section .top-cta-container .top-cta-text::after {
  content: '';
  background-image: url('/wp-content/themes/dc-theme/assets/top-cta-arrow.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 15px;
  opacity: 50%;
}
.top-cta-section .top-cta-container .top-cta {
  background: #e82828 linear-gradient(105deg, #e82828 0%, #c51212 100%) !important;
  font-size: 16px;
  font-weight: 500;
  width: 175px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e82828;
  border-radius: 5px;
  text-align: center;
}
.top-cta-section.gray .top-cta-container .top-cta {
    padding: 5px 10px;
}

.top-cta-section .top-cta-container .top-cta:hover {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  color: #fff;
  text-decoration: none;
}
.top-cta-section .top-cta-container .top-cta:focus {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  color: #fff;
  text-decoration: none;
}

/**** 
  Custom Global Header ****/
.fl-page-nav-bottom .fl-page-header-row .col-md-4,
.fl-page-nav-bottom .fl-page-header-row .col-lg-4 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.fl-page-nav-bottom.dc-non-sticky-header
  .fl-page-header-wrap
  .fl-page-header-container {
  max-width: 100%;
  padding: 8px 10px 8px 20px;
}
.fl-page-nav-bottom.dc-non-sticky-header .fl-page-nav-wrap {
  border: none;
  background: transparent linear-gradient(91deg, #e82828 0%, #c51212 100%) 0% 0%
    no-repeat padding-box;
}
.fl-page-nav-bottom.dc-non-sticky-header
  .fl-page-nav-wrap
  .fl-page-nav-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.fl-page-nav-bottom.dc-non-sticky-header
  .fl-page-nav-wrap
  .fl-page-nav-container
  .fl-page-nav
  .navbar-nav
  > li
  > a.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.fl-page-nav-right.dc-sticky-header
  .fl-page-header-wrap
  .fl-page-header-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.fl-submenu-indicator
  .fl-page-nav
  ul.navbar-nav
  > li.menu-item-has-children
  > a::after {
  font-family: 'thedrivewaycompany-icomoon' !important;
  content: '\e904';
  font-size: 5px;
  font-weight: 200;
  color: #023741;
}
.fl-page-nav-collapse ul.navbar-nav {
  margin: 0 auto;
}
.dc-menu-focus > a {
  background-color: #970000;
}
.fl-page-nav ul.sub-menu {
  background: transparent linear-gradient(309deg, #0f3137 0%, #134851 100%);
  border-top: 0;
  width: 350px;
  -webkit-box-shadow: 0px 0px 15px #00000029;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 0 0 10px 10px;
}
.fl-page-nav ul.sub-menu ul.sub-menu {
  position: relative;
  top: auto;
  left: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 100% !important;
  padding-bottom: 0;
  padding-top: 0;
}
li.fl-sub-menu-open > a.nav-link {
  background: transparent linear-gradient(309deg, #0f3137 0%, #134851 100%);
  -webkit-box-shadow: 0px 0px 15px #00000029;
  box-shadow: 0px 0px 15px #00000029;
}
.fl-page-nav ul.sub-menu li > a::after {
  content: none !important;
}
.fl-page-nav ul.sub-menu li a {
  font-size: 18px;
  font-weight: normal;
}
.fl-page-nav ul.sub-menu ul.sub-menu li a {
  font-size: 16px;
  font-weight: normal;
  -webkit-display: flex;
  display: flex;
}
.fl-page-nav ul.sub-menu ul.sub-menu li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: #c51212;
  font-size: 25px;
  font-weight: 200;
  margin-right: 10px;
  line-height: 1;
}
.fl-page-nav-collapse ul.navbar-nav {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.navbar-expand-md .navbar-nav .nav-link {
  box-shadow: none;
}
.fl-page-nav-wrap .navbar-nav li > a:hover {
  background: transparent linear-gradient(309deg, #0f3137 0%, #134851 100%);
}
li.current_page_item > a {
  background: transparent linear-gradient(309deg, #0f3137 0%, #134851 100%);
}
li.current_page_ancestor > a {
  background: transparent linear-gradient(309deg, #0f3137 0%, #134851 100%);
}
li.current_page_ancestor .current_page_item > a {
  background-color: #1d7382;
}
.fl-theme-tagline {
  padding-top: 5px;
}
/**** 
  Sticky Nav ****/
body.admin-bar header.dc-non-sticky-header {
  top: 30px;
}
header.dc-non-sticky-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
  .fl-page-nav
  .navbar-toggle
  * {
  color: #023741;
  font-weight: 200;
  font-size: 30px;
}
.fl-page-nav .navbar-toggle:focus {
  outline: none;
}
/**** 
    Mobile Menu :: Additional Content ****/
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
  .fl-page-nav-collapse {
  border: 0;
}
.mobile-nav-additional-content {
  -webkit-ustify-content: space-between;
  -moz-ustify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  display: none;
}
.mobile-nav-additional-content .dc-clm-left {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.mobile-nav-additional-content .dc-clm-right {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#dc-block-mm-social-icons {
  margin-bottom: 0;
}
.mobile-nav-additional-content .dc-clm-left .fl-button {
  background: #fff !important;
  text-align: center;
  line-height: 28px;
  max-width: 177px;
  width: 100%;
}
.mobile-nav-additional-content .dc-clm-left .fl-button .fl-button-text {
  color: #10383f !important;
}
.mobile-nav-additional-content .dc-clm-left .fl-button:hover {
  background: #10383f !important;
}
.mobile-nav-additional-content .dc-clm-left .fl-button:hover .fl-button-text {
  color: #fff !important;
}

/**** 
  When BB Builder Bar is Showing ****/
html.fl-builder-is-showing-toolbar header.dc-non-sticky-header {
  position: unset;
}
html.fl-builder-is-showing-toolbar body {
  margin-top: 0 !important;
}

/**** 
  Cookie Reset ****/
.fl-page-nav-bottom .dc-cookie-reset-row {
  text-align: center;
}
.fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm .dc-separator {
  margin: 0 15px;
}
.fl-page-nav-bottom
  .dc-cookie-reset-row
  .dc-cookie-reset-clm
  a:first-child::before {
  font-family: 'thedrivewaycompany-icomoon' !important;
  content: '\e903';
  color: #e82828;
  margin-right: 5px;
}
.fl-page-nav-bottom
  .dc-cookie-reset-row
  .dc-cookie-reset-clm
  a:last-child::before {
  font-family: 'thedrivewaycompany-icomoon' !important;
  content: '\e906';
  color: #e82828;
  margin-right: 5px;
}
.fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm a:hover {
  outline: none;
  border: none;
  text-decoration: none;
}
.fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm a:active {
  outline: none;
  border: none;
  text-decoration: none;
}
.fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm a:focus {
  outline: none;
  border: none;
  text-decoration: none;
}
.fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm a:visited {
  outline: none;
  border: none;
  text-decoration: none;
}
.col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile {
  display: none;
}
/**** 
  Header Phone ****/
.fl-button.dc-header-phone {
  padding: 8px 20px;
}
.location-phone .phone-icon span::before {
  content: '';
  background: url('/wp-content/themes/dc-theme/assets/phone.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.location-phone {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1.2;
}
.location-phone .location-phone-number p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: #10363c;
  text-align: left;
  text-transform: uppercase;
}
.location-phone .location-phone-number a {
  font-size: 24px;
  font-weight: 600;
  color: #ca1515;
  transition: 0.3s;
}
.location-phone .location-phone-number a:hover {
  color: #10363c;
  text-decoration: none;
}
.location-phone .location-phone-number a:focus {
  color: #10363c;
  outline: none;
  text-decoration: none;
}
/**** 
  Top Social Icons ****/
#top-vertical-social-icons {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.top-social-icons .dc-social-icon {
  position: fixed;
  z-index: 2;
  right: -120px;
  width: 160px;
  max-width: 160px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.top-social-icons .dc-social-icon:nth-child(1) {
  top: 270px;
}
.top-social-icons .dc-social-icon:nth-child(2) {
  top: 320px;
}
.top-social-icons .dc-social-icon:nth-child(3) {
  top: 370px;
}
.top-social-icons .dc-social-icon:nth-child(4) {
  top: 420px;
}
.top-social-icons .dc-social-icon:nth-child(5) {
  top: 470px;
}
.top-social-icons .dc-social-icon:nth-child(6) {
  top: 520px;
}
.top-social-icons .dc-social-icon:nth-child(7) {
  top: 520px;
}
.top-social-icons .dc-social-icon:nth-child(8) {
  top: 520px;
}
.top-social-icons .dc-social-icon:nth-child(9) {
  top: 520px;
}
.top-social-icons .dc-social-icon:nth-child(10) {
  top: 520px;
}
.top-social-icons .dc-social-icon:hover,
.top-social-icons .dc-social-icon:focus {
  right: 0;
}
.top-social-icons .dc-social-icon a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border-radius: 5px 0 0 5px;
  background: transparent linear-gradient(135deg, #e82828 0%, #c51212 100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  padding: 12px 15px;
  line-height: 1;
  width: 100%;
  max-width: 100%;
}
.top-social-icons .dc-social-icon a.franchisee-blog {
  right: -54px;
}
.top-social-icons .dc-social-icon a:hover {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  outline: none;
}
.top-social-icons .dc-social-icon a:focus {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  outline: none;
}
.top-social-icons {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-row-gap: 8px;
  -moz-row-gap: 8px;
  row-gap: 8px;
  position: relative;
  z-index: 9999;
}
.top-social-icons .dc-social-icon a i {
  display: inline-block;
  width: 25px;
  text-align: left;
  height: 0;
}
#top-social-icons.top-social-icons .dc-social-icon a i::before {
  font-size: 15px;
  width: auto;
  display: inline-block;
}
#top-social-icons.top-social-icons
  .dc-social-icon
  a
  i.icon-youtube-icon::before {
  font-size: 10px;
}
.top-social-icons .dc-social-icon a span {
  font-size: 15px;
  font-weight: 400;
}
.top-social-icons .dc-social-icon a i.icon-youtube-icon {
  font-size: 10px;
}
/**** 
  Hero Section:: Search Box - Old****/
#dcSearchBox
  .pp-search-form
  .pp-search-form__container
  .pp-search-form__submit {
  border-radius: 5px;
}
#dcSearchBox .pp-search-form .pp-search-form__container {
  max-width: 500px;
}
/**** 
    Hero Section:: Search Box - New with GF****/
#zipOrStateSearchBoxCover .locationSearchForm_wrapper form {
  max-width: 505px;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#zipOrStateSearchBoxCover
  .locationSearchForm_wrapper
  form
  .gform_body.gform-body {
  -webkit-flex: 6;
  -moz-flex: 6;
  flex: 6;
  max-width: 100%;
}
#zipOrStateSearchBoxCover .locationSearchForm_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 0;
  position: relative;
  left: -5px;
  z-index: 1;
}
#zipOrStateSearchBoxCover
  .locationSearchForm_wrapper
  .gform_footer.top_label
  .gform_button {
  margin-bottom: 0;
  line-height: 1.3;
}
input[type='submit']:focus {
  top: auto;
}
#zipOrStateSearchBoxCover
  .locationSearchForm_wrapper
  form
  .gfield_error
  .validation_message {
  position: absolute;
  top: auto;
}
/*body img.gform_ajax_spinner {
    display: none !important;
}*/
/**** 
  Hero Section:: GF Form****/
.gform_wrapper .gform_title {
  margin-bottom: 18px;
}
.getafreeinspection_wrapper.gravity-theme .ginput_complex span {
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.getafreeinspection_wrapper.gravity-theme .ginput_complex {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.getafreeinspection_wrapper.gravity-theme
  .ginput_complex
  .gf_clear.gf_clear_complex {
  display: none;
}
#getaFreeInspection .pp-gf-content {
  position: relative;
  padding-bottom: 50px;
}
html.fl-builder-is-showing-toolbar #getaFreeInspection {
  position: unset;
}
.getafreeinspection_wrapper.gravity-theme .gform_footer {
  position: absolute;
  left: 0;
  right: 0;
}
.gform_wrapper .gfield_error .validation_message {
  padding: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
#getaFreeInspection .pp-gf-content::before {
  content: 'or';
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  text-align: center;
  background: url('/wp-content/themes/dc-theme/assets/form-arrow.svg');
  background-repeat: no-repeat;
  background-position: top 23px center;
  background-attachment: scroll;
  visibility: hidden;
}

/**** 
  Home Tabs Panel ****/
#homeTabsPanel .pp-tabs .pp-tabs-labels {
  background-color: #e12424;
}
#homeTabsPanel .pp-tabs-horizontal.pp-tabs-style-8 .pp-tabs-label {
  margin-left: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#homeTabsPanel .pp-tabs {
  -webkit-box-shadow: 0px 0px 25px #00000063;
  box-shadow: 0px 0px 25px #00000063;
  border-radius: 5px;
  overflow: hidden;
}
#homeTabsPanel
  .pp-tabs-horizontal.pp-tabs-style-8
  .pp-tabs-label
  .pp-tab-label-inner {
  margin-top: 10px;
}
#homeTabsPanel
  .pp-tabs-horizontal.pp-tabs-style-8
  .pp-tabs-label.pp-tab-active {
  border: 0;
}
#homeTabsPanel
  .pp-tabs-horizontal.pp-tabs-style-8
  .pp-tabs-label.pp-tab-active
  .pp-tab-label-inner {
  border-radius: 5px 5px 0 0;
  display: inline-block;
}
#homeTabsPanel .fl-list .fl-list-item {
  padding-right: 10px;
  padding-left: 10px;
}
#homeTabsPanel .pp-tabs-horizontal.pp-tabs-style-8 .pp-tabs-label:last-child {
  border: 0;
}
#homeVideoPanel {
  box-shadow: 0px 20px 25px #00000063
}

#overlayListModule.overlayListModuleWithoutContent .fl-list-item-content {
  display: none;
}
#overlayListModule.overlayListModuleWithoutContent .fl-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#overlayListModule.overlayListModuleWithoutContent .fl-list-item:hover {
  background: transparent linear-gradient(90deg, #196672 0%, #0f3f4800 100%);
}
#overlayListModule.overlayListModuleWithoutContent .fl-list-item:focus {
  background: transparent linear-gradient(90deg, #196672 0%, #0f3f4800 100%);
}
#overlayListModule.overlayListModuleWithoutContent .fl-list-item:last-child {
  border-bottom: 0;
}
#overlayListModule.overlayListModuleWithoutContent
  .fl-list-item
  .fl-list-item-heading {
  margin-bottom: 0;
}
#overlayListModule.overlayListModuleWithoutContent .fl-module-content {
  height: auto;
}
#overlayListModule.overlayListModuleServicesHa .fl-module-content {
  height: auto;
}

/**** 
  Home Blog Posts ****/
#blogPosts .pp-content-post .pp-post-image {
  border-radius: 10px;
  overflow: hidden;
}
#blogPosts .pp-content-post .pp-content-grid-inner .pp-content-post-data {
  display: -webkit-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: column;
}
#blogPosts
  .pp-content-post
  .pp-content-grid-inner
  .pp-content-post-data
  .pp-post-title {
  -webkit-order: 2;
  order: 2;
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
}
#blogPosts
  .pp-content-post
  .pp-content-grid-inner
  .pp-content-post-data
  .pp-content-post-meta {
  -webkit-order: 1;
  order: 1;
  color: #e12424;
  padding-top: 10px;
  padding-bottom: 0;
}
#blogPosts
  .pp-content-post
  .pp-content-grid-inner
  .pp-content-post-data
  .pp-content-grid-content {
  -webkit-order: 3;
  order: 3;
}
#blogPosts
  .pp-content-post
  .pp-content-grid-inner
  .pp-content-post-data
  .pp-content-grid-content
  p {
  line-height: 25px;
}
/**** 
  Home (Find A Driveway) Section ****/
#footerPart.franchiseOpportunitiesSection
  .fl-callout
  .fl-callout-content
  .fl-callout-button
  .fl-button-wrap
  .fl-button {
  background: #fff !important;
}
#footerPart.franchiseOpportunitiesSection
  .fl-callout
  .fl-callout-content
  .fl-callout-button
  .fl-button-wrap
  .fl-button:hover {
  background: #10383f !important;
}
#footerPart.franchiseOpportunitiesSection
  .fl-callout
  .fl-callout-content
  .fl-callout-button
  .fl-button-wrap
  .fl-button:hover
  span {
  color: #fff !important;
}
#footerPart.franchiseOpportunitiesSection
  .fl-callout
  .fl-callout-content
  .fl-callout-button
  .fl-button-wrap
  .fl-button
  span {
  color: #10383f !important;
}

/**** 
    Location (Find A Driveway) Section ****/
#locationFooterPart .fl-callout .fl-callout-content .fl-callout-text-wrap {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  gap: 20px;
}
#locationFooterPart .fl-callout .fl-callout-content .fl-callout-title {
  margin-bottom: 20px;
}
#locationFooterPart
  .fl-callout
  .fl-callout-content
  .fl-callout-text-wrap
  .fl-callout-button {
  padding: 0;
}
#locationFooterPart
  .fl-callout
  .fl-callout-content
  .fl-callout-text-wrap
  .fl-callout-text {
  -webkit-flex: 8;
  -moz-flex: 8;
  flex: 8;
  max-width: 100%;
}
#locationFooterPart
  .fl-callout
  .fl-callout-content
  .fl-callout-text-wrap
  .fl-callout-button {
  padding: 0;
  -webkit-flex: 2;
  -moz-flex: 2;
  flex: 2;
  text-align: right;
}

/**** 
    Sub Pages ****/
#subpageTtile .fl-heading-text {
  text-transform: capitalize;
}
#dcBreadcrumb {
  text-transform: capitalize;
}
#dcBreadcrumb span {
  color: #27818f;
}
#dcBreadcrumb a {
  color: #27818f;
}
#dcBreadcrumb a:hover {
  color: #fff;
  text-decoration: none;
}
#dcBreadcrumb a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#dcBreadcrumb .breadcrumb_last {
  color: #fff;
  font-weight: 500;
}
#dcSearchBox.dcSearchBoxPage .pp-search-form .pp-search-form__container {
  margin-left: auto;
}
#subpageTtile .fl-heading-text {
  -webkit-text-shadow: 0px 0px 30px #00000057;
  text-shadow: 0px 0px 30px #00000057;
}
#zipOrStateSearchBoxCover.zipOrStateSearchBoxPage form {
  margin-left: auto;
}
/**** 
    Overly List Module ****/
#overlayListModuleClm.dualOverlayListModuleClm .fl-col-content {
  height: 490px;
  overflow: auto;
}
#overlayListModuleClm.dualOverlayListModuleClm
  #overlayListModule
  .fl-module-content {
  height: auto;
}
#overlayListModuleClm {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 1196px;
  margin: 0 auto;
}
#overlayListModuleClm .fl-col-content {
  margin-left: 20px;
  margin-right: 20px;
}
#overlayListModuleTitle {
  position: absolute;
  top: -30px;
  left: 10px;
}
#overlayListModuleTitle .fl-heading-text {
  background-color: #fff;
  color: #10353c;
  padding: 8px 16px;
  border-radius: 5px;
}
#overlayListModule .fl-list-item-icon {
  background-color: #e22424;
  padding: 5px;
  border-radius: 35px;
}
#overlayListModule .fl-list-item-heading-icon {
  padding-right: 9px;
}
#overlayListModule .fl-list-item-content {
  opacity: 80%;
  padding-left: 45px;
}
#overlayListModule .fl-module-content {
  overflow-y: auto;
  height: 490px;
}
#overlayListModule .fl-module-content::-webkit-scrollbar,
#overlayListModuleClm.dualOverlayListModuleClm
  .fl-col-content::-webkit-scrollbar {
  width: 12px;
}
#overlayListModule .fl-module-content::-webkit-scrollbar-track,
#overlayListModuleClm.dualOverlayListModuleClm
  .fl-col-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#overlayListModule .fl-module-content::-webkit-scrollbar-thumb,
#overlayListModuleClm.dualOverlayListModuleClm
  .fl-col-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/**** 
    Inner Pages: Get a Free Inspection Form  ****/
#getaFreeInspectionForm .form-title {
  margin-bottom: 30px;
}
#getaFreeInspectionForm .form-title::after {
  content: '';
  height: 3px;
  width: 107px;
  display: block;
  background-color: #e22424;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* City Pages */
.driveway-company-main.services a {
  text-decoration: underline;
}

/**** 
  Custom Global Footer ****/
footer {
  background: transparent linear-gradient(101deg, #115a67 0%, #10383f 100%);
}
footer .container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.fl-page-footer-widgets {
  background: transparent !important;
  border: 0 !important;
}
.fl-page-footer {
  background: transparent !important;
  border: 0 !important;
}
.fl-page-footer .fl-page-footer-container {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  opacity: 60%;
}
#fl-site-credits a:hover {
  color: #fff;
}
#fl-site-credits a:focus {
  color: #fff;
  outline: none;
}
.fl-page-footer-text {
  font-size: 14px;
}
/*** 
  Footer Part ***/
#footerPart .fl-callout .fl-callout-content {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#footerPart .fl-callout .fl-callout-content .fl-callout-button {
  padding: 0;
}
#footerPart .fl-callout .fl-callout-content .fl-callout-title {
  padding: 0;
}
/*** 
  Footer Widgets ***/
.fl-page-footer-widgets h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.dc-footer-menu-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.fl-widget ul li a {
  text-decoration: none;
}
.fl-widget ul li a:hover {
  text-decoration: none;
}
.fl-widget ul li a:focus {
  text-decoration: none;
  outline: none;
}
.fl-widget ul li {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fl-widget ul li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: #d01919;
  font-size: 30px;
  font-weight: 200;
  margin-right: 10px;
  line-height: 1;
}
.fl-widget ul li.current_page_item > a {
  background: transparent;
  color: #d01919;
}
/*** 
  Footer Social Icons ***/
.footer-social-icons {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer-social-icons .dc-social-icon a {
  text-decoration: none;
  font-size: 15px;
}
.footer-social-icons .dc-social-icon a:hover {
  text-decoration: none;
}
.footer-social-icons .dc-social-icon a:focus {
  text-decoration: none;
  outline: none;
}
#dc-block-footer-menu_2 .dc-footer-menu-title {
  visibility: hidden;
}
.fl-page-footer-widget-col-4 {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/*** 
    Franchise Page ***/
#franchiseTopCta {
  position: relative;
  z-index: 1;
}
#franchiseTopCta .fl-cta-title {
  padding-bottom: 0;
}
#franchiseTopCta .fl-cta-wrap.fl-cta-inline {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#franchiseTopCta .fl-cta-wrap.fl-cta-inline .fl-cta-text {
  width: auto;
}
#franchiseTopCta .fl-cta-wrap.fl-cta-inline .fl-cta-button {
  width: auto;
  padding-top: 0px;
}
/*** 
    Legal Pages ***/
.wpautoterms-footer {
  display: none;
}
/***
    Search By State or Zip ***/
.location-row {
  padding: 60px 20px;
}
.location-container {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
.location-search-title h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.location-search-title p {
  font-size: 17px;
  line-height: 30px;
}
#locationFormListing {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  gap: 30px;
  margin-top: 50px;
}
.labelForSearchByState label,
.labelOrByZip label {
  font-size: 20px;
  color: #0f3137;
  font-weight: 500;
  margin-bottom: 0;
}
#locationFormListing .searchFormFieldsLeft {
  -webkit-flex: 5;
  -moz-flex: 5;
  flex: 5;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.searchFormFieldsLeft .selectField select,
.services-select-options .ginput_container select {
  background-color: #fff;
  border: 1px solid rgba(157, 157, 157, 0.5);
  border-radius: 5px;
  max-width: 100%;
  width: 325px;
  color: #0a2227;
  font-size: 14px;
  padding: 12px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/wp-content/themes/dc-theme/assets/select-icon.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 6px;
}
.searchFormFieldsLeft .selectField select::placeholder {
  color: rgba(10, 34, 39, 0.5);
}
.searchFormFieldsRight .labelOrByZip span {
  background-color: #f1f6f7;
  color: #262626;
  font-size: 17px;
  border: 1px solid #c7d1d4;
  width: 47px;
  height: 47px;
  display: inline-block;
  line-height: 45px;
  border-radius: 100%;
  margin-right: 25px;
}
#locationFormListing .searchFormFieldsRight {
  -webkit-flex: 6;
  -moz-flex: 6;
  flex: 6;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#locationFormListing .searchFormFieldsRight .labelOrByZip {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
#locationFormListing
  .searchFormFieldsRight
  .searchFormFieldsRightInner
  .searchFormFieldsRightInnerInput {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  left: 5px;
}
.searchFormFieldsRightInnerInput > input {
  background-color: #fff;
  border: 1px solid rgba(157, 157, 157, 0.5);
  border-radius: 5px;
  color: #0a2227;
  font-size: 14px;
  padding: 12px 12px;
}
.searchFormFieldsRightInnerInput > input::placeholder {
  color: rgba(10, 34, 39, 0.5);
}
.searchFormFieldsRightInnerInput > input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
.searchFormFieldsRightInnerInput
  > input[type='number']::-webkit-inner-spin-button,
.searchFormFieldsRightInnerInput
  > input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.divForBgImage {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  left: -5px;
  z-index: 1;
}
#locationFormListing .divForBgImage input {
  background-color: #e32525;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 12px;
  height: 48px;
  text-transform: capitalize;
}
#locationFormListing .divForBgImage input:hover {
  background-color: #c51212;
}
.location_search_validation_message {
  margin-top: 15px;
  color: #e82828;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
/***
    Search By State or Zip :: Bottom ***/
.location-search-section-bottom {
  background-image: url('/wp-content/themes/dc-theme/assets/location-bottom-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  position: relative;
}
.location-search-section-bottom::before {
  content: '';
  background-image: url('/wp-content/themes/dc-theme/assets/up-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  position: absolute;
  top: -25px;
  z-index: 1;
  width: 171px;
  height: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.location-search-section-bottom::after {
  content: '';
  background-color: #003843;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 65%;
  z-index: 0;
}
.location-search-section-bottom .location-search-content-bottom {
  z-index: 1;
  position: relative;
}
.location-search-content-bottom h2 {
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

/***
    Search By State or Zip :: Result -- New Version : START ***/
.location-row.location-search-result-section {
  padding-bottom: 80px;
}
.location-search-result-section .location-container {
  text-align: inherit;
}
.location-search-result-section {
  background: transparent linear-gradient(234deg, #0f3238 0%, #015f6f 100%) 0%
    0% no-repeat padding-box;
}
.location-search-result-section
  .location-container
  .location-search-result-list-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-gap: 80px;
  -moz-gap: 80px;
  gap: 80px;
}
.location-search-result-section
  .location-container
  .location-search-result-list-content
  .location-search-result-icon-wrp {
  flex: 35%;
  width: 35%;
}
.location-search-result-section
  .location-container
  .location-search-result-list-content
  .location-search-result-list-wrp {
  flex: 65%;
  width: 65%;
}
.location-search-result-section
  .location-search-result-list
  .location-search-result-list-title
  h2 {
  color: #0f3238;
  font-weight: 600;
  text-align: left;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 30px;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list:last-child {
  margin-bottom: 0;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  gap: 20px;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone
  span {
  font-size: 17px;
  color: #1e4152;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  gap: 10px;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone
  span
  a {
  color: #1e4152;
  text-decoration: none;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone
  span
  a:hover {
  color: #c51212;
  text-decoration: none;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone
  .list-address::before {
  content: '\e903';
  font-family: 'thedrivewaycompany-icomoon' !important;
  color: #e82828;
  font-size: 25px;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-address-phone
  .list-phonne::before {
  content: '';
  background-image: url('/wp-content/themes/dc-theme/assets/phone-light.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details {
  padding-top: 20px;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0f3238;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  p {
  font-size: 17px;
  line-height: 36px;
  color: #1e4152;
  text-transform: capitalize;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  .list-view-details-btn {
  padding: 16px 20px;
  width: 185px;
  max-width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
  line-height: 1.2;
  border: 0;
}
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  .list-view-details-btn:hover,
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  .list-view-details-btn:active,
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  .list-view-details-btn:focus,
.location-search-result-section
  .location-search-result-list-content
  .location-search-result-list
  .location-search-result-list-details
  .list-view-details-btn:visited {
  padding: 16px 20px;
  width: 185px;
  max-width: 100%;
  line-height: 1.2;
  border: 0;
}
.location-search-result-section
  .location-container
  .location-search-result-list-content
  .location-search-result-icon
  img {
  border: 5px solid #ced9dd;
  border-radius: 100%;
  padding: 5px;
  width: 356px;
  max-width: 100%;
}
/***
    Search By State or Zip :: Result -- New Version : END ***/

/***
    Single Post ***/
.nav-links a {
  text-transform: capitalize;
}
.nav-links a:hover {
  text-decoration: none;
}
.nav-links a:focus {
  text-decoration: none;
  outline: none;
}
#postedIn a {
  text-transform: capitalize;
}
#postedIn a:hover {
  text-decoration: none;
}
#postedIn a:focus {
  text-decoration: none;
  outline: none;
}

/***
    Team Gallery ***/
/* #teamGallery
  .pp-image-carousel
  .pp-swiper-button.pp-swiper-button-prev
  span::before {
  content: none;
}
#teamGallery .pp-image-carousel .pp-swiper-button.pp-swiper-button-prev span {
  background-image: url('/wp-content/themes/dc-theme/assets/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
} */
/* #teamGallery
  .pp-image-carousel
  .pp-swiper-button.pp-swiper-button-next
  span::before {
  content: none;
}
#teamGallery .pp-image-carousel .pp-swiper-button.pp-swiper-button-next span {
  background-image: url('/wp-content/themes/dc-theme/assets/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
} */
#teamGallery .pp-image-carousel .pp-swiper-button {
  background: transparent linear-gradient(135deg, #e82828 0%, #c51212 100%);
  color: #fff;
  padding: 10px;
  font-size: 40px;
}
#teamGallery .pp-image-carousel .pp-swiper-button.pp-swiper-button-prev {
  left: -5px;
}
#teamGallery .pp-image-carousel .pp-swiper-button.pp-swiper-button-next {
  right: -5px;
}

/***
    Comments ***/
#fl-comment-form-submit {
  color: #fff;
  padding: 15px 20px;
}
#fl-comment-form a {
  text-transform: capitalize;
}
#fl-comment-form a:hover {
  text-decoration: none;
}
#fl-comment-form a:focus {
  text-decoration: none;
  outline: none;
}
/*** Reviews Widget ***/
body > img:nth-child(39) {
  left: 0;
}

/*** Customized BB List ***/
#overlayListModule .fl-list .fl-list-item:hover {
  background: transparent linear-gradient(90deg, #196672 0%, #0f3f4800 100%);
}
#customizedList {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  gap: 15px;
}
#customizedList .fl-list-item-content-text p a {
    color: #ec2d2d;
    font-weight: bold;
}
#customizedList .fl-list-item-left {
  width: 68%;
}
#customizedList .fl-list-item-right {
  width: 32%;
  text-align: right;
}
#customizedList .fl-list-item-right a.fl-button {
  visibility: hidden;
}
#overlayListModule
  .fl-list
  .fl-list-item:hover
  #customizedList
  .fl-list-item-right
  a.fl-button {
  visibility: visible;
}

/*** Team Leaders Page ***/
#overlayListModule.teamLeadersListModule .fl-module-content {
  height: auto;
}
#overlayListModule.teamLeadersListModule .fl-list .fl-list-item:hover {
  background: transparent;
}
#teamLeader .pp-member-wrapper .pp-member-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#teamLeader .pp-member-wrapper .pp-member-image .fl-photo-img {
  -webkit-flex: 4;
  -moz-flex: 4;
  flex: 4;
}
#teamLeader .pp-member-wrapper .pp-member-image .name-designation-wrp {
  text-align: left;
  -webkit-flex: 6;
  -moz-flex: 6;
  flex: 6;
}

/*** Testimonials Section ***/
#tdcReviewsModule .pp-testimonials-wrap .pp-testimonials-heading {
  display: none;
}
#tdcReviewsModule .pp-testimonials-wrap .owl-carousel {
  padding-left: 140px;
}
#tdcReviewsModule .pp-testimonials-wrap .owl-carousel::before {
  content: '';
  width: 206px;
  height: 184px;
  position: absolute;
  top: 40px;
  left: 0;
  background-image: url('/wp-content/themes/dc-theme/assets/quotation.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 1;
  background-color: transparent;
}
#tdcReviewsModule .pp-testimonials-wrap .owl-carousel .owl-dots {
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
#tdcReviewsModule .pp-testimonials-wrap .owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #707070;
  background-color: #fff0;
}
#tdcReviewsModule
  .pp-testimonials-wrap
  .owl-carousel
  .owl-dots
  .owl-dot.active
  span {
  border-color: #e12424;
  background-color: #e12424;
}

/*** Top Local Team CTA ***/
.topLocalTeamCta {
  position: relative;
  z-index: 1;
}
#topLocalTeamCta {
  position: relative;
  z-index: 1;
}
/*** Location MAP ***/
#locationMap .fl-html {
  line-height: 0;
}

/*** Default Content Expand Button ***/
button.bg-showmore-plg-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-transform: none;
  border: 0;
  border-color: transparent;
  border-radius: 5px !important;
  display: inline-block;
  padding: 12px 24px !important;
  text-decoration: none;
  text-shadow: none !important;
}
button.bg-red-button {
  background: transparent linear-gradient(105deg, #e82828 0%, #c51212 100%) !important;
}
button.bg-red-button:hover {
  background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
}

/*** Landing Page ***/
#LandingOverlayImg .fl-photo-img-png {
  z-index: 1;
}
#landingQuotes .fl-col-content {
  position: relative;
}
#landingQuotes .fl-col-content::before {
  content: '';
  width: 282px;
  height: 282px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url('/wp-content/themes/dc-theme/assets/quotation-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 74%;
}
#landingQuotes .fl-col-content::after {
  content: '';
  width: 282px;
  height: 282px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: url('/wp-content/themes/dc-theme/assets/quotation-right.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 74%;
}
#landingQuotes .fl-col-content .fl-module {
  z-index: 1;
}
.fl-builder-edit #LandingOverlayImg .fl-photo-img-png,
.fl-builder-edit #landingQuotes .fl-col-content .fl-module {
  z-index: auto;
}

/*** Footer Button ***/
.fl-button.footer-fo-btn {
  padding: 12px 20px;
  margin-top: 60px;
  display: block;
  text-align: center;
  border: 0 !important;
  max-width: 237px;
  width: 100%;
}

/*** Media Queries Starts ***/
@media only screen and (max-width: 1200px) {
  .fl-page-nav .navbar-nav a {
    font-size: 12px;
  }
  .fl-page-nav ul.sub-menu li a {
    font-size: 14px;
  }
  .fl-page-nav ul.sub-menu ul.sub-menu li a {
    font-size: 14px;
  }
  .labelForSearchByState label,
  .labelOrByZip label {
    font-size: 16px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1024px) {
  .dc-cookie-reset-clm {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    width: 300px;
    overflow: hidden;
  }
  #franchiseTopCtaRow .pp-big-triangle {
    height: 250px;
  }
  #heroSection .pp-row-separator-bottom {
    display: block;
  }
  .searchFormFieldsRight .labelOrByZip span {
    display: none;
  }
  #locationFormListing .searchFormFieldsLeft,
  #locationFormListing .searchFormFieldsRight {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    flex: 50%;
    width: 50%;
    display: inline-block;
    text-align: left;
  }
  .searchFormFieldsLeft .selectField select {
    width: 100%;
  }
  .labelForSearchByState label,
  .labelOrByZip label {
    margin-bottom: 10px;
    width: 100%;
  }
  #overlayListModule .fl-module-content {
    height: auto;
  }
  #landingQuotes .fl-col-content::before,
  #landingQuotes .fl-col-content::after {
    width: 220px;
    height: 220px;
  }
}


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

  header, .top-cta-section, 
  body.page header.dc-non-sticky-header {
      position: relative !important;
      top: 0px; 
  } 

  body.page.home header.dc-non-sticky-header,
  body.banner header.dc-non-sticky-header {
      top: 0px;
  }

  .banner .fl-page-content {
    padding-top: 0px;
  }

  .home .fl-node-612e4a08da2a8 > .fl-row-content-wrap,
  .fl-node-yfwvuzh1q7t6.fl-row > .fl-row-content-wrap { background-image: none; };

  .home #getaFreeInspection {
    margin-top: auto;
  }
  #getaFreeInspection {
    margin-top: 50px;
  }
  #overlayListModuleClm {
    position: relative;
  }
  body.page-template-tpl-franchise-page #getaFreeInspection {
    position: relative;
    z-index: 2;
  }
  #dcSearchBox .pp-search-form .pp-search-form__container {
    margin: 0 auto;
  }
  #franchiseTopCtaRow .pp-big-triangle {
    height: 350px;
  }
  .location-phone .location-phone-number a {
    font-size: 20px;
  }
  #zipOrStateSearchBoxCover .locationSearchForm_wrapper form {
    margin: 0 auto;
  }
  #zipOrStateSearchBoxCover
    .locationSearchForm_wrapper
    form
    .gform_body.gform-body
    input {
    line-height: inherit;
  }
  .location-search-title h2 {
    font-size: 30px;
  }
  .location-search-content-bottom h2 {
    line-height: 42px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    margin-top: auto !important;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse {
    border: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li {
    border: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li
    > a {
    color: #fff;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li
    > a:hover {
    color: #10353c;
  }
  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    ul.navbar-nav
    li.menu-item-has-children.fl-mobile-sub-menu-open
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon::after {
    color: #fff !important;
  }
  .fl-page-nav ul.sub-menu {
    border-radius: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li {
    border-top: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a {
    color: #fff;
  }
  .fl-page-nav-bottom.dc-non-sticky-header
    .fl-page-nav-wrap
    .fl-page-nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    ul.navbar-nav
    li.menu-item-has-children:hover
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon {
    color: #fff !important;
  }
  #homeTabsPanel .pp-tabs {
    box-shadow: none;
  }
  #homeTabsPanel
    .pp-tabs-horizontal.pp-tabs-style-8
    .pp-tabs-label
    .pp-tab-label-inner
    .pp-tab-title
    br {
    display: none;
  }
  #homeTabsPanel .pp-tabs-horizontal.pp-tabs-style-8 .pp-tabs-label .pp-tab-label-inner {
    margin-top: 0;
    background-color: #e12424;
    border-radius: 5px;
    -webkit-display: inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  #homeTabsPanel .pp-tabs-horizontal.pp-tabs-style-8 .pp-tabs-label {
    border: 0;
  }
  #homeTabsPanel
    .pp-tabs-horizontal.pp-tabs-style-8
    .pp-tabs-label.pp-tab-active {
    border-radius: 5px 5px 0 0;
  }
  #homeTabsPanel .pp-tabs .pp-tabs-panels .pp-tabs-panel {
    margin-bottom: 15px !important;
  }
  #homeTabsPanel .pp-tabs .pp-tabs-panels .pp-tabs-panel:last-child {
    margin-bottom: 0 !important;
  }
  #homeTabsPanel
    .pp-tabs-horizontal.pp-tabs-style-8
    .pp-tabs-label.pp-tab-active
    .pp-tab-label-inner {
    display: inline-flex;
  }
  #homeTabsPanel
    .pp-tabs-horizontal.pp-tabs-style-8
    .pp-tabs-label.pp-tab-active
    .pp-tab-label-inner {
    background-color: #10353c;
  }
  #homeTabsPanel
    .pp-tabs
    .pp-tabs-panels
    .pp-tabs-panel
    .pp-tabs-panel-content {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  #homeTabsPanel .pp-tabs-panel-label .pp-tab-open {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    font-weight: 200;
  }
  #homeTabsPanel .pp-tabs-panel-label .pp-tab-close {
    color: #e82828;
    font-size: 30px;
    opacity: 1;
    font-weight: 200;
  }
  #ourBlogRow {
    background-color: #f1f6f7;
  }
  #footerPart .fl-callout .fl-callout-content {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  #dc-block-footer-logo {
    text-align: center;
  }
  #dc-block-footer-logo .fl-logo-img {
    max-width: 265px;
    width: 100%;
  }
  #dc-block-footer-menu_2 .dc-footer-menu-title {
    display: none;
  }
  #dc-block-footer-menu_1 {
    margin-bottom: 0;
  }
  .fl-widget ul {
    margin-bottom: 0;
  }
  .fl-page-footer-text {
    line-height: 34px;
  }
  .fl-page-footer-text span {
    display: block;
  }
  #dcSearchBox
    .pp-search-form
    .pp-search-form__container
    .pp-search-form__input {
    background-color: #fff;
  }
  #dcSearchBox
    .pp-search-form
    .pp-search-form__container
    .pp-search-form__submit {
    min-height: 43px;
    max-width: 208px;
    margin: 0 auto;
  }
  .dc-cookie-reset-clm {
    display: block;
    width: auto;
  }
  .location-phone.outer-location-phone {
    padding-right: 20px;
    margin-right: 2px;
  }
  .location-phone .location-phone-number a {
    color: #fff;
    font-size: 16px;
  }
  .location-phone.outer-location-phone .location-phone-number a {
    color: #ca1515;
  }
  #dc-block-mm-social-icons .footer-social-icons .dc-social-icon a i:before {
    color: #fff;
  }
  #dc-block-mm-social-icons
    .footer-social-icons
    .dc-social-icon
    a:hover
    i:before {
    color: #10383f;
  }
  .location-phone .phone-icon span::before {
    width: 30px;
    height: 30px;
  }
  .mobile-nav-additional-content {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav-collapse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: transparent linear-gradient(148deg, #e82828 0%, #c51212 100%);
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li {
    border: 0;
  }
  .fl-page-nav .navbar-nav a {
    font-size: 20px;
  }
  .fl-page-nav ul.sub-menu li a {
    font-size: 16px;
  }
  .fl-page-nav ul.sub-menu ul.sub-menu li a {
    font-size: 16px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    ul.sub-menu
    li {
    border: 0;
  }
  .fl-page-nav-bottom.dc-non-sticky-header
    .fl-page-nav-wrap
    .fl-page-nav-container
    .fl-page-nav
    .navbar-nav
    > li
    > a.nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a::before {
    content: none;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li
    > a {
    color: #fff;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a {
    color: #fff;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon::after {
    content: '+';
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    color: #fff;
  }
  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    ul.navbar-nav
    li.menu-item-has-children.fl-mobile-sub-menu-open
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon::after {
    content: '-';
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
  }
  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    ul.navbar-nav
    li.menu-item-has-children:hover
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon {
    color: #fff;
  }
  #getaFreeInspection {
    position: relative;
    z-index: 1;
  }
  #locationFooterPart .fl-callout .fl-callout-content .fl-callout-title {
    margin-bottom: 10px;
    text-align: center;
  }
  #locationFooterPart .fl-callout .fl-callout-content .fl-callout-text-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .dc-menu-focus > a {
    background-color: transparent;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    .navbar-toggle {
    right: 10px;
  }
  .top-cta-section .top-cta-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-ap: 10px;
    -moz-ap: 10px;
    gap: 10px;
  }
  .top-cta-section .top-cta-container .top-cta-text {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-ap: 10px;
    -moz-ap: 10px;
    gap: 10px;
    margin-bottom: 10px;
  }
  .top-cta-section .top-cta-container .top-cta-text::after {
    background-size: cover;
    background-position: right;
    display: block;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #franchiseTopCtaRow {
    position: relative;
    z-index: 0;
  }
  .dc-cookie-reset-clm {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .fl-page-nav-bottom .dc-cookie-reset-row .dc-cookie-reset-clm .dc-separator {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 10px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    top: 1px;
    left: 10px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    .navbar-toggle.general-menu-toggle-btn {
    top: 10px;
  }
  .fl-button.dc-header-phone.outer-dc-header-phone {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .col-md-4.col-lg-4.dc-cookie-reset-row.dc-cookie-reset-row-desktop {
    display: none;
  }
  .col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile {
    display: block;
    background: transparent linear-gradient(86deg, #e82828 0%, #c51212 100%);
    text-align: center;
    padding: 5px;
  }
  .col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile
    .dc-cookie-reset-clm {
    max-width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-ustify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile
    .dc-cookie-reset-clm
    a {
    color: #fff;
  }
  .col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile
    .dc-cookie-reset-clm
    a::before {
    color: #fff;
  }
  .col-md-12.col-lg-12.dc-cookie-reset-row.dc-cookie-reset-row-mobile
    .dc-cookie-reset-clm
    span {
    color: #fff;
    margin: 0 15px;
    height: inherit;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    display: inherit;
    position: inherit;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav-collapse {
    margin-top: -31px;
    position: relative;
    z-index: 1;
  }
  #heroSection .pp-row-separator-bottom svg {
    height: 250px;
  }
  .location-search-result-section
    .location-container
    .location-search-result-list-content {
    -webkit-gap: 40px;
    -moz-gap: 40px;
    gap: 40px;
  }
  .location-search-result-section
    .location-search-result-list-content
    .location-search-result-list {
    padding: 40px;
  }
  .location-search-result-section
    .location-container
    .location-search-result-list-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .location-search-result-section
    .location-search-result-list-content
    .location-search-result-list
    .location-search-result-list-details {
    text-align: left;
  }
  #locationFormListing {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #locationFormListing .searchFormFieldsLeft,
  #locationFormListing .searchFormFieldsRight {
    -webkit-flex: 100%;
    -moz-flex: 100%;
    flex: 100%;
    width: 100%;
  }
  #locationFormListing .searchFormFieldsLeft,
  #locationFormListing .searchFormFieldsRight {
    text-align: center;
  }
  .searchFormFieldsRight .labelOrByZip span {
    display: block;
    margin: 0 0 25px 0;
  }
  #locationFormListing .searchFormFieldsRight .labelOrByZip {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .labelForSearchByState label,
  .labelOrByZip label {
    font-size: 20px;
    font-weight: 500;
  }
  #customizedList {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #customizedList .fl-list-item-left,
  #customizedList .fl-list-item-right {
    width: 100%;
  }
  #customizedList .fl-list-item-right {
    text-align: center;
  }
  #heroSection .fl-row-content-wrap {
    background-position: left 38% center;
  }
  .fl-page-nav-collapse.navbar-collapse.non-localized {
    margin-top: auto;
  }
  #tdcReviewsModule .pp-testimonials-wrap .owl-carousel::before {
    width: 140px;
    height: 148px;
    top: -80px;
    right: 40px;
    left: auto;
  }
  #tdcReviewsModule .pp-testimonials-wrap .owl-carousel {
    padding-left: 0;
  }
  #tdcReviewsModule .pp-testimonials-wrap .owl-carousel .pp-testimonial {
    padding: 80px 40px 40px 40px;
  }
  #tdcReviewsModule .pp-testimonials-wrap .owl-carousel .owl-dots {
    text-align: center;
  }
  #tdcReviewsModule
    .pp-testimonials-wrap
    .owl-carousel
    .pp-testimonial
    .pp-testimonials-content {
    font-size: 18px;
    line-height: 30px;
  }
  #landingQuotes .fl-col-content::before,
  #landingQuotes .fl-col-content::after {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content {
    border-top: none;
  }
  .location-phone.outer-location-phone {
    padding-right: 50px;
  }
  .fl-page-header-content.fl-page-header-content-general {
    text-align: right;
    margin-top: 5px !important;
    margin-right: 30px !important;
  }
  .fl-page-header-content.fl-page-header-content-general
    .fl-button.dc-header-phone.outer-dc-header-phone {
    display: inline-block;
    text-align: center;
  }
  .fl-button.footer-fo-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 651px) {
  #franchiseTopCtaRow .pp-big-triangle {
    height: 450px;
  }
  #franchiseTopCta .fl-cta-wrap.fl-cta-inline {
    -webkit-row-gap: 20px;
    -moz-row-gap: 20px;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .getafreeinspection_wrapper.gravity-theme .gform_footer {
    position: inherit;
    left: inherit;
    right: inherit;
    margin-top: 0 !important;
  }
  #getaFreeInspection .pp-gf-content {
    padding-bottom: inherit;
  }
  .getafreeinspection_wrapper.gravity-theme .gform_footer .gform_button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #getaFreeInspection .pp-gf-content::before {
    visibility: visible;
  }
  #dcSearchBox .pp-search-form .pp-search-form__container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-row-gap: 15px;
    -moz-row-gap: 15px;
    row-gap: 15px;
    margin: 0 auto;
    background: transparent;
  }
  #heroSection .pp-row-separator-bottom svg {
    height: 450px;
  }
  #zipOrStateSearchBoxCover .locationSearchForm_wrapper form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    gap: 15px;
  }
  #zipOrStateSearchBoxCover
    .locationSearchForm_wrapper
    .gform_footer.top_label {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-tdc-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 0 0 50%;
  }
}

@media only screen and (max-width: 484px) {
  .col-xs-tdc-half {
    -ms-flex: 1;
    flex: 1;
    max-width: 1;
  }
  #landingQuotes .fl-col-content::before,
  #landingQuotes .fl-col-content::after {
    width: 120px;
    height: 120px;
  }
  #landingQuotes .fl-col-content::before {
    top: -20px;
    left: 20px;
  }
  #landingQuotes .fl-col-content::after {
    bottom: -20px;
    right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #franchiseTopCtaRow .pp-big-triangle {
    height: 650px;
  }
  .fl-page-header-content.fl-page-header-content-general
    .fl-button.dc-header-phone.outer-dc-header-phone {
    font-size: 14px;
  }
  /**** 
  Header Phone on Mobile****/
  .location-phone.outer-location-phone .phone-icon,
  .location-phone.outer-location-phone .location-phone-number p {
    display: none;
  }
  .location-phone.outer-location-phone .location-phone-number a {
    font-size: 0;
  }
  .location-phone.outer-location-phone .location-phone-number a::before {
    content: '\f095';
  font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
    color: #fff;
  }
  .location-phone.outer-location-phone .location-phone-number a {
    font-size: 0;
    background: transparent linear-gradient(105deg, #e82828 0%, #c51212 100%) !important;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #be1414;
    width: 60px;
    height: 36px;
    display: inline-block;
  }
  .location-phone.outer-location-phone .location-phone-number a:hover {
    background: transparent linear-gradient(105deg, #c51212 0%, #e82828 100%) !important;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content {
    margin-top: 10px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-nav
    .navbar-toggle.location-menu-toggle-btn {
    top: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-header-logo {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 440px) {
  .fl-page-header-content.fl-page-header-content-general
    .fl-button.dc-header-phone.outer-dc-header-phone
    span {
    font-size: 0;
  }
  .fl-page-header-content.fl-page-header-content-general
    .fl-button.dc-header-phone.outer-dc-header-phone
    span::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
  }
}

@media only screen and (max-width: 430px) {
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-header-logo {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile
    .fl-page-header-logo {
    margin-right: 0px;
    min-height: 65px;
  }
}
