/* 
                Author     : Munjin Hasan Adil
*/

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Extrabold';
    src: url('../fonts/ProximaNova-Extrabold.eot');
    src: url('../fonts/ProximaNova-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabold.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabold.woff') format('woff'), url('../fonts/ProximaNova-Extrabold.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabold.svg#ProximaNova-Extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Medium';
    src: url('../fonts/ProximaNova-Medium.eot');
    src: url('../fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Medium.woff2') format('woff2'), url('../fonts/ProximaNova-Medium.woff') format('woff'), url('../fonts/ProximaNova-Medium.ttf') format('truetype'), url('../fonts/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #000;
    background: #fff;
}
body.site {
    border-top: none;
    background: #fff;
}
* {
    outline: none !important;
}
.pest-control-tabs .nav-tabs .nav-link {
    padding: .8rem 1.7rem;
    margin-bottom: -1px;
    background: 0 0;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    font-size: 21px;
    font-family: 'ProximaNova-Bold';
    color: #000;
}
.pest-control-tabs .nav-tabs .nav-link.active {
    background: #e4e4e4;
    position: relative;
}
.pest-control-tabs .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e4e4e4;
}
a:hover {
    text-decoration: none;
}
a,
a:before,
a:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 32px;
}
h3 {
    color: #000;
    font-size: 30px;
    line-height: 100%;
}
.services h3, .service-area h3 {
    color: #fff;
    font-size: 47px;
    line-height: 100%;
    display: block;
    font-family: 'ProximaNova-Black';
}
p {
    margin-bottom: 15px;
}
.com-content-article__body strong {
    font-family: 'ProximaNova-Semibold';
}
.btn {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}
.btn-white {
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 12px 50px 12px;
    display: inline-block;
    text-decoration: none;
}
.btn-white:hover {
    background: #000;
    color: #fff;
}
.btn-red {
    margin-bottom: 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    color: #fff;
    background: #0957a8;
    border-radius: 0;
    border: none;
    padding: 12px 30px 11px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-red:hover {
    background: #000;
    color: #fff;
}
.btn-red2 {
    margin-bottom: 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    color: #fff;
    background: #c5181f;
    border-radius: 0;
    border: none;
    padding: 12px 30px 11px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-red2:hover {
    background: #000;
    color: #fff;
}
.btn-blue {
    margin-bottom: 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    color: #fff;
    background: #0957a8;
    border-radius: 20px;
    border: none;
    padding: 12px 30px 11px;
    display: inline-block;
    text-decoration: none;
}
.btn-blue:hover {
    background: #000;
    color: #fff;
}
.btn-red-outline {
    font-family: 'ProximaNova-Semibold';
    font-size: 16px;
    color: #c5181f;
    margin-top: 10px;
    background: #fff;
    border-radius: 0;
    padding: 10px 64px 9px;
    display: inline-block;
    border: 2px solid #c5181f;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 7px;
}
.btn-red-outline:hover {
    background: #c5181f;
    color: #fff;
}
.btn-blue-outline {
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    color: #0957a8;
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 10px 64px 9px;
    display: inline-block;
    border: 2px solid #0957a8;
    text-decoration: none;
    margin: 0 7px;
}
.btn-blue-outline:hover {
    background: #0957a8;
    color: #fff;
}
.btn-white-outline {
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    background: none;
    border-radius: 20px;
    padding: 7px 40px 6px;
    display: inline-block;
    border: 1px solid #fff;
    text-decoration: none;
    margin: 0 7px;
}
.btn-white-outline:hover {
    background: #fff;
    color: #000;
}
.black-bold {
    font-family: 'ProximaNova-Bold';
    color: #000;
}
.red-bold {
    font-family: 'ProximaNova-Bold';
    color: #c5181f;
}
.blue-bold {
    font-family: 'ProximaNova-Bold';
    color: #0957a8;
}
.phone {
    font-family: 'ProximaNova-Light';
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}
.phone a {
    color: #000;
    font-family: 'ProximaNova-Bold';
    text-decoration: none;
}

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

.gutter-left-0 {
    padding-left: 0;
}
.gutter-left-25 {
    padding-left: 25px;
}
.gutter-right-25 {
    padding-right: 25px;
}

.page-wrap {
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
}

.white-box {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #d4d4d4;
}
span.codespan {
    width: 100px;
    display: inline-block;
}
.sticky-cta {
    color: #fff;
    background: #c5181f;
}
.sticky-cta a {
    color: #fff;
    margin-left: 13px;
    font-family: 'ProximaNova-Bold';
}
.sticky {
    display: none;
    text-align: center;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: -75px;
    display: flex;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 3px 7px -3px gray;
    z-index: 1000;
    transform: translateY(75px);
    transition: transform .3s;
}
.rsform-submit-button {
    background-color: #0957a8 !important;
}
.hhp-block {
    position: relative;
    padding: 70px 0 60px;
    background-image: url(../images/blue-pattern-small-bg6.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
}
.hhp-wrap {background: #ffffff; padding: 30px;}
h4.ti-title {margin-top: 25px;margin-bottom: 15px;font-family: 'ProximaNova-Bold';font-size: 22px;}
p.ti-border {
    margin-bottom: 33px;
    border-left: 2px solid #0957a8;
    padding-left: 22px;
    margin-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*================= Header ===================*/
header {
    position: relative;
}
.topbar {
    background: #e4e4e4;
    color: #fff;
    font-size: 18px;
    padding: 7px;
}
.topbar .btn-red, .topbar .btn-blue {
    margin-left: 15px;
    padding: 4px 13px 4px;
    font-size: 13px;
    margin-bottom: 0;
}
.topbar .btn-red {
    font-family: 'ProximaNova-Light';
    margin-bottom: 0;
}
.topbar a.header-customer-login {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    margin-left: 12px;
}
.topbar span.slogan {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 4px;
}

/*================= Navigation ===================*/
.navbar-brand {
    position: relative;
    z-index: 1;
}
#navbarSupportedContent {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 9;
}
#dj-megamenu224 {
    padding-left: 33px !important;
    z-index: 999999;
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 35px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    border-bottom: 5px solid #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 5px solid #fff;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'ProximaNova-Medium';
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 14px 0px 9px;
    border-bottom: 5px solid transparent;
}

.dj-megamenu-clean li.dj-up {
    margin-left: 27px !important;
}
.dj-megamenu-clean li a.dj-up_a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'ProximaNova-Medium';
    font-size: 14px;
    padding: 0;
    height: 50px;
}
.dj-megamenu-clean li a.dj-up_a > span {
    height: 50px;
}
.dj-megamenu-clean li a.dj-up_a.active {
    color: #0957a8;
}
.dj-megamenu-clean li a.dj-up_a .arrow {
    right: 8px;
}
.dj-megamenu-clean li:hover a.dj-up_a, .dj-megamenu-clean li.hover a.dj-up_a {
    color: #0957a8;
    ;
}
.dj-megamenu-clean li ul.dj-submenu > li > a:hover, .dj-megamenu-clean li ul.dj-submenu > li > a.active {
    background: #6e6e6e;
    color: #fff;
}

.dj-megamenu-clean li a.dj-up_a > span.dj-drop {
    padding: 0 10px 0 0;
}
.dj-megamenu-clean li a.dj-up_a .arrow {
    right: -3px;
}

.dj-mobile-open-btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-intro-block a {color: #000;text-decoration: none;}
.contact-intro-block a:hover {color: #0a58ca;}

/*================= Homepage Banner ===================*/
/*.homepage-banner {position: relative; margin-top: -148px;}*/
.homepage-banner .carousel-item img {
    width: 100%;/*height: 500px;*/
}
.homepage-banner .carousel-caption {
    width: 26%;
    top: 30%;
    right: auto;
    left: auto;
    text-align: left;
    z-index: 1;
}
.homepage-banner h4 {
    font-size: 47px;
    line-height: 100%;
    display: block;
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #fff;
}
.homepage-banner h5 {
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
}
.homepage-banner p {
    font-size: 14px;
    font-family: 'ProximaNova-Medium';
    line-height: normal;
}
.homepage-banner #carouselExampleIndicators .carousel-indicators button {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #a2a199;
    border-radius: 100%;
    margin-right: 4px;
    margin-left: 6px;
    margin-bottom: 10px;
    text-indent: -999px;
    cursor: pointer;
    opacity: 1;
}
.homepage-banner #carouselExampleIndicators .carousel-indicators button.active {
    background: #9a1c23;
}
.homepage-banner .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    margin-left: 10px;
}

.homepage-banner .carousel-caption .btn-red {
    margin-top: 15px;
    padding: 11px 20px 10px;
    font-size: 20px;
}
.carousel-indicators-container {
    position: relative;
    display: none !important;
}

/* Animation delays */
.carousel-caption h4 {
    animation-delay: 1s;
}
.carousel-caption h5 {
    animation-delay: 2s;
}
.carousel-caption a.btn {
    animation-delay: 3s;
}

/* Banner Form */
.banner-form {
    position: relative;
}
.banner-form-wrap {
    position: absolute;
    z-index: 9;
    width: 27%;
    right: 0;
    z-index: 0;
}
.banner-form-inner-wrap {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
}
.banner-form-inner-wrap .rsform-submit-button, .sidebar-schedule-wrap .rsform-submit-button {
    margin-top: 5px;
    padding: 8px 20px !important;
    background-color: #0957a8 !important;
    border-radius: 20px !important;
    border: 0 !important;
    width: 100%;
    font-family: 'ProximaNova-Semibold';
    text-transform: capitalize;
}
.banner-form-inner-wrap .rsform-submit-button:hover, .sidebar-schedule-wrap .rsform-submit-button:hover {
    background-color: #000 !important;
}
.form-heading {
    display: inline-block;
    background: #0957a8;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.banner-form-inner-wrap h3 {
    font-size: 20px;
    font-family: 'ProximaNova-Semibold';
    margin-bottom: 5px;
    color: #fff;
}
.banner-form .rsform {
    padding: 15px 17px 15px;
    background: #eeeeee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.sidebar-schedule .rsform {
    padding: 15px 17px 20px;
    background: #eeeeee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#rsform_4_page_0 .mb-3 {
    margin-bottom: 7px !important;
}
.banner-form-inner-wrap .row {
    margin-bottom: 10px;
}
.banner-form-inner-wrap .form-group[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.banner-form-inner-wrap input, .banner-form-inner-wrap select {
    border-radius: 0;
}
.banner-form-inner-wrap .form-control, .banner-form-inner-wrap select {
    margin-bottom: 7px;
}
.banner-form-inner-wrap .btn-red {
    font-size: 17px;
    padding: 8px 30px 6px;
}


#bfElemWrap425, #bfElemWrap427, #bfElemWrap1033 {
    width: 32%;
    float: left;
    margin-right: 10px;
}
.bfQuickMode .bfbs4-form-inline .bfbs4-form-control, .bfQuickMode .form-inline .form-control {
    width: 100%;
}
#bfElemWrap428 {
    width: 47%;
    float: left;
}
#bfElemWrap428 {
    margin-right: 10px;
}
#bfElemWrap429 {
    width: 47%;
    float: right;
}
#cf_1 {
    background-color: transparent;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0 0 20px;
}
.convertforms .cf-input {
    border-radius: 0;
    color: #888;
}
.convertforms .cf-control-group {
    padding: 5px;
}
.convertforms .cf-btn {
    background-color: #c5181f !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
#cf4, #cf5, #cf6, #cf7, #cf8, #cf9 {
    padding: 20px 20px 5px;
}
#cf4 h2, #cf5 h2, #cf6 h2, #cf7 h2, #cf8 h2, #cf9 h2 {
    border-bottom: 1px solid #303030;
    text-transform: uppercase;
    padding-bottom: 5px;
}
#cf_4.convertforms .cf-btn, #cf_5.convertforms .cf-btn, #cf_6.convertforms .cf-btn, #cf_7.convertforms .cf-btn, #cf_8.convertforms .cf-btn, #cf_9.convertforms .cf-btn {
    font-size: 18px !important;
    padding: 14px 15px !important;
}
.convertforms .cf-control-group {
    min-width: auto;
}


