:root {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    color: #292e33;
    background-color: #FAFAFA;
    /* overflow-x: hidden; */
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Asap', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Asap', serif;
    color: #ea8b6e;
    font-weight: bold
}

.h1,
h1 {
    font-size: 50px;
    line-height: 58px;
}

.h3,
h3 {
    font-size: 30px;
}

p {
    font-size: 18px
}

.mt-20 {
    margin-top: 20px;
}

.container {
    max-width: 90rem;
}

.bg-flex {
    background-color: #3c3a39;
}

a {
    cursor: pointer;
    color: #1e2d3b;
    font-weight: bold;
}

a:hover {
    color: #36a9e1;
    text-decoration: underline;
}

a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
}

::selection {
    background: #322e2f;
    color: #fff;
    text-shadow: none;
}

ion-icon {
    display: inline-block;
    vertical-align: middle;
}

p.intro-text {
    font-size: 20px
}

#scroll_form {
    display: none;
    margin-top: -50px;
    position: relative;
}

#scroll_form.visible {
    display: block;
}

#scroll_form .container {
    /* padding: 0;
    border: 10px solid #e6ebf2; */
}

#scroll_form .form_container {
    /* background-color: #f1f4f8; */
    padding: 30px 20px;
    position: relative;

    border-radius: 12px;
    box-shadow: 0px 14px 59px 0 rgb(206 206 206 / 20%);
    background-color: #fff;

    /* margin: 14px 16px;
    border: 3px solid #e6ebf2; */
}


.max-w-20 {
    max-width: 320px;
}

#scroll_form .form_container:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid #f2e8d9;
    pointer-events: none;
}

#scroll_form .form_container h2 {
    color: #252835;
    margin-bottom: 20px;
}

#scroll_form .form_container h2 span.hint {
    font-weight: normal;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

#scroll_form .form_container h2 span.hint u {
    font-weight: 600;
    color: #01061e;
}

#scroll_form .form-group {
    margin-bottom: 0;
}

#scroll_form .form-group .form-control,
#pre-footer-form .form-group .form-control {
    background-color: #fff;
    border: 2px solid #e1e1e1
}

#scroll_form .form_cta {
    text-align: center;
}

#scroll_form .form_cta h6,
#scroll_form .form_cta h5 {
    /* color: #f97e2b; */
}

#scroll_form .form_cta h6 {
    margin-bottom: 15px;
}

#scroll_form .btn {
    padding: 16px 22px;
    font-size: 0.956rem;
}

#scroll_form .form_cta a {
    font-size: 38px;
    font-family: 'Asap', serif;
    line-height: 1;
    color: #ea8b6e;
}

#scroll_form .form_cta a:hover {
    color: #36a9e1;
}

.form-group .form-control:focus {
    border-color: #ea8b6e !important;
}

.scroll-img {
    margin-top: 40px;
}

#about-us {
    padding: 110px 0 90px;
    text-align: center;
    background-image: url('../img/logo-symbol-toned-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

#about-us h3 {
    color: #26403d;
    font-family: 'Asap', sans-serif;
    font-size: 25px;
}

.special-headline {
    font-weight: normal;
    /* font-family: 'Sacramento', cursive; */
}

.special-headline span {
    display: block;
    color: #292e33;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Asap', serif;
}

h2.special-headline {
    font-size: 52px;
}

h3.special-headline {
    margin-bottom: 10px;
    font-size: 55px;
}

#results {
    background-color: #FAFAF9;
    padding: 150px 0;
}

#results h2 {
    font-size: 35px;
    color: #26403d;
    margin-bottom: 13px;
}

#results ul {
    margin: 20px 0 25px;
}

#results ul.list li {
    margin-bottom: 14px;
}

#results ul.list li ion-icon {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #ea8b6e;
}

.result__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 100%/contain no-repeat url('../img/result-bg.png');
}

#image-compare {
    max-height: 450px;
    width: 450px;
    margin: auto;
    border: 3px solid #36a9e1;
    border-radius: 50%;
}


#services {
    padding-top: 50px;
    padding-bottom: 140px;
}

#services h2,
#why-us h2 {
    font-size: 35px;
    font-weight: 700;
    /* font-style: italic; */
    /* font-weight: normal; */
    margin-bottom: 20px;
    /* text-decoration: underline; */
}

.service-box.box-fix {
    margin-top: 75px;
}

.service-box {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 14px 59px 0 rgb(206, 206, 206, 0.2);
    background-color: #fff;
}

.service-box img {
    margin-bottom: 30px;
    border-radius: 50%;
}

