@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";

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

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

.vcard9-sticky-btn {
    height: 40px;
    display: block;
    transition: opacity ease 300ms;
    background-color: #fec544;
    border-color: #fec544;
    color: #000;
    box-shadow: 0 4px 12px -4px #03060b;
    padding: 0.45rem 0.5rem;
}
.add-contact-block .vcard9-sticky-btn {
    min-width: 175px;
}
.vcard9-sticky-btn:hover {
    background-color: #e5bc60;
    color: #222;
}

.vcard9-sticky-btn, .vcard9-sticky-div {

}

.vcard-nine-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.vcard9-btn-group {
    border: 1px solid linear-gradient(90deg, #b24592, #f15f79);
    border-radius: 50px !important;
    color: linear-gradient(90deg, #b24592, #f15f79);
    height: 50px;
    width: 50px
}

body {
    background-color: #e5e5e5;
    font-family: Inter, sans-serif
}

.vcard-nine.main-content {
    background-color: #0a101e;
    max-width: 576px;
    min-height: 100vh
}

.vcard-nine .heading-left {
    border-radius: 0 0 50px 0;
    margin-left: -16px
}

.vcard-nine .heading-left, .vcard-nine .heading-right {
    color: #fec544;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.vcard-nine .heading-right {

}

.vcard-nine__banner {
    height: auto
}

.vcard-nine__banner .banner-image {
    /*height:300px;*/
    width: 100%;
    z-index: 10
}

/*@media (max-width:320px) {*/
/*    .vcard-nine__banner {*/
/*        height:100px*/
/*    }*/
/*}*/

/*@media (min-width:319px) and (max-width:425px) {*/
/*    .vcard-nine__banner {*/
/*        height:130px*/
/*    }*/
/*}*/

.vcard-nine .activeSlot {
    background: linear-gradient(90deg, #b24592, #f15f79) !important;
    color: #fff !important;
    cursor: pointer !important
}

.vcard-nine__profile {
    z-index: 111
}

.vcard-nine__profile .avatar {
    z-index: 11
}

.vcard-nine__profile .avatar img {
    border: 5px solid #d2d2d2;
    box-shadow: 0 11px 16px -8px #000000;
    height: 120px;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    /*.vcard-nine__profile .avatar img {*/
    /*    height:150px;*/
    /*    max-width:150px;*/
    /*    min-width:150px;*/
    /*    width:150px*/
    /*}*/
}

.vcard-nine__profile-details {
    margin-top: 90px !important;
    z-index: 111
}

@media (max-width: 575px) {
    .vcard-nine__profile-details {
        margin-top: 80px
    }
}

.vcard-nine__profile-details .profile-name {
    color: #d2d2d2;
    font-size: 28px !important;
    font-weight: 600;
}

.vcard-nine__profile-details .profile-designation {
    color: #a9adb8;
    font-size: 18px;
}

.vcard-nine__profile-details .profile-company {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
    color: #a9adb8;
}


.vcard-nine__social_links .social-icons {
    max-width: 430px;
    width: 100%
}

@media (max-width: 575px) {
    .vcard-nine__social_links .social-icons {
        max-width: 280px
    }
}

.vcard-nine__social_links .social-icons span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 10px;
    padding: 10px;
    font-size: 24px;
    background: #1e2a3f;
    color: #fec544;
    box-shadow: 0 12px 15px -4px rgba(3, 6, 11, 0.39);
}

.vcard-nine__social_links .social-icons span:hover {
    background: #fec544;
    color: #1e2a3f;
}

@media (max-width: 575px) {
    .vcard-nine__social_links .social-icons span {
        height: 45px;
        min-width: 45px;
        width: 45px
    }
}

.vcard-nine__social_links .social-icons .icon {
    color: #fec544;
    transition: all .3s ease
}

@media (max-width: 575px) {
    .vcard-nine__social_links .social-icons .icon {
        font-size: 1.5em
    }
}
.vcard-nine__social_links .social-icons span:hover .icon {
    color: #1e2a3f;
}

.vcard-nine__social_links .social-icons .twitter_icon {
    fill: #fff;
    height: 30px !important;
    transition: all .3s ease
}



.vcard-nine__event .event-card {
    margin: 0 auto !important;
    background: #20293c;
    border-radius: 30px;
    padding: 13px 9px 3px 9px !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity ease 300ms;
    color: #a9adb8;
    box-shadow: 0 4px 12px -4px #03060b;
    position: relative;
}
.vcard-nine__event .event-card .event-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -15px;
    font-size: 13px;
    color: #fec544;
    border: 4px solid #fec544;
    width: 30px;
    height: 30px;
    align-items: center;
    border-radius: 50%;
}
.vcard-nine__event .event-card .event-detail {
    font-size: 18px;
    font-weight: 600;
    color: #d2d2d2;
}

.vcard-nine__event .event-card .event-detail h6 {
    font-size: 18px;
    font-weight: 600;
    color: #d2d2d2;
}

.vcard-nine__event .event-card .event-detail .event-name {
    display: block;
    color: #d2d2d2;
    font-size: 14px;
    word-break: break-all;
}

.vcard-nine__appointment {
    z-index: 200
}

.vcard-nine__appointment .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)
}

