/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0 0 15px;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
html, body {
    max-width:100%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.hidden {display: none }
.hidden-sm-up { display: none !important }

.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-90 { margin-top: 90px !important; }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {
    background: url("/assets/v37ebae54_v17/images/bg.jpg") repeat;
    background-size: 53px 53px;
}
body,
a {
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    line-height: 23px;
    color: #402C14;
    font-weight: 400;
}
a, a:visited {
    color: #104256;
}
a:hover {
    text-decoration: none;
    color: #104256;
}

.wrap-site {
    width: 100%;
    min-height: 410px;
    float: left;
    position: relative;
}
.wrap-site:before {
    width: 100%;
    height: 410px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#402C13, #402C13, rgba(64,44,19,0.00)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#402C13, #402C13, rgba(64,44,19,0.00)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#402C13, #402C13, rgba(64,44,19,0.00)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#402C13, #402C13, rgba(64,44,19,0.00)); /* Standard syntax */
}

.container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}
h1,
.h1 {
    font-size: 24px;
    line-height: 30px;
    color: #CE0202;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    color: #3871CF;
}
h4 {
    font-size: 21px;
    line-height: 27px;
    color: #837E7C;
}

hr {
    border-color: #D8D8D8;
    margin: 30px 0;
}


.inline-block {
    display: inline-block;
}

.content {
    position: relative;
    z-index: 0;
}

.content.content-border {
    border: 1px solid #DDDDDD;
}

.navbar {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}
.navbar-toggle {
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: none;
    background: none !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #DCC89F;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 5px;
}
.navbar-toggle .icon-bar {
    background-color: #DCC89F;
}
.navbar-collapse {
    padding: 0px;
}

/* ==========================================================================
    ICONS
    ========================================================================== */


/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 12px 25px;
}
.btn.btn-primary {
    /* Rectangle 2: */
    background: #114559;
    background-image: -webkit-linear-gradient(#165873 0%, #114559 98%);
    background-image: -o-linear-gradient(#165873 0%, #114559 98%);
    background-image: linear-gradient(#165873 0%, #114559 98%);
    border-radius: 3px;
    border: none;
}

/* ==========================================================================
    FORM
    ========================================================================== */



/* ==========================================================================
    HEADER
    ========================================================================== */
header {
    width: 100%;
    height: 160px;
    float: left;
    position: relative;
    z-index: 2;
    padding: 40px 0 0;
}
header .logo img {
    max-width: 465px;
    display: inline-block;
}
header .btn.btn-primary {
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
}
header .wrap-phone {
    width: 230px;
    float: right;
    display: inline-block;
    position: relative;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #DCC89F;
}
header .wrap-phone:after {
    width: 210px;
    height: 15px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 28px;
    border-radius: 50%;
    box-shadow: 0px -4px 0px 0px #DBC89F;
}
header .wrap-phone span {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
header .wrap-phone span i {
    display: inline-block;
    margin-right: 7px;
}
header .wrap-phone a {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #FFF;
}
header .wrap-phone a i {
    display: inline-block;
    margin-right: 10px;
}


#navbar {
    width: 100%;
    float: left;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    background: #165873;
    box-shadow: 0 0 14px 0 #000000;
}
#navbar .nav > li {
    margin-left: 120px;
    padding: 15px 0;
}
#navbar .nav > li:first-child {
    margin-left: 0px;
}
#navbar .nav > li > a {
    padding: 0px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    background: transparent !important;
}

