<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************
[ 5.0 HOME PAGE CSS START ] **********************
**************************************************/
/* [ 5.1 BANNER CSS START ] */
.slider-wrapper .slides li {
    position: relative;
}

.slider-wrapper .slides li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(-90deg, rgba(2, 167, 182, 0.1), rgba(1, 82, 89, 0.1));
}

.slider-wrapper .slides li img {
    width: 100%;
}

.slider-1 {
    height: 460px;
}

.slider-1 .slider-wrapper {
    height: 100%;
}

.slider-1 .slides {
    height: 100%;
}

.slider-1 .slides li {
    height: 100%;
}

.slider-1 .slider-info {
    padding: 2% 10%;
}

.slider-height {
    height: 100%;
}

.slider-height .slider-wrapper {
    height: 100%;
}

.slider-height .slides {
    height: 100%;
}

.slider-height .slides li {
    height: 100%;
}

.slider-wrapper {
    height: 100%;
    border: 0;
    margin: 0;
    overflow: hidden;
}

.flex-direction-nav a {
    line-height: 40px;
}

.slider-info {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    z-index: 9999;
}

.slider-info h1,
.slider-info h2 {
    display: inline-block;
    font-size: 54px;
    color: #FFF;
    font-weight: 500;
    margin: 0 0 15px 0;
    animation-delay: .4s;
}

.slider-info p {
    font-size: 16px;
    color: #FFF;
    animation-delay: .6s;
}

.slider-button {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.slider-button a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 20px 30px;
    height: auto;
    letter-spacing: .5px;
    text-transform: none;
    line-height: normal;
    font-weight: 400;
    background: #EBFCFD;
    border-radius: 30px;
    animation-delay: 1.4s;
}

.slider-button a .fa {
    margin: 0 0 0 10px;
}

.slider-button a:hover {
    color: #FFF;
    background: #32C1CE;
}

.slider-backgroung-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-2 .slider-info {
    top: 35%;
}

/* [ 5.2 HOME SERVICE CSS START ] */
.hm-service-left {
    position: relative;
}

.hm-service-left img {
    position: relative;
    width: 100%;
    border: 4px solid #32C1CE;
    border-radius: 2px;
    z-index: 1;
}

.hm-service-right .paragraph-medium {
    color: #015259;
}

.hm-service {
    text-align: center;
}

.hm-service-block {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 10px 0;
    margin: 20px 0;
}

.hm-service-block .fa {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 36px;
    text-align: center;
    color: #FFF;
    background: #32C1CE;
    border: 2px solid #32C1CE;
    border-radius: 2px;
}

.hm-service-block .fa:hover {
    color: #FFF;
}

.hm-service-block .fa:hover::after {
    border: 14px solid #32C1CE;
}

.hm-service-block .fa::after {
    content: '';
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    border: 2px solid #32C1CE;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.hm-service-block span {
    display: block;
    font-size: 14px;
    color: #555;
    padding: 20px 0 0 0;
    letter-spacing: .5px;
}

.service-card {
    padding: 60px 20px 20px;
    margin: 40px 0 30px 0;
    text-align: center;
    background: #FAFAFA;
}

.service-card:hover .fa {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.service-card .fa {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 48px;
    width: 80px;
    color: #EBFCFD;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #32C1CE;
    margin-left: -40px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    transition: all .4s ease-in-out;
}

.service-card h5 {
    font-size: 16px;
    color: #015259;
    text-transform: uppercase;
}

.service-card h5 a {
    font-weight: 500;
    color: #015259;
}

/* [ 5.3 HOME ABOUT CSS START ] */
.hm-about-block {
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 0 30px 0;
}

.hm-about-block:hover .fa {
    color: #32C1CE;
    -webkit-box-shadow: inset 0 0 0 70px #FFF;
    -moz-box-shadow: inset 0 0 0 70px #FFF;
    box-shadow: inset 0 0 0 70px #FFF;
}

.hm-about-block:hover .fa::after {
    border: 10px solid #FFF;
}

.hm-about-icon .fa {
    position: relative;
    font-size: 32px;
    color: #FFF;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 2px;
}

.hm-about-icon .fa::after {
    content: '';
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    border: 2px solid #FFF;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.hm-about-number {
    padding: 0 0 0 20px;
    text-align: left;
}

.hm-about-number span {
    display: block;
    font-size: 42px;
    color: #FFF;
    font-weight: 500;
}

.hm-about-number p {
    font-size: 14px;
    color: #EEE;
}

/* [ 5.4 HOME DOCTOR SLIDER CSS START ] */
#hm-doctor-slider {
    text-align: center;
}

