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

.btn-check:focus + .btn, .btn:focus {
    box-shadow: unset !important;
    outline: unset !important
}

body {
    background-color: #e5e5e5 !important
}

.vcard {
    background-color: #fff;
    max-width: 576px;
    min-height: 100vh
}

.vcard__heading {
    color: #134e5e;
    font-size: 22px;
    font-weight: 600
}

.vcard__banner {
    height: 200px
}

.vcard__banner img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.vcard__banner .image-icon img {
    height: 20px;
    width: 25px
}

.vcard__profile {
    margin-top: -50px;
    z-index: 10
}

.vcard__avatar {
    z-index: 10
}

.vcard__avatar img {
    border: 5px solid #fff;
    height: 200px;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

.vcard__position .vcard_details {
    margin-top: 40px
}

@media (max-width: 575px) {
    .vcard__position .vcard_details {
        margin-top: 0
    }
}

.vcard__position .vcard_details .avatar-name {
    color: #134e5e;
    font-size: 22px;
    font-weight: 600
}

.vcard__position .vcard_details .avatar-designation {
    color: #3d7b6e;
    font-size: 18px;
    font-weight: 500
}

.vcard__social {
    max-width: 280px;
    width: 100%
}

.vcard__social .icons {
    border: 1px solid #134e5e;
    cursor: pointer;
    height: 40px;
    margin: 4px;
    min-width: 40px;
    transition: all .3s ease;
    width: 40px
}

.vcard__social .icons:hover {
    background-color: #0FB0DC
}

.vcard__social .icons .icon {
    color: #134e5e;
    font-size: 1.3em;
    margin-top: 4px
}

.vcard__event-card {
    background-color: #0FB0DC;
    border-radius: 50px
}

.vcard__event-card .event-icon {
    height: 30px
}

.vcard__event-card .event-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all
}

.lolo
{
    background-color: #194172;
}


.vcard .line-shape {
    border: 1px solid #134e5e;
    border-radius: 325px;
    height: 245px;
    left: -80px;
    top: 0;
    width: 162px;
    z-index: 1
}

@media (max-width: 576px) {
    .vcard .line-shape {
        left: -110px
    }
}

.vcard .line-shape .inner-circle {
    background-color: #0FB0DC;
    height: 50px;
    min-width: 50px;
    right: -15px;
    top: 20px;
    width: 50px
}

.vcard__appointment .appointment {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 20px
}

.vcard__appointment .appointment .appoint-date {
    font-size: 16px
}

.vcard__appointment .appointment .appoint-input {
    background: #0FB0DC;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.vcard__appointment .appointment .appoint-input:focus-visible {
    outline: none
}

.vcard__appointment .appointment .appoint-btn {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vcard__appointment .appointment .appoint-btn:hover {
    background: #194172;
}

.vcard .service-container {
    z-index: 10
}

.vcard__service .service-card {
    border-radius: 120px 120px 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 2rem 1.5rem
}

.vcard__service .service-card .service-image {
    background-color: #0FB0DC;
    height: 90px;
    min-width: 90px;
    width: 90px
}

.vcard__service .service-card .service-image img {
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.vcard__service .service-card .service-details h4 {
    color: #141414;
    font-size: 18px;
    font-weight: 500
}

.vcard__service .service-card .service-details p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #141414;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.vcard__gallery .gallery-slider .slick-track {
    display: flex !important
}

.vcard__gallery .gallery-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 17px
}

.vcard__gallery .gallery-slider .slick-list {
    padding: 10px 0
}

.vcard__gallery .gallery-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 10px
}

.vcard__gallery .gallery-card .gallery-profile img {
    height: 238px;
    -o-object-fit: cover;
    object-fit: cover
}

.vcard__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
    outline: none
}

.vcard__gallery .gallery-card .gallery-profile .gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 238px;
    position: relative;
    transition: all .5s;
    width: 100%
}

.vcard__product .product-slider .slick-track {
    display: flex !important
}

.vcard__product .product-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 17px
}

.vcard__product .product-slider .slick-list {
    padding: 10px 0
}

.vcard__product .product-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 20px
}

.vcard__product .product-card .product-profile img {
    -o-object-fit: cover;
    object-fit: cover
}

.vcard__product .product-card .product-details {
    margin-top: 20px !important
}

.vcard__product .product-card .product-details h4 {
    color: #141414;
    font-size: 18px;
    font-weight: 500
}

.vcard__product .product-card .product-details span {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 500
}

.vcard__product .product-card .product-details p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #141414;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
}

.vcard .activeSlot {
    background-color: #134e5e !important;
    color: #fff !important
}

.vcard__testimonial .testimonial-slider .slick-track {
    display: flex !important
}

.vcard__testimonial .testimonial-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 17px
}

.vcard__testimonial .testimonial-slider .slick-list {
    padding: 10px 0
}

.vcard__testimonial .testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 20px
}

.vcard__testimonial .testimonial-card .testimonial-image {
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

.vcard__testimonial .testimonial-card .testimonial-details p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #141414;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden
}

.vcard__testimonial .testimonial-card .reviews .review-star {
    color: #ffca2c
}

.vcard__testimonial .testimonial-card .testimonial-user .user-name {
    color: #3d7b6e;
    font-size: 16px;
    font-weight: 500
}

.vcard__testimonial .testimonial-card .testimonial-user .user-name:before {
    background: #194172;
    border-radius: 5px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    width: 70px
}

.vcard__testimonial .testimonial-card .testimonial-user .user-designation {
    color: #141414;
    font-size: 12px
}

.vcard .slick-dots > li {
    display: inline-block
}

.vcard .slick-dots > li:only-child {
    display: none
}

.vcard__blog .blog-slider .slick-track {
    display: flex !important
}