.vcard-nine__appointment .appointment-card .appoint-date {
    font-size: 16px
}

.vcard-nine__appointment .appointment-card .appoint-input {
    background-color: #edf2f8;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer !important;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.vcard-nine__appointment .appointment-card .appoint-input:focus {
    border-color: #edf2f8 !important
}

.vcard-nine__appointment .appointment-card .appoint-input:focus-visible {
    outline: none
}

.vcard-nine__appointment .appointment-card .appoint-btn {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #b24592, #f15f79);
    -webkit-background-clip: text;
    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
}

.vcard-nine__appointment .appointment-card .appoint-btn:hover {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f15f79, #b24592);
    -webkit-background-clip: text
}

.vcard-nine .service-card {
    max-height: 483px;
    overflow: auto !important
}

.vcard-nine__service .service-new-image {
    border-radius: .5rem;
    height: 25vh;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.vcard-nine__service .card-body {
    padding-left: 0 !important
}

@media (min-width: 576px) {
    .vcard-nine__service .service-row {
        margin-right: -42px
    }
}

.vcard-nine__service .services-slider-view .slick-list {
    padding-top: 5px !important
}

@media (max-width: 500px) {
    .vcard-nine__service .services-slider-view .slick-list {
        height: 260px !important
    }
}

.vcard-nine__service .services-slider-view .slick-slide {
    margin: 0 15px !important
}

.vcard-nine__service .services-slider-view .service-card {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: -7px 7px 12px hsla(0, 0%, 62%, .4), 8px -9px 16px hsla(0, 0%, 100%, .8);
    max-height: 180px;
    min-height: 160px;
    overflow-y: auto;
    padding: 18px
}

.vcard-nine__service .services-slider-view .service-card .card-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2a252e;
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden
}

.vcard-nine__service .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

@media (max-width: 500px) {
    .vcard-nine__service .services-slider-view .service-card .description-text {
        -webkit-line-clamp: 3
    }
}

.vcard-nine__service .services-slider-view .service-card .img {
    display: inline;
    float: left;
    width: -moz-fit-content;
    width: fit-content
}

.vcard-nine__service .services-slider-view .service-card .img img {
    height: 120px;
    margin-right: 10px;
    width: 120px
}

@media (max-width: 500px) {
    .vcard-nine__service .services-slider-view .service-card .img img {
        height: 90px;
        width: 90px
    }

    .vcard-nine__service .services-slider-view .service-card {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 230px;
        text-align: center
    }
}

.vcard-nine__service .services-slider-view .slick-dots {
    bottom: -20px !important
}

.vcard-nine__service .services-slider-view .slick-dots li {
    margin: 0 !important
}

.vcard-nine__service .services-slider-view .slick-dots button:before {
    font-size: 30px !important
}

.vcard-nine__gallery .gallery-slider {
    z-index: 10
}

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

.vcard-nine__gallery .gallery-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 16px
}

.vcard-nine__gallery .gallery-slider .slick-list {
    padding: 35px 0
}

.vcard-nine__gallery .gallery-slider .slick-dots li {
    width: 10px !important
}

.vcard-nine__gallery .gallery-slider .slick-dots li button:before {
    color: #181818;
    font-size: 30px !important
}

.vcard-nine__gallery .gallery-slider .slick-dots li.slick-active button:before {
    color: #181818
}

.vcard-nine__gallery .gallery-card {
    background: #1e2a3f !important;
    box-shadow: 0px 12px 15px -4px rgba(3, 6, 11, 0.39);
    border: 1px solid #20293c !important;
}

