<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #555555;
    text-decoration: none;
    background: linear-gradient(to right, var(--theme-color-1), var(--theme-color-0_5));
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    transition: 0.3s filter;
}

.btn-primary.focus, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-color-0_5);
    border-color: var(--theme-color-1);
}

.btn-primary:hover {
    filter: grayscale(10%);
}

.page-wrapper {
    margin: 0 auto !important;
    max-width: 450px;
    padding: 15px 15px 28px;
}

.page-details {
    background-position:top;
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
}

.hero-section {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

.hero-section.colored {
    border: 7px solid #f5bc31;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
}

.hero-sub-section {
    padding: 10px;
    margin-top: -1px;
}

.hero-sub-section.colored {
    background-color: #f5bc31;
    color: #ffffff;
}

.hero-sub-section a:hover {
    color: #fff !important;
}

.box-section {
    background-color: white;
    width: 100%;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 400px;
}

.qr-code-border {
    text-align:center;
    position:absolute;
    top: 4rem;
    left: 50%;
    padding:10px;
    background-color:#c29b4a;
    border-radius: 10px;
    transform: translate(-50%);
    z-index: 100;
}

.user-image {
    text-align: left;
    position: absolute;
    bottom: 80px;
    right: 1.5rem;
}

.pin-img {
    position: absolute;
    width: 40px;
    top: 4.5rem;
    left: 15px;
}

.med-img {
    position: absolute;
    width: 60px;
    top: -0.5rem;
    right: 1.5rem;
    border-radius: 50%;
}

.social-img img {
    width: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-img img.in {
    position: absolute;
    width: 60px;
    bottom: 80px;
    left: 50px;
    border-radius: 50%;
}

.more-info {
    z-index: 100;
}
.more-info-title {
    background-color: #f4a22e;
    color: white;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
    border-radius: 10px;
    font-size: small;
}

.more-info-detail {
    background-color: white;
    font-size: small;
    padding: 10px;
    border-radius: 10px;
    margin-top: -8px;
}

.more-info-detail a {
    color: black;
}

.book-logo .logo-img {
    margin: 15px;
    width: 80px;
    border-radius: 50%;
}

.user-status {
    display: block;
    color: #d5338d;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.user-image .logo-img {
    width: 120px;
    border-radius: 8px;
    border: 2px solid #fff;
    margin-bottom: 15px;
    border-radius: 50%;
}

.who-img {
    width: 100px;
}

.phone {
    margin-top: 15px;
    font-weight: bold;
}

.phone a {
    color: black;
}

.name {
    margin: 10px 0 0;
    font-size: 15px;
}

.name p {
    font-size: 12px;
}

.company-name {
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #d5338d;
    letter-spacing: 0.4px;
}

.line-separator-50 {
    width: 50%;
    background-color: var(--theme-color-1);
    height: 2px;
}

.contact-action-container-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px !important;
    color: white;
    background-color: var(--theme-color-1);
    font-size: 13px;
}

.contact-action-container-text {
    color: var(--text-color);
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    word-break: break-word;
}

a {
    text-decoration: none !important;
}

.contact-buttons {
    /* background-color: rgba(244,244,244,0.4); */
    margin: 0 -20px;
    padding: 10px 20px;
    text-align: left;
}

.contact-button {
    padding: 6px 10px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    text-align: center;
    background-color: #4489C4;
    color: #fff;
    border: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 5px;
}

table {
    border-collapse: inherit !important;
}

.contact-action-table {
    -webkit-border-vertical-spacing: 10px;
}

/* Section CSS Starts */
.section-header {
    color: var(--theme-color-1);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.section-header-separator {
    width: 70px;
    background-color: var(--theme-color-1);
    height: 2px;
    margin-bottom: 20px;
}

.section-container {
    text-align: left;
    padding: 20px;
    margin-top: 15px;
    background-color: #F4F4F4;
    line-height: 22px;
    font-size: 14px;
}

.about-us-table {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.about-us-table tr {
    text-align: -webkit-left;
    vertical-align: top;
}

.about-us-table .table-row-label {
    text-align: left;
    min-width: 150px;
    vertical-align: top;
    position: relative;
}

.about-us-table .table-row-label .table-row-label-text {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
    position: absolute;
    right: 0;
}

.speciality-label {
    font-size: 1.2rem;
    margin: 10px 0;
}

.about-us-text {
    text-align: justify;
    max-width: 95%;
    margin: 0 auto;
}

/* Animations classes start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Animations Classes Completed */


/* Media query on Smaller Screens */
@media only screen and (max-width: 450px){
    .modal-content {
        width: 100%;
    }

    .share-modal {
        align-items: flex-end;
    }
}

.list-style {
    list-style-type: decimal;
    padding-left: 20px;
}

.orderedList {
    list-style: decimal;
    padding-left: 16px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.vcard-branding {
    margin-bottom: 20px;
}

.name p {
    margin-bottom: 0;
}

.share {
    display: inline-block;
    background-color: #FF5C58;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    border: none;
    bottom: 10px;
    right: 10px; 
    position: fixed;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
	color: var(--text-color);
	margin: 0px;
	font-weight: 600;
}

.actions {
    display: block;
    text-align: center;
    padding: 20px 0px 0px;
}

.actions .action-btn {
    margin: 0 5px;
    display: inline-block;
}

.actions .action-btn a.call {
    background: #ed2476;
}

.actions .action-btn a.whatsapp {
    background: #25d366;
}

.actions .action-btn a.mail {
    background-color: #BB001B;
}

.actions a {
    background-color: #4B3869;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}
.actions .action-btn span {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
.more-btns button {
    display: inline-block;
    background-color: #FF5C58;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 8px 0px;
    border-radius: 50px;
    font-size: 12px;
    border: none;
    margin-top: 5px;
}
@media only screen and (max-width: 403px) {
    .more-btns a:first-child {
        margin-bottom: 5px;
    }
}

.actions a.facebook {
    background: #4267B2;
}

.actions a.linkedin {
    background: #0077b5;
}

.actions a.twitter {
    background: #1DA1F2;
}

.actions a.sms {
    background: #4180ec;
}
</pre></body></html>