.service-content {
    border: 1px solid #36a9e140;
    text-align: center;
    padding: 10px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.service-content h4 {
    color: #36a9e1;
    font-size: 19px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.why-us-seperator {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFEDD5));
    background-image: -o-linear-gradient(#FAFAFA 0, #FFEDD5 100%);
    background-image: linear-gradient(#FAFAFA 0, #FFEDD5 100%);
}

#navigation {
    /* padding: 15px 0; */
    margin-bottom: -19px;
    z-index: 99;
    position: relative;
}

#navigation img {
    margin-top: 15px;
}

.header-cta {
    font-family: 'Asap', serif;
    position: relative;
}

.header-cta .cta-text {
    text-transform: uppercase;
    background-color: #ea8b6e;
    /* font-weight: 600; */
    color: #fff;
    box-shadow: inset 0 -1px 3px 0 rgb(0, 0, 0, 0.22);
    position: relative;
    font-size: 13px;
    padding-top: 3px;
}

.header-cta .cta-text span {
    position: relative;
    z-index: 1;
}

.header-cta .cta-phone-number {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    background-color: #ea8b6e;
    padding: 5px 25px 5px 0;
}

.header-cta .cta-phone-number:hover {
    background-color: #008aab;
}

.header-cta .cta-phone-number:before,
.header-cta .cta-phone-number:after,
.cta-text:before {
    content: "";
    position: absolute;
    left: -1.6rem;
    width: 3.125rem;
    height: 60%;
    border-radius: inherit;
    background-color: inherit;
}

.header-cta .cta-phone-number:after {
    top: 0;
}

.header-cta .cta-phone-number:before {
    bottom: .45rem;
    width: 1.813rem;
    transform: skewY(38deg);
    border-radius: .25rem;
    border-bottom-right-radius: 9px;
}

.cta-text:before {
    top: 0;
    height: 100%;
    box-shadow: inset 0 -1px 3px 0 rgb(0, 0, 0, 0.22);
}

.header-cta .cta-phone-number a {
    padding: 10px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-cta .cta-phone-number a:hover {
    text-decoration: none;
}

.navigation-subtext {
    background-color: #ea8b6e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: sticky;
    z-index: 60;
}

.navigation-subtext p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
}

#header {
    position: relative;
    background-image: url('../img/header_bg.jpg');
    background-position: bottom;
    background-size: cover;
    /* z-index: 20; */
}

#header::after {
    content: '';
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url('../img/overlay-footer.png');
}

#header ul.list li ion-icon {
    border: 1px solid #cdd2bf;
}

.overlay {
    background-color: rgb(250 250 250 / 8%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 5; */
}

#header .header-identity {
    margin-bottom: 50px;
}

#header h1 {
    font-size: 42px;
    line-height: 50px;
    /* margin-bottom: 25px; */
}

#header h1,
#header p {
    color: #1d1a1a;
}

#header p {
    margin-bottom: 20px;
}


#header h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.header-content {
    padding: 60px 0 185px;
    position: relative;
    z-index: 20;
}

.header-phone-number ion-icon {
    color: #ea8b6e;
    font-size: 45px;
    margin-right: 11px;
}

.header-phone-number a {
    color: #292e33;
    font-weight: 600;
    font-family: 'Asap', serif;
    /* line-height: 44px; */
    line-height: 19px;
}

.header-phone-number a:hover {
    color: #36a9e1;
    text-decoration: none;
}

.header-phone-number a span {
    font-weight: bold;
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
    line-height: 36px;
}

.form-wrapper {
    background-color: #fff;
    color: #000;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.form-wrapper h3 {
    color: #000;
}

.form-group .form-label {
    line-height: 1;
    font-size: 14px;
    color: #ea8b6e;
    font-weight: 600;
    /* background-color: #f97e2b; */
    /* color: #fff; */
    /* font-weight: 500; */
    /* padding: 0.2rem 1.25rem; */
    /* display: inline-block; */
    /* border-radius: 40px; */
    font-size: 0.75rem;
    margin: 0;
    padding: 2px 14px;
    position: absolute;
    top: 6px;
    z-index: 1;
}

.form-group .form-label span {
    color: red;
}

form .disclaimer {
    color: #939598;
    text-align: right;
    font-size: 11px;
    display: block;
    margin-top: 5px
}

form .disclaimer ion-icon {
    font-size: 13px;
    margin-right: 1px;
}

