body {
    overflow-x: hidden;
    padding: 0 !important;
}

/*
@font-face {
    font-family: alfa;
    src: url(../fonts/AlfaSlabOne-Regular.ttf);
}
*/

.top-section {
    background: url(../img/bg.png) no-repeat bottom center;
    background-size: cover;
    height: 600px;
}

.logo {
    padding: 25px 0;
}

section.mr-top-50-mi {
    margin-top: -70px !important;
}

.body-x .error_alert {
    padding: 5px 35px 5px 10px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

.phone_info span {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.phone_info {
    font-family: alfa;
    font-size: 36px;
    color: #ffffff;
    text-align: right;
    padding-top: 90px;
}
.step_1{
    margin-top: -245px;
}
.box_blue {
    background: #1b2c55;
    padding-bottom: 80px;
    height: 400px;
    
    margin-right: 3px;
    position: relative;
    overflow: hidden;
}

.main_head {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    padding-top: 110px;
    text-align: center;
}

.box_blue::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #de374e transparent transparent transparent;
    top: 0;
    left: 0;
}

.box_blue form {
    margin: 0 50px;
    margin-top: 20px;
}

.box_blue form input {
    height: 78px;
    border-radius: 0;
    border: 1px solid #e3ecff;
    border-radius: 2px;
    background: #fafbfc;
}

button.btn.btn-secondary {
    border-radius: 0;
    background: #df374e;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
}

input:focus {
    outline: none;
}

.commercial_residential {
    background: #f8f9fa !important;
    padding-bottom: 50px;
}

.box_blue span.info-form {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    background: #d90b28;
    padding: 2px 10px;
    border: 1px solid #d90b28;
    border-radius: 1px;
    border-bottom: 2px dashed #1b2c55;
    font-size: 13px;
    letter-spacing: 1px;
}

.commercial_section {
    box-shadow: 7px 7px 10px 0px rgba(103, 151, 179, 0.1);
    border: 1px solid #eee;
}

.box_blue span.info-form:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.banner-text {
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.banner-text span {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    background: #ffffff;
    color: #000;
    padding: 3px 15px;
    border-radius: 2px;
}

.red_box {
    background: #de374e;
    line-height: 80px;
    position: relative;
}

.red_box::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #1b2c55 transparent transparent transparent;
    top: 0;
    left: 0;
}

.red_box.custom-red {
    /*    padding-bottom: 80px;*/
    height: 400px;
    
    margin-left: 3px;
    text-align: center;
    padding-top: 35px;
}

.tetx-info-red {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 25px;
}

.ph-info {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.desc_text {
    padding: 50px 0;
    font-size: 15px;
    color: #323131;
}

footer {
    background: #1b2c55;
    padding: 35px 0;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.commercial_wrap {
    background: url(../img/Cleaning-team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.commercial_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}


.commercial_img {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #d91d2b;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;

    position: relative;
}

.commercial_img img {
    width: 50px;
}

.commercial_head {
    display: block;
    overflow: hidden;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
    position: relative;
    text-shadow: 1px 0px 0px rgba(255, 255, 255, .3);
}

.container_content {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 15px 0;
    padding: 0 10px 15px 10px;
    letter-spacing: 0.5px;
    min-height: 147px;
}

@media (max-width: 1199px) {

    section.step_1 .red_box {
         
    }

    .red_box {
        margin-top: 0;
    }

    .main-piceker {
        width: 48.50%;
    }

    .picker-today {
        width: 50%;
    }

    .picker-wrap {
        padding-left: 5px;
    }

    .picker-strip {
        width: 31.5%;
    }

    .picker-input span {
        width: 100%;
    }
}


@media (max-width: 991px) {

    section.step_1 .red_box {
        margin-top: 50px;
    }

    .zip-code-change .zip-code-change-p {
        width: 100%;
        margin-bottom: 0;
    }

    .zip-code-change a {
        width: 100% !important;
    }


    .zip-code-change .zip-code-change-a {
        width: 100%;
    }

    .main-piceker {
        width: 100%;
        display: block;
    }

    footer {
        margin-top: 20px;
    }

    .picker-today {
        width: 100%;
        display: block;
    }

    .banner-text {
        font-size: 35px;
        margin-top: 50px;
    }

    .zip-code-change {
        width: 100%;
        display: inline-block;
    }

    .zip-code-change a {
        width: 50%;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .zip-code-change span {
        color: #000;
        margin-left: 5px;
    }

    .zip-code-change i {
        margin-right: 0 !important;
        margin-top: 25px !important;
        margin-bottom: 12px !important;
        margin-left: 5px !important;
    }

    .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .red_box {
        margin-left: 0;
    }

    .box_blue {
        margin-right: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .banner-text {
        margin-top: 0;
    }

    .from-group.text input[type="text"] {
        width: 100%;
        margin-left: 0;
        margin-left: 5px;
    }

    .col-left {
        width: 100%;
    }

    .col-right {
        width: 100%;
        padding-left: 10px;
    }

    .wrap-checkbox a {
        right: 17px;
    }

    .main-checkbox div input[type="checkbox"] ~ label {
        padding-left: 31px;
    }

    .picker-strip {
        width: 99%;
    }

    .logo {
        margin-bottom: 50px;
    }

    .banner-text {
        font-size: 35px;
        float: left;
        text-align: left;
    }

    .banner-text span {
        display: none;
    }

    .main_head {
        font-size: 24px;
    }

    .tetx-info-red {
        font-size: 22px;
    }

    .ph-info {
        font-size: 42px;
    }

    .phone_info {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        color: #ffffff;
        text-align: right;
        margin-bottom: 0;
    }

    .zip {
        margin-bottom: 30px;
    }
}


@media(max-width:500px) {

    .mr-bt-0 {
        margin-bottom: 0 !important;
    }

    .col-left {
        padding-left: 20px;
    }

    .from-group.text input[type="text"] {
        margin-left: 5px;
    }

    .next-step.prev-pl {
        margin-left: 0;
    }

    .next-btn.full-btn a {
        width: 94% !important;
    }

    .next-step .next-btn a {
        width: 104px;
    }

    .red_box h1 {
        font-size: 35px;
    }

    .zip-wrap-code .fa.pull-left {
        margin-left: 40%;
    }

    .zip-wrap-code {
        text-align: center;
    }

    .ph-info {
        font-size: 30px;
    }

    .tetx-info-red {
        font-size: 20px;
    }

    .zip-wrap-code p {
        width: 100%;
        float: left;
        padding-left: 10px;
    }

    .zip-strip .content {
        margin-left: 10px;
    }

    .next-btn a {
        width: 95%;
    }

    .next-step {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content1 h2 {
        padding-left: 10px;
    }

    .zip-strip.higt {
        margin-bottom: 15px;
    }


    .zip-wrap-code .fa.pull-left {
        margin-left: 10px;
    }

    .content {
        width: 100%;


    }



    @media(max-width: 380px) {
        .main-section .hasDatepicker {
            display: inline-block;
            max-width: 100%;
        }

        .main-piceker table.ui-datepicker-calendar tr {
            line-height: 25px;
        }

        .main-piceker {
            text-align: center;
        }

        .main-piceker table.ui-datepicker-calendar tr td a.ui-state-default {
            width: 22px;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
        }

        .main-piceker a.ui-datepicker-prev.ui-corner-all {
            left: 0;
        }

        .main-piceker table.ui-datepicker-calendar th span {
            font-size: 13px;
        }

        .main-piceker table.ui-datepicker-calendar tr td a.ui-state-default {
            width: 24px;
            height: 24px;
            line-height: 24px;
        }
    }