.vcard__blog .blog-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 28px
}

.vcard__blog .blog-slider .slick-list {
    overflow: visible;
    padding: 30px 0
}

.vcard__blog .blog-slider .slick-dots {
    bottom: -5px
}

.vcard__blog .blog-slider .blog-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15)
}

@media (max-width: 575px) {
    .vcard__blog .blog-slider .blog-card {
        padding: 20px
    }
}

.vcard__blog .blog-slider .blog-card .blog-image img {
    border-radius: 15px 15px 0 0;
    height: 200px;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 575px) {
    .vcard__blog .blog-slider .blog-card .blog-image img {
        border-radius: 15px;
        margin: auto
    }
}

.vcard__blog .blog-slider .blog-card .blog-details a h4 {
    color: #3d7b6e
}

.vcard__blog .blog-slider .blog-card .blog-details p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden
}

.vcard__qr-code {
    background-color: #ffffff;
}

.vcard__qr-code .qr-code {
    background-color:  #194172;
    border-radius: 10px;
    max-width: 300px;
    width: 100%
}

.vcard__qr-code .qr-code .qr-code-image img {
    height: 170px;
    min-width: 170px;
    width: 170px
}

.vcard__qr-code .qr-code .qr-code-profile {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 80px;
    min-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.vcard__qr-code .qr-code-btn {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vcard__qr-code .qr-code-btn:hover {
    background: #194172;
}

.vcard .share-btn {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vcard .share-btn a {
    color: #fff
}

.vcard .share-btn:hover {
    background: #194172;
}

@media (max-width: 575px) {
    .vcard .share-btn {
        margin: 0 auto
    }
}

.vcard__timing .week-time span {
    color: #141414;
    font-size: 16px
}

@media (max-width: 575px) {
    .vcard__timing .week-time {
        display: flex;
        justify-content: center
    }
}

.vcard__contact-us .contact-form input, .vcard__contact-us .contact-form textarea {
    padding: .688rem .75rem
}

.vcard__contact-us .contact-form input:focus, .vcard__contact-us .contact-form textarea:focus {
    border-color: #3d7b6e;
    box-shadow: unset
}

.vcard__contact-us .contact-form input::-moz-placeholder, .vcard__contact-us .contact-form textarea::-moz-placeholder {
    color: #b4b4b4
}

.vcard__contact-us .contact-form input:-ms-input-placeholder, .vcard__contact-us .contact-form textarea:-ms-input-placeholder {
    color: #b4b4b4
}

.vcard__contact-us .contact-form input::placeholder, .vcard__contact-us .contact-form textarea::placeholder {
    color: #b4b4b4
}

.vcard__contact-us .contact-form label {
    color: #b8b8b8
}

.vcard__contact-us .contact-form .contact-btn {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.vcard__contact-us .contact-form .contact-btn:hover {
    background: #194172;
}

.vcard__contact-us .vcard-four-btn {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.vcard__contact-us .vcard-four-btn i {
    color: #fff
}

.vcard__contact-us .vcard-four-btn:hover {
    background: #194172;
}

@media (max-width: 575px) {
    .vcard__contact-us .vcard-four-btn {
        margin: 0 auto
    }
}

.vcard .language ul {
    list-style: none
}

.vcard .language ul .lang-list {
    background: #194172;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.vcard .language ul .lang-list .lang-head, .vcard .language ul .lang-list .lang-head i {
    color: #fff
}

.vcard .language ul .lang-list .lang-hover-list {
    font-size: 15px;
    left: unset !important;
    margin: 15px 0 0;
    min-width: 150px;
    right: 0;
    width: 100%
}

.vcard .language ul .lang-list .lang-hover-list li {
    padding: 5px 15px
}

.vcard .language ul .lang-list .lang-hover-list li:hover {
    background-color: #f1faff !important
}

.vcard .language ul .lang-list .lang-hover-list li:hover a {
    color: #009ef7 !important
}

.vcard .language ul .lang-list .lang-hover-list li.active {
    background-color: #f1faff !important
}

.vcard .language ul .lang-list .lang-hover-list li.active a {
    color: #009ef7 !important
}

.vcard .language ul .lang-list .lang-hover-list li a {
    color: #5e6278 !important;
    text-decoration: none
}

.slick-slide div {
    height: 100% !important;
    width: 100% !important
}

.vcard .language ul .lang-list .lang-hover-list {
    margin: 0
}

.vcard .language ul .lang-list .lang-hover-list.top-dropdown {
    margin: -80px 0 0
}

.vcard__event-card {
    background-color: #E8475F !important;
    border-radius: 50px !important
}

.profile-description {
    color: #6c757d !important;
    font-size: 17px;
    text-align: center
}

#wrap {
    background-color: #ddd;
    padding: 50px 0
}

#slider {
    margin: 0 auto;
    width: 500px
}

#slider img {
    width: 100%
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0
}

.slide-arrow {
    position: absolute;
    top: 99%;
    width: 15px !important
}

.prev-arrow {
    border-color: transparent #134e5e transparent transparent;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    height: 0;
    left: 137px;
    z-index: 99
}

@media (max-width: 575px) {
    .prev-arrow {
        left: 43px
    }
}

.next-arrow {
    border-color: transparent transparent transparent #134e5e;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    height: 0;
    right: 137px;
    z-index: 99
}

@media (max-width: 575px) {
    .next-arrow {
        right: 43px
    }
}

.slide-arrow-blog {
    position: absolute;
    top: 89%;
    width: 15px !important
}

.slick-dots {
    bottom: -35px !important
}

.vcard__blog .blog-slider .slick-list {
    margin-bottom: 18px !important
}

.vcard__blog .blog-slider .slick-dots {
    bottom: -35px !important
}
