/*
Theme Name: Business Loan Adjusters
Theme URI: https://businessloanadjusters.com
Author: BDA Team
Author URI: https://businessloanadjusters.com
Description: Custom WordPress theme for Business Loan Adjusters - merchant cash advance debt relief services.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: businessloanadjusters
*/

/* ===== COMPLETE ORIGINAL theme.css ===== */
html {
	direction: ltr;
}

body {
  position: relative;
	background-color: white;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.3;
  font-weight: 400;
	margin: 0 auto;
  min-width: 320px;
  max-width: 1920px;
}

body a {
	outline: none !important;
}

@media (max-width: 991px) {
	body > .body {
		overflow-x: hidden;
		overflow-y: auto;
	}
}

h1, h2, h3, h4, h5, h6 {
  color: #666666;
	font-weight: 400;
	margin: 0;
  line-height: 1.2;
}

h1 {
	font-size: 72px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #333333;
	margin-bottom: 20px;
}

h2 {
	font-size: 48px;
  color: #333;
  text-align: center;
  line-height: 1.1;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 36px;
  color: #666666;
	margin-bottom: 10px;
}

h4 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 22px;
	font-weight: 900;
  color: #333;
	margin: 0 0 15px 0;
}
h5 i.fa {
  position: relative;
  top: 2px;
  font-size: 28px;
  color: #0bb303;
  margin-right: 10px;
}