.hp-banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -8px;
    overflow: hidden;
    border: 7px solid #FFFCF0;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.hp-banner:after {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.3);
}
.arrow_banner {
    width: 96px;
    height: 160px;
    float: left;
    content: "";
    position: absolute;
    top: 55px;
    right: -40px;
    z-index: 5;
    background: url("/assets/v37ebae54_v17/images/banner_arrow.png") repeat;
    background-size: 96px 160px;
}
.hp-banner .content {
    padding: 30px;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.hp-banner .content h1,
.hp-banner .content h2 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 41px;
    color: #FFF;
    margin-top: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    text-transform: uppercase;
}
.hp-banner .content p {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.hp-banner .wrap-form {
    width: 315px;
    float: left;
}
.hp-banner .wrap-form .title {
    width: 100%;
    float: left;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 0;
    background: #052948;
}
.hp-banner .wrap-form .description {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
}
.form-type-3 ul li {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    box-shadow: inset 2px -2px 3px 0 rgba(0,0,0,0.20), inset -4px 2px 3px 0 rgba(255,255,255,0.50);
    border-radius: 2px;
    background: url("/assets/v37ebae54_v17/images/bg_list.jpg") repeat;
}
.form-type-3 ul li span {
    display: inline-block;
    margin-left: 6px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #402C14;
    text-shadow: none;
}
.form-type-3 .btn {
    width: 100%;
}
.hp-banner .wrap-form .footer {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.hp-banner .wrap-form .footer {
    margin-top: 3px;
}
.hp-banner .wrap-form .footer img {
    display: inline-block;
    margin: 0 15px;
}


.box {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #DCC89E;
    margin: 20px 0;
    padding: 10px 0 0;
    border: 7px solid #FFFCF0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.box:before {
    width: 100%;
    height: 50px;
    float: left;
    position: absolute;
    top: 10px;
    left: 0px;
    content: "";
    z-index: 0;
    background: #402C14;
}
.box > .row {
    position: relative;
    z-index: 1;
}
.box .content {
    padding: 0 20px 20px 40px;
}
.box .content h1,
.box .content h2.title {
    height: 50px;
    overflow: hidden;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    color: #fff;
}

.coupons {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 20px 0 30px;
    text-align: center;
    background: #F2E9D1;
}
.coupons a.coupon {
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFF352;
    text-shadow: 0px 2px 2px rgba(0,0,0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #165873;
}
.coupons a.coupon div {
    width: 100%;
    padding: 25px 10px;
    display: inline-block;
    border: 2px dotted #FFFFFF;
}
.coupons a.coupon div small {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
}
.coupons a.more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #165873;
    text-decoration: underline;
}

.content h2 {
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 28px;
    color: #402C14;
    text-transform: uppercase;
}
.content h3 {
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    color: #402C14;
    margin-bottom: 8px;
    margin-top: 15px;
    text-transform: uppercase;
}

.wrap-cta-select {
    width: 100%;
    padding: 10px;
    margin: 10px 0 20px;
    display: inline-block;
    background: #F2E9D1;
}
.wrap-cta-select img {
    float: left;
}
.wrap-cta-select span {
    width: 105px;
    float: left;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #402C14;
    margin-left: 15px;
    margin-top: 15px;
}
.wrap-cta-select form {
    float: right;
    margin-top: 16px;
    display: inline-block;
}
.wrap-cta-select form select {
    width: 195px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
}

.wrap-reviews {
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
}
.reviews {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
.reviews figure {
    height: 34px;
}
.reviews img {
    display: inline-block;
}
.reviews .stars {
    margin: 0 0 4px;
}
.reviews .stars .fa {
    font-size: 21px;
    line-height: 31px;
    color: #999999;
}
.reviews .stars .fa.active {
    color: #FFD100;
}
.reviews .rating {
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
}

.wrap-cta-phone {
    width: 100%;
    height: 97px;
    float: left;
    padding: 10px 15px;
    margin: 30px 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url("/assets/v37ebae54_v17/images/bg-phone-cta.png") top right no-repeat #402C14;
    background-size: auto 100%;
}
.wrap-cta-phone h3 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 5px;
}
.wrap-cta-phone p {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 0px;
}
.wrap-cta-phone a {
    float: right;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #FFF;
    margin-top: 10px;
}

.table-facts {
    border-color: #1B6C8C;
    background: #1B6C8C;
    color: #fff;
}
.table-facts td {
    border: 1px solid #1B6C8C !important;
}
.table-facts td a {
    color: #fff;
}
.table-facts .field {
    background: #B3A281;
}
.table-facts .value {
    width: 70%;
    overflow: hidden;
}


.box .sidebar {
    width: 100%;
    float: left;
    box-shadow: -4px 4px 11px 0 rgba(0,0,0, 0.5);
    background: #165873;
}
.box .sidebar h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 0px;
    padding: 10px 0;
    background: #052948;
}
.box .sidebar hr {
    width: 100%;
    float: left;
    margin: 10px 0;
    border: 2px solid #052948;
}

.box-sidebar {
    width: 100%;
    float: left;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0,0,0, 1);
    padding: 15px;
}
.sidebar-services li {
    display: inline-block;
    margin-top: 30px;
}
.sidebar-services li:first-child {
    margin-top: 0px;
}
.sidebar-services li a {
    width: 100%;
    float: left;
    position: relative;
    border: 7px solid #FFFCF0;
    box-shadow: -3px 3px 9px 0 rgba(0,0,0, 0.5);
}
.sidebar-services li a span {
    width: 100%;
    float: left;
    position: absolute;
    top: -7px;
    left: -7px;
    box-sizing: initial;
    padding: 10px 7px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #FFF;
    text-shadow: 1px 2px 1px rgba(0,0,0, 0.8);
    text-align: center;
    background: #DAC5A0;
}