/*================= Home Page Services Section ===================*/
.services {
    text-align: center;
    color: #fff;
    padding: 70px 0 60px;
    background-image: url(../images/blue-bg-pattern.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
p.services-lead {
    font-size: 17px;
    color: #eaeaea;
    line-height: 21px;
    margin-bottom: 45px;
}
.services .container {
    padding: 0 60px;
}
.services a {
    text-decoration: none;
}
.services a:hover h5 {
    color: #ee4c26;
}
.services-box {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px;
    margin: 0 auto;
    border-radius: 50%;
    width: 155px;
    height: 155px;
}
.services-box::before {
    content: " ";
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    display: block;
    position: absolute;
    padding: 30px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
}
.services-box h5 {
    margin-top: 8px;
    color: #0957a8;
    font-size: 14px;
    line-height: normal;
    font-family: 'ProximaNova-Bold';
}
.services .btn-white {
    margin-top: 40px;
}


/*================= Welcome Section ===================*/
.welcome {
    position: relative;
    padding: 60px 0 50px;
    background: #fff;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
    overflow: hidden;
    z-index: 0;
}
.welcome-title {
    position: relative;
    margin-left: -75px;
}
.welcome h4 {
    margin-bottom: 0;
    text-align: left;
    font-size: 47px;
    line-height: 100%;
    display: block;
    font-family: 'ProximaNova-Black';
    color: #000;
    z-index: -1;
}
.welcome h1 {
    text-align: left;
    font-size: 25px;
    font-family: 'ProximaNova-Bold';
}
.welcome p {
    text-align: left;
}
.welcome-row {
    align-items: center;
}
.btn-welcome-review {
    display: inline-block;
    margin-top: 40px;
}
.welcome p.welcome-img-container {
    text-align: center;
}
.welcome-img {
    width: 300px;
}
.welcome-content {
    margin-left: 20px;
}

/*================= Home Page Service Area ===================*/
.service-area {
    position: relative;
    padding: 70px 0 60px;
    background-image: url(../images/service-area-img.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 0;
}
.service-area p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.sidebar .btn-welcome-review {
    margin-top: 0;
    margin-bottom: 30px;
}
.btn-welcome-review .rating-wrap-1 {
    background: #eeeeee;
    display: inline-block;
    padding: 25px;
    -ms-transform: skew(-9deg,0deg);
    -webkit-transform: skew(-9deg,0deg);
    -moz-transform: skew(-9deg,0deg);
    -o-transform: skew(-9deg,0deg);
    transform: skew(-9deg,0deg);
}
.sidebar .btn-welcome-review .rating-wrap-1 {
    background: #c5181f;
    display: inline-block;
    padding: 25px;
    -ms-transform: skew(-9deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
}
.btn-welcome-review .rating-wrap-2 {
    border: 1px solid #749dc9;
    padding: 10px 150px;
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
}
.sidebar .btn-welcome-review .rating-wrap-2 {
    border: 1px solid #fff;
    padding: 10px 50px;
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
}
.btn-welcome-review .rating-wrap-3 {
    font-size: 20px;
    color: #0957a8;
    -ms-transform: skew(9deg,0deg);
    -webkit-transform: skew(9deg,0deg);
    -moz-transform: skew(9deg,0deg);
    -o-transform: skew(9deg,0deg);
    transform: skew(9deg,0deg);
}
.sidebar .btn-welcome-review .rating-wrap-3 {
    font-size: 20px;
    color: #fff;
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
}
.rating-img {
    margin-top: -30px;
    margin-bottom: 5px;
    display: block;
    background: #eeeeee;
}
.sidebar .rating-img {
    margin-top: -30px;
    margin-bottom: 5px;
    display: block;
    background: #c5181f;
}
.btn-welcome-review:hover .rating-wrap-1 {
    background: #fff;
}
.btn-welcome-review:hover .rating-img {
    background: #fff;
}

.sidebar .btn-welcome-review:hover .rating-wrap-1 {
    background: #000;
}
.sidebar .btn-welcome-review:hover .rating-wrap-2 {
    border: 1px solid #fff;
}
.sidebar .btn-welcome-review:hover .rating-wrap-3 {
    color: #fff;
}
.sidebar .btn-welcome-review:hover .rating-img {
    background: #000;
}

/*================= Customer Stories Section ===================*/
.customer-stories {
    position: relative;
    overflow: hidden;
    background: #eeeeee;
    padding-top: 70px;
    padding-bottom: 60px;
}
.customer-stories .customer-stories-title-wrap {
    height: 540px !important;
}
.customer-stories .customer-stories-title-wrap {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    padding-top: 50px;
    text-align: left;
    z-index: 1;
}
/*.customer-stories-title {position: relative; margin-bottom: 40px;}*/
.customer-stories h4 {
    position: absolute;
    top: 0;
    left: 3px;
    width: 100%;
    font-size: 47px;
    line-height: 100%;
    font-family: 'ProximaNova-Black';
}
.customer-stories h4.title-main {
}
img.customer-stories-bg {
    height: 500px;
    margin-left: -25px;
}
.quote-icon {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.stories-carousel {
    position: absolute;
    top: 23%;
    width: 100%;
    margin-right: 100px;
}
/*.stories-carousel .large-12 {position: absolute;}*/
.stories-carousel .owl-stage {
    display: flex;
}
.stories-carousel .owl-item {
    display: flex;
    flex: 1;
}
.stories-carousel .item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 25px 20px 5px;
    margin-left: 2px;
    border-radius: 15px;
    border: none;
    justify-content: center;
    border: 1px solid #d4d4d4;
}
.stories-carousel .item h5 {
    font-size: 17px;
    font-family: 'ProximaNova-Extrabold';
    margin-bottom: 0;
}
.stories-carousel .item p {
    font-size: 15px;
    margin-bottom: 10px;
}

.customer-stories .owl-carousel .owl-nav.disabled {
    display: block;
    top: -87px;
    position: absolute;
    left: 32%;
    width: 0;
}
.customer-stories .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: 0;
}
.customer-stories .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -40px;
}
.customer-stories .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}


/*================= Associations Section ===================*/
.associations {
    text-align: center;
    background: #fff;
}
/*.itemid-53 .associations {background: #eeeeee;}*/
.associations-wrap {
    background: #fff;
    padding: 20px;
}
/*.itemid-53 .associations-wrap {margin-top: -70px; position: relative; border: 1px solid #cccccc;}*/
.associations .owl-carousel.owl-carousel-associations .item {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.associations .owl-carousel .owl-item img {
    width: auto;
    max-width: 120px;
}
.associations .owl-carousel-associations .owl-stage{
    display: flex;
}
.associations .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    background: none;
    border: 3px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.associations .owl-theme .owl-dots .owl-dot.active span, .associations .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.associations .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}


/*================= Inner Page ===================*/
.innerpage-banner {
    padding-bottom: 35px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerpage-banner > .mod-custom {
    height: 200px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerpage-heading {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
/*.page-heading .page-title {
    margin-top: 97px;
    margin-left: 65px;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/
.innerpage-heading h1 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 100%;
    display: block;
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #fff;
}
.page-heading .page-title h1.title-main {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
}
.heading-overlay {
    background-image: url(../images/carousel-ovarlay-img.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 79px;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

.innerpage-content {
    padding-right: 60px;
}
.inner-lead {
    font-family: 'ProximaNova-Bold';
}

.innerpage-content .btn-welcome-review .rating-wrap-1 {
    background: #fff;
    display: inline-block;
    padding: 25px;
    -ms-transform: skew(-9deg,0deg);
    -webkit-transform: skew(-9deg,0deg);
    -moz-transform: skew(-9deg,0deg);
    -o-transform: skew(-9deg,0deg);
    transform: skew(-9deg,0deg);
}

.innerpage-content .rating-img {
    margin-top: -30px;
    margin-bottom: 5px;
    display: block;
    background: #fff;
}
.innerpage-content .btn-welcome-review:hover .rating-wrap-1 {
    background: #c5181f;
}
.innerpage-content .btn-welcome-review:hover .rating-wrap-2 {
    border: 1px solid #fff;
}
.innerpage-content .btn-welcome-review:hover .rating-wrap-3 {
    color: #fff;
}
.innerpage-content .btn-welcome-review:hover .rating-img {
    background: #c5181f;
}

.innerpage-content h3.subhead {
    font-family: 'ProximaNova-Bold';
    margin-bottom: 23px;
    color: #000;
    font-size: 30px;
}
.innerpage-content .btn-red:hover {
    background: #000;
    color: #fff;
}

.fauquier-box {
    background: #fff;
    padding: 13px 20px 20px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.fauquier-box img {
    float: left;
    margin-right: 20px;
}
.fauquier-box-right {
    overflow: hidden;
}
.fauquier-box h5 {
    font-family: 'ProximaNova-Black';
    font-size: 22px;
}
.fauquier-box p {
    font-size: 15px;
    line-height: 20px;
}
.com-content-category-blog__item.blog-item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    /*/margin: 10px 0 20px;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 60px rgba(0,0,0,0.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;*/
}
.blogchild {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 60px rgba(0,0,0,0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.pest_id {
    width: 100%;
}
.pest_id img {
    margin-left: 15px;
}
.pestdiv {
    padding: 20px 13px;
    background:#fff;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pestdiv a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    font-family: 'ProximaNova-Bold';
}
.blog .household-spiders-lead {
    margin-right: 25px;
    float: left;
}
.household-spiders-lead {
    margin-left: 8px;
    float: right;
}
.com-content-category-blog__items.blog-items, .com-content-category-blog__item.blog-item {
    clear: both;
}
.icon-angle-double-left:before {
    content: "Start";
}
.icon-angle-left:before {
    content: "Prev";
}
.icon-angle-right:before {
    content: "Next";
}
.icon-angle-double-right:before {
    content: "End";
}

#ff_elem1097_btn, #ff_elem119_btn {
    color: #fff;
    background: none;
    border: none;
    height: 14px;
    position: relative;
}
#ff_form2.bfQuickMode .icon-calendar:after {
    content: '';
    background-image: url(../images/calendar_icon.png);
    position: absolute;
    height: 20px;
    width: 20px;
    top: 7px;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
#ff_form2.bfQuickMode .btn {
    background: none;
    border: none;
}
#ff_form2.bfQuickMode .btn:hover {
    background: none;
    border: none;
}
#bfQuickModeSection62506 .bfElemWrap {
    background: none !important;
}
#edocman-documents h3.property-title {
    font-size: 18px;
    padding-left: 10px !important;
}
#edocman-documents .row {
    margin-bottom: 15px;
}
#edocman-documents.columnlayouts .edocman-document {
    min-height: auto !important;
    height: 100%;
}
#ff_form1.bfQuickMode section.bfElemWrap {
    clear: both;
}

