#thermax-cares {
    overflow: hidden;
    position: relative
}

#thermax-cares .container {
    position: absolute;
    z-index: 1;
    margin: auto;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    display: grid;
    place-content: center
}

#thermax-cares .LabelTitle {
    margin-bottom: 10px;
    font-weight: 600 !important;
    width: fit-content;
    font-size: 14px;
    color: #FFF;
}

#thermax-cares p {
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #thermax-cares p {
        font-size: 16px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #thermax-cares p {
        font-size: 14px
    }
}


/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    #thermax-cares .container {
        position: relative;
        padding-top: 20px
    }

    #thermax-cares .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }

    #thermax-cares p {
        font-size: 14px;
        color: #000
    }

    #thermax-cares .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    #thermax-cares .container {
        position: relative;
        padding-top: 20px
    }

    #thermax-cares .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }

    #thermax-cares p {
        font-size: 14px;
        color: #000
    }

    #thermax-cares .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #thermax-cares .container {
        position: relative;
        padding-top: 20px
    }

    #thermax-cares .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }

    #thermax-cares p {
        font-size: 14px;
        color: #000
    }

    #thermax-cares .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #thermax-cares .container {
        position: relative;
        padding-top: 20px
    }

    #thermax-cares .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }

    #thermax-cares p {
        font-size: 14px;
        color: #000
    }

    #thermax-cares .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #thermax-cares .container {
        position: relative;
        padding-top: 20px
    }

    #thermax-cares .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }

    #thermax-cares p {
        font-size: 14px;
        color: #000
    }

    #thermax-cares .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }
}

/*# sourceMappingURL=thermax-cares.css.map */