/* --- chrome scrool bar --- */

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 2px;
    height: 50px;
}

@font-face {
    font-family: lexend_decaregular;
    src: url(fonts/lexenddeca-regular-webfont.woff2) format("woff2"), url(fonts/lexenddeca-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: copperplate_gothic_boldRg;
    src: url(fonts/copperplategothicbold-webfont.woff2) format("woff2"), url(fonts/copperplategothicbold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: lexend_decaregular !important;
    font-size: 0.9rem !important;
}

img {
    max-width: 100%;
}

.bdr {
    border: 1px solid #dadada;
    overflow: hidden;
    clear: both;
    margin-top: 1rem;
}

.list-style-none {
    list-style: none;
    padding-left: 0;
}

header {
    background-color: #000;
    padding-top: 20px;
    webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}

.logo {
    display: block;
}

.emergency,
.location {
    text-align: center;
}

.location {
    background: url(../images/grey-drop.png) no-repeat center -40px;
}

.location a {
    font-size: 24px;
    color: #fff;
}

.location p,
.location span {
    color: #fff;
    display: block;
}

.emergency h4,
.location h4 {
    color: #fff;
    font-size: 20px;
}

.emergency p {
    color: #f9b300;
    font-size: 22px;
}

.location-mobile,
.mobile-call {
    display: none;
}

.location-mobile {
    text-align: center;
}

.location-mobile a {
    font-size: 24px;
    color: #333;
}

.location-mobile p,
.location-mobile span {
    color: #333;
    display: block;
}

.location-mobile img {
    width: 10%;
}

.location-mobile input {
    width: 60%;
}

.location-mobile button {
    width: 20%;
}

.accordion {
    background: #222;
    padding: 15px;
    color: #fff;
    display: block;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 22px;
    text-align: left;
}

.accordion h1 {
    color: #fff;
    font-size: 22px !important;
    display: inline;
    text-align: left;
}

.accordion img {
    margin-right: 15px;
}

.accordion.active,
.accordion:hover {
    background-color: #111;
    color: #fff;
}

.accordion::after {
    content: "\002B";
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.accordion:hover::after {
    color: #fff;
}

.accordion.active::after {
    content: "\2212";
}

.panel {
    padding: 0 20px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion_box .panel p:first-child {
    padding-top: 20px;
}

.accordion_box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.accordion_box p {
    margin: 10px 0;
}

.city_box {
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.city_box .city_box_bg_title {
    background-color: #222;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}
.city_box .city_box_bg_title h1, .city_box .city_box_bg_title h2 {
    color: #fff;
    font-size: 22px;
    display: inline;
    text-align: left;
    margin-bottom: 0;
}
.city_box .city_box_bg_title img {
    margin-right: 15px;
}
.city_box .city_box_content {
    padding: 0 20px;
}

.faq {
    margin: 15px 0;
}

.faqitem {
    margin: 10px 0;
}

.faqitem .header {
    background: #222;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faqitem .header img {
    margin-right: 15px;
}

.faqitem .header h1 {
    margin: 0;
    font-size: 24px;
}

.faqitem .header .fa.fa-chevron-up,
.faqitem .header .fa.fa-minus {
    display: none;
}

.faqitem.jquery-accordion-active .fa.fa-chevron-up,
.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.faqitem.jquery-accordion-active .fa.fa-chevron-down,
.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.faqitem .content {
    padding: 15px;
    display: none;
}

.mobile-sticky-footer {
    display: none;
}

.city-name {
    color: #03baec;
    font-family: copperplate_gothic_boldRg;
    padding: 15px;
    font-size: 110px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.city-name p img {
    padding-right: 30px;
}

.city-banner {
    background: #fff;
    color: #000;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: copperplate_gothic_boldRg;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    margin: 0;
}

.city-banner span.water {
    color: #03baec;
}

.city-banner span.mold {
    color: #8bcb02;
}

.city-banner span.fire {
    color: #f9b300;
}

.city-banner img {
    position: relative;
    margin: -15px 15px 0 15px;
    height: 80px;
}

.city-banner a {
    color: #03baec;
    font-size: 50px;
}

.city-banner div {
    color: #03baec;
    font-size: 50px;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: initial;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.locations {
    width: 1112px;
    margin-left: -350px;
}

.locations .dropdown-item {
    width: 19.6%;
    display: inline-block;
}

.img-certi ul {
    display: flex;
    padding-left: 0;
}

.img-certi ul li {
    padding: 0 15px;
    text-align: center;
}

.img-certi ul li img {
    border: 1px solid #ccc;
}

article.contact-form {
    padding: 20px !important;
    background: #03baec;
}

article.contact-form.custom_free_quote {
    background-color: transparent;
}

article.contact-form .row {
    justify-content: center;
}

.heading-section {
    padding-bottom: 2rem;
}

.banner-images .social-btns {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

.banner-images .social-btns img {
    width: 60%;
}

.banner-images {
    margin-bottom: 2rem;
    background: #b6b6b62e;
    padding: 3rem 1rem;
}

.service_banner {
    padding: 2rem 0;
    border: 1px solid #ccc;
    margin: 3rem 0;
}

.service_banner p {
    padding-bottom: 15px;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
}

.service_banner p img {
    margin-right: 1rem;
}

.button_link_main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.button_link_main a {
    display: block;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    background-color: #03baec;
    border-color: #03baec;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.button_link_main a:hover {
    background-color: #007bff;
    border-color: #007bff;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .accordion_box .panel p:first-child {
        padding-top: 0;
    }
    .mobile-sticky-footer {
        display: inline-block;
        width: 100%;
        background-color: #222;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }
    .mobile-sticky-footer a {
        float: left;
        width: 75%;
        padding: 5px;
        text-align: center;
        color: #fff;
    }
    .mobile-sticky-footer a img {
        width: 54px;
        height: 54px;
        margin: -25px 15px 10px 15px;
        position: relative;
    }
    .mobile-sticky-footer a.call {
        margin-right: 15px;
        width: 20%;
    }
    .mob_img {
        float: right;
    }
    .zsiq_theme1.zsiq_floatmain {
        margin-bottom: 50px;
        z-index: 99999 !important;
    }
    .faqitem .header img {
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .faqitem .header h1 {
        margin: 0;
        font-size: 20px;
    }
    .city-banner {
        font-size: 24px;
        text-shadow: 0;
    }
    .city-banner img {
        margin: 10px;
    }
    .city-banner a {
        display: block;
        font-size: 30px;
    }
    .city-banner div {
        display: block;
        font-size: 30px;
        margin-top: 0;
    }
    .city-name p {
        color: #03baec;
        font-family: copperplate_gothic_boldRg;
        padding: 0;
        font-size: 24px !important;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    }
    .city-name p img {
        padding-right: 10px;
        height: 75px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.locations {
        width: auto;
        max-height: 230px;
        overflow: auto;
        margin-left: 0;
    }
    .locations .dropdown-item {
        width: 100%;
        display: block;
    }
    .table-data {
        overflow-x: auto;
    }
}

.navbar {
    z-index: 9999;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show>.nav-link {
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s linear;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background: #000;
}

.navbar-nav li {
    padding: 0 15px;
}

.dropdown-menu {
    background-color: #000;
    color: #fff;
}

.dropdown-item {
    color: #fff;
}

.demage {
    background-image: url(../images/logos-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px;
    color: #fff;
}

.demage p {
    padding: 10px 0;
}

.demage .water-service-btn {
    background: 0 0;
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #00aeef;
    font-size: 20px;
    transition: all 0.3s linear;
    color: #fff;
    text-decoration: none;
}

.demage .water-service-btn:hover {
    color: #fff;
    background: #00aeef;
}

.demage-demo {
    background: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #333;
}

.demage-demo section.row {
    margin-right: 0;
    margin-left: 0;
}

.demage-demo section.row img.icon {
    position: relative !important;
    margin-top: -100px !important;
}

.demage-demo section.row img.img {
    border-radius: 10px;
    border: 1px solid #eee;
    margin: 0 10px 30px 10px;
}

.demage-demo section.row section {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 77%, #eee 100%);
    background: -webkit-linear-gradient(left, #fff 77%, #eee 100%);
    background: linear-gradient(to right, #fff 77%, #eee 100%);
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 20px;
}

.demage-demo p {
    padding: 10px 0;
}

.demage-demo .water-service-btn {
    background: #00aeef;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    transition: all 0.3s linear;
    color: #fff;
    text-decoration: none;
}

.demage-demo .water-service-btn:hover {
    color: #fff;
    background: #098ebf;
}

.bg-blue {
    background-color: #03baec;
}

.bg-blue h4 {
    color: #fff !important;
}

.content .left-col .box {
    border: 1px solid #dadada;
    padding: 0 20px;
    margin-bottom: 15px;
}

.content .left-col .box.plumber_city_list {
    margin-top: 15px;
}

.maplist {
    max-height: 1217px;
    overflow: auto;
    padding: 10px;
}

.maplist li {
    border-bottom: 1px solid #ddd;
    padding: 30px 15px;
}

.maplist li:first-child {
    background: #fff5d9;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content .right-col .box {
    border: 1px solid #dadada;
    padding: 15px;
    margin-bottom: 15px;
}

.map,
.quote {
    padding: 15px;
    text-align: center;
}

.map {
    border-right: 1px solid #dadada;
}

.help {
    display: block;
    margin-top: 30px;
}

.help img {
    float: left;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.help h4 {
    font-size: 30px;
}

.footer-first {
    background: #00518f;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-first h5 {
    color: #fff;
    margin-bottom: 25px;
}

.footer-first p {
    color: #fff;
    font-size: 14px;
}

.footer-first .text-grey {
    color: #969da4;
    font-size: 14px;
}

.footer-first .text-grey a {
    color: orange;
}

.footer-first ul {
    color: #969da4;
    float: left;
    padding-left: 18px;
    margin-right: 20px;
    column-count: 2;
    font-size: 14px;
}

.footer-first ul li {
    line-height: 25px;
}

.footer-first ul li a {
    color: #969da4;
}

.footer-second {
    background: #242424;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-second p {
    color: #bdbdbd;
    text-align: right;
}

.footer-second p span {
    font-size: 14px;
}

.footer-second p span a {
    color: #7c7c7c;
}

#map_wrapper {
    height: 450px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #map_wrapper {
        height: 275px;
    }
    .demage-demo section.row {
        position: inherit;
        margin-top: 0;
    }
    .demage-demo section.row section {
        position: inherit;
        margin-top: 20px;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 77%, #eee 100%);
        background: -webkit-linear-gradient(top, #fff 77%, #eee 100%);
        background: linear-gradient(to bottom, #fff 77%, #eee 100%);
    }
    .demage-demo section.row img.icon {
        position: relative !important;
        margin-top: 0 !important;
    }
    .demage-demo section.row img.img {
        margin: 0 0 30px 0;
    }
    .logo {
        width: 220px;
    }
    .navbar-nav li {
        padding-left: 0;
    }
    .emergency,
    .location {
        display: none;
    }
    .mobile-call {
        display: block;
        position: absolute;
        top: -45px;
        right: 60px;
    }
    .location-mobile {
        display: block;
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
    }
    .navbar-toggler {
        font-size: 1.25rem;
        border-radius: 0.25rem;
        position: absolute;
        top: -50px;
        right: 0;
        border-color: transparent !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .show>.nav-link {
        text-align: left;
    }
    .img-respo {
        display: block;
        text-align: center;
    }
    .img-respo img {
        width: 32%;
        display: inline-block;
    }
    .footer-second,
    .footer-second p {
        text-align: center;
    }
}

.location-map .box {
    border: 1px solid #dadada;
    padding: 20px;
}

.btn-neon {
    color: #fff;
    background-color: #39ff14;
    border-color: #4cae4c;
    font-size: 25px;
    font-weight: 700;
}

.dropdown-item {
    text-transform: uppercase;
}

.subtitle_city {
    font-size: 21px;
}

.plumber_list {
    background-color: #233a59;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}

.plumber_no {
    font-size: 18px;
    font-weight: 700;
    color: #64a8cb !important;
}

.plumber_area {
    font-size: 12px;
    font-style: italic;
    color: #878f97 !important;
}

.plumber_cont {
    font-size: 13px;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
}

.plumber_bio {
    font-size: 15px;
    color: #878f97 !important;
}

.plumber_circle {
    background: #fff;
    border-radius: 1em;
    color: #000;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 35px;
    padding: 1px;
    height: 35px;
    margin: 3px;
}

.plumber_view_name {
    font-size: 25px;
    color: #233a59 !important;
    font: "Open Sans", sans-serif;
    font-weight: 400;
}

.plumber_pro {
    background-color: #233a59;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    color: #fff !important;
}

.plumber_mo {
    font-size: 22px;
}

.plumber_ph {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.plumber_sc {
    font-size: 15px;
}

.faq article {
    background: rgba(0, 0, 0, 0.8);
}

.faq article .post-title {
    background: #03baec;
    padding: 5px 10px;
}

.faq article .post-title a {
    color: #fff;
    text-decoration: none;
}

.faq article .post-title a {
    text-decoration: none;
}

.faq article .post-meta {
    padding: 5px 10px;
}

.faq article .post-meta .text-muted {
    color: #fff !important;
}

.faq article section {
    color: #fff;
    padding: 5px 10px;
}

.faq article section p a {
    color: #03baec;
}

.detection .blue-bg {
    background: #03baec;
}

.no-border {
    border: 0 !important;
}

.faq-post-bg {
    padding: 50px 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.capt-bg {
    background: url(https://watermoldfire.net/images/fire-demage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.art-banner img {
    width: 100%;
    height: auto;
}

.art-banner .text {
    margin: 0 auto;
    position: absolute;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.6);
    left: 20%;
    top: 20%;
}

.carousel-caption {
    top: 40%;
    bottom: inherit;
}

.carousel-caption h1 {
    background: #03baec;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
}

.blue-text {
    color: #03baec;
}

.nopoint li {
    list-style-type: none;
}

.news article {
    margin-bottom: 15px;
}

.articles-section {
    margin-bottom: 2rem;
}

.articles-section .news-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.articles-section .news-block .inner-box {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    margin: 15px;
    border: 1px solid rgba(0, 83, 153, 0.2);
}

.articles-section .news-block .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.articles-section .news-block .desc h4 {
    background-color: rgba(0, 83, 153, 0.5);
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
    text-align: center;
}

.no-gutter {
    margin: 0 !important;
    padding: 0 !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky+#content {
    padding-top: 102px;
}

.main_header {
    float: left;
    width: 100%;
    position: relative;
    height: calc(100vh);
}

.main_header .banner-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    background: #02a7d5;
    max-width: 631px;
}

.main_header .banner-caption h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
}

.head_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.head_inner {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.dropdown-item,
.dropdown-menu {
    background-color: #000 !important;
    color: #fff !important;
}

a.dropdown-item:hover {
    color: #16181b !important;
    background-color: #f8f9fa !important;
}

.four-menu .dropdown-menu {
    column-count: 4;
}

.dropdown-item .logo a {
    display: inline-block;
    vertical-align: middle;
}

.info-txt {
    background-color: #394058;
    float: left;
    width: 350px;
    height: 134px;
    top: 126px;
    left: 0;
    padding: 30px;
    position: absolute;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.info-txt:after {
    content: "";
    background-color: #394058;
    height: 100%;
    width: 63px;
    right: -36px;
    top: 0;
    transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -webkit-transform: skewX(-11deg);
    -o-transform: skewX(-8deg);
    z-index: 2;
    float: right;
    margin-top: 0;
    position: absolute;
}

.info-txt h1 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}

ul.list-style {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 40px;
}

ul.list-style li {
    font-weight: 500;
    font-size: 16px;
    color: #24262b;
    position: relative;
    line-height: 30px;
}

ul.list-style li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #03a7d8;
    border-radius: 100%;
}

.m-t-10 {
    margin-top: 10px;
}

.w-50 {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.p-d-r-0 {
    padding-right: 0;
}

ol.list-number li {
    font-weight: 500;
    line-height: 30px;
}

.info_txt {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

.info_txt h1 {
    font-size: 40px;
    font-weight: 900;
    color: #00b1e4;
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
}

.info_txt.white {
    background: #fff;
}

.info_txt.white h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: #00b1e4;
    margin: 0;
    padding-bottom: 25px;
}

.info_txt.white p {
    text-align: left;
}

.header-banner-info {
    display: inline-block;
    padding: 60px 0 30px;
    overflow: hidden;
}

.header-banner-info p {
    color: #1a1d26;
    padding-bottom: 20px;
    text-align: center;
}

.header-banner-info p:last-child {
    padding-bottom: 0;
}

.childbedroom_info .w-50 {
    background: #fff;
    padding-right: 0;
    min-height: 730px;
    margin-right: 25px;
    width: calc(50% - 25px) !important;
    margin-top: 30px;
}

.childbedroom_info .w-50 img {
    width: 100%;
}

.childbedroom_info .w-50 h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    color: #1831c2;
    margin: 0;
    padding: 30px 30px 0 30px;
}

.childbedroom_info .w-50 p {
    padding: 10px 30px 0 30px;
    font-size: 16px;
}

.light-bg {
    background: #f7f7f7;
}

.m-t-45 {
    margin-top: 45px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.common_home {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}

.common_img {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.common_home h2 {
    color: #00b1e4;
    font-size: 40px;
    font-weight: 900;
    padding: 0 0 20px 0;
    margin: 0;
}

.common_home p {
    color: #24262b;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.common_home p:last-child {
    padding-bottom: 0;
}

.kitchencare {
    display: block;
    width: 100%;
}

.common_home.light-bg h2 {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #00b1e4;
    text-align: center;
}

.kitchencare_img img {
    display: block;
    width: 100%;
}

.cooking_in_kitchen_info {
    float: left;
    width: 100%;
    background: #601f15;
    padding: 70px 0;
}

.cooking_in_kitchen_info-inner {
    background: #682318;
    box-shadow: 0 0 98px 0 rgba(0, 0, 0, 0.13);
    padding: 30px 0;
}

.cooking_in_kitchen_info h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #edae01;
    text-align: center;
}

.cooking_in_kitchen_info p {
    color: #fff;
    padding: 0 0 30px 0;
    margin: 0;
}

.cooking_in_kitchen_info h3 {
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0;
    color: #edae01;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.cooking_in_kitchen_info ul {
    padding-left: 30px;
}

.cooking_in_kitchen_info li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    list-style: none;
}

.cooking_in_kitchen_info li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    background: #edae01;
    border-radius: 100%;
    top: 5px;
    left: -15px;
}

.beware_bathroom {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0 30px;
    overflow: hidden;
}

.beware_bathroom h2 {
    font-weight: 900;
    color: #00b1e4;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.beware_bathroom p {
    color: #24262b;
    font-size: 16px;
}

.beware_bathroom.breath h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 30px 0;
    text-align: left;
    font-weight: 900;
}

.beware_bathroom.breath p {
    color: #fff;
    font-size: 16px;
}

.beware_bathroom ul {
    padding: 20px 0 20px 30px;
    list-style: none;
}

.beware_bathroom ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.beware_bathroom ul li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    top: 8px;
    left: -15px;
}

.beware_bathroom_inner {
    padding: 0;
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

.beware_bathroom_inner .text-wrapper {
    background: #f7f7f7;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 30px;
}

.beware_bathroom_inner img {
    width: 100%;
}

.beware_bathroom_inner .text-wrapper h3 {
    color: #00b1e4;
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 900;
}

.beware_bathroom_inner .text-wrapper p {
    font-size: 18px;
    color: #24262b;
}

.childbedroom_tx {
    float: left;
    width: 100%;
    position: relative;
}

.childroom_img img {
    display: block;
    width: 100%;
}

.childbedroom_info {
    float: left;
    width: 100%;
    background: #1831c2;
    padding: 60px 0;
}

.childbedroom_info h2 {
    padding-bottom: 45px;
    font-size: 40px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.childbrdroom_info-thumb {
    display: block;
    padding-bottom: 50px;
    padding-top: 10px;
}

.childbrdroom_info-text h3 {
    padding-bottom: 10px;
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-align: left;
}

.childbrdroom_info-text p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}

.toy_and_game {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 80px;
}

.toy_and_game h2 {
    color: #00b1e4;
    font-size: 40px;
    margin: 0 0 15px 0;
    font-weight: 900;
}

.toy_and_game p {
    color: #24262b;
    font-size: 16px;
}

.toy_and_game_inner {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 30px;
}

.toy_and_game_inner img {
    margin-top: 50px;
}

.clearence-div {
    padding: 30px 15px 0 15px;
}

.clearence-div p.pd-b-20 {
    padding-bottom: 20px;
}

.beware_bathroom.breath {
    background: #5e8506;
    overflow: hidden;
}

.dont_panic {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 70px 0 70px 0;
    overflow: hidden;
}

.dont_panic h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #00b1e4;
}

.dont_panic p {
    color: #24262b;
    padding-bottom: 20px;
    line-height: 30px;
    margin: 0;
}

.dont_panic ul {
    padding: 0 0 10px 30px;
    list-style: none;
}

.dont_panic ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #24262b;
    padding-bottom: 10px;
    line-height: 30px;
}

.dont_panic ul li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    background: #03a7d8;
    border-radius: 100%;
    top: 12px;
    left: -15px;
}

.main_footer {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    padding: 50px 0 50px 0;
}

.main_footer p {
    font-size: 22px;
    color: #24262b;
    font-weight: 500;
    text-align: center;
}

.footer-title-wrp h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #00b1e4;
    text-align: center;
}

.resource-section {
    background-color: #f7f7f7;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 1rem;
}

.resource-inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resource-inner ul li a {
    display: block;
    line-height: 126px;
}

.resource-inner ul li {
    display: inline-block;
    margin: 0 20px 20 0;
    transition: all ease 0.5s;
    max-width: 265px;
    width: 100%;
    min-height: 120px;
    text-align: center;
    transition: all ease 0.5s;
    position: relative;
}

.resource-inner ul li:hover {
    top: 2px;
}

.resource-inner ul li a img {
    width: auto;
}

.certificate-section {
    margin-top: 2rem;
}


/* --- new --- */

.heading-h2 {
    background: #222;
    padding: 15px;
}

.heading-h2 h2 {
    color: #fff;
    font-size: 22px !important;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.heading-h2 h1 {
    color: #fff;
    font-size: 22px !important;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.call-btn {
    margin: 6px 0;
}

.call-btn a {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    background-color: #0096bf;
    border-radius: 5px 5px 5px 5px;
    line-height: normal;
    padding: 10px;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

.listing {
    list-style: none;
    padding-left: 1rem;
}

.listing li {
    width: 100%;
    padding-left: 30px;
    color: #4d4d4d;
    background: none;
    font-size: 18px;
    letter-spacing: .04em;
    padding-bottom: 15px;
    position: relative;
}

.listing li::before {
    position: absolute;
    content: "\f046";
    left: 0;
    font-family: FontAwesome;
    color: #005971;
    top: 0px;
    font-size: 18px;
}

.number h3 {
    font-size: 110px;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    color: #54910b;
}

.text-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-banner .one {
    flex: 0 0 50%;
    max-width: 50%;
}

.text-banner .img {
    flex: 0 0 10%;
    max-width: 10%;
}

.text-banner .call {
    flex: 0 0 40%;
    max-width: 40%;
}

.mobile-form .box {
    padding: 1rem 10px !important;
}

form#data .form-group {
    margin-bottom: 2% !important;
}

/* ==== 22/10/2021 ==== */
.data-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.data-table table tr th {
    font-size: 18px;
    color: #fff;
    background-color: #00b1e1;
    padding: 1rem;
}
.data-table table tr td {
    font-size: 1em;
    color: #808080;
    padding-top: 1rem;
}


/* ==== 22/10/2021 ==== */


@media screen and (min-width: 992px) {
    .dt-none {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .main_header .banner-caption {
        width: 100%;
        max-width: 100%;
    }
    .main_header .banner-caption h4 {
        font-size: 30px;
        margin: 0;
    }
    .service_banner {
        padding: 2rem 0;
    }
    .service_banner p {
        font-size: 14px !important;
    }
    .service_banner .service-list .col-3 .left-logo {
        text-align: center;
        margin-bottom: 1rem;
    }
    .service_banner .service-list .col-3,
    .service_banner .service-list .col-4,
    .service_banner .service-list .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_banner .service-list .col-4 img,
    .service_banner .service-list .col-5 img {
        height: 40px;
    }
    .m-none {
        display: none;
    }
    #mold-removal .banner-caption {margin-top: 0 !important;max-width: 100% !important;}
}

@media screen and (max-width: 767px) {
    .logo img {
        max-height: 50px;
    }
    .main_header .banner-caption {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .main_header .banner-caption h4 {
        font-size: 20px;
    }
    .head_bg {
        background-size: cover;
    }
    h1,
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    p {
        font-size: 16px !important;
    }
    .w-50 {
        width: 100% !important;
        padding: 0 !important;
        min-height: auto !important;
    }
    .cooking_in_kitchen_info ul {
        padding: 0;
    }
    .cooking_in_kitchen_info li {
        margin: 0;
    }
    .resource-inner ul {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .resource-inner ul li {
        max-width: 47%;
        margin-bottom: 17px;
    }
    .resource-section {
        padding: 50px 0;
    }
    .number h3 {
        justify-content: center;
    }
    .data-table {overflow-x: scroll;}
    .data-table table {width: 640px;}

}

@media screen and (max-width: 568px) {
    .resource-inner ul li {
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .resource-section {
        padding: 30px 0;
    }
    .resource-inner ul li a {
        line-height: 20px !important;margin-bottom: 10px;
    }
    .banner-images .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .banner-images h2 {
        font-size: 26px;
    }
    .text-banner {
        display: block;
    }
    .text-banner .img,
    .text-banner .one,
    .text-banner .call {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .number img {
        max-width: 50px;
    }
    .mfont20 {font-size: 20px;}
}

.mt-4 {
    margin-top: 0.5rem !important;
}

.sub_title {
    font-size: 1.5rem !important;
}
.lead-box {margin: 2rem 0;}
.lead-box h1 {font-family: copperplate_gothic_boldRg;text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);text-align: center;margin-bottom: 2rem;}
.lead-box span.water {color: #03baec;}
.lead-box span.mold {color: #8bcb02;}
.lead-box span.fire {color: #f9b300;}
label.heading{margin-top: 1rem;}
.price_p{font-size: 0.9rem !important;}
#mold-removal {
    min-height: 500px;
    display: contents;
    text-align: center;}
#mold-removal .banner-caption {
    position: relative;
    z-index: 55;
    background: #02a7d5;
    max-width: calc(100% - 500px);
    padding: 1rem;
    margin: -90px auto 0;
}

.wmf_msg {
    line-height: 1.1;
    font-size: 13px !important;
}
.wmf_msg a {
    color: #212529;
    text-decoration: underline;
}