.wrapper {
    max-width: 1100px;
    margin: auto;
}

.header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

.logo img {
    display: block;
    width: 50%;
    max-width: 125px;
    position: relative;
}

.call {
    text-align: right;
}

.desk-call {
    color: #e91034;
    font-size: 40px;
    font-weight: 800;
}

.mob-call {
    display: inline-block;
    width: 130px;
    background-color: #e91034;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px;
    border-radius: 5px;
}

.top-sec {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
}

.heading {
    color: #0d4e91;
    font-size: 48px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 80px;
}

.plumber-guy img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.sub {
    color: #393a3a;
    font-size: 24px;
    font-weight: 600;
    margin-top: -10px;
}

.call-btn {
    display: inline-block;
    background-color: #e91034;
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

.check-list {
    margin-top: 30px;
}

.check-list .col {
    padding-left: 0 !important;
}

.icon-checkbox {
    display: flex;
    align-items: center;
}

.icon-checkbox img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.icon-checkbox span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}

.sec-two {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-two .col:nth-child(2) {
    padding-left: 50px;
}

.p-img img {
    width: 100%;
}

.sec-three .desk-p img {
    position: relative;
    top: 40px !important;
}

.sec-two h1 {
    color: #0d4e91;
    font-size: 30px;
    font-weight: 800;
    margin-top: -10px;
}

.sec-two p {
    font-weight: 300;
    color: #333333;
    font-size: 16px;
}

.sec-two .desk-call {
    display: block;
    font-size: 48px;
}

.sec-three {
    background-color: #0e4e92;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 80px;
}

.sec-three h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.sec-three .heading2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.sec-three .check-list {
    margin-bottom: 200px;
}

.sec-three .check-list .col {
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: 500;
}

.sec-four {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    padding-top: 40px;
    padding-bottom: 80px;
}

.sec-four h1 {
    color: #0d4e91;
    font-size: 48px;
    font-weight: 800;
}

footer {
    text-align: center;
    padding-top: 50px;
}

footer img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

footer a {
    color: #e91034;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width: 1075px) {
    .call-btn {
        font-size: 40px;
    }
}

@media screen and (min-width: 993px) {
    .hide-desk {
        display: none;
    }

    .p-img img {
        position: relative;
        top: 10px;
        border-radius: 5px;
    }
}

@media screen and (min-width: 768px) {
    .hide-desk {
        display: none;
    }
}

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

    .heading {
        margin-top: 60px;
    }

    .top-sec {
        text-align: center;
        padding-bottom: 80px;
    }

    .check-list .col {
        margin-bottom: 20px;
    }

    .icon-checkbox {
        justify-content: center;
        text-align: left;
        flex-direction: row;
    }

    .icon-checkbox img {
        margin: 0 10px 10px 0;
    }

    .sec-two {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .sec-two img {
        margin-top: -20px;
    }

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

    .sec-two h1 {
        margin-top: 50px;
    }

    .sec-two .col:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec-three .check-list {
        text-align: left;
    }

    .img-padd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sec-four h1 {
        font-size: 40px;
    }

    .left-align-o {
        position: relative;
        left: -5px;
    }


    .left-align-t {
        position: relative;
        left: -8px;
    }

    .sec-three h1 {
        margin-top: 60px;
    }

}

@media screen and (max-width: 767px) {
    .hide-mob {
        display: none;
    }

    .call-btn {
        font-size: 30px;
        margin-top: -10px;
    }

    .heading {
        font-size: 3em;
    }

    .desk-call {
        font-size: 30px !important;
    }

    .sec-four h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 600px) {
    .logo img {
        max-width: 50%;
        position: relative;
    }

    .call-btn {
        font-size: 6vw;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .desk-call {
        font-size: 6vw !important;
    }

    .heading {
        font-size: 9vw;
    }

    .sub {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-checkbox span {
        font-size: 15px;
        font-weight: 500;
    }

    .sec-three h1 {
        font-size: 24px;
    }

    .sec-four h1 {
        font-size: 28px;
    }

    .mob-call {
        top: 10px;
    }

}