.bfQuickMode legend {
    padding: 4px 20px;
    font-size: 21px;
    border-radius: 0 !important;
    margin-top: -31px;
    margin-bottom: 12px;
}
.itemid-87 .page-heading .page-title h1, .itemid-204 .page-heading .page-title h1, .itemid-370 .page-heading .page-title h1 {
    font-size: 26px;
}
.bfQuickMode .btn {
    background: #000;
    padding: 7px 35px;
    font-size: 21px;
    border-radius: 0 !important;
}
.bfQuickMode .btn:hover {
    background: #C4161F;
}

.dj-subwrap-in {
    width: 230px !important;
}
.dj-subcol {
    width: 230px !important;
}
.blog-items blog-items .btn-secondary, .blog-items .btn-secondary {
    font-size: 16px;
    color: #444;
    background: #f9f9f9;
    border: 2px solid #444;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 9px 25px 7px 25px;

}
.blog-items blog-items .btn-secondary:hover, .blog-items .btn-secondary:hover {
    background: #444;
    color: #fff;
    border-color: #444;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 12px;
    border-bottom: 1px solid #eee;
}
.page-header h1 {
    font-size: 28px;
    color: #0957a8;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
}
.page-header h2 {
    font-size: 28px;
    color: #0957a8;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
}

.fbContent_qListItem {
    border-top: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}