.form-group .form-control {
    height: 3.9rem;
    padding-left: 2.5rem;
    padding-top: 1.5rem;
    background-color: #ecf4f6;
    border-color: transparent;
    box-shadow: none;
    transition: 0.5s all;
    font-size: 0.875rem;
    font-weight: 600;
    color: #424546;
}

.form-group textarea.form-control {
    height: 7.5rem;
}

.form-group .input-wrapper {
    position: relative;
}

.form-group ion-icon {
    color: #ea8b6e;
    position: absolute;
    top: 50%;
    left: 13px;
}

.form-group .form-control:focus {
    border-color: #ea8b6e;
}

.btn {
    width: 100%;
    /* font-size: 21px; */
    font-weight: bold;
    padding: 16px 30px;
    border-radius: 0;

    background: #ea8b6e;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;

    border: 0;
}

.btn-primary {
    background-color: #ea8b6e;
}

.btn.btn-primary:hover {
    -webkit-box-shadow: 0 6px 30px 0 rgb(54 169 225 / 80%);
    -moz-box-shadow: 0 6px 30px 0 rgba(228, 38, 101, 0.8);
    box-shadow: 0 6px 30px 0 rgb(54 169 225 / 80%);
    background-color: #36a9e1;
    text-decoration: none;
}

.btn-warning {
    color: #fff;
    background-color: #f97e2b;
    border-color: #f97e2b;
}

.btn:hover {
    color: #fff;
    background-color: #01061e;
    border-color: #01061e;
}

.btn-label {
    position: relative;
    /* left: -12px; */
    display: inline-block;
    padding: 24px 26px 25px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
    margin-right: 22px;
    font-size: 27px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 60px;
}

.reviews {
    padding: 60px 0 40px;
}

.reviews .business-profile {
    margin-top: 5px;
}

.reviews .business-profile p {
    color: #000;
    font-size: 15px;
    line-height: 19px;
}

.reviews .business-profile img {
    margin-bottom: 12px;
}

.reviews .business-logo {
    max-width: 250px;
}

.reviews .business-profile a {
    display: block;
    color: #315aac;
    margin-top: 5px;
    font-weight: 600;
}

.cta {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea8b6e+0,0095bd+100 */
    background: #ea8b6e;
    /* Old browsers */
    /* background: -moz-linear-gradient(left,  #ea8b6e 0%, #0095bd 100%);
    background: -webkit-linear-gradient(left,  #ea8b6e 0%,#0095bd 100%);
    background: linear-gradient(to right,  #ea8b6e 0%,#0095bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8b6e', endColorstr='#0095bd',GradientType=1 ); IE6-9 */
    padding: 40px 20px;
}

.cta {
    background-image: url('../img/carpet-cleaning.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta h3,
.cta p {
    color: #fff;
}

.cta a {
    color: #fff;
    text-decoration: underline;
}

.form-group {
    line-height: 1;
    border-radius: .25rem;
    position: relative;
    margin-bottom: 22px;
}

#why-us {
    padding: 100px 0 200px;
    position: relative;
    background-color: #FFEDD5;
}

#why-us h2 {
    /* font-style: italic;
    font-weight: normal;
    text-decoration: underline; */
    color: #26403d;
    margin-bottom: 20px;
}

.portfolio-seperator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEDD5), to(#FAFAF9));
    background-image: -o-linear-gradient(#FFEDD5 0, #FAFAF9 100%);
    background-image: linear-gradient(#FFEDD5 0, #FAFAF9 100%);
}

#why-us p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 16px;
}

#why-us ul.list li {
    line-height: 1.4;
}

#why-us .why-us-img {
    border-radius: 27px;
}

#why-us .floating-decor {
    position: absolute;
    top: 0;
    z-index: 55;
}

.why-us-block {
    height: 100%;
    background-color: #fff;
}

.cta-content {
    padding: 2rem 1rem;
}

.cta-content h3 {
    color: #191919;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

ul.list li {
    color: #292e33;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 9px;
    font-weight: normal;
    /* text-transform: capitalize; */
    align-items: center !important;
    display: flex;
    font-size: 17px;
}

ul.list li ion-icon {
    color: #36a9e1;
    font-size: 26px;
    padding: 1px;
    border: 1px solid #e4e0dc;
    border-radius: 50px;
    background-color: #d4cfc9;
    box-shadow: 0 0 5px #d1d9c8;
    margin-right: 8px;
    flex: 0 0 auto;
}

#service {
    padding: 90px 0;
    background-image: url('../img/carpet-cleaning-service.jpg');
    background-size: cover;
    background-position: bottom;
}

#service a.btn {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
}