.vcard-nine__gallery .gallery-card .gallery-profile {
    height: 238px
}

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

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

.vcard-nine__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-nine .video-container {
    height: 238px
}

.vcard-nine .audio-container img {
    height: 173px !important
}

.vcard-nine__product .product-slider {
    margin-top: 15px !important;
    z-index: 10
}

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

.vcard-nine__product .product-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 16px
}

.vcard-nine__product .product-slider .slick-list {
    padding: 0 0 35px
}

.vcard-nine__product .product-slider .slick-dots li {
    width: 10px !important
}

.vcard-nine__product .product-slider .slick-dots li button:before {
    color: #181818;
    font-size: 30px !important
}

.vcard-nine__product .product-slider .slick-dots li.slick-active button:before {
    color: #181818
}

.vcard-nine__product .product-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)
}

.vcard-nine__product .product-card .product-profile img {
    -o-object-fit: contain;
    object-fit: contain
}

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

.vcard-nine__product .product-card .product-details h4 {
    color: #181818;
    font-size: 18px;
    font-weight: 500
}

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

.vcard-nine__product .product-card .product-details p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #181818;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
}

.vcard-nine__product_details_page .product-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)
}

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

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

.vcard-nine__product_details_page .product-card .product-details h4 {
    color: #181818;
    font-size: 18px;
    font-weight: 500
}

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

.vcard-nine__product_details_page .product-card .product-details p {
    -webkit-box-orient: vertical;
    color: #181818;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 580px) {
    .vcard-nine__product_details_page .product-card, .vcard-nine__product_details_page .product-card img {
        width: 100% !important
    }
}

.vcard-nine__testimonial .testimonial-slider {
    margin-top: 15px !important;
    z-index: 10
}

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

.vcard-nine__testimonial .testimonial-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 16px
}

.vcard-nine__testimonial .testimonial-slider .slick-list {
    padding: 35px 0
}

.vcard-nine__testimonial .testimonial-slider .slick-dots li {
    width: 10px !important
}

.vcard-nine__testimonial .testimonial-slider .slick-dots li button:before {
    color: #181818;
    font-size: 30px !important
}

.vcard-nine__testimonial .testimonial-slider .slick-dots li.slick-active button:before {
    color: #181818
}

.vcard-nine__testimonial .testimonial-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)
}

.vcard-nine__testimonial .testimonial-card .testimonial-user img {
    height: 60px;
    min-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.vcard-nine__testimonial .testimonial-card .testimonial-user .user-details .user-name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #b24592, #f15f79);
    -webkit-background-clip: text;
    font-size: 16px;
    font-weight: 500
}

.vcard-nine__testimonial .testimonial-card .testimonial-user .user-details .user-designation {
    color: #505050;
    font-size: 12px
}

.vcard-nine__testimonial .testimonial-card .testimonial-user .reviews .star-icon {
    color: #ffca2c
}

.vcard-nine__testimonial .testimonial-card .review-message {
    -webkit-box-orient: vertical;
    color: #181818;
    display: -webkit-box;
    font-size: 14px;
    max-height: 90px;
    overflow: auto
}

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

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

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

.vcard-nine__blog .blog-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 15px
}

.vcard-nine__blog .blog-slider .slick-list {
    overflow: visible;
    padding-bottom: 20px
}

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

.vcard-nine__blog .blog-slider .slick-dots li {
    width: 10px !important
}

.vcard-nine__blog .blog-slider .slick-dots li button:before {
    font-size: 30px !important
}

.vcard-nine__blog .blog-slider .blog-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)
}

.vcard-nine__blog .blog-slider .blog-card .blog-image img {
    border-radius: 15px 15px 0 0;
    height: 200px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100% !important
}

.vcard-nine__blog .blog-slider .blog-card .blog-details h5 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #b24592, #f15f79);
    -webkit-background-clip: text;
    font-size: 16px;
    font-weight: 500
}

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

.vcard-nine__qr-code {
    background: #1e2a3f;
    position: relative;
}
.vcard-nine__qr-code .qr-code-card {
    border-radius: 10px;
    background-color: #141e30 !important;
    border: 0 solid #0b141e !important;
}

.vcard-nine__qr-code .qr-code-card .qr-profile img {
    height: 120px;
    min-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px
}

.vcard-nine__qr-code .qr-code-card .qr-code-scanner {
    border: 1px solid #505050;
    border-radius: 20px
}

