.slider {
    background: url(../images/background/hqse-banner.jpg);
}
/* HQSE Style */
.hqse_div{
    padding: 50px 0;
}
.health{
    width: 25%;
    position: relative;
}
.hlth_div{
    margin: auto;
}
.health img{
    width: 100%;
    display: block;
    margin: auto;
}
.health p{
    position: absolute;
    padding: 0 20px;
    background-color: #36479c;
    border-radius: 20px;
    color: #fff;
    text-transform:uppercase;
}
.hlth_div p {
    top: 9%;
    left: 62%;
}
.flex_cls {
    display: flex;
    justify-content: center;
    margin-top: -120px;
}
.sty_div {
    margin: auto;
    margin-top: -120px;
}
.env_div{
    margin-right: 10px;
}
.env_div p {
    top: 6%;
    right: 59%;
}
.qlty_div p {
    bottom: 14%;
    left: 68%;
}
.sty_div p {
    bottom: 15%;
    right: 69%;
}
.cmtmnt_div{
    padding-bottom: 50px;
}
.cmtmnt_div h2{
    color: #36479c;
    font-size: 2.5em;
    text-transform: uppercase;
}
.cmtmnt_div p{
    margin-top: 30px;
}
/* Media Query */
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:1440px){
    .health{
        width: 35%;
    }
    .flex_cls,.sty_div{
        margin-top: -147px;
    }
}
@media only screen and (max-width:1204px){
    .flex_cls, .sty_div{
        margin-top: -105px;
    }
    .cmtmnt_div p{
        text-align: justify;
    }
}
@media only screen and (max-width:768px){
    
}
@media only screen and (max-width:500px){
    .health{
        width: 100%;
        margin-bottom: 30px;
    }
    .health p{
        width: 130px;
        position: relative;
        text-align: center;
        margin: auto;
        right: 0;
        left: 0;
        font-size: 18px;
        margin-top: 10px;
    }
    .flex_cls,.sty_div{
        display: block;
        margin-top: 0;
    }
    .cmtmnt_div h2{
        font-size: 1.5em;
    }
}