.hhp-box-content {padding: 0 30px;}

/*=================  Product Labels ===================*/
.table-document td {
    padding: 5px 5px 5px 5px !important;
}
.table-document tbody tr td.edocman-document-icon-td {
    padding: 8px 2px 5px 5px !important;
}
.table-document tbody tr:nth-child(odd) td, .table-document tbody tr:nth-child(even) td {
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
}

.qListItem_topic {
    display: none;
}

/*================= Inner Page Sidebar ===================*/
.sidebar-health {
    margin-bottom: 30px;
}
.sidebar-health .btn-services {
    height: 55px;
}
.sidebar-health .services-box-des {
    padding: 17px 10px 16px 15px;
}
.sidebar-health .services-box-des p {
    font-size: 13px;
}
.sidebar-health .services-box-des p a {
    margin-right: 10px;
    text-decoration: none;
}


.sidebar-schedule .form-group[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.sidebar-schedule input, .sidebar-schedule select {
    border-radius: 0;
    margin: 5px 0;
    font-size: 13px;
}
.sidebar .form-control, .form-select {
    font-size: 14px;
    color: #808080;
    height: 45px;
}


.sidebar-schedule {
    margin-bottom: 40px;
}
.sidebar-schedule-wrap {
    position: relative;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
}
.sidebar-schedule-wrap h3 {
    font-size: 20px;
    font-family: 'ProximaNova-Semibold';
    margin-bottom: 5px;
    color: #fff;
}
.sidebar-schedule-wrap p {
    font-size: 15px;
    margin-bottom: 0;
}
.sidebar-schedule-wrap .form-heading {
    margin-bottom: 0;
    background: #0957a8;
    margin-left: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.sidebar-schedule .btn-red {
    margin-top: 5px;
    margin-bottom: 0;
}


.sidebar .btn-services img {
    width: auto;
}
.sidebar .services-box {
    justify-content: right;
}
.sidebar .services-box img.services-thumb-img {
    border-bottom-left-radius: 0;
}
.sidebar .services-box h5 {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.sidebar .services-col {
    margin-bottom: 20px;
}


.sidebar-stories {
    margin-bottom: 30px;
    margin-top: 43px;
}
.sidebar-stories-wrap {
    position: relative;
    background: #fff;
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
}
.sidebar-stories-wrap h3 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'ProximaNova-Bold';
    -ms-transform: skew(9deg,0deg);
    -webkit-transform: skew(9deg,0deg);
    -moz-transform: skew(9deg,0deg);
    -o-transform: skew(9deg,0deg);
    transform: skew(9deg,0deg)
}
.sidebar-stories-wrap .form-heading {
    margin-bottom: 0;
    background: rgba(197, 24, 31, 1);
    margin-left: 0;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -36px;
}
.sidebar-stories-carousel {
    text-align: left;
    margin-top: -17px;
}
.sidebar-stories-wrap h5 {
    font-family: 'ProximaNova-Extrabold';
    font-size: 16px;
}
.sidebar-stories-wrap p {
    font-size: 15px;
    line-height: 21px;
}

.sidebar-stories .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -52px;
    right: 0px;
}
.sidebar-stories .owl-carousel .owl-nav.disabled img {
    width: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.convertforms {
    overflow: visible;
}
.convertforms #cf2 .cf-input {
    background: #eeeeee;
    border: none;
}

.fastsocialshare_container {
    display: none;
}
.layout-blog.itemid-452 .fastsocialshare_container {
    display: block;
}

.col-wrap-inner {
    border-radius: 9px;
    padding: 111px 33px 30px 33px;
    position: relative;
}
.col-wrap-inner.col-wrap-inner-service {
    background: #f3f9ff;
    border: 1px solid #0957a8;
}
h2.plans-service-title {color: #0957a8;}
h2.plans-plus-title {color: #c5181f;}
.col-wrap-inner.col-wrap-inner-plus {
    background: #fff6f6;
    border: 1px solid #c5181f;
}
h2.plans-service-title {color: #0957a8;}
.plans .col-wrap-inner {
    padding: 40px 33px 30px 130px;
}
.col-wrap-inner img {
    position: absolute;
    left: 0;
    margin: 0 -67px;
    top: 50px;
    width: 130px;
}
p.as-low-as {font-size: 20px;color: #c3151c;font-style: italic;}
.col-wrap-inner .price {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    color: #c3151c;
    line-height: 28px;
    margin-bottom: 7px;
}
.col-wrap-inner .price span {
    font-size: 50px;
}
/*.plans .col-wrap-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plans .col-wrap-inne-eh {
    display: flex;
    flex-direction: column;
    height: 100%;
}*/
.lead-td {
    display: flex;
    background: #fff;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}
.lead-td img {
    margin-right: 20px;
}
.layout-blog .com-content-article__body {
    padding: 20px;
    background: #fff;
}
.pest-control-anchor a {
    text-decoration: none;
    color: #222;
}
.pest-control-anchor a:hover {
    color: #c5181f;
}

.dj-megamenu-clean .arrow {
    top: 51%;
}
.dj-megamenu-clean li.dj-up:hover > a .arrow, .dj-megamenu-clean li.dj-up:focus > a .arrow {
    top: 51%;
}

/*================= Footer ===================*/
footer {
    background: #303030;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #dddddd;
}
footer h4 {
    font-size:17px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #9e9e9e;
}
footer p {
    font-size: 16px;
}
footer a {
    color: #dddddd;
    text-decoration: none;
}

.main-links-col {
    padding-left: 70px;
    text-align: left;
}
.main-links-title {
    margin-right: 25px;
}
footer .navbar {
    padding-top: 0;
}
footer .nav {
    flex-direction: column;
}
footer li {
    list-style-type: none;
    margin-bottom: 3px;
}
footer li.nav-item {
    margin-bottom: 6px;
}
footer li a.nav-link {
    font-size:16px;
    padding: 0;
    color: #fff;
}
footer li a.nav-link:hover {
    color: #0a58ca;
}
.footer-contact {
    text-align: left;
}

/* Social Icons */
.social-links {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 0;
}
.social-links li {
    display: inline-block;
    margin: 0 7px;
}
.social-links li img {
    margin: 9px auto 0;
}
.social-links .btn-social-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 0;
}
.social-links .btn.social-icon-fb {
    background: #3b5998;
}
.social-links .btn.social-icon-youtube {
    background: #ff0000;
}
.social-links .btn.social-icon-twitter {
    background: #00acee;
}
.social-links .btn.social-icon-yelp {
    background: #ae1800;
}
.social-links .btn:hover {
    background: #c5c5c5;
    border-color: #c5c5c5;
}

.footer-address {
    overflow: hidden;
    line-height: 22px;
    ;
}

footer hr {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    font-size: 16px;
}
.footer-bottom p {
    margin-bottom: 0;
}
.footer-bottom p.copyright {
    font-size: 15px;
}
.footer-bottom p.permission {
    font-size: 13px;
}

.credit {
    color: #dddddd;
    font-size: 14px;
    margin-top: 18px;
}
.credit a {
    color: #fff;
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
    text-decoration: none;
}
.credit a:hover {
    color: #dea453;
}


/*================= Media Query ===================*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
@media (max-width: 1199px) {
    .homepage-banner h4 {
        font-size: 40px;
    }
    .homepage-banner h5 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .homepage-banner .carousel-caption .btn-red {
        margin-top: 0;
    }
    .caption-heading {
        margin-bottom: 7px;
    }
    /*.carousel-caption p {margin-right: 15px;}*/
    .homepage-banner .carousel-caption .btn-red {
        padding: 9px 20px 8px;
        font-size: 16px;
    }
    .customer-stories {
        background: #fff;
    }
    .stories-carousel .large-12 {
        position: static;
    }
    .quote-icon {
        display: none;
    }
    .stories-carousel {
        position: static;
        left: 20px;
        right: 20px;
        width: auto;
        margin-right:0;
    }
    .customer-stories {
        padding-bottom: 30px;
    }
    .customer-stories .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .customer-stories-bg {
        display: none;
    }

}
@media (min-width: 992px) {
    .innerpage-content {
        flex: 0 0 auto;
        width: 70%;
    }
    .sidebar {
        flex: 0 0 auto;
        width: 30%;
    }

}
@media (max-width: 991px) {
    .carousel-caption p {
        margin-right: 0;
    }
    .menu-bg {
        position: static;
        background: rgba(0,0,0,0.6);
        height: auto;
        width: 100%;
        -ms-transform: skew(0deg,0deg);
        -webkit-transform: skew(0deg,0deg);
        -moz-transform: skew(0deg,0deg);
        -o-transform: skew(0deg,0deg);
        transform: skew(0deg,0deg);
    }
    #navbarSupportedContent {
        position: static;
        background: #000;
    }
    .navbar-nav {
        padding-left: 0;
    }
    .navbar-light .navbar-nav .nav-item {
        margin-left: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        border-bottom: none !important;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        color: red;
        border-bottom: none;
    }


    .caption-heading {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .homepage-banner {
        margin-top: 0;
    }
    .homepage-banner .carousel-caption {
        width: 26%;
        top: 3%;
    }
    .homepage-banner h4 {
        font-size: 27px;
    }
    .homepage-banner h5 {
        font-size: 17px;
    }
    .homepage-banner p {
        font-size: 14px;
    }
    .homepage-banner .carousel-caption .btn-red {
        margin-top: 0;
        margin-bottom: 0;
        padding: 7px 20px 6px;
        font-size: 15px;
    }
    .homepage-banner .carousel-indicators {
        bottom: -15px;
    }

    .welcome-title:before, .welcome h1:before {
        content: none;
    }
    .welcome-title, .welcome h1 {
        margin: 0;
    }


    .btn-services img {
        width: auto;
        height: auto;
    }

    .social-links {
        display: block;
    }

    .main-links-col {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .sidebar {
        margin-top: 30px;
    }
    .innerpage-content {
        padding-right: 15px;
    }
    .page-heading .page-title {
        margin-top: 20px;
    }
    .page-heading .heading-overlay {
        height: 90px;
    }
    .page-heading .page-title {
        margin-left: 15px;
        margin-top: 32px;
    }
    .page-heading .page-title h1 {
        font-size: 36px;
    }
    .itemid-53 .navbar-brand {
        margin-right: 0;
    }
    .itemid-53 header .navbar {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    [class*="gutter-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .topbar span.slogan {
        display: none;
    }
    .services .container {
        padding: 0 20px;
    }
    img.logo-footer {
        max-width: 230px;
    }
    .d-inline-b {
        display: inline;
    }
    .phone {
        display: block;
        margin-bottom: 3px;
    }
    .topbar .btn-blue {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 0;
        padding: 4px 12px 4px;
        font-size: 14px;
    }
    .header-customer-login {
        margin: 0 3px;
    }
    .carousel-indicators-container {
        position: static;
    }
    .homepage-banner .carousel-caption {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        background: #dfdfdf;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .homepage-banner .carousel-item {
        height: 215px;
    }
    .homepage-banner .carousel-item img {
        width: 140%;
        /*height: 265px;*/
        display: none;
    }
    .banner-form-inner-wrap .form-group[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-heading {
        margin-top: 20px;
        display: inline-block;
        color: #fff;
        margin-left: 0;
        padding-top: 13px;
        padding-left: 40px;
        padding-right: 30px;
        height: auto;
        -ms-transform: skew(0deg,0deg);
        -webkit-transform: skew(0deg,0deg);
        -moz-transform: skew(0deg,0deg);
        -o-transform: skew(0deg,0deg);
        transform: skew(0deg,0deg);
    }
    .banner-form-inner-wrap h3 {
        margin-bottom: 13px;
        text-transform: uppercase;
        font-size: 16px;
        -ms-transform: skew(9deg,0deg);
        -webkit-transform: skew(9deg,0deg);
        -moz-transform: skew(9deg,0deg);
        -o-transform: skew(9deg,0deg);
        transform: skew(0deg,0deg);
    }
    .banner-form-wrap {
        position: static;
        z-index: 9;
        width: 100%;
        left: 20px;
        right: 20px;
    }
    .banner-form-inner-wrap {
        position: static;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .welcome p {
        margin: 0;
    }
    .btn-welcome-review .rating-wrap-2 {
        padding: 10px 40px;
    }
    .customer-stories .owl-carousel .owl-nav.disabled {
        display: none;
    }
    .services {
        padding: 50px 0 30px;
    }
    .services .row {
        justify-content: center;
    }
    .services-box {
        margin-bottom: 10px;
    }
    .services-box img.services-thumb-img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: auto;
        width: 100%;
    }
    .services-box-des {
        padding: 17px 10px 8px 15px;
        height: auto;
    }
    .btn-services {
        display: block;
        padding: 5px 10px;
        height: auto;
        text-align: center;
    }
    .page-heading {
        position: static;
        margin-top: 0;
    }
    .page-heading .page-heading-wrap {
        position: relative;
        width: 100%;
        left: 0;
        padding-left: 20px;
    }
    .page-heading .page-title {
        margin-top: 22px;
    }
    .page-heading .page-title h1 {
        font-size: 30px;
    }
    .page-heading .page-title {
        margin-top: 28px;
        margin-left: 0;
        padding-bottom: 15px;
        -ms-transform: skew(0deg,0deg);
        -webkit-transform: skew(0deg,0deg);
        -moz-transform: skew(0deg,0deg);
        -o-transform: skew(0deg,0deg);
        transform: skew(0deg,0deg);
    }
    .btn-red {
        font-size: 14px;
        padding: 10px 20px 11px;
    }
    .sidebar-health .services-box {
        display: flex;
    }
    .sidebar-health .btn-services {
        display: flex;
    }
    .sidebar .form-heading {
        margin-top: 0;
    }
    .banner-form-inner-wrap .row {
        margin-bottom: 0;
    }
    .banner-form-inner-wrap .row .form-group {
        margin-bottom: 10px;
    }
    .banner-form-inner-wrap {
        margin-bottom: 20px;
    }
    .btn-red-outline {
        margin: 10px 0 0;
    }
    .sidebar-schedule-wrap h3, .sidebar-stories-wrap h3 {
        -ms-transform: skew(0deg,0deg);
        -webkit-transform: skew(0deg,0deg);
        -moz-transform: skew(0deg,0deg);
        -o-transform: skew(0deg,0deg);
        transform: skew(0deg,0deg);
    }
    .fauquier-box img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .convertforms .cf-one-third, .convertforms .cf-one-fourth {
        width: 100%;
    }


    .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
        font-size: 25px !important;
    }
    .topbar {
        padding-top: 2px;
    }
    .customer-stories .customer-stories-title-wrap {
        padding-left: 20px;
    }
    .customer-stories .customer-stories-title-wrap:before {
        background: none;
    }
    .customer-stories .customer-stories-title-wrap:after {
        right: 0;
    }
    .stories-carousel .item {
        margin-left: 4px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    header .navbar {
        justify-content: center;
    }
    .customer-stories .customer-stories-title-wrap:after {
        -ms-transform: skew(0deg,0deg);
        -webkit-transform: skew(0deg,0deg);
        -moz-transform: skew(0deg,0deg);
        -o-transform: skew(0deg,0deg);
        transform: skew(0deg,0deg);
    }
    .customer-stories .customer-stories-title-wrap {
        height: 55px !important;
    }
    .customer-stories h4 {
        font-size: 36px;
    }
    .homepage-banner .btn-blue {
        margin-bottom: 0;
        padding: 7px 30px 7px;
        margin-top: 15px;
    }
    .services .btn-white {
        margin-top: 20px;
    }
    .welcome-content {
        margin-left: 0;
    }
    .welcome-img {
        width: 210px;
        margin-bottom: 10px;
    }
    .welcome-content .btn-blue {
        font-size: 16px;
        border-radius: 30px;
        padding: 12px 22px 11px;
        margin-top: 20px;
    }
    .homepage-banner h4, .homepage-banner h5 {
        color: #000;
    }
    header {
        border-bottom: 1px solid #d6d6d6;
    }
    .service-area {padding: 60px 0 35px;}
    .welcome {padding: 40px 0 40px;}
    .customer-stories {padding-top: 40px;}
    .fauquier-box {margin-top: 0;}
    #mod-custom253 img {margin-right: 12px !important;}
    .innerpage-heading h1 {font-size: 30px;font-family: 'ProximaNova-Regular';}
  .col-wrap-inner.col-wrap-inner-service, .col-wrap-inner.col-wrap-inner-plus {margin-top: 45px;}
  .plans .col-wrap-inner {padding: 80px 15px 20px 15px;}
  .plans .col-wrap-inner img {right: auto;left: auto;top: -63px;width: 130px;margin: 0 0 0 90px;}
  .hhp-block {margin-top: 25px;}
  .hhp-wrap {padding: 18px 18px 0;}
  .hhp-box-content {padding-top: 20px;}
  .pest-control-tabs .nav-tabs .nav-link {padding: .8rem .7rem;font-size: 15px;}
}