.vcard-nine__qr-code .qr-code-card .qr-code-scanner img {
    height: 146px;
    max-width: 146px;
    min-width: 146px;
    -o-object-fit: cover;
    object-fit: cover
}

.vcard-nine__qr-code .qr-code-card .qr-code-btn {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #b24592, #f15f79);
    -webkit-background-clip: text;
    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
}

.vcard-nine__qr-code .qr-code-card .qr-code-btn:hover {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f15f79, #b24592);
    -webkit-background-clip: text
}
.vcard-nine__qr-code .download_my_qr_code {
    margin-top: 15px;
    text-decoration: none;
    color: #d2d2d2;
    font-size: 17px;
    font-weight: 600;
}
.vcard-nine__qr-code .download_my_qr_code:hover {
    color: #fec544;
    opacity: 0.8;
}

.vcard-nine .share-btn a {
    background: linear-gradient(90deg, #b24592, #f15f79);
    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: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.vcard-nine .share-btn a:hover {
    background: linear-gradient(90deg, #f15f79, #b24592)
}

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

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

.vcard-nine__timing {
    z-index: 200
}

.vcard-nine__timing .business-card {
    margin: 0 auto !important;
    background: #20293c;
    border-radius: 30px;
    padding: 10px 9px !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity
    ease 300ms;
    color: #a9adb8;
    box-shadow: 0 4px 12px -4px #03060b;
    position: relative;
}

@media (max-width: 575px) {
    .vcard-nine__timing .business-card {
        padding: 15px !important
    }
}

.vcard-nine__timing .business-card .calendar-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -15px;
    font-size: 13px;
    color: #fec544;
    border: 4px solid #fec544;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.vcard-nine__timing .business-card .business-hour_text {
    margin-left: 30px !important;
}
.vcard-nine__timing .business-card .business-hour-day-text {
    color: #d2d2d2 !important;
}

.vcard-nine__timing .business-card .business-hour-time-text {
    color: #d2d2d2 !important;
}

.vcard-nine__timing .business-card-today {
    border: 1px solid #93701e
}

.vcard-nine__contact .input-group-text {
    color: #fec544 !important;
    border-color: #141e30;
    background-color: #141e30 !important;
}
.vcard-nine__contact .contact-form input, .vcard-nine__contact .contact-form textarea {
    border-color: #141e30;
    background: #141e30 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.vcard-nine__contact .contact-form input:focus, .vcard-nine__contact .contact-form textarea:focus {
    border: 1px solid #dbdbdb;
    box-shadow: unset
}

.vcard-nine__contact .contact-form input::-moz-placeholder, .vcard-nine__contact .contact-form textarea::-moz-placeholder {
    color: #505050
}

.vcard-nine__contact .contact-form input::placeholder, .vcard-nine__contact .contact-form textarea::placeholder {
    color: #505050
}

.vcard-nine__contact .contact-form .form-check-input {
    border: 1px solid #dbdbdb
}

.vcard-nine__contact .contact-form .form-check-input:checked {
    background-color: #6571ff;
    border-color: #6571ff
}

.vcard-nine__contact .contact-form .contact-btn {
    height: 40px;
    display: block;
    transition: opacity
    ease 300ms;
    background-color: #fec544;
    border-color: #fec544;
    color: #000;
    box-shadow: 0 4px 12px -4px #03060b;
    padding: 0.45rem 0.5rem;
}

.vcard-nine__contact .contact-form .contact-btn:hover {
    background-color: #e5bc60;
    color: #222;
}

.vcard-nine__contact .vcard-nine-btn {
    height: 40px;
    display: block;
    transition: opacity
    ease 300ms;
    background-color: #fec544;
    border-color: #fec544;
    color: #000;
    box-shadow: 0 4px 12px -4px #03060b;
    padding: 0.45rem 0.5rem;
}

.vcard-nine__contact .vcard-nine-btn:hover {
    background-color: #e5bc60;
    color: #222;
}

.vcard-nine__contact .vcard-nine-btn i {
    color: #fff
}

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

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

.vcard-nine .language ul .lang-list {
    background: #fec544;
    border: none;
    border-radius: 16px;
    outline: none;
    padding: 5px 12px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

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

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

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

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

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

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

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

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

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

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

.product-block {
    height: 437px !important;
    max-height: 437px !important;
    max-width: 329px !important;
    width: 252px !important
}

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

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

@media (max-width: 575px) {
    .vcard-nine__blog .blog-slider .blog-card {
        height: auto !important
    }
}

.vcard-nine__testimonial .testimonial-card {
    height: 183px
}

@media (max-width: 575px) {
    .vcard-nine__testimonial .testimonial-card {
        height: auto !important
    }
}

.profile-description {
    display: flex;
    justify-content: center;
    margin: 0 55px;
    text-align: center;
    color: #a9adb8;
}

.profile-description, .profile-description h1, .profile-description h2 {
    color: #6c757d !important
}

.main-section .main-bg {
    width: 100% !important
}

#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: 96% !important;
    width: 15px !important
}

.prev-arrow {
    border-color: transparent #db5682 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: 40px
    }
}

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

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

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

.vcard-nine__blog .blog-slider .slick-list {
    margin-bottom: 7px !important
}

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

.morelink {
    color: #000
}

.lb-data .lb-number {
    display: none !important
}

.social-icons img {
    border-radius: 50% !important;
    height: 50px !important;
    padding: 6px;
    width: 50px !important
}

.underline {
    background-color: #2a252e
}


.font-primary {
    color: #00c2ff !important
}

.add-contact-btn {
    text-wrap: nowrap !important;
    width: 200px !important
}


.copy-link {
    box-shadow: -6px -2px 16px hsla(0, 0%, 100%, .8), 6px 5px 20px hsla(0, 1%, 42%, .4)
}

.product-btn {
    background: linear-gradient(90deg, #b24592, #f15f79);
    border: none;
    border-radius: 5px;
    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: 13px 20px;
    text-decoration: none;
    transition: all .3s ease
}

.product-btn:hover {
    background: linear-gradient(90deg, #f15f79, #b24592)
}

.modal-backdrop {
    background-color: transparent
}

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

.modal .news-modal #newsLatter-content {
    background-color: #212020;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem #0000001a;
    outline: 0
}

.modal .news-modal #newsLatter-content .form-control {
    padding: .375rem .75rem !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #f5f8fa;
    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: #f5f8fa;
    font-size: 23px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    font-size: 16px;
    font-weight: 400
}

.modal .news-modal #newsLatter-content .modal-body .email-input {
    border-radius: 8px !important
}

