﻿
/*Covid page css*/
.covid-page .comfort-wrapper {
    max-width: 800px;
    margin: 0 auto 35px;
}

.comfort-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.covid-page .comfort-wrapper h2 {
    font-size: 2.25rem;
    color: #009092 /*$primary-color?*/;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.covid-page .comfort-wrapper p {
    color: #333333;
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 0;
}
.cursorPointer{
    cursor:pointer;
}
section.rest-assured {
    background: #F5F5F5;
}

    section.rest-assured img {
        max-width: 100%;
    }

.rest-assured-content-wrapper {
    padding-left: 25px;
}

    .rest-assured-content-wrapper h2 {
        margin-bottom: 40px;
    }

    .rest-assured-content-wrapper p {
        color: #333333;
        font-size: 1rem;
        line-height: 30px;
        padding-right: 0px;
        font-family: 'Open Sans', sans-serif;
    }

.ecs-small-text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid $primary-color;
    position: relative;
}

    .ecs-small-text:before {
        width: 0;
        height: 0;
        display: inline-block;
        border: 10px solid transparent;
        border-top-color: $primary-color;
        content: '';
        text-align: center;
        bottom: -20px;
        position: absolute;
        left: 50%;
    }

    .ecs-small-text p {
        text-align: center;
        color: #333;
        font-size: 1rem;
        font-family: $primary-font-family;
        margin-top: 50px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

.enhanced-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.contactless {
    padding-top: 40px;
}

.contactless-ul {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sec-grid .col-md-6 {
    padding-top: 45px;
    padding-bottom: 52px;
}

.enhanced-img-wrapper {
    margin-right: 50px;
}

.rest-assured-content-wrapper h2 {
    margin-bottom: 40px;
}

ul.enhanced-cleaning {
    padding: 0;
    margin-bottom: 50px;
}

h2.brown-heading {
    font-size: 1.875rem;
    color: #333333;
    text-transform: uppercase;
    width: 75%;
    margin-bottom: 0px;
}

.ecs-right-content-wrapper h2.brown-heading {
    width: 100%;
}

ul.enhanced-cleaning li {
    font-size: 1rem;
    margin-top: 50px;
    line-height: 30px;
    position: relative;
    padding-left: 37px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

ul.contactless-ul li {
    margin-top: 45px;
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    color: #666666;
    line-height: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    ul.contactless-ul li:before {
        content: '.';
        position: absolute;
        color: #00cccc;
        font-size: 3.75rem;
        top: -2px;
        line-height: 0;
        left: 0;
        color: $uncommon-color;
    }

.grid-wrapper {
    text-align: center;
    padding: 0 50px;
}

.grid-border-bottom {
    border-bottom: 1px solid #cecece;
}

.row > .col-md-6.right-border {
    border-right: 1px solid #cecece;
}

.grid-img {
    margin-bottom: 32px;
}

.grid-heading h2 {
    color: #666666;
    font-size: 1.75rem;
    font-family: proximanova-semibold;
    font-weight: 400;
    margin-bottom: 25px;
}

.grid-description p {
    color: #333333;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.sec-grid {
    margin-bottom: 45px;
}

.ibcf_description p {
    color: #666;
    font-size: 1rem;
    margin-top: 25px;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto 0;
}

    .ibcf_description p:last-child {
        padding-bottom: 45px;
    }

    .ibcf_description p + p {
        margin-top: 25px;
    }


@media(max-width:767px) {
    .comfort-wrapper h2, h2.brown-heading {
        margin-bottom: 10px !important;
        line-height: 30px;
        font-size: 1.5rem !important;
    }

    .rest-assured .container, .rest-assured .container .col, .container.covid-page-con, .sec-grid .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .gird-wrapper {
        padding: 0px;
    }

    .row > .col-md-6.right-border {
        border-right: 0px solid #cecece;
    }

    .enhanced-img-wrapper {
        margin-right: 20px;
    }

    .grid-border-bottom {
        border-bottom: 0px solid #cecece;
    }

    h2.brown-heading {
        width: 100%;
    }

    .rest-assured-content-wrapper {
        margin: 15px 0;
    }

    .sec-grid {
        margin: 0px;
    }

        .sec-grid .col-md-6 {
            padding-top: 45px;
            padding-bottom: 0;
        }

            .sec-grid .col-md-6:last-child {
                padding-bottom: 45px;
            }

    .rest-assured-content-wrapper {
        padding: 0 15px;
    }
}
