.nav-phone {
    background: #484848;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 9px 0;
    line-height: 1;
}

.nav-phone a {
    color: #fefefe;
    font-size: 21px;
    line-height: 1;
}

.block-hero-banner .banner-rating {
    padding-left: 7px;
   padding-right: 7px;
  }

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: #1b1b1b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 35px;
}

.form-container .title p {
    font-size: 17px;
}

.form-container form {
    background-color: rgba(52, 52, 52, 0.6);
    padding: 20px 6px 20px;
}

.form-container label {
    /* font-family: 'Inter', sans-serif; */
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #525a6c;
    border-color: #e3ebec;
    background-color: #e3ebec;
}

.form-control:focus {
    border-color: #8e7953;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    /* height: 120px; */
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

label span.muted {
    color: rgb(228 228 228);
    font-size: 11px;
    font-weight: bold;
}


.modal {
    z-index: 9999;
}

.top-bar {
    background: #cec2ab;
    padding: 9px 0;
    color: #121212;
    line-height: 1.15;
}

.intro-span {
    color: #8e7953;
}

.header-logo img,
.footer-logo img {
    max-height: 95px;
}

.footer-logo {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
}

#header {
    z-index: 999 !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

#headerContent {
    background: url('../img/header_bg.webp?v=1.1.0');
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 700px;
    position: relative;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.63), 0 0 2px #000;
    padding: 105px 0 80px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.4);
    white-space: nowrap;
}

.header-content {
    padding: 45px 0;
}

.header-content h1 {
    font-family: "Reddit Sans", sans-serif;
    color: #fff;
    font-size: 42px;
}

.header-content p {
    color: #fefefe;
}

.header-content h1 span {
    font-size: 25px;
    display: block;
    color: #fefefe;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
}

#header .header-btn .fa-house-chimney {
    font-size: 22px;
    margin-right: 6px;
}

@media screen and (max-width:768px) {
    #header {
        padding-bottom: 0;
    }

    #header .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header-content h1 {
        font-size: 32px;
    }

    .header-content h1 span {
        font-size: 16px;
    }

    .block-hero-banner .banner-rating {
        max-width: 100%;

    }

    #header .header-btn {
        font-size: 20px;
        padding: 10px 0;
        line-height: 1;
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
    }

    #header .header-btn .fa-house-chimney {
        margin-right: 0px;
    }
}

@media all and (min-width:768px) {
    .offer-wrapper img {
        position: absolute;
        top: 50%;
        right: 0;
    }
}

@media all and (max-width:575px) {
    .header-content {
        padding-top: 85px;
    }

    .our-offer {
        margin-bottom: 30px;
    }

    #services {
        background: url('../img/os-mobile-bg-image.jpg');
    }

    #quote {
        background-image: url('../img/fbwc-mobile-img.jpg');
    }

    #modalForm .modal-dialog .modal-header .modal-title {
        font-size: 24px;
    }
}

/*============*/
#about-us {}

.about-content_wrapper p {
    font-size: 17px;
}

.svg-shap {
    min-width: 768px;
}

#about-us .section-headline h2 {
    font-size: 34px;

}

#about-us .section-headline .sub-header-2 {
    line-height: 35px;
}

/*============*/
#special {
    background-color: #F8F8F8;
}

#special .section-headline {
    margin-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    background-color: #97ca55;
    color: #000;
}

.accordion-button {
    background-color: #492201;
    color: #fefefe;
}

.accordion-button::after {
    background-image: url('../img/svg/arrow-down.svg');
}

.accordion-body {
    padding: 25px 15px;
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 4px 0;
    font-size: 15px;
    color: #fff;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Font Awesome 6 Free";
    content: '\f00c';
    font-weight: 900;
    color: #8e7953;
    position: absolute;
    left: 6px;
    top: -7px;
    font-size: 23px;
}

#special .section-headline h2,
#license-number .section-headline h2 {
    font-size: 45px;
    font-family: "Reddit Sans", sans-serif;
}

@media screen and (max-width: 767px) {

    #special .section-headline h2,
    #license-number .section-headline h2 {
        font-size: 34px;
        font-family: "Reddit Sans", sans-serif;
    }

}

.accordion-button:focus {
    box-shadow: none;
}

.our-offer {
    text-align: center;
}

.our-offer h3 {
    font-size: 25px;
    color: #3F3F46;
    margin-bottom: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.offer-price h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #78716C;
    padding: 10px;
}

.offer-price h4 span {
    display: inline-block;
    font-size: 23px;
    color: #000;
}

/*============*/
#services {
    background-image: url('../img/os-desktop-bg-image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#services h2 {
    font-size: 39px;
}

#services .sub-header {
    color: #8e7953;
}

#services .slider-nav-arrow .os-keen-prev {
    padding-right: 5.5px;
}

#services .slider-nav-arrow .os-keen-next {
    padding-left: 5.5px;
}

/*============*/
#brands {
    background-color: #F8F8F8;
}

#testimonials {
    background-color: #231E19;
}

#testimonials .testimonial-rating {
    color: #FAC000;
    padding-right: 3px;
}

#testimonials .quote {
    color: #8e7953;
    font-size: 50px;
}

#testimonials .sub-header {
    color: #8e7953;
}

.keen-slider__slide .keen-slider__slide-inner {
    padding: 30px;
}

#testimonials .ff-primary-span {
    color: #404243;
}

#testimonials .ff-secondary-span {
    color: #72B42D;
}

.google-reviews {
    width: 35px;
    border-radius: 50%;
}

.keen-slider__slide .bg-white {
    padding: 30px;
}

/* #license-number {
    background-color: #F8F8F8;
} */

#license-number .license-img {
    margin-top: 15px;
}


#quote {
    background-image: url('../img/fbwc-mobile-img.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:767px) {
    #quote {
        background-size: cover;
        background-position: 80% center;
    }
}

#footer-form .section-headline h2 {
    color: #1c1c1c;
    font-size: 40px;
}

#footer-form p {
    line-height: 1;
    margin-bottom: 12px;
}

#footer-form .form-container {
    margin: auto;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-group {
    margin-top: 15px;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

.form-control .error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

#modalForm .modal-dialog .modal-header .close {
    /* top: 30px; */
}

#footer h2 a i {
    font-size: 30px;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}

.btn-submit {
    width: 100%;
    background-color: #8E7953;
    border-color: #8E7953;
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
}

.btn-submit:hover {
    width: 100%;
    background-color: #30291C;
    border-color: #30291C;
    color: #fefefe;
}

.modal-content {
    margin-top: 130px;
}

#modalForm .modal-dialog .modal-header {
    background-color: #8e7953;
}

#footer-form .section-headline h2 {
    color: #1c1c1c;
    font-size: 54px;
}

#footer-form p {
    line-height: 1;
    margin-bottom: 12px;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}


footer {
    background-color: #171717;
    border-top: 10px solid #cec2ab;
}