<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d-none {
    display: none;
}

.callus .callcontent {
    font-weight: 100;
    font-size: 12px;
    vertical-align: bottom;
}
.premlogo {
    width: 180px;
    height: 40px;
    text-align: center;
    float: right;
}

    .premlogo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-height: initial !important;
    }

.img_block {
    text-align: center;
}

    .img_block img {
        width: 322px !important;
        height: 246px;
        max-width: initial;
    }

.feed-slider .item img {
    width: 200px;
    height: 200px;
    max-width: initial;
}

/*about page*/
.inrleftaboutbox img {
    width: 100%;
    height: 246px;
}

.inraboutgallery ul li img {
    height: 246px;
}

/*about page/ */

@media (max-width: 767px) {
    /*about page*/
    .aboutgallerybox {
        padding: 50px 15px 50px;
    }

    /*about page/ */
}
</pre></body></html>