.content-card {
    padding: 15px 30px;
    background-color: #fff;
    text-align: center;
    margin-top: 70px;
}

.content-card img {
    margin-top: -77px;
    margin-bottom: 20px;
}

.content-card h3 {
    color: #252835;
}

.content-card p {
    font-size: 16px;
    color: #252835;
}

#before_after {
    padding: 50px 0;
}

#before_after .preview {
    position: relative;
    border: 2px solid #e1e1e1
}

#before_after .preview:before,
#before_after .preview:after {
    position: absolute;
    bottom: 20px;
    background-color: #ea8b6e;
    padding: 8px 25px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

#before_after .preview:after {
    content: "After";
    right: 0;
    border-radius: 15px 0 0 15px;
}

#before_after .preview:before {
    content: "Before";
    left: 0;
    border-radius: 0 15px 15px 0;
}


#testimonials {
    padding: 20px 0 50px;
    z-index: 2;
}

#testimonials h2 {
    color: #252835;
    /* #1f2026 */
    font-size: 35px;
}

.body-sec .leaves-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50%/contain no-repeat url('../img/leaves.png');
}

.testimonials-seperator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAF9), to(#f0fdfa));
    background-image: -o-linear-gradient(#FAFAF9 0, #f0fdfa 100%);
    background-image: linear-gradient(#FAFAF9 0, #f0fdfa 100%);
}


#footer-strip {
    padding: 2rem 0;
}

#footer-strip img {
    max-height: 130px;
}

#footer {
    color: #fff;
    background-color: #000;
    padding: 1rem 0;
}

#footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.offcanvas {
    --bs-offcanvas-width: 460px
}

.modal-content {
    border-radius: 0;
}

.modal h5 {
    color: #f97e2b;
    margin-bottom: 2px;
}

.modal p {
    font-size: 15px;
    line-height: 1.5;
}

.modal .modal-bg {
    background-image: url('../img/modal-img.jpg');
    background-size: cover;
    background-position: center;
}

.btn.btn-sm {
    width: auto;
    padding: 10px 17px;
    font-size: 15px;
}

a.muted_link {
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
    color: #636363e0;
    font-style: italic;
}

button.close {
    background-color: rgba(248, 125, 42, 0.8);
    opacity: 1;
}

button.close span {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    padding: 0 7px;
    /* background-color: #f97e2b; */
    /* overflow: hidden; */
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

#pre-footer-form {
    padding: 100px 0;
    background-image: url('../img/form_bg.jpg');
    background-position: center;
    background-size: cover;
}

#pre-footer-form h2,
#pre-footer-form p {
    color: #fafbfc;
}

#pre-footer-form .headline {
    margin-bottom: 40px;
}

.body-sec {
    padding: 110px 0;
    /* background-image: url('../img/bg_transform.jpg');
    background-repeat: no-repeat;
    background-position: center bottom; */
    /* background-color: #F0F9FF; */
    background-color: #F0FDFA;
}

blockquote {
    padding: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 1.4rem 5.9rem 0 rgb(163 169 183 / 20%);
    box-shadow: 0 1.4rem 5.9rem 0 rgb(163 169 183 / 20%);
    background-color: #fff;
    margin-bottom: 0;
}

blockquote span.author {
    display: block;
    /* color: #8c94a2; */
    /* color: #4ebdd7; */
    margin-top: 5px;
    position: relative;
    padding-left: 33px;
    font-weight: bold;
}

blockquote span.author:before {
    display: block;
    content: '';
    position: absolute;
    border-bottom: 2px solid #f7b650;
    left: 0;
    top: 47%;
    width: 25px;
}

blockquote .quote-content {
    padding: 17px 14px 7px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #f3f2f5;
    border-radius: 5px;
}

blockquote .quote-content .quote-icon {
    display: block;
    margin-bottom: 8px;
    margin-left: auto;
    height: 40px;
}

blockquote.blockquote-lg {
    /* box-shadow: 0px 6px 25px -2px #e9e9e9; */
    box-shadow: 0px 5px 4px 0px rgb(153 156 168 / 25%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 15px;
}

blockquote.blockquote-lg p {
    font-size: 19px;
}

blockquote.blockquote-lg .quote-content {
    border: 2px solid #cde6ee;
    border-radius: 10px;
    padding: 20px 30px;
}



blockquote.blockquote-lg ion-icon {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: auto;
    margin-left: auto;
    right: auto;
    color: #ebeae5;
}

blockquote.blockquote-lg span.author {
    font-size: 16px;
}

#about-me {
    padding: 100px 0;
}

