:root {
    --lightgray: #F4F4F4;
}

/* *********** MARGIN AND PADDING *********** */
.mrgb100 {
    margin-bottom: 100px;
}

.my-80 {
    margin: 80px 0;
}

.mb-50 {
    margin-bottom: 50px;
}

.py-110 {
    padding: 110px 0;
}

.py-80 {
    padding: 80px 0;
}

p a {
    color: var(--orange);
    font-weight: bold;
    text-decoration: underline;
}

/* *********** BUTTON *********** */
[class*="btn-"] {
    min-width: 220px;

    &:hover {
        border-radius: 50px;
    }
}

.button-group li {
    margin-bottom: 0;
}

/* *********** COTENT WRAPPER *********** */

.ctent-column {
    width: calc(100% - 740px);
    padding-right: 100px;
}

.img-block {
    width: 740px;

    & img{
        margin: 0 0 0 auto;
    }
}
.row-reverse{

    & .img-block{

         & img{
            margin: 0;
        }
    }
}

.row-reverse .ctent-column {
    padding-left: 100px;
    padding-right: 0;
}

.radius-30 {
    border-radius: 30px;
}


.lightgray-bg {
    background-color: var(--lightgray);
}

.section-radius {
    border-radius: 0 0 100px 0;
}

.blue-clr {
    color: var(--blue);
}

.short-intro {
    max-width: 650px;
    margin: 0 auto;
}

.white-text [class*="heading-"],
.white-text p {
    color: var(--white);
}

.intro-column-wrap {
    column-count: 2;
    column-gap: 100px;
}

.col6 {
    width: 50%;
}

.btn-load {
    min-width: auto;
}

.checked-list li:before {
    background: url(../images/checked-ul.svg) no-repeat 0 0;
    width: 19px;
    height: 18px;
}

.storng-ul li {
    font-weight: bold;
}

/* *********** FAQ *********** */
.hm-faq {}

.hm-left {
    width: 630px;
    margin-bottom: 100px;
}

.hm-right {
    width: calc(100% - 630px);
    padding-left: 120px;

    .faq_accordion {
        margin-top: 35px;
    }
}

.watch-wrap {
    position: absolute;
    left: 0;
    bottom: 40px;
    min-width: 280px;
    height: 108px;
    background-color: var(--white);
    border-radius: 0 30px 30px 0;
    font-family: 'Bebas Neue';
    font-size: 33px;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 35px;
    column-gap: 14px;
}

.watch-wrap .play-button {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(23deg 91% 54% / 31%);
    border-radius: 100%;
    padding: 6px;
    cursor: pointer;
    animation: pulse 3s infinite;
    border-radius: 50%;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsl(23deg 91% 54% / 31%);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 hsl(23deg 91% 54% / 31%);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 hsl(23deg 91% 54% / 31%);
        box-shadow: 0 0 0 0 hsl(23deg 91% 54% / 31%);
    }

    70% {
        -moz-box-shadow: 0 0 0 100px rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 20px rgba(225, 128, 43, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
    }
}


