body {
    font-family: Poppins !important;
    font-weight: 400 !important
}

.vcard22-main .bg-green {
    background-color: var(--green, #0f2f3a) !important
}

.vcard22-main .text-gray-100 {
    color: var(--gray-100, #9facb0) !important
}

.vcard22-main .text-primary {
    color: var(--primary-color, #ffffff) !important
}

.vcard22-main .text-black {
    color: var(--black, #2d2624) !important
}

.vcard22-main .text-white {
    color: var(--white, #fff) !important
}

.vcard22-main .px-40 {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:575px) {
    .vcard22-main .px-40 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.vcard22-main.main-content {
    background-color: var(--green, #0f2f3a) !important;
    color: var(--primary-color, #ffffff);
    max-width: 576px;
    min-height: 100vh;
    text-align: center !important
}

.vcard22-main .vcard-twentytwo-heading {
    color: var(--primary-color, #ffffff) !important;
    font-size: 28px;
    font-weight: 500
}

.vcard22-main .vcard-prodcut-heading {
    color: var(--primary-color, #ffffff);
    font-size: 35px;
    font-weight: 500
}

.vcard22-main .section-heading {
    overflow: hidden
}

.vcard22-main .section-heading h2 {
    color: var(--primary-color, #ffffff);
    display: inline-block;
    font-size: 18px;
    position: relative
}

@media (max-width:575px) {
    .vcard22-main .section-heading h2 {
        font-size: 18px
    }
}

.vcard22-main .section-heading h2:after {
    background-color: var(--white, #fff);
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: -55px;
    top: 0;
    display: none;
    width: 40px
}

.vcard22-main .section-heading .blog-head,
.vcard22-main .section-heading .insta-head,
.vcard22-main .section-heading .product-heading,
.vcard22-main .section-heading .testimonial-head {
    margin-left: -2px
}

.vcard22-main .btn {
    border-radius: 0;
    border-radius: 10px;
    font-weight: 500;
    padding: 12px 36px
}

.vcard22-main .btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.vcard22-main .btn-primary {
    background-color: var(--primary-color, #ffffff);
    border: 1px solid var(--primary-color, #ffffff);
    color: var(--green, #0f2f3a)
}

.vcard22-main .btn-primary.active,
.vcard22-main .btn-primary:focus,
.vcard22-main .btn-primary:hover {
    background-color: var(--green, #0f2f3a);
    border: 1px solid var(--primary-color, #ffffff);
    color: var(--primary-color, #ffffff) !important
}

.vcard22-main .main-content {
    position: relative
}

.vcard22-main .vcard-twentytwo-btn {
    background-color: var(--primary-color, #ffffff) !important
}

.vcard22-main .back-btn,
.vcard22-main .vcard-twentytwo-btn {
    border: none;
    border-radius: 5px;
    color: var(--black, #2d2624) !important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard22-main .back-btn,
.vcard22-main .buy-product {
    background-color: var(--primary-color, #ffffff)
}

.vcard22-main .buy-product {
    border: none;
    border-radius: 5px;
    color: var(--black, #2d2624) !important;
    outline: none;
    padding: 10px 20px
}

.vcard22-main .bg-img {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

@media (max-width:575px) {
    .vcard22-main .bg-img img {
        width: 85%
    }
}

.vcard22-main .banner-section .banner-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%
}

@media (max-width:575px) {
    .vcard22-main .banner-section .banner-img {
        height: 220px
    }
}

.vcard22-main .profile-section .card {
    background-color: transparent !important;
    border: none;
    margin-top: -85px
}

.vcard22-main .profile-section .card .card-img {
    border: 5px solid var(--primary-color, #ffffff);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(26, 36, 44, .15);
    height: 180px;
    min-width: 180px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -16px !important;
    width: 180px
}

@media (max-width:575px) {
    .vcard22-main .profile-section .card .card-img {
        height: 160px;
        min-width: 160px;
        position: relative;
        width: 160px
    }
}

.vcard22-main .profile-name {
    margin-top: 115px !important
}

@media (max-width:575px) {
    .vcard22-main .profile-name {
        margin-top: 0 !important
    }
}

.vcard22-main .social-media-section .social-icon {
    background-color: var(--green-100, #224754);
    border: 1px solid var(--green-100, #224754);
    border-radius: 50%;
    height: 40px;
    margin: 6px 12px !important;
    min-width: 40px;
    width: 40px
}

.vcard22-main .social-media-section .social-icon:hover {
    border: 1px solid var(--primary-color, #ffffff)
}

.vcard22-main .social-media-section .social-icon img,
.vcard22-main .social-media-section .social-icon svg {
    border-radius: 50% !important;
    color: var(--white, #fff) !important;
    height: 30px !important;
    width: 25px
}

.vcard22-main .social-media-section .social-icon:first-child {
    margin-left: 0
}

.vcard22-main .social-media-section .social-icon:last-child {
    margin-right: 0
}

.vcard22-main .contact-section .contact-box .contact-icon {
    background-color: var(--green-100, #224754);
    border-radius: 50%;
    height: 50px;
    margin-right: 15px;
    min-width: 50px;
    width: 50px
}

.vcard22-main .gallery-section .gallery-slider .slick-slide {
    transform: scale(.8)
}

.vcard22-main .gallery-section .gallery-slider .gallery-img {
    border-radius: 20px;
    height: 220px;
    margin: 0 auto;
    max-width: 300px;
    overflow: hidden;
    position: relative
}

@media (max-width:575px) {
    .vcard22-main .gallery-section .gallery-slider .gallery-img {
        height: 180px;
        max-width: 280px
    }
}

.vcard22-main .gallery-section .gallery-slider .slick-dots {
    bottom: -15px;
    position: relative
}

.vcard22-main .gallery-section .gallery-slider .slick-dots li {
    width: 15px
}

.vcard22-main .gallery-section .gallery-slider .slick-current.slick-active {
    transform: scale(1)
}

.vcard22-main .video-play-button {
    align-items: center;
    box-sizing: content-box;
    display: flex;
    height: 20px;
    justify-content: center;
    padding: 0 0 0 4px;
    width: 16px;
    z-index: 10
}

.vcard22-main .video-play-button,
.vcard22-main .video-play-button:after {
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.vcard22-main .video-play-button:after {
    background: var(--primary-color, #ffffff);
    content: "";
    display: block;
    height: 50px;
    transition: all .2s;
    width: 50px;
    z-index: 1
}

.vcard22-main .video-play-button span {
    border-bottom: 12px solid transparent;
    border-left: 16px solid var(--green, #0f2f3a);
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3
}

.vcard22-main .product-section .product-slider .product-card {
    background-color: var(--green-100, #224754);
    border: none;
    border-radius: 12px;
    height: 300px !important;
    margin: 0 10px;
    margin-bottom: 10px !important;
    max-width: 260px;
    padding: 14px
}

@media (max-width:575px) {
    .vcard22-main .product-section .product-slider .product-card {
        margin: 0 auto
    }
}

.vcard22-main .product-section .product-slider .product-card .product-img {
    height: 170px;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

@media (max-width:425px) {
    .vcard22-main .product-section .product-slider .product-card .product-img {
        margin: 0 auto
    }
}

.vcard22-main .product-section .product-slider .product-card .product-head {
    color: var(--white, #fff) !important
}

.vcard22-main .product-section .product-slider .product-card .product-desc {
    padding: 0
}

.vcard22-main .product-section .product-slider .product-card .product-desc p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.vcard22-main .our-services-section .services .service-card {
    background-color: var(--green-100, #224754);
    border-radius: 12px;
    padding: 14px;
    position: relative
}

.vcard22-main .our-services-section .services .service-card .card-img {
    min-width: 40px;
    width: 100%;
}

.vcard22-main .our-services-section .services .service-card .card-title {
    color: var(--white, #fff) !important
}

.vcard22-main .our-services-section .services .service-card .card-body p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

@media (max-width:575px) {
    .vcard22-main .appointment-section {
        margin-bottom: 55px !important
    }
}

.vcard22-main .appointment-section .appointment .appointment-input {
    background-color: transparent;
    border: 1px solid var(--green-100, #224754);
    border-radius: 15px;
    color: var(--white, #fff);
    height: 50px;
    padding: 12px 20px;
    width: 100%
}

.vcard22-main .appointment-section .appointment .appointment-input::-moz-placeholder {
    color: var(--gray-100, #9facb0)
}

.vcard22-main .appointment-section .appointment .appointment-input::placeholder {
    color: var(--gray-100, #9facb0)
}

.vcard22-main .appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.vcard22-main .appointment-section .appointment .hour-input {
    background-color: var(--green-100, #224754);
    border-radius: 15px;
    color: var(--white, #fff);
    height: 50px;
    padding: 10px
}

.vcard22-main .appointment-section .appointment .btn-primary {
    color: var(--black, #2d2624);
    max-width: 270px;
    width: 100%
}

.vcard22-main .appointment-section .appointment .btn-primary:hover {
    color: var(--white, #fff)
}

.vcard22-main .appointment-section .appointment .appointmentAdd {
    color: var(--black, #2d2624) !important
}

.vcard22-main .appointment-section .appointment .appointmentAdd:hover {
    color: var(--primary-color, #ffffff) !important
}

.vcard22-main .blog-section,
.vcard22-main .blog-section .blog-slider {
    position: relative
}

.vcard22-main .blog-section .blog-slider .slick-slide {
    padding: 0 10px
}

.vcard22-main .blog-section .blog-slider .blog-card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 260px
}

.vcard22-main .blog-section .blog-slider .blog-card .card-img {
    border: 1px solid #2c2e36;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.vcard22-main .blog-section .blog-slider .blog-card .card-body p {
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.vcard22-main .blog-section .blog-slider .blog-card .card-body h2 {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.vcard22-main .blog-section .blog-slider .slick-next,
.vcard22-main .blog-section .blog-slider .slick-prev {
    opacity: 1 !important;
    position: absolute;
    width: 40px;
    z-index: 2
}

@media (max-width:575px) {

    .vcard22-main .blog-section .blog-slider .slick-next,
    .vcard22-main .blog-section .blog-slider .slick-prev {
        display: none
    }
}

.vcard22-main .blog-section .blog-slider .slick-next {
    right: 0
}

@media (max-width:768px) {
    .vcard22-main .blog-section .blog-slider .slick-next {
        right: -15px
    }
}

.vcard22-main .blog-section .blog-slider .slick-next:before {
    opacity: 1 !important
}

.vcard22-main .blog-section .blog-slider .slick-prev {
    left: 0
}

@media (max-width:768px) {
    .vcard22-main .blog-section .blog-slider .slick-prev {
        left: -15px
    }
}

.vcard22-main .blog-section .blog-slider .slick-prev:before {
    opacity: 1 !important
}

.vcard22-main .business-hour-section .business-hour-card .business-hour {
    align-items: center;
    background-color: var(--green-100, #224754);
    border-radius: 10px;
    color: var(--white, #fff);
    display: flex;
    justify-content: center;
    padding: 10px 5px
}

.vcard22-main .business-hour-section .business-hour-card .business-hour span {
    font-size: 12px
}

@media (max-width:575px) {
    .vcard22-main .business-hour-section .business-hour-card .business-hour span {
        font-size: 12px
    }
}

.vcard22-main .testimonial-section {
    position: relative
}

.vcard22-main .testimonial-section .testimonial-bg-img {
    position: absolute;
    right: 0;
    text-align: end;
    top: 0;
    z-index: -1
}

@media (max-width:575px) {
    .vcard22-main .testimonial-section .testimonial-bg-img img {
        width: 60%
    }
}

.vcard22-main .testimonial-section .testimonial-slider .testimonial-card {
    background-color: var(--green-100, #224754);
    border: none;
    border-radius: 20px;
    margin: 0 10px;
    padding: 25px;
    position: relative
}

@media (max-width:575px) {
    .vcard22-main .testimonial-section .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
    height: 45px;
    min-width: 60px;
    width: 60px
}

@media (max-width:575px) {
    .vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
        height: 26px;
        min-width: 36px;
        width: 36px
    }
}

.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .testimonial-profile-img {
    border-radius: 50%;
    height: 60px;
    margin-right: 15px;
    min-width: 60px;
    overflow: hidden;
    width: 60px
}

.vcard22-main .qr-code-section .qr-code {
    gap: 50px
}

@media (max-width:575px) {
    .vcard22-main .qr-code-section .qr-code {
        gap: 40px
    }
}

.vcard22-main .qr-code-section .qr-code .qr-profile-img {
    border-radius: 50%;
    box-shadow: 10px 10px 20px -7px rgba(53, 36, 31, .15);
    height: 150px;
    min-width: 150px;
    width: 150px
}

.vcard22-main .qr-code-section .qr-code .qr-code-img {
    height: 115px;
    min-width: 115px;
    width: 115px
}

.vcard22-main .contact-us-section {
    position: relative
}

.vcard22-main .contact-us-section .contact-form form .form-control {
    background-color: var(--green-100, #224754) !important;
    border: none;
    border-radius: 10px;
    color: var(--white, #fff);
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
    padding: 13px 20px
}

.vcard22-main .contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: var(--white, #fff)
}

.vcard22-main .contact-us-section .contact-form form .form-control::placeholder {
    color: var(--white, #fff)
}

.vcard22-main .contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none
}

.vcard22-main .create-vcard-section .vcard-link-card {
    background-color: var(--green-100, #224754);
    border-radius: 0;
    padding: 20px
}

.vcard22-main .create-vcard-section .vcard-link-card .link-text {
    color: var(--white, #fff);
    font-size: 18px;
    word-break: break-all
}

@media (max-width:575px) {
    .vcard22-main .create-vcard-section .vcard-link-card .link-text {
        font-size: 16px
    }
}

.vcard22-main .add-to-contact-section {
    /* bottom: -15px; */
    color: var(--black, #2d2624);
    left: 0;
    margin: 0 auto;
    /* position: fixed !important; */
    right: 0;
    width: 100%
}

@media (max-width:575px) {
    .vcard22-main .add-to-contact-section {
        margin-bottom: 15px
    }
}

.vcard22-main .add-to-contact-section .add-contact-btn {
    color: var(--black, #2d2624);
    height: 40px;
    padding: 9px 35px !important;
    width: 207px !important
}

.vcard22-main .add-to-contact-section .add-contact-btn i {
    font-size: 1rem
}

.vcard22-main .add-to-contact-section .add-contact-btn:hover {
    color: var(--primary-color, #ffffff) !important
}

.vcard22-main .btn-section .fixed-btn-section .dynamic-bars-btn {
    background-color: var(--primary-color, #ffffff)
}

.vcard22-main .btn-section .fixed-btn-section .sub-btn .dynamic-sub-btn {
    background-color: var(--green, #0f2f3a);
    border: 1px solid var(--primary-color, #ffffff)
}

.vcard22-main .slick-dotted.slick-slider {
    margin-bottom: 10px
}

.vcard22-main .slick-dots {
    bottom: -15px;
    position: relative
}

.vcard22-main .slick-dots li {
    height: 8px;
    margin: 0 4px
}

.vcard22-main .slick-dots li button {
    font-size: 0;
    height: 8px;
    width: 8px
}

.vcard22-main .slick-dots li button:before {
    background-color: #ffffff33;
    border-radius: 10px;
    font-size: 0;
    height: 8px;
    width: 8px
}

.vcard22-main .slick-dots li.slick-active button:before {
    background-color: var(--white, #fff);
    opacity: 1
}

.vcard22-main .px-30 {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:575px) {
    .vcard22-main .px-30 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.vcard22-main .fs-14 {
    font-size: 14px
}

.vcard22-main .fs-18 {
    font-size: 18px
}

@media (max-width:575px) {
    .vcard22-main .fs-18 {
        font-size: 16px
    }
}

.vcard22-main .fs-20 {
    font-size: 20px
}

.vcard22-main .mt-10 {
    margin-top: 10px
}

.vcard22-main .mt-20 {
    margin-top: 20px
}


.vcard22-main .mt-40 {
    margin-top: 40px
}

.vcard22-main .mt-60 {
    margin-top: 60px
}

@media (max-width:575px) {
    .vcard22-main .mt-40 {
        margin-top: 30px
    }
}

.vcard22-main .mb-40 {
    margin-bottom: 40px
}

.vcard22-main .mb-60 {
    margin-bottom: 60px
}

.vcard22-main .mb-80 {
    margin-bottom: 80px
}

.vcard22-main .mb-90 {
    margin-bottom: 90px
}

@media (max-width:575px) {
    .vcard22-main .mb-40 {
        margin-bottom: 30px
    }
}

.vcard22-main .mb-30 {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .vcard22-main .mb-30 {
        margin-bottom: 25px
    }
}

.vcard22-main .mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

@media (max-width:575px) {
    .vcard22-main .mx-30 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.vcard22-main .mb-20 {
    margin-bottom: 20px
}

.vcard22-main .mb-10 {
    margin-bottom: 10px
}

.vcard22-main .pb-50 {
    padding-bottom: 50px
}

@media (max-width:575px) {
    .vcard22-main .pb-50 {
        padding-bottom: 40px
    }
}

.vcard22-main .pt-40 {
    padding-top: 40px
}

@media (max-width:575px) {
    .vcard22-main .pt-40 {
        padding-top: 25px
    }
}

.vcard22-main .pb-40 {
    padding-bottom: 40px
}

@media (max-width:575px) {
    .vcard22-main .pb-40 {
        padding-bottom: 25px
    }
}

.vcard22-main .pt-60 {
    padding-top: 60px
}

@media (max-width:575px) {
    .vcard22-main .pt-60 {
        padding-top: 40px
    }
}

.vcard22-main .pb-60 {
    padding-bottom: 60px
}

@media (max-width:575px) {
    .vcard22-main .pb-60 {
        padding-bottom: 40px
    }
}

.vcard22-main .pt-30 {
    padding-top: 30px
}

@media (max-width:575px) {
    .vcard22-main .pt-30 {
        padding-top: 20px
    }
}

.vcard22-main .pb-30 {
    padding-bottom: 30px
}

@media (max-width:575px) {
    .vcard22-main .pb-30 {
        padding-bottom: 20px
    }
}

.vcard22-main .pt-50 {
    padding-top: 50px
}

@media (max-width:575px) {
    .vcard22-main .pt-50 {
        padding-top: 40px
    }
}

.vcard22-main .pt-80 {
    padding-top: 80px
}

@media (max-width:575px) {
    .vcard22-main .pt-80 {
        padding-top: 40px
    }
}

.vcard22-main .pb-80 {
    padding-bottom: 80px
}

@media (max-width:575px) {
    .vcard22-main .pb-80 {
        padding-bottom: 40px
    }
}

.vcard22-main .px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.vcard22-main .fw-5 {
    font-weight: 500
}

.vcard22-main .fw-6 {
    font-weight: 600
}

.vcard22-main .fw-7 {
    font-weight: 700
}

.vcard22-main .fs-12 {
    font-size: 12px
}

.vcard22-main .fs-36 {
    font-size: 36px
}

@media (max-width:575px) {
    .vcard22-main .fs-36 {
        font-size: 30px
    }

    .fs-3 {
        font-size: calc(1.5rem + 2vw)!important;
    }
}

.vcard22-main .fs-30 {
    font-size: 30px
}

@media (max-width:575px) {
    .vcard22-main .fs-30 {
        font-size: 28px
    }
}

.vcard22-main .fs-28 {
    font-size: 28px
}

@media (max-width:575px) {
    .vcard22-main .fs-28 {
        font-size: 24px
    }
}

.vcard22-main a {
    text-decoration: none
}

.vcard22-main .main-content {
    max-width: 576px;
    min-height: 100vh
}

.vcard22-main .object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.vcard22-main .flex-1 {
    flex: 1
}

.vcard22-main .cursor-pointer {
    cursor: pointer
}

.vcard22-main .btn-section {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 9
}

.vcard22-main .btn-section .fixed-btn-section {
    align-items: center;
    display: flex;
    position: fixed;
    top: 50%
}

.vcard22-main .btn-section .fixed-btn-section .bars-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 65px;
    justify-content: center;
    min-width: 65px;
    width: 65px
}

.vcard22-main .btn-section .fixed-btn-section .sub-btn {
    display: none;
    left: 0;
    position: absolute;
    right: 75px;
    top: 0;
    width: 100%
}

.vcard22-main .btn-section .fixed-btn-section .sub-btn .social-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.vcard22-main .btn-section .fixed-btn-section .sub-btn .social-btn i {
    font-size: 24px
}

.vcard22-main .btn-section .fixed-btn-section .sub-btn .sub-btn-div {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 75px;
    top: -55px;
    width: 100%
}

.vcard22-main .slick-dots li {
    margin: 0;
    width: 15px
}

.vcard22-main .slick-dots li button:before {
    font-size: 30px;
    opacity: 1
}

.vcard22-main .activeSlot {
    background-color: #6554ce !important;
    color: #f5f2fb !important;
    cursor: pointer
}

.vcard22-main .time-slot {
    align-items: center;
    background-color: transparent !important;
    border: 1px solid var(--primary-color, #ffffff);
    color: var(--white, #fff) !important;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-size: 12px;
    height: 50px;
    justify-content: center
}

.vcard22-main .time-slot.activeSlot,
.vcard22-main .time-slot:hover {
    background-color: var(--primary-color, #ffffff) !important;
    border: 1px solid var(--primary-color, #ffffff);
    color: #2d2624 !important
}

.vcard22-main .send-btn {
    color: var(--black, #2d2624);
    height: 36px;
    padding: 7px 20px 7px 20px;
}

.vcard22-main .iframe-head {
    margin-bottom: -20px !important;
    padding-left: 30px !important
}

.vcard22-main .insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: scroll
}

.vcard22-main .insta-feed::-webkit-scrollbar {
    width: 0
}

.vcard22-main .insta-feed::-webkit-scrollbar-thumb,
.vcard22-main .insta-feed::-webkit-scrollbar-track {
    background-color: #f1faff !important
}

.vcard22-main .instagram-btn {
    background: none !important;
    color: #fff;
    flex: 1;
    font-size: 20px !important
}

.vcard22-main .instagram-btn.active {
    background-color: var(--primary-color, #ffffff) !important;
    border: 1px solid var(--primary-color, #ffffff);
    border-radius: 50px !important;
    color: #373a41 !important
}

.vcard22-main .instagram-btn.active span {
    color: #373a41 !important;
    font-size: 20px !important
}

.vcard22-main .insta-toggle {
    border: 2px solid var(--primary-color, #ffffff);
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

.vcard22-main #instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.vcard22-main .instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.vcard22-main .vcard22-sticky-btn {
    background: var(--primary-color, #ffffff);
    border: 1px solid var(--primary-color, #ffffff);
    border-radius: 5px;
    color: var(--primary-color, #ffffff);
    height: 40px
}

.vcard22-main .vcard22-btn-group {
    background-color: var(--green, #0f2f3a) !important;
    border-radius: 50px !important;
    color: var(--primary-color, #ffffff);
    height: 50px;
    width: 50px
}

.vcard22-main .language ul {
    list-style: none
}

.vcard22-main .language ul .lang-list {
    background: var(--primary-color, #ffffff);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard22-main .language ul .lang-list .lang-head {
    color: var(--black, #2d2624)
}

.vcard22-main .language ul .lang-list .lang-head i {
    color: #fff
}

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

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

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

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

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

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

.vcard22-main .language ul .lang-list .lang-hover-list li a {
    color: #5e6278 !important;
    font-size: 14px !important;
    text-decoration: none
}

.vcard22-main .language ul .lang-list .lang-hover-list li img {
    height: 20px !important;
    width: 25px !important
}

.vcard22-main .z-index-2 {
    z-index: 2
}

.vcard22-main .audio-image {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.vcard22-main .gallery-file-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.vcard22-main .support-banner {
    background: var(--green-100, #224754) !important;
    bottom: 0;
    box-shadow: 0 19px 3px 0 #848181, 0 0 11px 0 #000;
    box-sizing: border-box;
    color: #fff !important;
    height: auto !important;
    max-width: 576px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999 !important
}

.vcard22-main .support-banner .support_heading {
    font-size: 32px;
    margin-top: 33px
}

.vcard22-main .support-banner .support_text {
    margin-bottom: 33px
}

@media (min-width:576px) and (max-width:767px) {
    .vcard22-main .support-banner {
        max-width: 540px !important
    }
}

.vcard22-main .act-now {
    background: var(--primary-color, #ffffff);
    border: none;
    bottom: 10px;
    color: var(--black, #2d2624) !important;
    display: inline-block !important;
    outline: none;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.vcard22-main .banner-close {
    background: transparent !important;
    border: none;
    color: #fff !important;
    font-size: 20px !important;
    position: absolute;
    right: 25px;
    top: 20px
}

.appoint-date,
.appoint-hour,
.contact-desc,
.made-by-text,
.terms-policies-btn {
    color: var(--white, #fff) !important
}

.contact-desc {
    word-break: break-all !important;
    text-align: center;
}

.blog-title {
    color: var(--white, #fff) !important
}

.slick-dots li button:before {
    color: transparent !important
}

.modal-backdrop {
    background-color: transparent
}

.modal {
    background-color: #00000080;
    z-index: 99999 !important
}

.modal .news-modal {
    margin-top: 250px !important
}

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    padding: 2rem !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: var(--green-100, #224754);
    font-size: 50px;
    text-align: center !important
}

.modal .news-modal #newsLatter-content .modal-body {
    padding: 1.75rem
}

.modal .news-modal #newsLatter-content .modal-body .content {
    color: var(--green-100, #224754);
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: var(--green-100, #224754);
    font-size: 19px;
    font-weight: 100
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
    color: #f62947;
    content: "*";
    font-size: inherit;
    font-weight: 700;
    position: relative
}

.modal .news-modal #newsLatter-content .modal-body .input-box {
    background-color: #f5f8fa;
    border: 1px solid var(--green-100, #224754) !important;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
    background-color: #eef3f7;
    box-shadow: unset
}

.modal .news-modal #newsLatter-content .modal-body .input-group {
    height: 60px !important
}

.modal .news-modal #newsLatter-content .modal-footer {
    border-top: none !important;
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem !important;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #0f2f3a !important;
    border: unset;
    color: var(--white, #fff);
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
    background-color: #0f2f3a !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
    box-shadow: unset
}

#email-send {
    background-color: var(--green-100, #224754);
    border: none;
    border-radius: 0 3px 5px 2px;
    color: #fff !important;
    font-size: 25px;
    width: 80px !important
}

.animate-bottom {
    animation: animatebottom .4s;
    position: relative
}

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.card-back,
.product-back {
    background: var(--light, #fff) !important
}

@media (max-width:575px) {
    .made-by-section {
        margin-top: 35px
    }
}

.card-contact {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .55rem;
}

.vcard22-main .section-heading {
    text-align: center;
}

.vcard22-main .fw-5 {
    font-weight: 500;
    font-size: 12px;
}

.fs-4 {
    font-size: calc(1.275rem + 2vw)!important;
}

.fs-3 {
    font-size: calc(0.8rem + 2vw)!important;
}

.fs-2 {
    font-size: calc(0.8rem + 2vw)!important;
}

.rounded {
    border-radius: .7rem!important;
}

.btn {
    font-size: 0.9rem;
}

.service-card-custom {
    border-radius: 12px;
    padding: 14px;
    position: relative 
}
.services-slider .slick-slide{
    padding: 0 10px;
}

.create-your-card {
    bottom: -25px;
    color: #000000;
    left: 0;
    margin: 0 auto;
    position: fixed !important;
    right: 0;
    width: 100%;
    font-size: 0.8rem !important;
    font-weight: 500;

}


@media (max-width:575px) {
    .vcard22-main .create-your-card {
        margin-bottom: 15px
    }
}

.create-your-card .add-contact-btn {
    background-color: #ff6831;
    color: #ffffff !important;
    height: 40px;
    padding: 8px 50px !important;
    width: 207px !important;
    border: 1px solid #ffffff
}

.create-your-card .add-contact-btn:hover {
    color: #ffffff !important;
    font-weight: 500;
    background-color: #ff6831;
    border: 1px solid #ffffff
}