.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
    border-radius: 8px !important;
    padding: 5px 10px !important
}

.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: unset;
    border-radius: .475rem;
    color: #5e6278;
    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 {
    margin-top: 15px
}

.modal .news-modal #newsLatter-content .modal-footer {
    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: #6571ff !important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

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

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

#email-send {
    background: linear-gradient(90deg, #b24592, #f15f79);
    border: none;
    color: #fff !important;
    font-size: 15px
}

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

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

    to {
        bottom: 0;
        opacity: 1
    }
}

.support-banner {
    background: #fff;
    border-radius: 20px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    box-sizing: border-box;
    height: auto !important;
    margin-left: 32px;
    margin-right: 32px;
    max-width: 520px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999 !important
}

@media (max-width: 575px) {
    .support-banner {
        margin-left: 0;
        margin-right: 0
    }
}

.support-banner .support_heading {
    font-size: 27px;
    margin-top: 30px
}

.support-banner .support_text {
    margin-bottom: 22px;
    margin-top: 13px;
    max-height: 110px !important;
    overflow: scroll !important
}

.act-now {
    background: linear-gradient(90deg, #b24592, #f15f79);
    border: none;
    border-radius: 15px;
    bottom: 10px;
    color: #fff;
    display: inline-block !important;
    outline: none;
    padding: 10px 23px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.banner-close {
    font-size: 20px !important;
    position: absolute;
    right: 25px;
    top: 20px
}

.view-more {
    color: #b24592 !important
}

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

.insta-feed-iframe iframe {
    border-radius: 15px !important
}

.instagram-btn {
    flex: 1;
    position: relative
}

.instagram-btn:before {
    background-color: #b24592;
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    transition: width .3s ease;
    width: 0
}

.instagram-btn.active:before {
    width: 80%
}

.instagram-btn .svg-post-icon line, .instagram-btn .svg-post-icon rect {
    stroke: #b24592
}

.instagram-btn.active .svg-post-icon line, .instagram-btn.active .svg-post-icon rect {
    fill: #b24592;
    stroke: #fff
}

.instagram-btn .svg-reels-icon .not-active-svg {
    display: block
}

.instagram-btn .svg-reels-icon .active-svg {
    display: none
}

.instagram-btn .svg-reels-icon path, .instagram-btn .svg-reels-icon path.not-active-svg, .instagram-btn .svg-reels-icon rect {
    fill: #b24592
}

.instagram-btn.active .svg-reels-icon .not-active-svg, .instagram-btn.active .svg-reels-icon rect {
    display: none
}

.instagram-btn.active .svg-reels-icon .active-svg {
    display: block
}

.insta-toggle {
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 8px !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
}

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

.iframe-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 15px
}

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

.iframe-slider .slick-dots {
    bottom: -5px
}

.iframe-slider .slick-dots li {
    width: 10px !important
}

.iframe-slider .slick-dots li button:before {
    font-size: 30px !important
}

.iframe-slider .iframe-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)
}

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

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

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

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

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

