.header-slider {
    background: url('../img/window-replacement-companies-in-my-area.jpg');
    background-size: cover;
    background-position: center;
}

.heading-title h1 {
    font-size: 52px;
    font-weight: 800;
    color: #012668;
    text-shadow: rgb(255, 255, 255) 1px 0 10px;
    text-transform: uppercase;
}

.heading-title .heading-sub-title {
    font-size: 32px;
    font-weight: 700;
    color: #bf2f38;
    padding-top: 10px;
    text-shadow: rgb(255, 255, 255) 1px 0 10px;
}

.header-text {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-shadow: rgb(255, 255, 255) 2px 0 10px;
}

.product-img {
    font-weight: 700;
}

strong {
    color: #012668;
}

.sales-products {
    margin: 15px;
    border: 15px solid rgb(236, 236, 236);
    border-radius: 20px 55px 17px;
}

.form-control-2 {
    width: 100%;
    border: 0px;
    padding: 10px;
}

.contact-form .form-group-2 {
    border: 0px;

}

#countdown {
    font-size: 28px;
    padding: 10px;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
}

.box-css {
    background: #0000007c;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    border: 1px solid #a5a5a5;
}

p {
    color: #000;
    font-size: 18px;
}


.topHeader {
    background: #1f365f;
    color: #FFF;
}

.bonusOffer {
    background: #f8be18;
    padding: 25px 15px;
    color: #1f365f;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.bonusOfferDetails {
    padding: 25px 0;
    font-size: 30px;
    line-height: 24px;
    font-weight: normal;
    text-align: right;
}

.phoneHolder {
    padding-top: 25px;
    text-align: center;
}

.headerPhone {
    background: #1f365f;
    color: #f8be18;
    padding: 10px 25px;
    font-size: 45px;
    text-decoration: none;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {

    .heading-title h1 {
        font-size: 42px;
        font-weight: 700;
        font-family: 'Segoe UI';
        color: #012668;
        text-shadow: rgb(255, 255, 255) 1px 0 10px;
        text-transform: uppercase;
    }

    .heading-title .heading-sub-title {
        font-size: 28px;
        font-weight: 700;
        font-family: 'Segoe UI';
        color: #bf2f38;
        padding-top: 10px;
        text-shadow: rgb(255, 255, 255) 1px 0 10px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .header-slider {
        background: url('../img/window-replacement-companies-in-my-area.jpg');
        background-position: center bottom;
        background-size: cover;
    }

    .logoHolder {
        text-align: center;
    }

    .logo {
        width: 150px;
    }

    .bonusOfferDetails {
        line-height: 30px;
        text-align: center;
    }

}

@media only screen and (min-width: 992px) {
    .logo {
        width: 250px;
    }

    .logoHolder {
        padding-left: 100px;
    }
}