#hm-doctor-slider.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 2px solid #32C1CE;
    border-radius: 4px;
}

#hm-doctor-slider.owl-theme .owl-controls .owl-page.active span {
    background: #32C1CE;
}

#hm-doctor-slider .owl-stage-outer {
    padding: 40px 0;
}

#hm-doctor-slider .center .hm-doctor {
    opacity: 1;
    transform: scale(1.2);
}

#hm-doctor-slider .center .hm-doctor h6 {
    color: #015259;
}

#hm-doctor-slider .center .hm-doctor p {
    color: #75DBE4;
}

.hm-doctor {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 4px 4px 20px 4px;
    background: #EBFCFD;
    border-radius: 2px;
    opacity: .6;
}

.hm-doctor img {
    width: 260px !important;
    margin: 0 auto;
}

.hm-doctor h6 {
    color: #555;
    margin: 15px 0 5px 0;
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 400;
}

.hm-doctor p {
    font-size: 14px;
    color: #999;
    letter-spacing: .5px;
    margin: 0;
}

/* [ 5.6 HOME FEATURE CSS START ] */
#hm-feature {
    text-align: center;
}

.hm-feature-block {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 40px;
    margin: 10px 0 30px 0;
}

.hm-feature-block:hover .fa {
    color: #FFF;
    background: #32C1CE;
    -webkit-box-shadow: inset 0 0 0 70px #32C1CE;
    -moz-box-shadow: inset 0 0 0 70px #32C1CE;
    box-shadow: inset 0 0 0 70px #32C1CE;
}

.hm-feature-block .fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #32C1CE;
    background: #FAFAFA;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border-radius: 50%;
}

.hm-feature-block span {
    display: block;
    font-size: 18px;
    color: #015259;
    padding: 20px 5px 10px 5px;
}

.hm-feature-block p {
    text-align: center;
    color: #777;
    margin: 0;
}

.hm-feature-icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 122px;
    margin: 0 auto;
    background: #32C1CE;
    border-radius: 2px;
}

.hm-feature-block-1 {
    padding: 4px 4px 4px 4px;
    margin: 0 0 30px 0;
    background: #FFF;
    border-radius: 2px;
}

.hm-feature-block-1 .theme-img {
    padding: 0;
    max-height: 100px;
    border: none;
}

.hm-feature-block-1 span {
    display: block;
    font-size: 18px;
    color: #32C1CE;
    padding: 15px 5px 10px 5px;
}

.hm-feature-block-1 p {
    text-align: center;
    color: #777;
    padding: 0 10px;
}

/* [ 5.7 HOME TESTIMONIAL CSS START ] */
.testimonial-block {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial-block img {
    width: 150px !important;
    height: 150px;
    margin: 0 auto;
    border: 3px solid #FFF;
    border-radius: 2px;
}

.testimonial-block a {
    display: inline-block;
    font-size: 24px;
    color: #DDD !important;
    text-transform: capitalize;
}

.testimonial-block .paragraph-medium {
    margin: 15px 0;
}

.testimonial-block .paragraph-medium .fa {
    color: #EBFCFD;
    font-size: 32px;
}


/* [ 2.7 THEME BLOCK CSS START ] */
.theme-block {
    position: relative;
    width: 100%;
    padding: 4px;
    margin: 0 0 30px 0;
    text-align: center;
    background: #FFF;
    border-radius: 2px;
    overflow: hidden;
}

.theme-block:hover .theme-block-hidden {
    opacity: 1;
    z-index: 2;
    bottom: 0;
}

.theme-block:hover .service-block-data a {
    color: #32C1CE;
}

.theme-block-hover:hover .theme-block-picture img {
    opacity: 0.7;
    -webkit-transform: scale(1.2) rotate(6deg);
    -moz-transform: scale(1.2) rotate(6deg);
    -ms-transform: scale(1.2) rotate(6deg);
    -o-transform: scale(1.2) rotate(6deg);
    transform: scale(1.2) rotate(6deg);
}

.theme-block-hover:hover .theme-block-picture:before {
    background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
}

.theme-block-picture {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.theme-block-picture img {
    width: 100%;
    height: auto;
}

.theme-block-picture::before, .theme-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theme-block-data {
    position: relative;
    padding: 15px;
}

.theme-block-data h4 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0 5px 0;
}

.theme-block-data h4 a {
    color: #555;
}

.theme-block-data p {
    margin: 0;
}

.theme-block-data p a {
    color: #015259;
}

.theme-block-hidden {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 1px solid #EEE;
    opacity: 0;
    z-index: -2;
}

.theme-block-padding {
    padding: 10px;
}

.theme-owl-dot .owl-dots .owl-dot {
    vertical-align: middle;
}

.theme-owl-dot .owl-dots .owl-dot span {
    margin-bottom: 0;
    background: transparent;
    border: 2px solid #32C1CE;
}

.theme-owl-dot .owl-dots .owl-dot span:hover {
    background: #32C1CE;
}

.theme-owl-dot .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #32C1CE;
}