.affiliate-link {
    margin-bottom: 55px !important
}

.verification-icon {
    color: #b24592
}

.modal-content[dir=rtl] .pl-50 {
    padding-right: 50px
}

.modal-content[dir=rtl] .text-center {
    text-align: start !important
}

.modal-content[dir=rtl] .arrow {
    transform: rotate(180deg) !important
}

@media (min-width: 576px) {
    .main-content.rtl .ms-sm-3 {
        margin-right: .75rem !important
    }
}

.main-content.rtl .text-start {
    text-align: right !important
}

.main-content.rtl .heading-left {
    border-radius: 0 0 0 50px;
    margin-left: auto;
    margin-right: -16px
}

.main-content.rtl .heading-right {
    border-radius: 0 0 50px 0;
    margin-left: -16px;
    margin-right: auto
}

.main-content.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0 .313rem .313rem 0 !important
}

.main-content.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: .313rem 0 0 .313rem !important
}

.toast-message, .toast-title {
    margin-right: 12px
}

.input-box {
    border: 1px solid #dbdbdb !important;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

.file-list li span {
    color: #505050 !important
}

.input-box h4 {
    font-size: medium !important;
    margin: 0
}

.input-box h4, .selected-files .item .name {
    color: #535353 !important
}

.file-list {
    font-size: medium !important;
    list-style-type: none !important;
    margin: 0;
    max-height: 220px;
    overflow-y: auto;
    padding: 0 0 10px !important
}

@media (min-width: 576px) {
    #newsLatterModal .modal-dialog {
        max-width: 420px !important
    }
}

.close-modal {
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    z-index: 1 !important
}

.product-img-slider {
    padding-bottom: 30px !important
}

.product-img-slider .slick-dots {
    bottom: 0 !important
}

.product-img-slider .slick-dots li button:before {
    font-size: 30px
}

.product-img-height {
    max-height: 208px;
    max-width: 208px
}

.product-img-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.pwa-support {
    background: #fff;
    border-radius: 32px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    height: auto !important;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px;
    position: fixed !important;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

.pwa-support .pwa-heading {
    font-size: 20px;
    margin-bottom: 12px
}

.pwa-support .pwa-text {
    margin-bottom: 16px
}

.pwa-install-button {
    background: linear-gradient(90deg, #b24592, #f15f79) !important;
    border-radius: 15px !important;
    color: #fff !important
}

.pwa-install-button:hover {
    background: linear-gradient(90deg, #f15f79, #b24592) !important
}

.pwa-cancel-button {
    background-color: #adb5bd !important;
    border: none !important;
    border-radius: 15px !important;
    color: #000;
    padding: .563rem 1.563rem
}

.pwa-cancel-button:hover {
    background-color: #d1d5db !important;
    border: none !important;
    color: #000 !important
}

.youtube-link-9 {
    padding-top: 56.25%;
    position: relative
}

.youtube-link-9 iframe {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100px !important
}

.language-btn {
    z-index: 99999 !important
}

.profile-margin {
    margin-top: 130px !important
}

.profile-desc-margin {
    margin-top: 322px !important
}

@media (max-width: 425px) {
    .profile-margin {
        margin-top: 92px !important
    }

    .profile-desc-margin {
        margin-top: 278px !important
    }
}

@media (max-width: 375px) {
    .profile-margin {
        margin-top: 65px !important
    }

    .profile-desc-margin {
        margin-top: 238px !important
    }
}

@media (max-width: 320px) {
    .profile-margin {
        margin-top: 32px !important
    }

    .profile-desc-margin {
        margin-top: 210px !important
    }
}