.box-sidebar h3 {
    width: 100%;
    float: left;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 2px 0px rgba(0,0,0, 1);
}
.box-sidebar a {
    color: #fff;
}
.box-sidebar .customer-reviews {
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0,0,0, 1);
}

.box-sidebar .business-hours {
    width: 100%;
    display: inline-block;
}
.box-sidebar .business-hours .item {
    width: 100%;
    display: inline-block;
    box-sizing: initial;
    padding: 5px 15px;
    margin-left: -15px;
    color: #fff;
    text-shadow: none;
}
.box-sidebar .business-hours .item div.weekday {
    width: 50px;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
}
.box-sidebar .business-hours .item div.hours {
    width: 140px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.box-sidebar .business-hours .item div.open {
    width: 80px;
    float: right;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #7ED321;
    display: inline-block;
}
.box-sidebar .business-hours .item.active {
    background: #1A6C8C;
}


.cities-near li a {
    text-shadow: none;
}

footer {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 15px 30px;
    background: #165873;
}
footer img.img-responsive {
    float: left;
}
footer .copyright {
    width: 272px;
    float: left;
    margin-left: 20px;
}
footer .copyright small {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
footer .copyright p {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin: 6px 0 0px;
}
.content footer h3 {
    margin-top: 0px;
    color: #fff;
}

.tap-to-call.mob-fixed-footer {
    width: 100%;
    float: left;
    position: fixed !important;
    bottom: 10px;
    left: 0px;
    z-index: 100;
    display: none;
}

.box-sidebar.box-sidebar-color {
    background: #1B6C8C;
}
.sidebar-form-description {
    margin: 20px 0 10px;
    text-shadow: none;
    font-family: 'PT Serif', serif;
}
.sidebar-form-description span {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.sidebar-form-description a {
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    color: #FFF;
    text-decoration: underline;
}


html.services .content-services h2 {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    box-sizing: initial;
    padding: 15px 70px 15px 40px;
    margin-left: -40px;
    margin-top: 30px;
    background: #E8D4A7;
}

img.white-border {
    border: 7px solid #FFFCF0;
    box-shadow: -3px 3px 9px 0 rgba(0,0,0, 0.5);
}


html.coverage .content ul.list-coverage li {
    width: 25%;
    float: left;
    margin-bottom: 5px;
}

.contact-form label {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    color: #402C14;
}
.contact-form label.error {
    color: red;
    font-size: 11px;
    line-height: 13px;
}
.contact-form input[type="text"] {
    height: 58px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #C2B08C;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.30);
    border-radius: 3px;
}
.contact-form textarea {
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #C2B08C;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.30);
    border-radius: 3px;
}

.feedback.success {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #607C36;
    padding: 10px 20px;
    background: #D6E8BB;
    border: 1px solid #BFCFA7;
    border-radius: 3px;
    margin-bottom: 30px;
}
.feedback.success i {
    margin-right: 5px;
}
/* ==========================================================================
    RESPONSIVE
    ========================================================================== */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {

}

@media only screen and (max-width: 1100px) {
    header .wrap-phone {
        width: 210px;
    }
    header .wrap-phone a {
        font-size: 26px;
    }
    header .wrap-phone:after {
        width: 180px;
    }
    .wrap-cta-select form select {
        width: 190px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1024px) and (min-width: 992px) {

}

@media only screen and (max-width: 992px) {
    header {
        height: 120px;
        padding-top: 20px;
    }
    header .logo img {
        max-width: 300px;
    }
    header .wrap-phone {
        width: 165px;
        font-size: 14px;
        line-height: 18px;
    }
    header .wrap-phone a {
        font-size: 20px;
        line-height: 24px;
    }
    header .wrap-phone:after {
        width: 150px;
        left: 15px;
    }
    #navbar .nav > li {
        margin-left: 75px;
    }
    #navbar .nav > li:first-child {
        margin-left: 10px;
    }

    .content {
        padding: 0 10px;
    }
    .hp-banner .content h1,
    .hp-banner .content h2 {
        margin-top: 20px;
        font-size: 32px;
        line-height: 38px;
    }
    .hp-banner .content p {
        font-size: 20px;
        line-height: 26px;
    }
    .hp-banner .wrap-form {
        width: 270px;
    }
    .form-type-3 ul li span {
        font-size: 15px;
        line-height: 18px;
    }
    .hp-banner .wrap-form .title {
        font-size: 20px;
        line-height: 24px;
    }
    .hp-banner .wrap-form .description {
        padding: 12px;
    }

    .arrow_banner {
        display: none;
    }

    .hp-banner > img.img-responsive {
        width: auto;
        max-width: inherit;
        height: 400px;
        float: right;
    }
    .coupons a.coupon {
        margin-bottom: 15px;
    }
    .wrap-cta-select span {
        width: 290px;
    }

    ul.badges li img {
        max-width: 52px;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .hide-on-xs { display: none !important; }
    .show-on-xs { display: block !important; }

    header {
        text-align: center;
    }
    header .logo img {
        max-width: 205px;
        margin-top: 15px;
    }

    .mobile-24-7 {
        width: 40px;
        position: absolute;
        right: 20px;
        top: 36px;
        display: inline-block !important;
        color: #DCC89F;
        text-align: center;
    }
    .mobile-24-7 span {
        width: 100%;
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #DCC89F;
    }
    #navbar {
        box-shadow: none;
        margin-bottom: -1px;
    }

    #navbar .nav > li {
        width: 100%;
        display: inline-block;
        margin: 0px !important;
        padding: 10px 20px;
    }

    .tap-to-call {
        position: relative;
        background: #165873;
        padding: 5px;
        font-family: 'PT Serif', serif;
        margin-bottom: -10px;
        z-index: 10;
    }
    .tap-to-call div {
        padding: 5px 10px;
        border: 1px solid #FFFFFF;
        text-align: center;
    }
    .hp-banner {
        margin-top: 0px;
    }
    .hp-banner .content {
        padding: 15px;
        padding-top: 0px;
    }
    .tap-to-call span {
        width: 100%;
        display: inline-block;
        font-size: 17px;
        line-height: 21px;
        color: #FFFFFF;
    }
    .tap-to-call a {
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .tap-to-call i.fa-phone {
        font-size: 30px;
        line-height: 30px;
        color: #FFFFFF;
        position: absolute;
        left: 30px;
        top: 20px;
    }
    .tap-to-call i.fa-phone:after {
        width: 18px;
        height: 4px;
        background: rgba(143,12,21,0.22);
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -7px;
        content: "";
        border-radius: 50%;
    }

    .hp-banner > img.img-responsive {
        height: 770px;
    }

    .hp-banner .wrap-form {
        width: 100%;
        position: relative;
        z-index: 1000;
        margin-top: 10px;
    }
    .hp-banner .content h1,
    .hp-banner .content h2 {
        display: inline-block;
        text-align: center;
        font-size: 27px;
        line-height: 31px;
        margin-top: 30px;
    }
    .hp-banner .content p {
        display: inline-block;
        text-align: center;
    }

    .box .content {
        padding: 15px;
        padding-top: 0px;
    }
    .box .content h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .wrap-cta-select {
        padding: 15px;
        box-sizing: initial;
        margin-right: -15px;
        margin-left: -15px;
        text-align: center;
    }
    .wrap-cta-select img {
        width: 53px;
        float: none;
        display: inline-block;
    }
    .wrap-cta-select span {
        width: 195px;
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-left: 0px;
    }

    .wrap-cta-phone {
        height: 57px;
        padding: 15px;
        box-sizing: initial;
        margin-right: -15px;
        margin-left: -15px;
        background-position: 170px;
    }
    .wrap-cta-phone h3 {
        font-size: 17px;
        line-height: 21px;
    }
    .wrap-cta-phone p {
        font-size: 10px;
        line-height: 12px;
    }
    .wrap-cta-phone a {
        font-size: 17px;
        line-height: 30px;
    }

    .box-sidebar {
        padding: 25px;
    }
    ul.badges li img {
        max-width: none;
    }

    footer {
        text-align: center;
    }
    footer img.img-responsive {
        float: none;
        display: inline-block;
    }
    footer .copyright {
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }

    .tap-to-call.mob-fixed-footer {
        display: inline-block;
    }

    .content {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .box .sidebar {
        float: none;
        display: inline-block;
    }
    html.default .box:before {
        top: 540px;
    }

    html.default .box .content h1 {
        margin-top: 26px;
        text-transform: uppercase;
        text-align: center;
    }
    .content-services img.white-border {
        margin-bottom: 20px;
    }
    html.services .content-services h2 {
        font-size: 20px;
        line-height: 26px;
    }
    html.services .box:before {
        top: 540px;
    }
    html.services .box .content h1 {
        margin-top: 26px;
        text-transform: uppercase;
        text-align: center;
    }
}