<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sc-inner.less-p {
    padding: 10px 0;
}
.section.sc-full-bg.banner {
    height: 350px;
}
.icw .h-jumbo {
    font-size: 50px;
}
.sc-hidden {
    overflow: hidden;
}
.tile-grids .tile-grid {
    width: 25%;
}
.tile-grids { margin: 0 -5px -48px; }
.tile-grids .tile-grid {
    padding: 0 5px 48px;
}
.tile-grid .grid-meta .title {
    font-size: 18px;
}
.tile-grid .grid-meta .desc {
    font-size: 15px;
}
.no-touch .tile-grid:hover .grid-meta .title {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}
.no-touch .tile-grid:hover .grid-meta .desc {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
.c-gradient {
    background: -webkit-linear-gradient(#7B4734, #D07C58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-orange {
    color: #D07C58 !important;
}
.icw .btn-gradient,
.icw .btn-gradient:hover {
    background: -webkit-linear-gradient(#7B4734, #D07C58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #7B4734, #D07C58);
}
.h-line.h-line-left {
    margin: 15px 0 30px 0;
}
.hospital-lists {
    width: 100%;
    display: table;
    text-align: center;
    table-layout: fixed;
    font-size: 0;
}
.hospital-list {
    text-align: center;
    margin-bottom: 12px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}
.box-color .image {
    max-width: 87px;
    margin: 0 auto 40px;
}
.hospital-list.box-color-white .box-color {
    background-color: #d1bcc1;
    color: #641d2e;
}
.top-brands-lists { margin-top: 30px; }
.top-brands-list .image {
    background-color: #DFD9DB;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
}
.top-brands-list .image img { width: 140px; margin: auto; }
.top-brands-list .action {
    margin-top: 40px;
}
.bg-vaccine{
    background-image:url("../img/journey/insurance-bg-m.jpg");
    background-position-x:inherit;
}

/* New css 24-Dec-21 */
@media screen and (min-width: 992px) {
    .bg-vaccine{
        background-image:url("../img/journey/insurance-bg.jpg");
    }
}
/* New css 24-Dec-21 */

@media screen and (min-width: 1200px){
    .box-color.matchHeight{
        height: 235px;
    }
    .box-color{
        padding: 37px 15px;
    }
    .hospital-list{
        width: 15%;
    }
    .icw .more.custom-font{
        font-size: 11px;
    }
    .top-brands-lists{
        display: flex;
        justify-content: center;
    }
    /* Old css 24-Dec-21 */
    /* .bg-vaccine{
        background-image:url(../../../../../SiteCollectionDocuments/personal/the-wisdom/privileges/img/journey/insurance-bg.jpg);
    } */
    /* Old css 24-Dec-21 */
}
@media screen and (min-width: 991px) {
    
    .ct-br-desktop {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .hospital-list {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 1024px) {
    
    .tile-grids .tile-grid { width: 50%; }
    .hospital-lists {
        width: 102%;
    }
}

@media screen and (max-width: 991px) {
    .bg-vaccine{
        padding: 80px 0;
    }
    .block-column.show-desktop{
        display: none;
    }
    .icw .h-jumbo {
        font-size: 46px;
    }
    .hospital-lists {
        width: auto;
    }
    .top-brands-list { margin-bottom: 40px; }
    .top-brands-list.last { margin-bottom: 0; }
}

@media screen and (max-width: 767px) {
    .bg-vaccine {
        padding: 16px 0;
    }
    .tile-grids .tile-grid { 
        width: 100%;
        padding-bottom: 36px;
    }
    .hospital-list {
        width: 100%;
    }
    .ct-br-m { display: block; }
}

@media screen and (max-width: 568px) {
     #sc-intro { height: 350px; }
    .icw .h-jumbo {
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .icw .h-jumbo { font-size: 38px;}
    #sc-intro { height: 275px; }
}</pre></body></html>