body,
button,
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body {
    -webkit-font-smoothing: antialiased;
}

body.navbar-open {
    left: 0;
    position: fixed;
    right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    body > .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header {
    margin-bottom: 30px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
}

.h2, h2, .h3, h3 {
    color: #111;
    font-weight: 500;
}

.h1,
h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 14px;
}

.h2,
h2 {
    color: #212C76;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}

p {
    margin-bottom: 20px;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a {
    color: #115FEE;
}

a:focus,
a:hover {
    color: #0e4cbe;
    text-decoration: none;
}

.img-center {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.img-center img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.breadcrumb {
    display: none;
}

.list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 26px;
}

.list a {
    display: block;
    line-height: 1.4;
    padding-bottom: 2px;
    padding-top: 2px;
}

.bg-body {
    display: none;
}

@media (min-width: 480px) {
    .list {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .list li {
        display: inline-block;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: top;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .list li {
        width: 33.3334%;
    }
}

@media (min-width: 992px) {
    .list li {
        width: 25%;
    }

    .bg-body {
        display: block;
        height: 100vh;
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

.bg-body img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ratings {
    font-size: 0;
    line-height: 1;
    text-shadow: none;
    unicode-bidi: bidi-override;
}

.ratings .star {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 1px;
}

.ratings .star:before {
    content: "\f005";
    color: #999;
}

.ratings .star.active:before {
    content: "\f005";
    color: #FFDD75;
    unicode-bidi: bidi-override;
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }

    #header-container .navbar {
        background: rgba(255, 255, 255, 0.8);
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 998;
    }
}

@media (min-width: 768px) {
    #header-container {
        background: rgba(255, 255, 255, 0.8);
    }
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.appointment .btn {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.appointment .btn::before {
    background: url(../images/sprite.svg#g-phone-dark) center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
}

.appointment .contact-quote-button {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
}

.appointment .contact-quote-button::before {
    display: none;
}

@media (max-width: 349px) {
    .appointment .btn {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .appointment {
        bottom: 0;
        left: 0;
        padding: 20px;
        position: absolute;
        right: 0;
    }

    .appointment .available {
        display: none;
    }

    .appointment .btn {
        font-size: 26px;
        line-height: 30px;
        width: 100%;
    }

    .appointment .btn::before {
        background-image: url(../images/sprite.svg#g-phone);
    }

    .appointment .contact-quote-button {
        background: none;
        display: block;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .appointment {
        float: right;
        padding-top: 5px;
        position: absolute;
        right: 15px;
        text-align: right;
    }

    .appointment .available {
        color: #4A4A4A;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 2px;
        margin-right: 9px;
        padding-left: 21px;
    }

    .appointment .available .fa {
        color: #D51828;
        font-size: 14px;
        margin-right: 4px;
        position: relative;
        top: -1px;
    }

    .appointment .available span {
        color: #D51828;
        font-size: 20px;
        font-weight: bold;
        margin-left: 5px;
    }

    .appointment .contact-quote-button {
        background-image: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
        border-color: #EC1C24;
        font-size: 20px;
        padding: 10px 13px;
    }

    .appointment .phone {
        background: none;
        border: none;
        color: #D51828;
        font-size: 34px;
        padding: 0;
        text-shadow: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .appointment {
        top: -146px;
    }

    .appointment > a {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .appointment > a,
    .appointment > div {
        display: block;
    }

    .appointment .contact-quote-button {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .appointment {
        top: -118px;
    }

    .appointment > a,
    .appointment > div {
        display: inline-block;
        vertical-align: bottom;
    }

    .appointment > div {
        margin-left: 30px;
    }

    .appointment .contact-quote-button {
        margin-bottom: 0;
    }
}

.navbar-header {
    align-items: center;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    align-items: center;
    display: flex;
    height: auto;
    padding: 0;
}

.navbar-brand > img,
.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    max-width: 150px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .navbar-brand > img {
        width: 87px;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        height: 80px;
    }

    .navbar-brand {
        float: none;
        gap: 15px;
    }

    .navbar-brand span {
        color: #172E40;
    }

    .navbar-toggle {
        height: 48px;
        margin: 0;
        position: absolute;
        right: 5px;
        top: 16px;
    }

    .navbar-toggle .icon-bar {
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
        background: #D51828;
        border-radius: 2px;
        height: 3px;
        position: relative;
        top: 0;
        width: 26px;
    }

    .navbar-toggle.toggle .icon-bar {
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s;
        opacity: 0;
    }

    .navbar-toggle.toggle .icon-bar:first-child,
    .navbar-toggle.toggle .icon-bar:last-child {
        opacity: 1;
    }

    .navbar-toggle.toggle .icon-bar:first-child {
        top: 7px;
        transform: rotate(45deg);
    }

    .navbar-toggle.toggle .icon-bar:last-child {
        top: -7px;
        transform: rotate(-45deg);
    }
}

@media (max-width: 479px) {
    .navbar-brand span {
        max-width: 100px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        height: 159px;
    }

    .navbar-brand {
        gap: 28px;
    }

    .navbar-brand span {
        color: #D51828;
    }
}

@media (min-width: 992px) {
    .navbar-brand > img {
        width: 160px;
    }
}

#navbar .nav > li > a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #navbar {
        background: #162E40;
        bottom: 0;
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 999;
    }

    #navbar .nav {
        bottom: 150px;
        overflow-y: scroll;
        position: absolute;
        right: 20px;
        top: 20px;
        left: 20px;
        width: auto;
    }

    #navbar .nav > li.active > a,
  #navbar .nav > li > a:focus,
  #navbar .nav > li > a:hover {
        background: #2E4353;
        color: #fff;
    }

    #navbar .nav > li > a {
        border-radius: 4px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #navbar {
        background-image: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
        background-repeat: repeat-x;
    }

    #navbar > .container {
        position: relative;
    }

    #navbar .nav > li + li {
        border-left: 1px solid #EC3D49;
    }

    #navbar .nav > li.active > a,
    #navbar .nav > li > a:focus,
    #navbar .nav > li > a:hover {
        background-image: linear-gradient(to bottom, #4D5AB3 0%, #222D77 100%);
        background-repeat: repeat-x;
    }

    #navbar .nav > li > a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #navbar .nav > li > a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 72px;
    }

    .tap-pricing {
        align-items: center;
        background-image: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
        background-repeat: repeat-x;
        color: #fff;
        display: flex;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        height: 56px;
        justify-content: space-between;
        line-height: 1;
        padding: 0 15px;
        text-align: center;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        transition: opacity 0.20s ease 0.05s, bottom 0.25s ease;
        user-select: none;
    }

    .tap-pricing .title {
        display: block;
        text-transform: uppercase;
    }

    .tap-pricing .phone {
        align-items: center;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATQAAAAOCAQAAAALHihrAAACu0lEQVR4Ae2StdrkNhiFjyxpcPlGtg8zp0+VXEWwCsNlpEqfKsxJn9xCmGHIAls5lv14fq2eZd7Veec93yd5SgmcJSVBQKCCIGlE/le0tKckiQq4ZiMxwZQmTfRpmFA1IE8zK8jTSYYHlcwLTThAO86Gsgfzk480g+zsbOE4XUJ6tgmGtrjqEQGXLRXmOZiNc0rZvUn3j6rCpUlJkz48UnMadpRk58iO1KPhyj20CQ7j0MgyY5EwxY2UEpM8vK637G1Cfm5PfWgLHCNHB46MHD6AxvmlpOQHvI2X4BAQdHgz/BIuV0pKXg9QAF7Bszh9SkKgTHZP0wgGiGKfkqfwguJ4EtdkQtswnrA9Ja4/tb1u1A863kdC1/xGCc+utd2Z9zQ0PNNx+m6yW/gQYrfsKC4sVYfoVGwxbJpKoStunIqT53hTxZuJVGJSyUoTfmPLSnGj/dbdy07JTcpO1Ttskt8Uh1JU9hECVzV2BggD/Dk5gcuQELz3zkadM1FLDc87z0lqXzc7v+Pc+K3fNmvOlV81G2IDrpWETnL2CAJ6TWUilvKwXMqFnEcWai6XaqZmct61msoJe8ImbK20nGit4qap4k9C4ALzwae4R7yP9pOH7sY5pW2sNZE6snO13bot3di1W9OV+8/9S/52f7l/GlxcAhri6R5P2zOaErIzOe3swdiUXFgEAU23ipJxS28oGea4p5vsHbf8JkfgolPhiDymjyiil+qQOqTnlE0WetajpnqqJ0THZtRm+/m3T7yLt8RhtM+88/hdJxfzXU3Mrt6YTb02a7My/5l/yd/2L/OH/d38av9rzvOheOJyx25i5xubtLg0KakgoegeRU7X+6n3TS483+ADwXE/bsW5pYU9BXfQjBsnJSJ/fOxJ7Jz97Qbf4WN4AUDiHpzEHHXEjPbYA3qUlJSUXLv5HzB/vN8JcKK6AAAAAElFTkSuQmCC');
        background-position: calc(50% + 24px) bottom;
        background-repeat: no-repeat;
        background-size: 78px auto;
        border: none;
        color: #fff;
        display: flex;
        font-size: 22px;
        font-weight: bold;
        gap: 15px;
        line-height: 32px;
        padding: 0 0 4px;
    }

    .tap-pricing .phone::before {
        background: url(../images/sprite.svg#g-phone) center no-repeat;
        background-size: cover;
        content: "";
        display: block;
        flex: 0 0 34px;
        height: 34px;
        width: 34px;
    }

    .tap-pricing.to-bottom {
        background: linear-gradient(180deg, #4D5AB3 0%, #222D77 100%);
        bottom: 0;
        font-size: 19px;
        gap: 15px;
        height: 72px;
        left: 0;
        line-height: 24px;
        position: fixed;
        right: 0;
        text-align: left;
        z-index: 998;
    }

    .tap-pricing.to-bottom .title {
        width: 80px;
    }

    .tap-pricing.to-bottom .phone {
        background: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
        font-size: 26px;
        gap: 10px;
        padding: 7px 16px;
    }

    .tap-pricing .phone::before {
        background: url(../images/sprite.svg#g-phone) center no-repeat;
        flex: 0 0 34px;
    }

    .tap-pricing.opacity {
        transition: all 0.25s ease;
        bottom: -80px;
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .tap-pricing {
        display: none;
    }
}

.btn {
    transition: all 0.25s ease;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.btn-lg {
    line-height: 1.4;
    padding: 10px 40px;
}

.btn-default,
.btn-default:focus,
.btn-default:hover {
    border-color: #EC1C24;
    color: #fff;
}

.btn-default,
.btn-default:focus {
    background-image: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
    background-repeat: repeat-x;
}

.btn-default:hover {
    background-image: linear-gradient(to bottom, #BA141A 0%, #EC1C24 100%);
    background-repeat: repeat-x;
}

.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:active:hover,
.btn-default.active:hover {
    background-image: linear-gradient(to bottom, #BA141A 0%, #EC1C24 100%);
    background-repeat: repeat-x;
    border-color: #EC1C24;
    color: #fff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #4D5AB3;
    color: #fff;
}

.btn-primary,
.btn-primary:focus {
    background-image: linear-gradient(to bottom, #4D5AB3 0%, #222D77 100%);
    background-repeat: repeat-x;
}

.btn-primary:hover {
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
    border-color: #4D5AB3;
    color: #fff;
}

.form .message {
    font-size: 18px;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 14px 14px 14px 50px;
}

.form .message p {
    margin-bottom: 0;
}

.form .message.success {
    background-color: #D6E8BB;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAMAAACsjQ8GAAAAb1BMVEUAAABgfTdgfTdhfDdifTloh0BhfTdjgDhifzpmhkBzhkaAjUxgfDdhfThhfDdhfDdhfDhhfThjgDlhfjllgD5hfTdhfTdgfTdgfTdhfDdgfDhifjhifThjfTligDphfTdifThhfjlhfThhfThgfDddlC1nAAAAJHRSTlMA9vH6TA/UQjUUCgXrz8zHwoVIOxrj2rqxqZ5fVjEsoZWQfHbTC7OGAAAAn0lEQVQoz4XS6RLCIAwEYESpitpD69Vaz7z/MxqrkOgsdf8x32aGyyTTZfZuBjKzRHRL+4adcx12ToV9OqJP7B+nEvlafFf3G24qr3yiPQwUTnwcPavjgDROyud6IHe/vurdbL/WrThPhII0WoopHNjTQ7x06FTKPboXyd6Dm4WOG4cFfl1x/H9CjuyosRTH6d6Ni0nm/Go0AKSRW/ADnx5cJ65oQapSAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 21px center;
    background-size: 16px 12px;
    border: 1px solid #BFCFA7;
    border-radius: 3px;
    color: #607C36;
}

@media (max-width: 767px) {
    .form .btn {
        width: 100%;
    }
}

label {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-control {
    border-color: #D8D8D8;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 45px;
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
}

.input-lg {
    font-size: 18px;
    height: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
}

textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    appearance: none;
    background-image: linear-gradient(to bottom, #7A7A7A 0%, #A2A2A2 100%);
    background-repeat: repeat-x;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    margin-right: 4px;
    margin-top: 0;
    position: relative;
    top: 2px;
    width: 15px;
}

input[type=checkbox]::-ms-expand,
input[type=radio]::-ms-expand {
    display: none;
}

input[type=checkbox]:active,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox].active:focus,
input[type=radio].active:focus,
input[type=checkbox]:active:focus,
input[type=radio]:active:focus {
    outline: none;
}

input[type=checkbox]:before,
input[type=radio]:before {
    transition: background 0.15s ease;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -3.5px;
    margin-top: -3.5px;
    position: absolute;
    top: 50%;
    width: 7px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    background: #fff;
}

.form-control.error,
input[type=checkbox].error,
input[type=radio].error {
    border-color: #BF2222 !important;
}

.form-control.success,
input[type=checkbox].success,
input[type=radio].success {
    border-color: #70BE22 !important;
}

.form-quote ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.form-quote label {
    background-image: linear-gradient(to bottom, #fff 0%, #d2d2d2 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 10px;
    margin-bottom: 5px;
    width: 100%;
}

.form-quote label:hover {
    background-image: linear-gradient(to bottom, #d2d2d2 0%, #fff 100%);
    background-repeat: repeat-x;
}

.form-quote .btn {
    margin-top: 7px;
}

.page {
    background: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 0 #fff;
}

@media (max-width: 767px) {
    .page {
        padding: 15px 0 22px;
    }
}

@media (min-width: 768px) {
    .page {
        padding: 30px 30px 36px;
    }
}

@media (min-width: 992px) {
    .page {
        margin-bottom: 40px;
        padding-top: 10px;
    }
}

.service-img {
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .service-img {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .service-img {
        height: 188px;
    }
}

@media (min-width: 768px) {
    .service-img {
        height: 224px;
    }
}

@media (min-width: 992px) {
    .service-img {
        margin-bottom: 20px;
        margin-top: 26px;
    }
}

.service {
    color: #000;
    display: table;
    width: 100%;
}

.service .service-img {
    margin-bottom: 0;
    margin-right: 21px;
}

@media (max-width: 767px) {
    .service .service-img {
        margin-bottom: 14px;
        width: 100%;
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .service .service-img {
        float: left;
        height: 150px;
        width: 198px;
    }
}

@media (min-width: 992px) {
    .service .service-img {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.service p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .service .read-more {
        background: #17A8F0;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-top: 20px;
        padding: 8px 10px 10px;
        text-align: center;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        width: 100%;
    }

    .service + .service {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .service .read-more {
        color: #115FEE;
        font-size: 16px;
        font-weight: bold;
        text-shadow: 0 1px 0 #000;
    }

    .service + .service {
        margin-top: 30px;
    }
}

.service:hover {
    color: inherit;
}

.map {
    border: 2px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 30px;
}

.map img {
    width: 100%;
}

.contacts {
    background: rgba(0, 142, 212, 0.7);
    border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000000;
    line-height: 1.1875;
    padding: 20px;
}

.contacts,
.contacts a {
    color: #fff;
}

.contacts strong {
    font-size: 18px;
}

.contacts .address {
    margin-bottom: 18px;
}

.contacts .label-available {
    margin-left: 4px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .contacts .label-available {
        margin-left: 8px;
    }
}

.tell-us .phone::after,
.label-available {
    background: #F8D21C;
    border-radius: 3px;
    color: #4A4A4A;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 4px;
    text-shadow: none;
    text-transform: uppercase;
}

.cities a {
    font-weight: bold;
}

.schedule-estimate > .icon {
    display: none;
}

@media (max-width: 767px) {
    .home .container
    .schedule-estimate {
        display: none;
    }
}

@media (min-width: 992px) {
    .home .free-quote {
        margin-top: 0;
    }
}

.home .header {
    font-size: 18px;
}

.home h1.h1,
.default h1.h1 {
    color: #D61E2D;
}

.home .h2 {
    color: #000;
}

.home .free-quote {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .home .free-quote {
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) {
    .home {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .home {
        margin-bottom: 0;
    }

    .home .widgets {
        margin-top: 0;
    }
}

.tell-us,
.rather-talk,
.schedule-estimate {
    align-items: center;
    background: #4D5AB3 linear-gradient(180deg, #4D5AB3 0%, #222D77 100%);
    border-radius: 4px;
    color: #fff;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.tell-us,
.rather-talk {
    height: 192px;
}

.schedule-estimate {
    padding-bottom: 18px;
}

.tell-us > .icon {
    display: none;
}

.tell-us img,
.rather-talk img,
.schedule-estimate img {
    height: auto;
    max-width: 100%;
    left: 50%;
    position: absolute;
    top: -54px;
    transform: translateX(-50%);
    width: 129px;
    z-index: -1;
}

.tell-us p,
.rather-talk p,
.schedule-estimate label {
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    margin-bottom: 16px;
}

.schedule-estimate label {
    font-weight: normal;
}

.schedule-estimate .form-group {
    margin-bottom: 10px;
}

.tell-us a,
.rather-talk a {
    color: #fff;
    display: block;
    line-height: 1;
    text-align: center;
    width: auto;
}

.tell-us a span,
.rather-talk a span {
    white-space: nowrap;
}

.tell-us .phone,
.rather-talk .phone {
    background: url(../images/sprite.svg#g-phone) left 4px no-repeat;
    background-size: 46px 46px;
    display: block;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5;
    padding-left: 48px;
}

.tell-us .phone {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tell-us .phone::after {
    content: "Available 24/7";
}

@media (max-width: 1199px) {
    .tell-us,
    .rather-talk,
    .schedule-estimate {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 78px;
        padding-top: 58px;
        text-align: center;
    }

    .schedule-estimate .btn {
        width: 100%;
    }

    .tell-us .phone,
    .rather-talk .phone,
    .schedule-estimate .phone {
        align-items: center;
        background: linear-gradient(180deg, #EC1C24 0%, #BA141A 100%);
        border: 1px solid #EC1C24;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        font-size: 26px;
        justify-content: center;
        gap: 10px;
        line-height: 34px;
        padding: 6px;
        vertical-align: middle;
    }

    .tell-us .phone::before,
    .rather-talk .phone::before,
    .schedule-estimate .phone::before {
        background: url(../images/sprite.svg#g-phone) center no-repeat;
        background-size: cover;
        content: "";
        display: block;
        flex: 0 0 34px;
        height: 34px;
        width: 34px;
    }

    .tell-us .phone::after {
        display: none;
    }

    .rather-talk .label-available,
    .schedule-estimate .label-available {
        background: none;
        color: #fff;
        margin-top: 11px;
    }

    .schedule-estimate .label-available {
        background: url(../images/sprite.svg#g-clock) no-repeat center left;
        background-size: 17px 16px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .tell-us .phone::after,
    .rather-talk .label-available {
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .tell-us,
    .rather-talk,
    .schedule-estimate {
        font-size: 24px;
    }

    .schedule-estimate .form-group,
    .form-inline .form-control {
        display: block;
    }

    .form-inline .form-control {
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .tell-us,
    .rather-talk,
    .schedule-estimate {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .tell-us,
    .rather-talk,
    .schedule-estimate {
        display: flex;
        margin-bottom: 20px;
        height: 103px;
    }

    .tell-us,
    .rather-talk {
        font-size: 24px;
    }

    .tell-us p,
    .rather-talk p,
    .schedule-estimate label {
        font-weight: bold;
        line-height: 1.25;
    }

    .tell-us p,
    .rather-talk p {
        margin-bottom: 0;
        width: 234px;
    }

    .tell-us img,
    .rather-talk img {
        top: 50%;
        transform: translate(-50%, -50%);
        width: 111px;
    }

    .schedule-estimate img {
        left: 0;
        top: 50%;
        transform: translate(20px, -50%);
        width: 111px;
    }

    .tell-us .phone,
    .rather-talk .phone,
    .schedule-estimate .phone {
        font-size: 32px;
    }

    .tell-us .phone::after {
        font-family: 'Lato', sans-serif;
        margin-top: 4px;
    }

    .rather-talk .label-available {
        margin-left: 48px;
        margin-top: 4px;
    }

    .schedule-estimate .form-inline {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-left: auto;
        margin-top: 18px;
    }

    .schedule-estimate .form-group {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 0;
        width: 100%;
    }

    .schedule-estimate label {
        margin-bottom: 0;
        width: 160px;
    }

    .schedule-estimate .label-available {
        display: none;
    }
}

.awards {
    background: rgba(0, 142, 212, 0.7);
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 20px;
    text-align: center;
}

.awards .h2 {
    color: #fff;
    font-size: 28px;
    text-shadow: 0 1px 0 #000;
}

@media (max-width: 767px) and (min-width: 480px) {
    .awards img {
        height: 78px;
    }

    .awards img + img {
        margin-left: 36px;
    }
}

@media (max-width: 479px) {
    .awards img {
        height: 70px;
    }

    .awards img + img {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .awards .h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .awards img {
        height: 90px;
        margin-left: 55px;
    }
}

body .services {
    background: #1D7CAA;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 40px 20px 50px;
    text-shadow: 0 1px 0 #000;
}

body .services,
body .services .h2,
body .services h2,
body .services .service,
body .services .service-title {
    color: #fff;
}

@media (max-width: 767px) {
    body .services {
        margin-left: -15px;
        margin-right: -15px;
    }

    body .services,
    .service {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    body .services {
        background: rgba(0, 142, 212, 0.7);
        font-weight: 700;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    body .services .service {
        font-size: 14px;
    }

    body .services .service-title {
        font-size: 18px;
    }
}

body .services .all-services {
    color: #fff;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    body .services .all-services {
        display: none;
    }
}

.coupons {
    background: rgba(0, 142, 212, 0.7);
    font-size: 0;
    margin-bottom: 20px;
    padding: 32px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 992px) {
    .coupons {
        padding: 20px 10px;
    }
}

.coupons ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .coupons > a {
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .coupons > a {
        font-size: 16px;
        color: #115FEE;
        text-shadow: 0 1px 0 #000;
    }
}

.coupons .coupon {
    display: inline-block;
    font-size: 0;
    font-style: normal;
    text-decoration: none;
}

.coupons .coupon:focus,
.coupons .coupon:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .coupons ul {
        margin-bottom: 28px;
    }

    .coupons li {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .coupons ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .coupons li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .coupons ul {
        font-size: 0;
    }

    .coupons li {
        display: inline-block;
        margin-bottom: 9px;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: top;
        width: 50%;
    }
}

.coupon {
    background: #D61E2D;
    border-radius: 5px;
    font-weight: bold;
    height: 140px;
    line-height: 1.15;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    max-width: 296px;
}

.coupon > span {
    color: #FFF352;
    display: inline-block;
    font-size: 25px;
    margin-top: -30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

.coupon > span span {
    color: #fff;
    bottom: 25px;
    display: block;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}

.coupon.coupon-sm > span {
    font-size: 19px;
}

.coupon:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.coupon:after {
    border: 1px dashed #fff;
    bottom: 8px;
    content: "";
    left: 8px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.tell-us {

}

.find-us {
    background: #3850A1;
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
}

.find-us .address {
    margin-bottom: 0;
}

.find-us .btn {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .find-us .address {
        margin-bottom: 10px;
    }
}

.find-us-header {
    padding: 20px;
}

#footer-container {
    background: #0A253A url(/assets/4dba3abd/images/footer.jpg) no-repeat center 45px;
    background-size: cover;
    margin-top: 40px;
}

#footer-container .car {
    margin-bottom: 24px;
    margin-top: -71px;
    max-width: 100%;
    width: 371px;
}

#footer-container,
#footer-container a {
    color: #fff;
}

#footer-container .h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#footer-container ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#footer-container ul + ul {
    border-top: 1px solid #32516E;
}

#footer-container ul li + li {
    border-top: 1px solid #32516E;
}

#footer-container ul a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAJ1BMVEUAAAD/KyvuHSXvHiTtHCTvHyfwHyfuHCTtHSXtHSXtHSbtHibtHCSb+H1MAAAADHRSTlMAC8Ob9UEh4eSDcmUR9FepAAAAKElEQVQI12OAg4UQivOQAJhmq1GECKRTINADEWD1MQDTIYfJ53JDuADOeRFPB73FfAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: 7px 11px;
    background-position: left center;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 16px;
}

#footer-container .address {
    font-size: 14px;
    margin-top: 23px;
}

#footer-container .address .h3 {
    display: block;
}

#footer-container:before {
    background-image: linear-gradient(to bottom, #EC1C24 0%, #BA141A 100%);
    background-repeat: repeat-x;
    content: "";
    display: block;
    height: 47px;
}

@media (max-width: 991px) {
    #footer-container ul:last-child,
  #footer-container .address {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #footer-container {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    #footer-container .car {
        left: 50%;
        margin-left: -185px;
        position: relative;
    }
}

@media (min-width: 768px) {
    #footer-container {
        padding-bottom: 47px;
    }

    #footer-container .car {
        margin-left: 5px;
    }
}

.payment-options {
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.payment-options img {
    display: inline-block;
    margin: 0 1px 2px;
    width: 50px;
}

@media (max-width: 767px) {
    .payment-options {
        margin-bottom: 32px;
    }
}

.footer {
    font-size: 10px;
}

.footer .logo img {
    margin-bottom: 18px;
    width: 80px;
}

.footer .btn {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer .contact-quote-button {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.footer .contact-quote-button > i {
    display: none;
}

.footer .contact-quote-button::before {
    background: url(../images/sprite.svg#g-phone) center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
}

.footer .btn .fa {
    margin-right: 7px;
}

.footer .phone {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
}

.footer .copyright {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .footer {
        margin-top: -67px;
    }
}

.widgets .widget .h3 {
    background-image: linear-gradient(to right, #008ED4 0%, #212C76 100%);
    background-repeat: repeat-x;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    text-align: left;
}

@media (min-width: 375px) {
    .widgets .widget .h3 {
        margin-right: 34px;
    }

    .widgets .widget .h3:after {
        border: 23px solid #212C76;
        border-left: none;
        border-right-color: transparent;
        border-right-width: 30px;
        content: "";
        font-size: 0;
        position: absolute;
        right: -30px;
        top: 0;
    }
}

@media (max-width: 991px) {
    .widgets {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .widgets {
        margin-top: 103px;
    }
}

.widget {
    text-shadow: none;
}

.widget,
.widget a {
    color: #fff;
}

.widget .h3 {
    background-image: linear-gradient(to bottom, #4D5AB3 0%, #222D77 100%);
    background-repeat: repeat-x;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    text-transform: uppercase;
}

.widget .widget-body {
    background: #1D7CAA;
    padding: 20px;
}

@media (min-width: 768px) {
    .widget .widget-body {
        background: rgba(0, 142, 212, 0.7);
    }
}

.widget + .widget {
    margin-top: 32px;
}

.widget-body {
    padding: 0;
}

.free-quote .widget-body {
    background: rgba(0, 142, 212, 0.7);
    border-radius: 0 0 4px 4px;
    padding: 15px 20px;
}

.free-quote .h3 {
    border-radius: 4px 4px 0 0;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .free-quote {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .free-quote {
        margin-top: 103px;
    }
}

@media (min-width: 992px) {
    .col-md-8 .free-quote {
        position: absolute;
        right: -288px;
        top: 167px;
    }
}

@media (min-width: 1200px) {
    .col-md-8 .free-quote {
        right: -355px;
    }
}

.badge-secure {
    margin-top: 15px;
    text-align: center;
}

.badge-secure > img {
    vertical-align: top;
}

.badge-secure > img + img {
    margin-left: 14px;
}

.comodo-secure {
    width: 78px;
}

.true-trust {
    margin-top: 10px;
    width: 91px;
}

.customer-reviews .widget-body {
    border-left: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.customer-reviews .widget-body p {
    font-style: italic;
    line-height: inherit;
    margin-bottom: 16px;
}

.customer-reviews .review-author {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 50px;
    padding-left: 62px;
    position: relative;
}

.customer-reviews .author-image {
    position: absolute;
    left: 0;
    top: 0;
}

.customer-reviews .author-image > img {
    height: 50px;
    width: 50px;
}

.customer-reviews .author-name {
    display: block;
    line-height: 1.2;
}

.customer-reviews .author-location {
    font-size: 14px;
}

@media (max-width: 767px) {
    .customer-reviews .review-author {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .customer-reviews .review-author {
        align-items: center;
        justify-content: space-between;
        padding-left: 70px;
    }
}

.customer-reviews .btn {
    text-transform: none;
}

.business-hour .widget-body {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.business-hour ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.business-hour li {
    line-height: 2.15;
    padding-left: 20px;
    padding-right: 20px;
}

.business-hour li.active {
    background: rgba(255, 255, 255, 0.7);
    border-left: 5px solid #4A6AD4;
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    text-shadow: none;
}

.business-hour li.active:after {
    content: "Open Now";
    color: #D61E2D;
    display: inline-block;
    float: right;
    margin-top: 6px;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}

.business-hour .day {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 53px;
}

.brands ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

.brands li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.brands .img-center {
    display: inline-block;
    height: 54px;
    width: 166px;
}

.brands .img-center img {
    object-fit: contain;
    max-width: 100%;
}

.brands .delta-logo {
    width: 143px;
}

.brands .kohler-logo {
    width: 87px;
}

.brands .sterling-logo {
    width: 150px;
}

.brands .moen-logo {
    width: 103px;
}

.link-list ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
}

.link-list li {
    font-size: 16px;
}

.link-list a {
    display: block;
    font-weight: 500;
    padding-bottom: 4px;
    padding-top: 4px;
}

.zipcodes ul {
    display: grid;
    grid-template-columns: 1fr repeat(3, 1fr);
}

.zipcodes li {
    display: inline-block;
    width: 33.3334%;
}

.facts .widget-body {
    padding: 0;
    overflow: hidden;
}

.facts .table {
    font-size: 14px;
    margin-bottom: 0;
}

.facts .table > tbody > tr > th,
.facts .table > tbody > tr > td {
    border-top: none;
    line-height: 1.15;
    padding: 12px;
}

.facts .table > tbody > tr > th {
    font-weight: normal;
    padding-left: 15px;
}

.facts .table > tbody > tr > td {
    padding-right: 15px;
}

.facts .table th {
    border-right: 1px solid #70BFE6;
}

@media (max-width: 767px) {
    .facts .table tr:nth-child(even) th,
    .facts .table tr:nth-child(even) td {
        background: #2F93C4;
    }
}

@media (min-width: 768px) {
    .facts .table th {
        border-right-color:  #EBEBEB;
    }

    .facts .table td {
        background: #70BFE6;
    }

    .facts .table tr + tr {
        border-top: 1px solid #EBEBEB;
    }
}

.facts .table a {
    color: #115FEE;
    font-size: 14px;
    word-break: break-all;
}

.reviews {
    color: #4A4A4A;
    font-size: 12px;
}

.reviews .widget-body {
    background: transparent;
    text-shadow: none;
}

.reviews ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.reviews li {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: right;
}

.reviews .logo {
    float: left;
}

.reviews .ratings {
    margin-bottom: 2px;
}

.reviews .ratings .star {
    font-size: 21px;
}

.reviews .homeyou-logo {
    width: 120px;
}

.reviews .google-logo {
    width: 100px;
}

.reviews .angies-list-logo {
    width: 136px;
}

.reviews .yelp-logo {
    width: 100px;
}

.faq {
    font-size: 16px;
}

.faq .h1 {
    color: #D61E2D;
    margin-bottom: 24px;
}