body {
    padding: 0;
    margin: 0;
    color: #292e33;
    background-color: #FAFAFA;
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Open Sans', 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: 'PT Serif', serif;
    color: #b38545;
    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;
}

a {
    cursor: pointer;
    color: #1e2d3b;
    font-weight: bold;
}

a:hover {
    color: #c69550;
    text-decoration: underline;
}

a[href^="tel:"] {
    display: inline-block;
}

::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; */
}

#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 .form_cta a {
    font-size: 38px;
    font-family: 'PT Serif', serif;
    line-height: 1;
}

.form-group .form-control:focus {
    border-color: #c69550 !important;
}

.scroll-img {
    margin-top: 40px;
}

#about-us {
    padding: 150px 0 120px;
    text-align: center;

    background-image: url('../img/logo-symbol-toned-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.special-headline {
    font-weight: normal;
    font-family: 'Sacramento', cursive;
}

.special-headline span {
    display: block;
    color: #292e33;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
}

h2.special-headline {
    font-size: 70px;
}

h3.special-headline {
    font-size: 55px;
}

#services {
    padding-top: 50px;
    padding-bottom: 120px;
}

#services h2 {
    font-size: 30px;
    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 #f2e8d9;
    text-align: center;
    padding: 10px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.service-content h4 {
    color: #b38546;
    font-size: 18px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

#navigation {
    /* padding: 15px 0; */
    margin-bottom: -19px;
    z-index: 99;
    position: relative;
}

#navigation img {
    margin-top: 15px;
}

.header-cta {
    font-family: 'PT Serif', serif;
    position: relative;
}

.header-cta .cta-text {
    text-transform: uppercase;
    background-color: #c69550;
    /* 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: #c69550;
    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: #c69550;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.navigation-subtext p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
}

#header {
    position: relative;
    background-image: url('../img/header_bg.jpg');
    background-color: #EBF0F4;
    background-position: bottom;
    background-size: cover;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header .header-identity {
    margin-bottom: 50px;
}

#header img {
    /* margin-bottom: 35px; */
}

#header h1 {
    font-size: 45px;
    line-height: 50px;
}

#header h1,
#header p {
    color: #292e33;
}

#header p {
    margin-bottom: 20px;
}


#header h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.header-content {
    padding: 60px 0 160px;
}

.header-phone-number ion-icon {
    color: #c69550;
    font-size: 45px;
    margin-right: 11px;
}

.header-phone-number a {
    color: #292e33;
    font-weight: 600;
    font-family: 'PT Serif', serif;
    /* line-height: 44px; */
    line-height: 19px;
}

.header-phone-number a:hover {
    color: #c69550;
    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: #c69550;
    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: #c69550;
    position: absolute;
    top: 50%;
    left: 13px;
}

.form-group .form-control:focus {
    border-color: #c69550;
}