#about-me p {
    font-size: 17px;
}

.about-img {
    border: 3px solid #e6ebf2;
    text-align: center;
    padding: 10px;
}

section#faq {
    padding: 110px 0;
    background-color: #FFEDD5;
}

#faq h2 {
    color: #26403d;
    font-size: 35px;
}

#faq a.btn {
    background: transparent;
    position: relative;
    text-transform: inherit;
}

#faq a.btn:hover {
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
}

.offcanvas-header {
    border-bottom: 1px solid #fae3dc;
}

#faq .card-header h2 {
    font-size: 19px;
    color: #252835;
    letter-spacing: 1px;
}

#faq .card-header a::after {
    content: '';
    background-image: url('../img/active-circle.svg');
    height: 100%;
    width: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#faq .card-header a.collapsed::after {
    background-image: url('../img/plus.svg');
}

#faqContent article.card {
    margin: 50px 0;
}

.accordion>.card {
    background: transparent;
    border: none;
}

.accordion .card-header {
    background: transparent;
    border-bottom: 2px solid #000;
}

#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: opacity .3s 0s;
    -moz-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
    opacity: 0;
    font-weight: normal;
    padding: 10px 9px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem;
    font-size: 30px;
}


#back-to-top:hover {
    background: #000000;
}

#back-to-top:active {
    background: #000000;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top ion-icon {
    color: #fff;
    margin-right: 0;
    font-size: 40px;
}

#header_bar {
    background-color: #141414;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.33);
    /*background-color: #ea8b6e;*/
    color: #fff;
    text-align: center;
    /* padding: 10px 0; */
}

.hero-subhead {
    font-size: 20px;
    font-weight: 600;
    color: #f07f63;
    margin-bottom: 15px !important;
}

#header_bar h3 {
    font-family: 'Asap', sans-serif;
    margin-bottom: 0;
    font-size: 17px;
    padding: 10px 0;
    line-height: 1;
    margin-top: 0;
    color: #fff;
    font-weight: 100;
}

#header_bar h3 a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
}

#header_bar.show {
    display: block;
}

@media all and (max-width: 575px) {
    .header-phone-number a span {
        font-size: 34px;
        line-height: 30px;
    }

    .header-phone-number {
        margin-top: 20px;
    }

    .h1,
    h1 {
        font-size: 37px;
        line-height: 40px;
    }

    .header-content {
        padding-bottom: 40px;
    }

    #scroll_form .form_cta {
        text-align: left;
        padding-bottom: 11px;
        border-bottom: 1px solid #d3d5d7;
        margin-bottom: 13px;
    }

    #about-us {
        padding: 80px 0 40px;
    }

    form .disclaimer {
        text-align: left;
        line-height: 14px;
    }

    #header::after {
        content: '';
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-image: url(../img/overlay-footer.png);
    }

    ul.list li {
        font-weight: normal;
        margin-bottom: 13px;
        display: inline-block;
    }

    .cta {
        background-image: none;
    }

    .content-card {
        margin-top: 45px;
    }

    .content-card img {
        margin-top: -55px;
    }

    #before_after .preview {
        margin-bottom: 5px;
    }

    .footer-ctas {
        display: none;
    }

    #header .header-identity {
        margin-bottom: 20px;
    }

    #header h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .hero-subhead {
        font-size: 18px;
    }

    .modal.show .modal-dialog {
        padding: 0;
    }

    #header h3 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    #about-us h3 {
        font-size: 21px;
        margin-top: 9px;
    }

    #services {
        padding-top: 30px;
    }

    #services h2 {
        font-size: 30px;
    }

    .service-content h4 {
        font-size: 25px;
    }

    .service-box.box-fix {
        margin-top: 0;
    }

    #image-compare {
        width: auto;
        margin-bottom: 20px;
    }

    h2.special-headline {
        font-size: 44px;
    }

    h3.special-headline {
        font-size: 48px;
    }

    #why-us {
        padding: 30px 0 140px;
    }

    #why-us h2 {
        font-size: 29px;
        margin-top: 11px;
    }

    #why-us .floating-decor {
        display: none;
    }

    #results {
        padding: 70px 0 100px;
    }

    .body-sec {
        padding: 60px 0;
    }

    #testimonials h2 {
        margin-bottom: 30px;
    }

    #gallery {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    #header {
        background-image: none;
    }

    .header-content {
        padding: 60px 0 80px;
    }

    #scroll_form .form-group {
        margin-bottom: 15px;
    }

    ul.gallery li {
        width: 48%;
    }

}

@media (max-width: 992px) {}