.overlay-img {
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hm-plumbing-experts {
    background: var(--secondary);
    position: relative;
    border-radius: 100px 0 100px 0;
    padding: 100px 0 200px;
}

.hm-plumbing-experts .bgimg,
.brustpipespg .homeowners-sec .bgimg {
    z-index: 0;
    opacity: 0.1;
}

.hm-plumbing-experts .bgimg {
    border-radius: 100px 0 100px 0;
}

.whytrust_sliderdiv.slick-gray .slick-prev,
.whytrust_sliderdiv.slick-gray .slick-next {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

.whytrust_sliderdiv.slick-gray .slick-prev:hover,
.whytrust_sliderdiv.slick-gray .slick-prev:hover {
    filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
    background: url(../images/slider-arrow-left.svg) no-repeat 0 0;
    opacity: 1;
}

.hm-plumbing-experts .trustdivbx p {
    font-size: 16px;
    line-height: 22px;
}

.hm-plumbing-experts .whytrust_sliderdiv .trustdivbx {
    padding: 48px 30px 0;
}

.emergency-badge {
    position: absolute;
    top: -93px;
    left: 85px;
}

/*  ******* connection contect ******* */
.hm-conection-sec {
    background-color: var(--white);
    padding: 120px 0;
    border-radius: 100px 0 0 0;
}

.hm-conection-sec .hm-content {
    padding-right: 90px;
}

.ctent-factor-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
}

.ctent-box {
    width: calc(50% - 30px);
    margin: 0 15px;
    background-color: var(--blue);
    border-radius: 30px;
    padding: 38px 42px;
    color: var(--white);
    text-align: center;
}

.ctent-factor-grid .ctent-box.dark-box {
    background: var(--secondary);
}

.ctent-box .icon {
    width: 67px;
    height: 67px;
    background-color: var(--secondary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;

}

.ctent-factor-grid .ctent-box.dark-box .icon {
    background-color: var(--white);
}

.ctent-box .heading-28 {
    margin-bottom: 11px;
}

.ctent-box a.button {
    margin-top: 25px;
}

.ctent-box p {
    line-height: 22px;
}

.girl-team-wrap {
    padding-bottom: 146px;
}

.girl-team-wrap .fast-direct-text {
    position: absolute;
    top: -62px;
    z-index: -1;
    left: 20px;
}

.girl-team-wrap .va-img-bottom {
    position: absolute;
    bottom: 0;
}

.girl-team-wrap .badge-experience {
    position: absolute;
    top: -18px;
    right: -21px;
    z-index: -1;
}

.ctent-factor-grid .ctent-box:not(.dark-box) .btn-theme:hover {
    background: var(--primary);
    border-color: var(--primary);
}



/*  ******* Sort Out plumbing Problem ******* */
.hm-sort-out-plumbing {
    background-color: var(--orange);
    padding: 80px 0;
}

.hm-sort-out-plumbing:before,
.hm-sort-out-plumbing:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: var(--orange);
    left: 0;
    right: 0;
    z-index: -1;
}

.hm-sort-out-plumbing:before {
    top: -100px;
}

.hm-sort-out-plumbing:after {
    bottom: -100px;
}

.plumbing-left {
    width: 445px;
    padding-right: 55px;
}

.plumbing-right {
    width: calc(100% - 800px);
}

.ul-checked li {
    font-family: 'Bebas Neue';
    font-size: 30px;
    color: var(--white);
    padding-left: 50px;
}

.ul-checked li:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
}

.ul-checked li:before {
    background: url(../..//assets/images/circle-arrow-ul.svg);
    width: 36px;
    height: 36px;
    top: -5px;
}

.grid-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 85px;
}