.blog-card-ttl {
    padding: 15px;
}

.blog-card-ttl h3 {
    line-height: normal;
    text-align: left;
    height: 48px;
    margin: 0;
}

.blog-card-ttl h3 a {
    display: block;
    height: 48px;
    font-size: 16px;
    line-height: 23px;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-ttl div {
    line-height: normal;
    text-align: left;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.blog-card-details {
    padding: 0 15px;
    text-align: left;
    /*background: #FAFAFA;*/
}

.blog-card-details p {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    color: #999;
    letter-spacing: .5px;
    border-right: 1px solid #DDD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-card-details p .fa {
    padding: 0 5px 0 0;
    font-size: 18px;
}

.blog-card-details p:nth-last-child(1) {
    border-right: 0;
}

.blog-card-details a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #32C1CE;
    height: auto;
    padding: 8px 15px;
    border: 2px solid transparent;
    line-height: normal;
}

/* MENU CATEGORY */

.menu-category {
    position: relative;
    text-align: right;
    margin: 0;
    background-color: #FFFFFF;
}

.menu-category ul {
    margin: 0;
    padding: 0;
}

.menu-category li li {
    position: relative;
    margin: 0;
    display: block;
    width: auto;
}

.menu-category li li a {
    position: relative;
    font-size: 24px;
    color: #333 !important;
    padding: 10px 5px;
    transition: all .4s ease-in-out;
}

.menu-category li li a::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 0;
    height: 60%;
    background: #32C1CE;
    transition: all .4s ease-in-out;
}

.menu-category li li a:hover {
    color: #32C1CE !important;
    padding-left: 10px;
}

.menu-category li li a:hover::before {
    width: 5px;
}

.menu-category li li:nth-last-child(1) a {
    border-bottom: 0;
}

.menu-category li:hover &gt; .menu-dropdown, .menu-second li:hover &gt; .menu-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-category a {
    display: block;
    height: auto;
    font-weight: 400;
    text-transform: none;
}

.menu-category &gt; li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 5px;
}

.menu-category &gt; li &gt; a {
    position: relative;
    line-height: 36px;
    color: #555;
    font-size: 16px;
    padding: 10px;
}

.menu-category &gt; li &gt; a::after, .menu-category &gt; li &gt; a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #32C1CE;
    transition: all .3s ease-in-out;
}

.menu-category &gt; li &gt; a .fa {
    font-size: 12px;
    color: #AAA;
}

.menu-category &gt; li &gt; a.active {
    background: rgba(158, 158, 158, 0.1);
}

.menu-category &gt; li &gt; a.active::after {
    width: 100%;
}

.menu-category &gt; li &gt; a:hover::after {
    width: 100%;
}

/*  */
.img-fit {
    background-size: contain;
    background: center;
    background-repeat: no-repeat;
    /*width: 100%;*/
    /*height: 460px;*/
    -o-object-fit: cover;
    object-fit: cover;
}

/*@media (min-width: 768px) {*/
/*    .scroll-list {*/
/*        margin: 0 auto;*/
/*        position: absolute;*/
/*        z-index: 33;*/
/*        left: 10vw;*/
/*        right: 20vw;*/
/*        border: 1px solid rgba(0, 0, 0, .13);*/
/*        height: 80px;*/
/*        line-height: 80px;*/
/*        top: 42vh;*/
/*    }*/
/*}*/

.scroll-list {
    overflow: hidden;
    height: 80px;
    background: #f9f9f9;
    /*position: relative;*/
    /*z-index: 2;*/
    /*margin: 0 -15px;*/
    /*margin-top: 20px;*/
}

.scroll-list ul {
    list-style: none;
}

.scroll-list li {
    height: 80px;
    line-height: 80px;
}

.scroll-list div {
    display: inline-block;
    font-size: 18px;
}

.scroll-list ul li div:nth-child(1) {
    width: 10%;
}
.scroll-list ul li div:nth-child(2) {
    width: 40%;
}
.scroll-list ul li div:nth-child(3) {
    width: 20%;
}</pre></body></html>