.bg-primary {
    background-color: #043636 !important
}

.bg-gray-300 {
    background-color: #234748 !important
}

.bg-gray {
    background-color: #f1f1f1 !important
}

.text-gray-100 {
    color: #a9afb8 !important
}

.text-primary {in
    color: #043636 !important
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#000000, #000000);
    -webkit-background-clip: text
}

body {
    font-family: CircularStd;
    font-weight: 400 !important
}

.btn {
    border-radius: 0;
    padding: 13px 40px
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-gradient {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px
}

.btn-gradient.active, .btn-gradient:focus, .btn-gradient:hover {
    background: linear-gradient(90deg, #000000, #000000);
    color: #fff
}

h2 {
    font-size: 30px;
    font-weight: 100
}

@media (max-width: 575px) {
    h2 {
        font-size: 25px
    }
}

.main-content {
    background-image: url(/assets/img/vcard49/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.banner-section .banner-img {
    height: 350px;
    position: relative;
    width: 100%
}

@media (max-width: 575px) {
    .banner-section .banner-img {
        height: 250px
    }
}

.banner-section .banner-img .overlay {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%
}

.profile-section {
    position: relative;
    padding-top: 40px;
    top: -40px
}

.profile-section .card {
    background-color: transparent !important;
    border: none
}

.profile-section .card .card-img {
    border-radius: 50%;
    height: 140px;
    width: 140px
}

.social-media {
    border: 1px solid rgba(40, 44, 50, .5);
    position: relative
}

.social-media .social-media-bg {
    background-color: rgba(40, 44, 50, .5)
}

.social-media .social-icon {
    height: 25px;
    margin: 0 20px;
    min-width: 25px;
    width: 25px
}

@media (max-width: 425px) {
    .social-media .social-icon {
        height: 22px;
        margin: 0 16px;
        min-width: 22px;
        width: 22px
    }
}

.section-heading {
    position: relative
}

.section-heading h2 {
    font-size: 28px;
    padding-left: 60px;
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .section-heading h2 {
        font-size: 25px;
        padding-left: 55px
    }
}

.section-heading h2:before {
    background: #104b81;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 40px
}

@media (max-width: 575px) {
    .section-heading h2:before {
        height: 36px;
        width: 36px
    }
}

.contact-section {
    padding-bottom: 60px
}

.contact-section .contact-box .contact-icon {
    background-color: #59595c;
    height: 60px;
    margin-right: 20px;
    min-width: 60px;
    width: 60px
}

.contact-section .contact-box .contact-desc a {
    font-size: 12px !important;
    word-break: break-word !important
}

.our-services-section .center-heading h2:before {
    display: none
}

.our-services-section .services {
    position: relative;
    z-index: 2
}

.our-services-section .services:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: -1
}

@media (max-width: 575px) {
    .our-services-section .services:after {
        left: -20px
    }
}

.our-services-section .services .service-card .card-img {
    background-color: #0e0802;
    border: 1px solid #282c32;
    height: 70px;
    margin-right: 30px;
    min-width: 70px;
    width: 70px
}

@media (max-width: 575px) {
    .our-services-section .services .service-card .card-img {
        margin-right: 20px
    }
}

.appointment-section .appointment .appointment-input {
    background-color: transparent;
    border: 1px solid #282c32;
    border-radius: 0;
    color: #a9afb8;
    height: 50px;
    padding: 14px 8px;
    width: 100%
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #a9afb8
}

.appointment-section .appointment .appointment-input::placeholder {
    color: #a9afb8
}

.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.appointment-section .appointment .calendar-icon {
    position: absolute;
    right: 18px;
    top: 11px
}

.appointment-section .appointment .hour-input {
    background-color: rgba(40, 44, 50, .5);
    padding: 13px
}

.center-heading h2 {
    display: inline-block;
    position: relative
}

.center-heading h2:after, .center-heading h2:before {
    background: #104b81;
    content: "";
    height: 35px;
    position: absolute;
    top: 0;
    width: 200px
}

.center-heading h2:before {
    margin-right: 40px;
    right: 100%
}

@media (max-width: 575px) {
    .center-heading h2:before {
        margin-right: 30px
    }
}

.center-heading h2:after {
    left: 100%;
    margin-left: 40px
}

@media (max-width: 575px) {
    .center-heading h2:after {
        margin-left: 30px
    }
}

.gallery-section {
    background-size: cover
}

.gallery-section .gallery-slider .gallery-img, .gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-size: cover;
    height: 240px;
    margin: 0 auto;
    max-height: 240px;
    max-width: 400px;
    overflow: hidden;
    position: relative
}

.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.insta-feed::-webkit-scrollbar {
    width: 0
}

.insta-feed::-webkit-scrollbar-thumb, .insta-feed::-webkit-scrollbar-track {
    background-color: #0e0802 !important
}

.instagram-btn {
    background: none !important;
    color: #000 !important;
    flex: 1;
    font-size: 20px !important
}

.instagram-btn.active {
    background: linear-gradient(90deg, #000000, #000000) !important;
    border: 1px solid #6554ce;
    border-radius: 50px !important;
    color: #edeff3 !important
}

.instagram-btn.active span {
    color: #edeff3 !important;
    font-size: 20px !important
}

.insta-toggle {
    border: 2px solid #000000;
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

#instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.gallery-section .gallery-slider .gallery-img iframe, .gallery-section .gallery-slider .gallery-img img, .gallery-section .gallery-slider .gallery-item iframe, .gallery-section .gallery-slider .gallery-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gallery-section .gallery-slider .gallery-file-item {
    background-repeat: no-repeat;
    background-size: contain
}

.gallery-section .gallery-slider .slick-arrow {
    background-image: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px;
    min-width: 40px;
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    width: 40px;
    z-index: 2
}

.gallery-section .gallery-slider .slick-arrow.slick-disabled {
    background-color: rgba(169, 175, 184, .5);
    background-image: none
}

@media (max-width: 575px) {
    .gallery-section .gallery-slider .slick-arrow {
        display: none
    }
}

.gallery-section .gallery-slider .next-arrow {
    right: 40px
}

@media (max-width: 767px) {
    .gallery-section .gallery-slider .next-arrow {
        right: 20px
    }
}

.gallery-section .gallery-slider .prev-arrow {
    left: 40px
}

@media (max-width: 767px) {
    .gallery-section .gallery-slider .prev-arrow {
        left: 20px
    }
}

.gallery-section .gallery-slider .slick-dots {
    bottom: -25px;
    position: relative
}

.audio-container img {
    height: 173px !important
}

.product-section .product-slider .slick-slide {
    padding: 0 10px
}

.product-section .product-slider .product-card {
    background-color: transparent;
    margin: 0 auto;
    max-width: 248px;
    overflow: hidden
}

.product-section .product-slider .product-card .product-img {
    height: 200px;
    margin: 0 auto;
    max-width: 208px;
    position: relative;
    top: 23px;
    width: 100%
}

.product-section .product-slider .product-card .product-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product-section .product-slider .product-card p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.product-section .product-slider .product-card .product-desc {
    background-color: rgba(40, 44, 50, .5);
    border-radius: 20px 20px 0 0;
    padding: 40px 20px 20px
}

.product-section .product-slider .product-card .product-desc .product-amount {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 700
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: rgba(40, 44, 50, .5);
    margin: 30px;
    padding: 30px 40px
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img {
    background-color: #0e0802;
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    width: 70px
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img {
        height: 50px;
        min-width: 50px;
        width: 50px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    height: 30px;
    width: auto
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
        height: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left-img {
    left: -30px;
    position: absolute;
    top: -30px
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right-img {
    bottom: -30px;
    position: absolute;
    right: -30px
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .profile-img {
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    width: 50px
}

.blog-section .center-slider {
    margin-bottom: 10px
}

@media (min-width: 575px) {
    .blog-section .center-slider {
        margin-bottom: 0
    }
}

.blog-section .center-slider .slick-list {
    overflow: visible
}

.blog-section .center-slider .slick-list .slick-track {
    align-items: end;
    display: flex;
    top: -50px
}

@media (max-width: 575px) {
    .blog-section .center-slider .slick-list .slick-track {
        top: 0
    }
}

.blog-section .center-slider .blog-card {
    max-width: 280px;
    width: 100%
}

.blog-section .center-slider .blog-card .card-img {
    height: 160px;
    width: 100%
}

.blog-section .center-slider .blog-card .card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blog-section .center-slider .blog-card .card-body {
    display: none;
    max-height: 154px;
    min-height: 154px;
    overflow: hidden;
    padding: 10px 15px
}

.blog-section .center-slider .blog-card .card-body p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-section .center-slider .slick-dots {
    bottom: 0;
    position: absolute
}

@media (max-width: 575px) {
    .blog-section .center-slider .slick-dots {
        bottom: -15px;
        position: relative
    }
}

.blog-section .center-slider .slick-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 15px;
    transition: all .4s ease-in-out
}

.blog-section .center-slider .slick-current.slick-active .card-body {
    display: block
}

.qr-code-section {
    z-index: 0
}

.qr-code-section:after {
    background-color: rgba(40, 44, 50, .5);
    bottom: 25px;
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.qr-code-section .qr-code {
    background-color: #fff;
    height: 190px;
    margin: 30px auto 20px;
    max-width: 280px;
    padding: 50px 0 20px;
    width: 100%
}

.qr-code-section .qr-code .qr-profile-img {
    background-color: #fff;
    border: 5px solid #0e0802;
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    position: absolute;
    top: -38px;
    width: 70px
}

.qr-code-section .qr-code .qr-profile-img img {
    border-radius: 50%;
    height: 60px;
    min-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.qr-code-section .qr-code .qr-code-img {
    height: 120px;
    min-width: 120px;
    width: 120px
}

.bussiness-hour-section .bussiness-hour-card {
    background-color: rgba(40, 44, 50, .5);
    margin: 30px auto 0;
    max-width: 426px;
    padding: 30px
}

.bussiness-hour-section .bussiness-hour-card span {
    color: #fff;
    font-size: 16px
}

@media (max-width: 575px) {
    .bussiness-hour-section .bussiness-hour-card span {
        font-size: 14px
    }
}

.contact-us-section .contact-form form .form-control {
    border: 1px solid #282c32;
    border-radius: 0;
    color: #edeff3;
    height: 50px;
    margin-bottom: 20px;
    padding: 13px 25px
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #a9afb8
}

.contact-us-section .contact-form form .form-control::placeholder {
    color: #a9afb8
}

.contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none
}

.contact-us-section .contact-form form .btn-secondary {
    box-shadow: 0 10px 15px rgba(0, 32, 32, .2)
}

.create-vcard-section .vcard-link-card {
    background-color: rgba(40, 44, 50, .5);
    border: none;
    border-radius: 0;
    padding: 25px
}

.create-vcard-section .vcard-link-card .link-text {
    font-size: 17px;
    word-break: break-all
}

@media (max-width: 575px) {
    .create-vcard-section .vcard-link-card .link-text {
        font-size: 16px
    }
}

.create-vcard-section .vcard-link-card .icon {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text
}

.share-icon {
    color: #000000
}

.btn-section .fixed-btn-section .event-bars-btn {
    background-image: linear-gradient(90deg, #000000, #000000)
}

.btn-section .fixed-btn-section .sub-btn .event-sub-btn {
    background-color: #282c32;
    box-shadow: 0 10px 15px rgba(0, 32, 32, .2);
    color: lightskyblue;
}

.slick-dots li button:before {
    color: rgba(168, 174, 184, .251) !important
}

.slick-dots li.slick-active button:before {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text;
    opacity: 1
}

.video-play-button {
    align-items: center;
    border-radius: 50%;
    box-sizing: content-box;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 50%;
    padding: 0 0 0 4px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    z-index: 10
}

.video-play-button:before {
    animation: pulse-border 1.5s ease-out infinite;
    height: 60px;
    width: 60px;
    z-index: 0
}

.video-play-button:after, .video-play-button:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.video-play-button:after {
    height: 50px;
    transition: all .2s;
    width: 50px;
    z-index: 1
}

.video-play-button span {
    border-bottom: 12px solid transparent;
    border-left: 16px solid #0e0802;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

.vcard99-btn-group {
    border-radius: 50px !important;
    color: #fff;
    height: 50px;
    width: 50px
}

.vcard99-sticky-btn {
    background: lightskyblue;
    border: 1px solid lightskyblue;
    color: #fff;
    height: 40px
}

.social-icons {
    position: relative
}

.social-icons a {
    display: flex;
    justify-content: center;
    margin: 4px 7px 20px;
    text-decoration: none;
    width: 20%
}

.social-icons .icon {
    color: #000000;
    cursor: pointer;
    transition: all .3s ease
}

.social-icons img {
    border-radius: 50% !important;
    height: 35px !important;
    width: 35px !important
}

.vcard-fourteen.main-content {
    background-image: url(/images/bg-img.png?d38043d528023fd3f941e746187c1226);
    max-width: 576px;
    min-height: 100vh
}

.vcard-fourteen .vcard-fourteen-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.vcard-fourteen-btn {
    background: linear-gradient(90deg, #000000, #000000) !important;
    border: none;
    border-radius: 5px;
    color: #043636;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard-fourteen-btn:hover {
    color: #043636 !important
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.language ul .lang-list .lang-head, .language ul .lang-list .lang-head i {
    color: #fff
}

.language ul .lang-list .lang-hover-list {
    font-size: 15px;
    left: unset !important;
    margin: 15px 0 0;
    min-width: 150px;
    right: 0;
    width: 115%
}

.language ul .lang-list .lang-hover-list li {
    padding: 5px 15px
}

.language ul .lang-list .lang-hover-list li:hover {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li:hover a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li.active {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li.active a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li a {
    color: #5e6278 !important;
    text-decoration: none
}

.language ul .lang-list .lang-hover-list li img {
    height: 20px !important;
    width: 25px !important
}

.appointment-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -6px -2px 16px hsla(0, 0%, 100%, .8), 6px 5px 12px hsla(0, 0%, 62%, .4)
}

.appointment-card .appoint-date {
    font-size: 16px
}

.appointment-card .appoint-input {
    background-color: rgba(40, 44, 50, .5);
    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%
}

.appointment-card .appoint-input:focus {
    border-color: #edf2f8 !important
}

.appointment-card .appoint-input:focus-visible {
    outline: none
}

.appointment-card .appoint-btn {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 10px;
    box-shadow: -6px -2px 16px hsla(0, 0%, 100%, .8), 6px 5px 20px hsla(0, 0%, 62%, .4);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 10px 16px;
    transition: all .3s ease
}

.appointment-card .appoint-btn:hover {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000)
}

.time-slot {
    background-color: rgba(40, 44, 50, .5);
    color: #a9afb8 !important;
    font-size: 13px;
    padding: 13px;
    width: 146px
}

.activeSlot, .time-slot:hover {
    border: 1px solid #fff
}

.add-to-contact-section {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 4;
    z-index: 9
}

.modal-backdrop {
    background-color: transparent
}

.add-contact-btn {
    height: 40px
}

.add-contact-btn i {
    font-size: 1rem
}

.fs-12 {
    font-size: 12px
}

.product-btn {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.product-btn:hover {
    background-color: rgba(4, 54, 54, .9)
}

.product-page-card {
    max-width: 100% !important;
    width: 75%
}

@media (max-width: 575px) {
    .product-page-card {
        width: 100%
    }
}