.hm-sort-out-plumbing img.plumbing-repais {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hm-sort-out-plumbing img.fast-plumbing-text {
    position: absolute;
    right: 190px;
    bottom: 0;
    top: 0;
    margin: auto 0;
}

/*  ******* Plumbing Services ******* */
.services-sec.common-content-sec.darkbg {
    padding: 115px 0;
}

.premium-badge {
    position: absolute;
    right: 30px;
    top: -130px;
}

.services-sec .emergencyservices_container {
    row-gap: 40px;
    margin: 30px -18px 0;
    padding-bottom: 0;
}

.services-sec .emergencyservices_container a {
    width: calc(25% - 36px);
    margin: 0 18px;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.services-sec .emergencyservices_container a .servicename.heading-30 {
    padding: 0 20px;
    max-width: 250px;
    margin: 0 auto;
    transition: all 0.5s linear;
    --webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.services-sec .emergencyservices_container a:nth-child(n+5) {
    width: calc(20% - 36px);
    min-height: auto;
    padding: 32px 30px;
}

.services-sec .emergencyservices_container a:nth-child(n+5) .serviceicondiv {
    width: 116px;
    height: 116px;
}

.services-sec .emergencyservices_container a:hover .serviceicondiv {
    margin: 0 auto 30px;
}

.services-sec .emergencyservices_container a:hover .servicename.heading-30 {
    transform: translate(0, 8px);
}

.services-sec.common-content-sec.darkbg .sectiontitle {
    text-align: left;
    max-width: 500px;
}

.services-sec.common-content-sec.darkbg .intro-column-wrap {
    margin-bottom: 60px;
}

.intro-column-wrap p {
    max-width: 482px;
    margin: 0 0 0 auto;
}

/*  ******* Plumbing Services ******* */
.hm-fast-direct {
    padding: 100px 0;
    position: relative;
}

.plumbing-column {
    background-color: var(--blue);
    border-radius: 30px;
    padding: 35px 30px;
    position: relative;
    min-height: 220px;
}

.plumbing-column:after {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 30px;
    border: 2px dashed var(--white); */
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: calc(100% - 20px);
    padding: 10px;
    border-radius: 19px;
    border: 2px dashed var(--white);
}

.plumb-img {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
}

.plumb-img:after {
    content: "";
    position: absolute;
    left: -12px;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    top: 8px;
    background: var(--white);
    z-index: -1;
}

.plumb-img>img {
    border-radius: 138px 30px 30px 138px;
    object-fit: cover;
    min-height: 235px;
}

.plumbing-gird-list .plumbing-column {
    margin-bottom: 30px;

    .heading-28 {
        margin-bottom: 5px;
        color: var(--white);
    }

    & p {
        color: var(--white);
        margin-bottom: 12px;
        font-weight: 600;
        line-height: 20px;
    }
}

.plumb-left {
    max-width: 280px;
}

.secondary-bg {
    background-color: var(--secondary);
}

.fast-direct-plumbing-text {
    font-size: 130px;
    background: linear-gradient(#E6E5E5, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    position: absolute;
    left: -75px;
    right: 0;
    bottom: -26px;
    text-align: center;
    letter-spacing: 25px;
}

.hm-fast-direct .hm-item {
    width: 780px;
}

.hm-fast-direct .row-reverse .hm-content {
    padding-right: 0;
    width: calc(100% - 780px);
}

.plumbing-gird-list .plumbing-column:hover:after {
    border: 0;
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%),
        linear-gradient(90deg, #fff 50%, transparent 50%),
        linear-gradient(0deg, #fff 50%, transparent 50%),
        linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 0.8s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
    }
}

/*  ******* Free Online Quotes ******* */
.freeonline-quotes-sec {
    margin-bottom: 30px;
}

.freeonline-quotes-sec .step-process {
    margin: -154px 0 0;
}

.freeonline-quotes-sec .step-left {
    padding: 77px 60px;
}

.freeonline-quotes-sec .step-left .heading-34 {
    margin-bottom: 5px;
}

.freeonline-quotes-sec .step-left .heading-34,
.freeonline-quotes-sec .step-left .heading-62 {
    color: var(--white);
}

.freeonline-quotes-sec .step-left .heading-62 {
    margin-bottom: 15px;
}

.freeonline-quotes-sec .step-process .step-right .step-list li {
    text-align: left;
}

.freeonline-quotes-sec .step-process .step-right .step-list li span.step-icon {
    margin: 0 0 15px;
}

.freeonline-quotes-sec .step-list li .step-box .heading-30 {
    color: var(--white);
    margin-bottom: 5px;
}

/* ********| thank you 0r error | ******** */

.thank_you_content {
    margin: 0 auto;
}

.thank_you_content p {
    margin-bottom: 20px;
}

.thank_you_content p a {
    font-weight: bold;
}

main .thank_you_content ul {
    margin-top: 20px;
}

main .thank_you_content ul li:not(:last-child) {
    margin-bottom: 15px;
}

main .thank_you_content ul li {
    padding-left: 18px;
    position: relative;
    color: var(--secondary);
}

main .thank_you_content ul li:before {
    content: "\f105 " !important;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    font-family: "FontAwesome";
    opacity: 1;
    z-index: 0;
    background: none;
    width: auto;
    height: auto;
}

.error-left {
    width: 60%;
    padding-right: 100px;
}

.error-right {
    width: 40%;
}

main .thank_you_content ul li a {
    text-decoration: underline;
}

main .thank_you_content ul li a:hover {
    color: var(--blue);
}

.content-bg-sec {
    background: var(--secondary);
    position: relative;
    border-radius: 100px 0 100px 0;
    padding: 100px 0 200px;
}

.content-bg-sec .bgimg {
    border-radius: 100px 0 100px 0;
    z-index: 0;
    opacity: 0.1;
}

.content-bg-sec [class*="heading-"] {
    color: var(--blue);
}

.content-bg-sec p {
    color: var(--white);
}

.content-bg-sec ul li {
    color: var(--white);
}

.ul-normal-list li {
    font-weight: normal;
}

main section p {
    font-weight: normal;
}

.dark-bg {
    background-color: var(--secondary);
    border-radius: 100px 0 0 0;
    padding: 100px 0;

    & [class*="heading-"] {
        color: var(--blue);
    }

    & p {
        color: var(--white);
    }
}
.center_intro.bottom_into {
    text-align: left;
	margin-top: 100px;
}
.common_why_choose_us .bottom_into .button-group {
    justify-content: left;
}
.yes_bottom_into ul li:before {
    background: url(../images/checked-ul.svg) no-repeat 0 0 !important;
}
/* *********** STart Media Query  *********** */


@media (max-width: 1599.98px) {
    .services-sec .emergencyservices_container a .servicename.heading-30 {
        padding: 0;
    }

    .plumbing-left {
        width: 380px;
        padding-right: 40px;
    }

    .plumbing-right {
        width: calc(100% - 620px);
        padding-right: 50px;
    }

    .grid-ul {
        column-gap: 40px;
    }

    .hm-conection-sec .hm-content {
        width: calc(100% - 620px);
        padding-right: 60px;
    }

    .hm-conection-sec .hm-item {
        width: 620px;
    }

    .hm-fast-direct .row-reverse .hm-content {
        width: calc(100% - 650px);
        padding-left: 80px;
    }

    .hm-fast-direct .hm-item,
    .img-block {
        width: 650px;
    }

    .ctent-column {
        width: calc(100% - 650px);
        padding-right: 60px;
    }

    .freeonline-quotes-sec .step-left {
        padding: 40px 30px;
        text-align: center;
    }


}

@media (max-width: 1439.98px) {

    .py-110 {
        padding: 60px 0;
    }

    .my-80 {
        margin: 60px 0;
    }

    .mrgb100 {
        margin-bottom: 60px;
    }

    .services-sec .emergencyservices_container,
    .servicespg .inner-servies-list {
        row-gap: 20px;
        margin: 30px -10px 0;
    }

    .services-sec .emergencyservices_container a,
    .services-sec .emergencyservices_container a:nth-child(n+5),
    .service-gird.inner-servies-list a {
        min-height: 300px;
    }

    .services-sec .emergencyservices_container a,
    .service-gird.inner-servies-list a {
        width: calc(25% - 20px);
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services-sec .emergencyservices_container a:nth-child(n+5) {
        width: calc(20% - 20px);
    }

    .hm-sort-out-plumbing {
        padding: 60px 0;
    }

    .grid-ul {
        column-gap: 25px;
    }

    .ul-checked li {
        font-size: 24px;
    }

    .hm-sort-out-plumbing img.plumbing-repais {
        max-width: 230px;
    }

    .hm-sort-out-plumbing img.fast-plumbing-text {
        right: 115px;
        bottom: -124px;
        max-width: 150px;
    }

    .plumbing-right {
        width: calc(100% - 450px);
    }

    .hm-conection-sec {
        padding: 60px 0;
    }

    .hm-conection-sec .hm-content {
        width: calc(100% - 450px);
    }

    .hm-conection-sec .hm-item {
        width: 450px;
    }

    .ctent-factor-grid {
        margin: 0 -10px;
        row-gap: 20px;
    }

    .ctent-box {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 30px;
    }

    .girl-team-wrap .badge-experience {
        right: -44px;
        max-width: 175px;
    }

    .hm-fast-direct .hm-item,
    .img-block {
        width: 450px;
    }

    .hm-fast-direct .row-reverse .hm-content,
    .ctent-column {
        width: calc(100% - 450px);
    }

    .row-reverse .ctent-column {
        padding-left: 60px;
    }

    .homepg .hm-fast-direct {
        padding: 60px 0;
    }

    .fast-direct-plumbing-text {
        font-size: 80px;
        letter-spacing: 18px;
    }

    .girl-team-wrap .fast-direct-text {
        top: -14px;
    }

    .hm-plumbing-experts {
        padding: 60px 0 140px;
    }

    .emergency-badge,
    .premium-badge {
        display: none;
    }


    .hm-left {
        width: 550px;
    }

    .hm-right {
        width: calc(100% - 550px);
        padding-left: 60px;
    }

    .error-left {
        padding-right: 60px;
    }

    .hm-fast-direct,
    .dark-bg {
        padding: 60px 0;
    }

    .services-sec.common-content-sec.darkbg .intro-column-wrap {
        column-count: 1;
    }

    .services-sec.common-content-sec.darkbg .sectiontitle {
        max-width: 100%;
    }

    .services-sec.common-content-sec.services-sec .intro-column-wrap p {
        max-width: 100%;
        margin: 10px 0 0 auto;
    }


}

@media (max-width: 1199.98px) {
	.center_intro.bottom_into { 
	margin-top:40px;
	}
    .mrgb100 {
        margin-bottom: 40px;
    }

    .py-80 {
        padding: 50px 0 80px;
    }

    .py-110 {
        padding: 40px 0;
    }

    .my-80 {
        margin: 40px 0;
    }

    .hm-fast-direct,
    .dark-bg {
        padding: 40px 0;
    }

    .services-sec .emergencyservices_container a:nth-child(n+5) {
        width: calc(25% - 20px);
    }

    .hm-sort-out-plumbing {
        padding: 40px 0;
    }

    .hm-sort-out-plumbing img.plumbing-repais {
        display: none;
    }

    .hm-sort-out-plumbing img.fast-plumbing-text {
        right: 0;
        bottom: 0;
        max-width: 100%;
        top: inherit;
    }

    .plumbing-right {
        width: calc(100% - 380px);
        padding-right: 0;
    }

    .hm-conection-sec {
        padding: 40px 0;
    }

    .hm-conection-sec .hm-item {
        width: 350px;
        padding: 40px 0 0;
    }

    .hm-conection-sec .hm-content {
        width: calc(100% - 350px);
        padding-right: 30px;
    }

    .girl-team-wrap .badge-experience {
        right: inherit;
        max-width: 125px;
        left: 30px;
        top: -50px;
    }

    .girl-team-wrap {
        padding-bottom: 65px;
    }

    .hm-fast-direct .hm-item,
    .img-block {
        width: 350px;
    }

    .hm-fast-direct .row-reverse .hm-content {
        width: calc(100% - 350px);
        padding-left: 30px;
    }

    .ctent-column {
        width: calc(100% - 350px);
        padding-right: 30px;
    }

    .areas-map iframe {
        height: 350px;
    }

    .row-reverse .ctent-column {
        padding-left: 30px;
    }

    #banner .bnrcontent:after {
        display: none;
    }


    .services-sec.common-content-sec.darkbg {
        padding: 40px 0;
    }

    .services-sec.common-content-sec.darkbg .intro-column-wrap {
        margin-bottom: 30px;
    }

    .intro-column-wrap {
        column-count: 1;
        column-gap: inherit;
    }

    .services-sec.common-content-sec.darkbg .sectiontitle {
        text-align: center;
        max-width: 100%;
    }

    .intro-column-wrap p {
        max-width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .homepg .hm-fast-direct {
        padding: 40px 0 60px;
    }

    .homepg .hm-fast-direct .mrgb80 {
        margin-bottom: 0;
    }

    .fast-direct-plumbing-text {
        font-size: 60px;
        letter-spacing: 10px;
        bottom: -11px;
    }

    .hm-left {
        width: 400px;
    }

    .hm-right {
        width: calc(100% - 400px);
        padding-left: 30px;
    }

    .error-left {
        padding-right: 30px;
    }

    .areas-servicespg .content-bg-sec ul {
        column-count: 1;
    }

}

@media (max-width: 991.98px) {
    .py-80 {
        padding: 50px 0;
    }

    .services-sec .emergencyservices_container a,
    .service-gird.inner-servies-list a,
    .services-sec .emergencyservices_container a:nth-child(n+5) {
        width: calc(33.33% - 20px);
    }

    .plumbing-left {
        width: 100%;
        padding-right: 0;
    }

    .plumbing-right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .plumbing-right ul.grid-ul {
        margin-bottom: 0;
    }

    .hm-conection-sec .hm-content {
        width: 100%;
        padding-right: 0;
    }

    .hm-conection-sec .hm-item {
        width: 100%;
        margin-top: 30px;
    }

    .girl-team-wrap .badge-experience {
        max-width: 125px;
        left: inherit;
        top: 30px;
        right: 0;
    }

    .girl-team-wrap .fast-direct-text {
        top: -15px;
    }

    .ctent-factor-grid .ctent-box a.button {
        min-width: auto;
    }

    .ctent-box {
        padding: 20px;
    }

    .hm-fast-direct .hm-item {
        width: 100%;
    }

    .hm-fast-direct .row-reverse .hm-content {
        width: 100%;
        padding-left: 0;
    }

    .plumbing-gird-list .plumbing-column {
        margin-bottom: 20px;
    }

    .img-block,
    .ctent-column {
        width: 100%;
    }

    .img-block {
        margin-top: 30px;
    }

    .ctent-column {
        padding-right: 0;
    }

    .row-reverse .ctent-column {
        padding-left: 0;
    }

    #banner .semi-heading {
        width: 100%;
    }

    .fast-direct-plumbing-text {
        display: none;
    }

    .hm-plumbing-experts .whytrust_sliderdiv .trustdivbx {
        padding: 48px 44px 0;
    }

    .hm-left,
    .hm-right {
        width: 100%;
    }

    .hm-right {
        margin-top: 30px;
        padding-left: 0;
    }

    .image-overlay-wrap {
        margin-bottom: 40px;
    }

    .error-left {
        padding-right: 0;
        width: 100%;
    }

    .error-right {
        width: 100%;
    }

    .watch-wrap {
        font-size: 22px;
        min-width: 180px;
        height: 60px;
        padding: 10px 15px 10px 20px;
        column-gap: 8px;
        bottom: 30px;
    }

    .watch-wrap .play-button {
        width: 40px;
        height: 40px;
    }

    .img-block {
        & img {
            margin: 0 ;
        }
    }


}

@media (max-width: 767.98px) {
    .services-sec .emergencyservices_container a:nth-child(n+5) .serviceicondiv {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .services-sec .emergencyservices_container a,
    .services-sec .emergencyservices_container a:nth-child(n+5),
    .service-gird.inner-servies-list a {
        min-height: 200px;
    }

    .services-sec .emergencyservices_container,
    .servicespg .inner-servies-list {
        row-gap: 10px;
        margin: 30px -5px 0;
    }

    .services-sec .emergencyservices_container a,
    .service-gird.inner-servies-list a,
    .services-sec .emergencyservices_container a:nth-child(n+5) {
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }

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

    .plumb-img {
        display: none;
    }

    .plumbing-column {
        padding: 25px;
        min-height: auto;
    }

    .plumb-left {
        max-width: 100%;
    }

    .freeonline-quotes-sec .step-left .heading-34 {
        font-size: 18px;
    }

    .freeonline-quotes-sec .step-process .step-right .step-list li span.step-icon {
        margin: 0 auto 15px !important;
        display: block;
    }

    .freeonline-quotes-sec .step-process .step-right .step-list li {
        text-align: center;
    }

    .hm-conection-sec {
        border-radius: 50px 0 0 0;
    }

    .dark-bg {
        border-radius: 50px 0 0 0;
    }
}

@media (max-width: 575.98px) {
    .services-sec .emergencyservices_container a:nth-child(n+5) {
        padding: 20px 15px;
    }

    .homepg .hm-fast-direct {
        padding-bottom: 0;
    }

    .services-sec .emergencyservices_container a,
    .service-gird.inner-servies-list a,
    .services-sec .emergencyservices_container a:nth-child(n+5) {
        width: calc(50% - 10px);
    }

    .ctent-factor-grid {
        row-gap: 10px;
    }

    .ctent-box {
        width: 100%;
    }

    .girl-team-wrap .badge-experience {
        max-width: 100px;
        top: -26px;
        right: -10px
    }

}