.today-offer {
    /* border: 6px solid #4c68b1; */
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #f43f5e;
    font-size: 19px;
    background-color: rgba(255, 255, 255, 0.49);
    min-width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.christmas-layout .today-offer:before {
    content:none;
    position:absolute;
    height: 50px;
    width: 50px;
    background-image:url('../img/reindeer.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: -13px;
    top: -21px;
    transform: rotate(-8deg);
}
.christmas-layout .christams-cta {
    padding: 10px;
    background: repeating-linear-gradient(45deg, #f8f4e9, #d0c8c8 10px, #df2d1e 10px, #b61812 20px);
    border-radius: 10px;
    box-shadow: 0 0 10px #02020266, 0 0 1px #00000059, inset 0 0 3px #000;
}
.today-offer span {
    display: block;
    line-height: 1.35;
}

.today-offer .offer-price {
    font-size: 48px;
    line-height: 1;
    color: #f43f5e;
}

.christmas-layout .today-offer .offer-price {
    color: #c69550;
    font-size: 32px;
    margin: 5px 0;
    line-height: 1.1;
}
.christmas-layout .today-offer .offer-price_intro {
    font-size: 24px;
    color: #916629;
}
.today-offer .offer-price em {
    font-size: 25px;
    font-style: normal;
    line-height: 1;
    margin-right: 5px;
}

span.offer-title {
    color: #fff;
    font-weight: medium;
}

.christmas-layout span.offer-title {
    color: #4b332a;
}
.christmas-layout span.offer-title s {
    color: #bb0707;
    font-size: 20px;
}
.christmas-layout span.duration {
    font-size: 16px;
}
.today-offer span.offer-cta {
    color: #F8FAFC;
    font-size: 16px;
}

.today-offer .offer-slug {
    color: white;
    font-size: 18px;
}

.today-offer .offer-btn {
    color: #c69550;
    font-weight: bold;
    text-decoration: underline;
}

.today-offer .offer-slug2 {
    color: #c69550;
    font-size: 20px;
}

.today-offer .offer-cta2 {
    line-height: 1.1;
}

.offer-cta2 div {
    font-size: 23px;
    color: #7298ff;
}


.btn {
    width: 100%;
    /* font-size: 21px; */
    font-weight: bold;
    padding: 16px 30px;
    border-radius: 0;

    background: #c69550;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;

    border: 0;
}

.btn-primary {
    background-color: #c69550;
}

.btn.btn-primary:hover {
    -webkit-box-shadow: 0 6px 30px 0 rgba(222, 161, 76, 0.8);
    -moz-box-shadow: 0 6px 30px 0 rgba(222, 161, 76, 0.8);
    box-shadow: 0 6px 30px 0 rgba(222, 161, 76, 0.8);

    background-color: #dea14c;

    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;
}

.testimonial-card {
    margin-bottom: 40px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #e6ebf2 !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e6ebf2 transparent transparent transparent;
}

.testimonial-body p {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

.cta {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69550+0,0095bd+100 */
    background: #c69550;
    /* Old browsers */
    /* background: -moz-linear-gradient(left,  #c69550 0%, #0095bd 100%);
    background: -webkit-linear-gradient(left,  #c69550 0%,#0095bd 100%);
    background: linear-gradient(to right,  #c69550 0%,#0095bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69550', 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;
}

#why-us {
    /* padding: 80px 0;
    background-image: url(../img/bg_only-body.jpg);
    background-position: center center;
    background-repeat: no-repeat; */
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 30px;
    background-size: cover;
}

#why-us h2 {
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 20px;
}

#why-us p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#why-us ul.list li {
    line-height: 1.4;
}

#why-us .floating-decor {
    position: absolute;
    top: 0;
    z-index: 55;
}

#why-us .btn.inline-btn {
    position: absolute;
    bottom: -110px;
    width: auto;
    left: 50%;
    margin-left: -150px;
}

.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;
}

ul.list li {
    color: #292e33;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 9px;
    font-weight: normal;

    align-items: center !important;
    display: flex;
}

.christmas-layout ul.list li {
    line-height: 1.45;
}

ul.list li ion-icon {
    color: #c69550;
    font-size: 26px;
    padding: 1px;
    border: 1px solid #E1DCE4;
    border-radius: 50px;
    background-color: #f2e8d9;
    box-shadow: 0 0 5px #f2e8d9;
    margin-right: 8px;
    flex-shrink: 0;
}

#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: #c69550;
    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;
}

#before_after h2,
#testimonials h2 {
    font-style: italic;
}

#testimonials {
    padding: 20px 0 50px;
}

#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;
}

.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 {
    background-image: url('../img/bg_transform.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#about-me {
    padding: 100px 0;
}

#about-me p {
    font-size: 17px;
}

.about-img {
    border: 3px solid #e6ebf2;
    text-align: center;
    padding: 10px;
}

#gallery {
    padding: 50px 0 100px;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.gallery li ion-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 55;
    padding: 6px 6px;
    background-color: #c69550;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-top-right-radius: 7px;
}

ul.gallery li {
    width: 24.6%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0.2%;
    flex: 1 0 21.2%;
}

ul.gallery li a:after {
    content: '';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(198, 149, 80, 0.59);
    z-index: 5;
    border: 2px solid #c69550;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    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: 999;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.33);
}

#header_bar h3 {
    font-family: 'open sans', sans-serif;
    margin-bottom: 0;
    font-size: 17px;
    padding: 14px 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 (max-width: 414px) {
    .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 {
        padding-bottom: 11px;
        border-bottom: 1px solid #d3d5d7;
        margin-bottom: 13px;
    }

    form .disclaimer {
        text-align: left;
        line-height: 14px;
    }

    ul.list li {
        font-weight: normal;
        margin-bottom: 10px;
        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: 34px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    #header h3 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .service-box.box-fix {
        margin-top: 0;
    }

    h2.special-headline {
        font-size: 55px;
    }

    h3.special-headline {
        font-size: 48px;
    }

    #why-us .floating-decor {
        display: none;
    }

    #testimonials h2 {
        margin-bottom: 30px;
    }

    #gallery {
        padding-top: 0;
    }
}

@media (max-width: 576px) {}

@media (max-width: 768px) {
    #header {
        background-image: none;
    }

    .header-content {
        padding: 30px 0 70px;
    }

    #scroll_form .form-group {
        margin-bottom: 15px;
    }

    ul.gallery li {
        width: 48%;
        flex: 1 0 48.8%;
        margin: 4.1px;
    }

}

@media (max-width: 992px) {}