h6 {
	color: #fdfcfc;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 30px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #333;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
a:hover {
  color: #555;
  text-decoration: underline;
}
a:focus {
  color: inherit;
}
img {
  max-width: 100%;
}
.btn {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1c9bdc;
  padding: 30px 40px;
  outline: none !important;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.btn i {
  position: relative;
  top: 1px;
  font-size: 22px;
  margin-left: 12px;
  -webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.btn:hover i {
  -webkit-transform: translateX(6px);
	transform: translateX(6px);
}

.btn:hover {
	background-color: #20AFF9;
	color: #fff;
  box-shadow: 0 8px 11px -1px rgba(0,0,0,0.4);
}

.btn:active, .btn:focus {
	color: white;
}

.btn[disabled] {
	border-color: white;
	background-color: white;
	color: #CCC;
}

.btn.btn-green {
  background-color: #34d203;
}
.btn.btn-green:hover {
  background-color: #3AEC02;
}

textarea {
	resize: none;
}

select {
	outline: none;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.form-control {
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  -webkit-appearance: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid transparent;
}

.form-control.error {
	border-color: #c10000;
}

.form-control.error:focus {
	border-color: #843534;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
}

label.error {
	color: #c10000;
	font-size: 13px;
  font-weight: 300;
	line-height: 1;
	padding: 5px 0 0;
}

/* Scroll up */
.scroll-up {
  display: inline-block;
	bottom: 0px;
  right: 10px;
  width: 50px;
	color: #FFF;
  background: #404040;
	opacity: 0;
	padding: 15px 10px;
  line-height: 1;
  font-size: 20px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	z-index: 1040;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.scroll-up.visible:hover {
	opacity: 1;
  color: #fff;
}
.scroll-up:focus {
  color: #fff;
}

.scroll-up.visible {
	opacity: 0.75;
}

@media (max-width: 991px) {
	.scroll-up {
		display: none !important;
	}
}

#header {
  min-height: 100px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99;
}
.header-body {
  position: relative;
  background: transparent;
  -webkit-transform: translate3d(0px,0px,0px);
}
.sticky-header-active .header-body {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: auto;
  right: auto;
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
}
.sticky-header-active .header-column.header-column-transparent {
  background-color: #1c9bdc;
}
.sticky-header-active .header-social, .sticky-header-active .header-column.hc-white {
  box-shadow: -2px 6px 5px 0px rgba(0,0,0,0);
}
.header-container.container {
  display: table;
  height: 104px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.header-row {
  display: table-row;
  height: 104px;
}
.header-column {
  display: table-cell;
  vertical-align: middle;
}
.header-column.hc-white {
  background-color: #fff;
  padding-left: 95px;
  padding-right: 35px;
  box-shadow: 2px 6px 5px 0px rgba(0,0,0,.1);
}
.header-column.header-column-transparent {
  background-color: transparent;
  box-shadow: none;
  width: 35px;
  -webkit-transition: background-color 0.16s ease-in;
  transition: background-color 0.16s ease-in;
}
.header-social {
  background-color: #1c9bdc;
  width: 250px;
  padding-left: 35px;
  padding-right: 95px;
  box-shadow: -2px 6px 5px 0px rgba(0,0,0,.1);
}
.header-column.hc-white, .header-social, .header-body {
  -webkit-transition: background-color 0.16s ease-in;
  transition: background-color 0.16s ease-in;
}
.header-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-social ul li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.header-social ul li a {
  font-size: 16px;
  padding: 4px;
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.header-social ul li a:hover {
  opacity: 0.8;
}
.header-logo, .header-nav-wrap {
  display: inline-block;
}
.header-logo img {
  width: 385px;
  height: auto;
}
.header-nav-wrap {
  float: right;
}
.navbar-nav.menu-nav > li:not(:last-child) {
  margin-right: 25px;
}
.navbar-nav.menu-nav > li > a, .navbar-nav.menu-nav > li > a:focus {
  padding: 11px 2px;
  color: #333;
  background-color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.navbar-nav.menu-nav > li.active > a, .navbar-nav.menu-nav > li.active > a:focus, .navbar-nav.menu-nav > li.active > a:focus:hover, .navbar-nav.menu-nav > li > a:hover, .navbar-nav.menu-nav > li > a:focus:hover {
  background-color: transparent;
  color: #1C9BDC;
}
.header-btn-nav {
  display: none;
  outline: none !important;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  top: 3px;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav span {
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  margin-top: -1px;
  left: 20%;
  height: 2px;
  background: rgba(51, 51, 51, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-btn-nav span:before, .header-btn-nav span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-btn-nav span:before {
  top: -5px;
}
.header-btn-nav span:after {
  bottom: -5px;
}
.header-btn-nav-active.header-btn-nav span {
  background: rgba(51, 51, 51, 0);
}
.header-btn-nav.header-btn-nav-active span:before {
  transform: translate(0, 5px) rotate(45deg);
}
.header-btn-nav.header-btn-nav-active span:after {
  transform: translate(0, -5px) rotate(-45deg);
}
.header-nav:after {
  display: table;
  content: " ";
}
.navbar-nav.menu-nav {
  float: right;
}
#footer {
  padding: 35px 0;
}
.footer-links {
  text-align: right;
}
.footer-links a:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #EAEAEA;
}
.footer_logo a, .footer_logo span {
  display: inline-block;
  vertical-align: middle
}
.footer_logo span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  padding-top: 2px;
}
.hero {
  padding: 0;
  background-color: #e6e5ea;
  background-image: url(img/hero-bg1.png);
  background-repeat: no-repeat;
  background-position: left 80% top 170px;
  background-size: auto 680px;
}
.hero > .container {
  padding-top: 200px;
}
.hero > .container > .row {
  position: relative;
}
.check-list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.check-list li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.check-list li:before {
  display: inline-block;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1caa47;
  position: absolute;
  top: 1px;
  left: 0;
}
.hero-bullets {
  position: relative;
  background-color: #fff;
  margin: 55px auto 0;
  padding: 30px 0;
  width: 100%;
  max-width: 1470px;
}
.shadow-tile {
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,.15);
}
.hero-bullets p:last-child {
  margin: 0;
}
.hero-bullets p {
  line-height: 1.5;
}
.sub-hero {
  padding: 120px 0 70px;
  background-color: #e6e5ea;
  background-image: url(img/subhero-bg.png);
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-position: left 5% bottom 0px;
}
.sub-hero h2 {
  text-align: left;
  color: #4d9cd9;
}
.right-block > div {
  float: right;
}
.sub-hero p {
  line-height: 1.6;
  font-size: 18px;
}
section {
  padding: 100px 0;
}
.checkmark-section {
  background-color: #f6f6f7;
  z-index: 5;
}
.sub-header {
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center;
}
.check-bullets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.check-bullets ul li {
  padding-left: 60px;
  position: relative;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.check-bullets ul li:last-child {
  margin-bottom: 0;
}
.check-bullets ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 7px solid #006df0;
}
.angle-section {
  position: relative;
}
.angle-section:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cta {
  padding: 100px 0;
  background-color: #1b96d5;
  z-index: 3;
}
.cta h3 {
  color: #fbfbfd;
  margin-bottom: 0;
}
.cta .btn {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.tile-bullets-section {
  background-color: #e6e5ea;
}
.tile-bullets-section h2 {
  color: #4d9cd9;
  margin-bottom: 75px;
}
.tile-bullet {
  background-color: #fff;
  padding: 50px 40px;
  text-align: center;
  min-height: 425px;
}
.tile-bullet i {
  font-size: 55px;
  color: #16af02;
  margin-bottom: 15px;
}
.tile-bullet h5 {
  margin-bottom: 30px;
}
.tile-bullet p {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 18px;
}
.results {
  padding-bottom: 170px;
  background-image: url(img/results-bg.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}
.results h2 {
  color: #fff;
  margin-bottom: 75px;
}
.res_wrap a {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
.res_wrap a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.res-count {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  display: block;
}
.res-count:after {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 94%;
  content: "Saved";
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.res-count span {
  display: block;
  overflow: hidden;
}
.res_wrap p {
  font-size: 18px;
  color: #e8e8e8;
  line-height: 1.3;
}
.res_wrap p span {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.faqs {
  background-color: #fff;
}
.faqs h2 {
  margin-bottom: 50px;
}
.faq_q {
  display: block;
  padding: 15px 50px 15px 25px;
  background-color: #e4edf1;
  color: #333;
  position: relative;
  border-radius: 10px;
  -webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in;
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
}
.faq_q:hover {
  background-color: #CADFE8;
  color: #333;
  text-decoration: none;
}
.faq_q:focus {
  color: #333;
  text-decoration: none;
}
.faq_q:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
  content: "+";
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}
.faq_q.active {
  background-color: #1c9bdc;
  color: #fff;
}
.faq_q.active:after {
  content: "-";
}
.faqs_el.panel {
  margin-bottom: 30px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs_el p {
  padding: 15px 0 0 25px;
}
.faqs_el p:last-child {
  margin-bottom: 0;
}
.contacts {
  background-color: #e6e5ea;
}
.contacts h2 {
  margin-bottom: 50px;
}
.contact-details {
  color: #ffffff;
  font-weight: 300;
  background-color: #1c9bdc;
  padding: 70px 40px;
  min-height: 470px;
  box-shadow: -3px 2px 7px 0px rgba(0,0,0,.20);
}
.contact-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contact-details ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.contact-details ul li:last-child {
  margin-bottom: 0;
}
.contact-details ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}
#google-map {
  height: 470px;
  background-color: #f0ede5;
  box-shadow: 3px 2px 7px 0px rgba(0,0,0,.15);
}
.consult-dialog {
  background: #F6F6F6;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.dialog_head {
  padding: 20px 15px;
  background-color: #1c9bdc;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.dialog_head p {
  margin: 0;
}
.dialog_head h3 {
  color: #fff;
  margin-bottom: 5px;
}
.form-wrap {
  padding: 45px 25px 35px;
}
.form_btn_wrap {
  text-align: center;
  margin-top: 30px;
}
.form_btn_wrap:before, .form_btn_wrap:after {
  display: block;
  content: "";
  clear: both;
}
form .btn {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
}
.consult-dialog .form-group {
  margin-bottom: 20px;
}
.hero_img_resp {
  display: none;
  margin-top: 50px;
  height: 500px;
  background-image: url(img/hero-bg1.png);
  background-position: center top;
  background-size: auto 580px;
  background-repeat: no-repeat;
}
.res_wrap img {
  width: 100%;
  max-width: 240px;
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
  transition: transform 0.2s ease-in;
}
.res_wrap a:hover img {
  transform: scale(1.025);
}

/* Circle chart for results */
.circle-chart-container {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.circle-chart-container svg {
  width: 100%;
  height: 100%;
}
.circle-chart-percent {
  font-size: 36px;
  font-weight: 900;
  fill: #fff;
}
.chart-ring {
  transition: stroke-dasharray 1.5s ease-out;
}
.res-count svg {
  overflow: visible;
}

/* Appear animations */
.appear-animation {
  opacity: 1;
}

/* Form success message */
.form-success-message {
  text-align: center;
  padding: 40px 20px;
}
.form-success-message h3 {
  color: #34d203;
  margin-bottom: 15px;
}
.form-success-message p {
  font-size: 18px;
  color: #666;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
@media (max-width: 1439px) {
  .header-logo {
    padding-top: 5px;
  }
  .header-logo img, .header-logo svg {
    max-width: 270px;
  }
  .navbar-nav.menu-nav > li > a {
    font-size: 15px;
  }
  .navbar-nav.menu-nav > li:not(:last-child) {
    margin-right: 15px;
  }
  h1 { font-size: 60px; }
  h2 { font-size: 42px; }
  h3 { font-size: 30px; }
  h5 { font-size: 20px; }
  h5 i.fa { font-size: 25px; }
  .header-column.hc-white { padding-left: 25px; }
  .header-social { padding-right: 25px; }
  .check-list li { font-size: 17px; }
  .hero > .container { padding-top: 170px; }
  .hero-bullets { margin: 35px auto 0; }
  .sub-hero { padding: 60px 0 50px; }
  .sub-header { font-size: 22px; }
  .check-bullets ul li { font-size: 20px; padding-left: 45px; }
  .check-bullets ul li:before { top: -2px; width: 30px; height: 30px; border: 6px solid #006df0; }
  .cta { padding: 80px 0; }
  .cta .btn { font-size: 17px; }
  .cta .btn i { font-size: 20px; }
  .tile-bullet i { font-size: 47px; }
  .tile-bullet p { line-height: 1.5; font-size: 16px; }
  .contact-details { padding: 60px 30px; min-height: 430px; }
  #google-map { height: 430px; }
}
@media (max-width: 1199px) {
  h1 { font-size: 47px; }
  h2 { font-size: 37px; }
  h3 { font-size: 27px; }
  .header-logo img, .header-logo svg { max-width: 230px; }
  .navbar-nav.menu-nav > li > a { font-size: 13px; }
  .navbar-nav.menu-nav > li:not(:last-child) { margin-right: 10px; }
  .header-column.hc-white { padding-left: 15px; padding-right: 20px; }
  .header-social { padding-right: 15px; padding-left: 20px; width: 230px; }
  .header-row { height: 85px; }
  .header-container.container { height: 85px; }
  .btn { font-size: 20px; padding: 23px 30px; }
  .hero > .container { padding-top: 150px; }
  .check-list { max-width: 500px; }
  .hero-bullets { margin: 30px auto 0; font-size: 14px; }
  .sub-hero { padding: 60px 0 40px; }
  .sub-hero p { line-height: 1.5; font-size: 16px; }
  section { padding: 80px 0; }
  .sub-header { font-size: 20px; }
  .check-bullets ul li { font-size: 16px; padding-left: 38px; }
  .check-bullets ul li:before { top: -4px; width: 27px; height: 27px; }
  .cta h3 { font-size: 24px; }
  .cta .btn { font-size: 14px; }
  .cta .btn i { font-size: 17px; }
  h5 { font-size: 17px; }
  h5 i.fa { font-size: 23px; }
  .tile-bullet i { font-size: 35px; }
  .tile-bullet { padding: 40px 30px; min-height: 350px; }
  .tile-bullet p { line-height: 1.5; font-size: 14px; }
  .contact-details { padding: 45px 27px; min-height: 390px; font-size: 15px; }
  #google-map { height: 390px; }
  .check-bullets ul { padding: 0 15px; }
}
@media (max-width: 991px) {
  .header-btn-nav { display: inline-block; }
  .header-btn-nav-active.header-btn-nav { background: #E8E8E8; }
  .header-nav {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 60%;
    right: -20px;
    transition: all 0.3s ease-in;
  }
  .header-nav-active.header-nav {
    visibility: visible;
    opacity: 1;
    top: 100%;
    box-shadow: -1px 4px 5px 0 rgba(0,0,0,.4);
  }
  .navbar-nav.menu-nav {
    float: none;
    overflow: hidden;
    max-height: 0px;
    width: 200px;
    margin: 0;
    background: #fff;
    transition: max-height 0.3s ease-in;
  }
  .header-nav-active .navbar-nav.menu-nav {
    max-height: 300px;
  }
  .header-column.hc-white { box-shadow: none; }
  .header-social { padding-right: 15px; padding-left: 22px; width: 120px; box-shadow: none; }
  .navbar-nav.menu-nav > li { width: 100%; margin: 0; }
  .header-nav-wrap { position: relative; height: 45px; }
  .header-column.header-column-transparent { display: none; }
  .header-body { box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1); }
  .navbar-nav.menu-nav > li > a, .navbar-nav.menu-nav > li > a:focus {
    font-size: 13px;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid #F9F9F9;
  }
  .header-logo img, .header-logo svg { max-width: 300px; }
  .hero { background-image: none; text-align: center; }
  .hero_img_resp { display: block; }
  .hero-bullets { margin: 0 auto; text-align: left; font-size: 13px; }
  .check-list { max-width: 450px; margin: 0 auto 20px; text-align: left; }
  h2 { font-size: 32px; }
  .sub-header { font-size: 19px; margin-bottom: 50px; }
  .check-bullets ul li { font-size: 15px; min-height: 38px; padding-left: 38px; }
  .cta h3 { margin-top: 8px; }
  .tile-bullet { padding: 20px 14px; min-height: 325px; }
  .tile-bullet h5 { margin-bottom: 15px; }
  .tile-bullet i { font-size: 27px; margin-bottom: 10px; }
  .tile-bullet p { line-height: 1.5; font-size: 13px; }
  .res-count { bottom: -55px; margin-left: -60px; width: 120px; }
  .res-count:after { font-size: 20px; }
  .res_wrap p { font-size: 16px; }
  #google-map { margin-bottom: 35px; }
  .contact-details { padding: 35px 27px 42px; min-height: 100px; }
}
@media (max-width: 767px) {
  .hero-bullets .row > div:not(:last-child) { margin-bottom: 25px; }
  .check-bullets ul li { min-height: 10px; }
  .check-bullets ul li:last-child { margin-bottom: 30px; }
  .checkmark-section h2, .checkmark-section .sub-header { text-align: left; }
  .cta h3 { margin: 0 0 25px; text-align: center; }
  .tile-bullet { padding: 27px 14px 30px; min-height: 100px; margin-bottom: 25px; }
  .res_wrap > div { margin-bottom: 130px; }
  .results { padding-bottom: 40px; }
  h3 { font-size: 25px; }
  h1 { font-size: 41px; letter-spacing: normal; }
  #google-map { height: 320px; }
}
@media (max-width: 639px) {
  h3 { font-size: 22px; }
  h1 { font-size: 35px; }
  h2 { font-size: 29px; margin-bottom: 20px; }
  section { padding: 75px 0; }
  .cta h3 { font-size: 22px; }
  #google-map { height: 300px; }
  .contact-details ul li { margin-bottom: 20px; }
  #footer { font-size: 15px; }
}
@media (max-width: 579px) {
  .dialog-form .form-group > div { width: 100%; margin-bottom: 20px; padding: 0 10px; }
  .dialog-form .form-group { margin-bottom: 0; }
  .form_btn_wrap { margin: 0; }
  .form_btn_wrap > div { width: 100%; padding: 0 10px; }
  #footer .row > div { width: 100%; text-align: center; margin-bottom: 15px; }
}
@media (max-width: 479px) {
  .header-social { display: none; }
  h3 { font-size: 18px; }
  h1 { font-size: 30px; }
  .btn { font-size: 16px; padding: 18px 15px; }
  .btn i, .cta .btn i { top: 0px; font-size: 15px; margin-left: 10px; }
  h2 { font-size: 25px; }
  .sub-header { font-size: 17px; }
  h6 { font-size: 20px; }
  #google-map { height: 270px; }
  #footer .row > div:not(:last-child) { margin-bottom: 20px; }
}
@media (max-width: 374px) {
  .header-logo img, .header-logo svg { max-width: 220px; }
  h1 { font-size: 25px; }
  h3 { font-size: 17px; }
  .check-list li { font-size: 16px; }
  .btn { font-size: 15px; padding: 18px 13px; }
  .res_wrap > div { width: 100%; }
  .faq_q { padding: 15px 40px 15px 15px; }
  .faqs_el p { padding: 15px 0 0 15px; }
  .cta h3 { font-size: 21px; }
}
