<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bupa-click {
    margin-bottom: 100px;
}
.bupa-click .row-1 {
    height: 401px;
    min-height: 55vh;
}
.bupa-click .row-1 .overlay{
    /*background-color: #00254494;*/
    height: 100%;
}
.bupa-click .row-1 .cell-1{
    padding: 0px 200px;
}
.bupa-click .row-1 .cell-1 .row-1-1{
    padding: 15px 0px;
}
    .bupa-click .row-1 .cell-1 .color-b {
        color: #1279BE
    }


.click-image-title{
    width: 160px;
    height: 130px;
}


.bupa-click .row-2 .contt {
    width: 33.3333333333%;
    min-width: 400px;
}
/*.bupa-click .row-2 .contt .row-2-1{
    height: 221px;
    transition:0.8s linear;
    overflow: hidden;
}*/
/*.bupa-click .row-2 .contt .row-2-1:hover{
    transform: scale(1.2);    
}*/

.bupa-click .row-2 .contt .row-2-2{
    padding: 30px 70px;   
    color: #ffffff;
}
.bupa-click .row-2 .contt .row-2-2 .coll-1{
    padding: 5px 0px;
    font-size: 20px;
}
.bupa-click .row-2 .contt .row-2-2 .coll-2{
    padding: 5px 0px;
    height: 47px;
    overflow: hidden;
    max-height: 47px;
}
.bupa-click .row-2 .contt .row-2-2 .coll-3{
    padding: 5px 0px;
}


.bupa-click .bupa-app .row-2-2 {
    background-color: #1C79BE;
}
.bupa-click .digital-sales .row-2-2 {
    background-color: #7C003F;
}
.bupa-click .online-services .row-2-2 {
    background-color: #002B4E;
}

.ar .bupa-click .row-1 .cell-1 .row-1-1 {
    padding: 21px 0px;
}
.ar .bupa-click .row-2 .contt .row-2-2 .coll-1 {
    padding: 5px 0px;
    font-size: 20px;
}
.ar .bupa-click .row-2 .contt .row-2-2 .coll-2 {
    padding: 5px 0px;
    height: 68px;
    overflow: unset;
    max-height: inherit;
    font-size: 16px;
}
.ar .bupa-click .row-2 .contt .row-2-2 .coll-3 {
    padding: 20px 0px;
    font-size: 18px;
}
.ar .bupa-click .row-2 .contt .row-2-2 {
    height: 225px;
}







    /*Mobile responsive css*/
    @media only screen and (max-width: 767px) and (min-width: 320px) {
        .bupa-click .row-2 .contt {
            width: 100%;
            min-width: initial;
        }

        .bupa-click .row-2 .contt .row-2-2{
            padding: 20px; 
        }
        .bupa-click {
            margin-bottom: 0px;
        }

        .bupa-click .row-1 {
            height: auto;
        }
        .bupa-click .row-1 .cell-1 .color-b {
            padding-bottom: 20px;
        }
    }</pre></body></html>