.text-gray-100 {
    color: #9b9fa6 !important
}

.text-gray-200 {
    color: #989898 !important
}

.text-primary {
    color: #ffc000 !important
}

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

body,
body.modal-open {
    padding-right: 0 !important
}

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

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

.section-heading {
    margin-bottom: 40px;
    overflow: hidden
}

@media (max-width:575px) {
    .section-heading {
        margin-bottom: 30px
    }
}

.section-heading h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: relative
}

.btn {
    border-radius: 0;
    border-radius: 15px;
    font-weight: 500;
    padding: 12px 30px
}

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

.btn-primary {
    background-color: #ffc000;
    border: 1px solid #ffc000;
    color: #161616
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #161616;
    border: 1px solid #ffc000;
    color: #ffc000
}

.main-content {
    background-color: #161616;
    background-image: url(/assets/img/vcard30/bg-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-section,
.main-content {
    position: relative
}

.banner-section .banner-img {
    height: 300px;
    width: 100%
}

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

.banner-section .overlay {
    background-image: linear-gradient(#16161600, #161616);
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%
}

.profile-section {
    position: relative
}

.profile-section .profile-bg {
    position: absolute;
    z-index: 2
}

.profile-section .profile-bg.img-1 {
    right: -40px;
    top: -125px
}

@media (max-width:575px) {
    .profile-section .profile-bg.img-1 {
        right: -30px;
        top: -75px
    }
}

.profile-section .profile-bg.img-2 {
    right: 0;
    top: 50px;
    z-index: 0
}

@media (max-width:575px) {
    .profile-section .profile-bg.img-2 {
        top: 150px
    }
}

.profile-section .profile-bg img {
    width: 100%
}

@media (max-width:575px) {
    .profile-section .profile-bg img {
        width: 70%
    }
}

.profile-section .card {
    background-color: transparent !important;
    border: none;
    position: relative
}

.profile-section .card .card-img {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 180px;
    min-width: 180px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -125px;
    width: 180px
}

@media (max-width:575px) {
    .profile-section .card .card-img {
        height: 120px;
        min-width: 120px;
        position: relative;
        top: -75px;
        width: 120px
    }
}

.profile-section .card .card-body {
    margin-top: -60px;
    width: 60%
}

@media (max-width:575px) {
    .profile-section .card .card-body {
        margin-top: -50px;
        width: 100%
    }
}

.social-media-section {
    position: relative
}

.social-media-section .social-icon {
    background-color: #242424;
    border: 1px solid #242424;
    border-radius: 10px;
    height: 40px;
    margin: 10px 15px;
    min-width: 40px;
    width: 40px
}

.social-media-section .social-icon:hover {
    border: 1px solid #fff
}

.social-media-section .social-icon a {
    color: #fff !important
}

.social-media-section .social-icon img,
.social-media-section .social-icon svg {
    border-radius: 50%;
    height: 30px;
    width: 20px
}

@media (max-width:575px) {
    .social-media-section {
        margin: 5px 10px
    }
}

.contact-section {
    position: relative;
    z-index: 2
}

.contact-section .contact-bg {
    position: absolute;
    z-index: -1
}

.contact-section .contact-bg.img-1 {
    right: 0;
    top: 30px
}

.contact-section .contact-bg.img-2 {
    bottom: 40px;
    right: 10px
}

.contact-section .contact-bg img {
    width: 100%
}

@media (max-width:575px) {
    .contact-section .contact-bg img {
        width: 70%
    }
}

.contact-section .contact-box .contact-icon {
    background-color: #242424;
    border-radius: 10px;
    height: 40px;
    min-width: 40px;
    width: 40px
}

.contact-section .contact-box .contact-desc {
    word-break: break-all
}

.gallery-section {
    position: relative;
    z-index: 2
}

.gallery-section .gallery-bg {
    position: absolute;
    right: 5px;
    top: 75px;
    z-index: -1
}

@media (max-width:575px) {
    .gallery-section .gallery-bg {
        right: 5px;
        top: 60px
    }
}

.gallery-section .gallery-bg img {
    width: 100%
}

@media (max-width:575px) {
    .gallery-section .gallery-bg img {
        width: 80%
    }
}

.gallery-section .gallery-slider {
    position: relative
}

.gallery-section .gallery-slider .slick-list {
    margin-left: auto;
    width: calc(100% - 40px)
}

@media (max-width:575px) {
    .gallery-section .gallery-slider .slick-list {
        width: 100%
    }
}

.gallery-section .gallery-slider .slick-slide {
    margin-left: -150px !important
}

@media (max-width:575px) {
    .gallery-section .gallery-slider .slick-slide {
        margin-left: auto !important
    }
}

.gallery-section .gallery-slider .gallery-img {
    border-radius: 10px;
    height: 165px;
    margin: 0 auto;
    max-height: 165px;
    max-width: 165px;
    overflow: hidden
}

.gallery-section .gallery-slider .gallery-img iframe,
.gallery-section .gallery-slider .gallery-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

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

.our-services-section {
    position: relative;
    z-index: 2
}

.our-services-section .services-bg {
    position: absolute;
    z-index: -1
}

.our-services-section .services-bg.img-1 {
    left: 0;
    top: -15px
}

.our-services-section .services-bg.img-2 {
    right: 0;
    top: 0
}

.our-services-section .services-bg img {
    width: 100%
}

@media (max-width:575px) {
    .our-services-section .services-bg img {
        width: 70%
    }
}

.our-services-section .services .card-wrapper {
    border-radius: 20px;
    margin: 5px;
    padding: 1px;
    position: relative
}

.our-services-section .services .card-wrapper:before {
    background-color: #242424;
    border: 6px dashed #989898;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.our-services-section .services .services-slider-view .slick-list {
    height: 250px !important;
    margin: 12px 0 5px;
    padding-top: 0 !important
}

@media (max-width:500px) {
    .our-services-section .services .services-slider-view .slick-list {
        height: 250px !important
    }
}

.our-services-section .services .service-card {
    background-color: #242424;
    border-radius: 20px;
    padding: 20px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    height: 50px;
    min-width: 55px;
    width: 55px
}

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

.appointment-section {
    position: relative;
    z-index: 2
}

.appointment-section .appointment-bg {
    position: absolute;
    right: 0;
    top: 30px
}

@media (max-width:575px) {
    .appointment-section .appointment-bg {
        top: 60px
    }
}

.appointment-section .appointment-bg img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .appointment-bg img {
        width: 70%
    }
}

.appointment-section .appointment .appointment-input {
    background-color: #242424;
    border: 1px solid #242424;
    border-radius: 15px;
    color: #fff;
    height: 50px;
    padding: 12px 25px;
    width: 100%
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #fff
}

.appointment-section .appointment .appointment-input::placeholder {
    color: #fff
}

.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: #242424;
    border-radius: 15px;
    font-size: 16px;
    height: 50px;
    padding: 13px 16px
}

.product-section {
    position: relative;
    z-index: 2
}

.product-section .product-bg {
    position: absolute;
    z-index: -1
}

.product-section .product-bg.img-1 {
    left: 30px;
    top: 10px
}

@media (max-width:575px) {
    .product-section .product-bg.img-1 {
        left: 10px
    }
}

.product-section .product-bg.img-2 {
    right: 10px;
    top: 60px
}

@media (max-width:575px) {
    .product-section .product-bg.img-2 {
        top: 50px
    }
}

.product-section .product-bg img {
    width: 100%
}

@media (max-width:575px) {
    .product-section .product-bg img {
        width: 70%
    }
}

.product-section .card-wrapper {
    border-radius: 20px;
    padding: 1px;
    position: relative
}

.product-section .card-wrapper:before {
    background-color: #242424;
    border: 6px dashed #989898;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-section .product-slider .slick-slide {
    min-height: 150px
}

@media (max-width:575px) {
    .product-section .product-slider .slick-slide {
        min-height: 140px
    }
}

.product-section .product-slider .product-card {
    background-color: #242424;
    border: none;
    border-radius: 20px;
    height: 100%;
    min-height: 110px;
    padding: 20px 30px
}

.product-section .product-slider .product-card .product-img {
    border-radius: 15px;
    max-height: 70px;
    min-width: 120px;
    overflow: hidden;
    width: 120px
}

@media (max-width:425px) {
    .product-section .product-slider .product-card .product-img {
        min-width: 90px;
        width: 90px
    }
}

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

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

.product-section .product-slider .slick-dots {
    position: absolute !important
}

.vcard-one__product .product-card {
    margin: 10px auto !important;
    width: 100% !important
}

@media (max-width:575px) {
    .vcard-one__product .product-card {
        width: 99% !important
    }
}

.vcard-one__product .product-card .product-img {
    height: 200px !important
}

.testimonial-section {
    position: relative;
    z-index: 2
}

.testimonial-section .testimonial-bg {
    position: absolute;
    z-index: -1
}

.testimonial-section .testimonial-bg.img-1 {
    left: 20px;
    top: -25px
}

@media (max-width:575px) {
    .testimonial-section .testimonial-bg.img-1 {
        left: 10px;
        top: 0
    }
}

.testimonial-section .testimonial-bg.img-2 {
    right: 20px;
    top: -22px
}

@media (max-width:575px) {
    .testimonial-section .testimonial-bg.img-2 {
        right: 10px;
        top: 25px
    }
}

.testimonial-section .testimonial-bg img {
    width: 100%
}

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

.testimonial-section .testimonial-slider {
    background-image: url(/assets/img/vcard30/testimonial-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.testimonial-section .testimonial-slider:after {
    background-image: linear-gradient(#16161600, #161616);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.testimonial-section .testimonial-slider:before {
    background-image: linear-gradient(#161616, #16161600);
    content: "";
    height: 25%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.testimonial-section .testimonial-slider .slick-list {
    z-index: 2
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    max-width: 360px;
    position: relative
}

.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
    border-radius: 50%;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    width: 40px
}

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

.business-hour-section {
    position: relative;
    z-index: 2
}

.business-hour-section .hour-bg {
    position: absolute;
    z-index: -1
}

.business-hour-section .hour-bg.img-1 {
    left: 35px;
    top: 0
}

@media (max-width:575px) {
    .business-hour-section .hour-bg.img-1 {
        left: 20px
    }
}

.business-hour-section .hour-bg.img-2 {
    right: 0;
    top: 50px
}

@media (max-width:575px) {
    .business-hour-section .hour-bg.img-2 {
        top: 40px
    }
}

.business-hour-section .hour-bg img {
    width: 100%
}

@media (max-width:575px) {
    .business-hour-section .hour-bg img {
        width: 70%
    }
}

.business-hour-section .business-hour-card .business-hour {
    align-items: center;
    background-color: #242424;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 13px 5px;
    position: relative
}

.business-hour-section .business-hour-card .business-hour:after {
    background-color: #ffc000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%
}

.business-hour-section .business-hour-card .business-hour:before {
    background-color: #ffc000;
    bottom: 8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.business-hour-section .business-hour-card .business-hour .line {
    border-top: 2px dashed hsla(0, 0%, 100%, .15);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.business-hour-section .business-hour-card .business-hour span {
    font-size: 13px !important;
    position: relative;
    z-index: 2
}

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

.blog-section {
    position: relative;
    z-index: 2
}

.blog-section .blog-bg {
    position: absolute;
    z-index: -1
}

.blog-section .blog-bg.img-1 {
    left: 60px;
    top: -30px
}

@media (max-width:575px) {
    .blog-section .blog-bg.img-1 {
        left: -10px;
        top: -10px
    }
}

.blog-section .blog-bg.img-2 {
    right: 20px;
    top: 40px
}

@media (max-width:575px) {
    .blog-section .blog-bg.img-2 {
        right: 10px;
        top: 30px
    }
}

.blog-section .blog-bg img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .blog-bg img {
        width: 70%
    }
}

.blog-section .blog-slider {
    position: relative
}

.blog-section .blog-slider .blog-card {
    background-color: transparent;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-img {
    border-radius: 20px;
    height: 150px;
    min-width: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 230px
}

.blog-section .blog-slider .blog-card .card-body {
    padding: 0
}

.blog-section .blog-slider .blog-card .card-body .blog-desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

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

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

@media (max-width:575px) {

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

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

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

.blog-section .blog-slider .slick-next:before {
    content: url(/assets/img/vcard30/right-arrow.svg);
    opacity: 1 !important
}

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

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

.blog-section .blog-slider .slick-prev:before {
    content: url(/assets/img/vcard30/left-arrow.svg);
    opacity: 1 !important
}

.qr-code-section {
    position: relative;
    z-index: 2
}

.qr-code-section .qr-bg {
    position: absolute;
    z-index: -1
}

.qr-code-section .qr-bg.img-1 {
    left: 30px;
    top: 110px
}

@media (max-width:575px) {
    .qr-code-section .qr-bg.img-1 {
        left: 15px;
        top: 90px
    }

    .qr-code-section .qr-bg.img-1 img {
        width: 60%
    }
}

.qr-code-section .qr-bg.img-2 {
    right: 5px;
    top: 45px
}

@media (max-width:575px) {
    .qr-code-section .qr-bg.img-2 {
        top: 30px
    }
}

.qr-code-section .qr-bg img {
    width: 100%
}

@media (max-width:575px) {
    .qr-code-section .qr-bg img {
        width: 70%
    }
}

.qr-code-section .qr-code {
    background-color: #242424;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 400px;
    padding: 60px 40px 30px;
    width: 100%
}

@media (max-width:480px) {
    .qr-code-section .qr-code {
        padding: 70px 15px 20px
    }
}

.qr-code-section .qr-code .qr-profile-img {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 80px;
    left: 0;
    margin: 0 auto;
    min-width: 80px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    width: 80px
}

.qr-code-section .qr-code .qr-code-img {
    background: #fff;
    height: 143px;
    justify-content: center;
    padding: 6px;
    text-align: center;
    width: 142px
}

.contact-us-section {
    position: relative;
    z-index: 2
}

.contact-us-section .contact-us-bg {
    position: absolute;
    z-index: -1
}

.contact-us-section .contact-us-bg.img-1 {
    right: 30px;
    top: -50px
}

@media (max-width:575px) {
    .contact-us-section .contact-us-bg.img-1 {
        right: 10px;
        top: 0
    }
}

.contact-us-section .contact-us-bg.img-2 {
    bottom: 0;
    left: 20px
}

.contact-us-section .contact-us-bg.img-2 img {
    width: 100%
}

@media (max-width:575px) {
    .contact-us-section .contact-us-bg.img-2 img {
        width: 70%
    }

    .contact-us-section .contact-us-bg.img-2 {
        bottom: 25px;
        left: 10px
    }
}

.contact-us-section .contact-us-bg.img-3 {
    bottom: 10px;
    right: 10px
}

@media (max-width:575px) {
    .contact-us-section .contact-us-bg.img-3 {
        bottom: 35px;
        right: 5px
    }
}

.contact-us-section .contact-us-bg img {
    width: 100%
}

@media (max-width:575px) {
    .contact-us-section .contact-us-bg img {
        width: 60%
    }
}

.contact-us-section .contact-form form .form-control {
    background-color: #242424;
    border: 1px solid #242424;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
    padding: 13px 20px
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #fff
}

.contact-us-section .contact-form form .form-control::placeholder {
    color: #fff
}

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

.create-vcard-section {
    position: relative;
    z-index: 2
}

.create-vcard-section .create-vcard-bg {
    position: absolute;
    right: 35px;
    top: 55px
}

@media (max-width:575px) {
    .create-vcard-section .create-vcard-bg {
        right: 10px
    }
}

.create-vcard-section .create-vcard-bg img {
    width: 100%
}

@media (max-width:575px) {
    .create-vcard-section .create-vcard-bg img {
        width: 60%
    }
}

.create-vcard-section .vcard-link-card {
    background-color: #242424;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative
}

.create-vcard-section .vcard-link-card:after {
    background-color: #ffc000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%
}

.create-vcard-section .vcard-link-card:before {
    background-color: #ffc000;
    bottom: 8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.create-vcard-section .vcard-link-card .line {
    border-top: 2px dashed hsla(0, 0%, 100%, .15);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
    position: relative;
    word-break: break-all;
    z-index: 2
}

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

.add-to-contact-section {
    bottom: 65px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2
}

.btn-section .fixed-btn-section .taxi-bars-btn {
    background-color: #ffc000
}

.btn-section .fixed-btn-section .sub-btn .taxi-sub-btn {
    background-color: #161616;
    border: 1px solid #ffc000
}

.vcard-bg {
    bottom: 28px;
    left: 28px;
    position: absolute
}

@media (max-width:575px) {
    .vcard-bg {
        bottom: 15px;
        left: 15px
    }
}

.vcard-bg img {
    width: 100%
}

@media (max-width:575px) {
    .vcard-bg img {
        width: 60%
    }
}

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

.slick-dots {
    bottom: -15px !important;
    position: relative !important;
    z-index: 1 !important
}

.slick-dots li {
    height: 8px !important;
    margin: 0 4px !important;
    width: 8px !important
}

.slick-dots li button,
.slick-dots li button:before {
    font-size: 0 !important;
    height: 8px !important;
    width: 8px !important
}

.slick-dots li button:before {
    background-color: #ffffff80 !important;
    border-radius: 10px !important
}

.slick-dots li.slick-active button:before {
    background-color: #fff !important;
    opacity: 1 !important
}

.slick-arrow {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    min-width: 30px;
    opacity: 1 !important;
    position: absolute;
    top: 40%;
    width: 30px;
    z-index: 3
}

@media (max-width:575px) {
    .slick-arrow {
        display: none
    }
}

.next-arrow {
    right: 40px
}

.prev-arrow {
    left: 40px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

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

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

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

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

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

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

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

a {
    text-decoration: none
}

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

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

.flex-1 {
    flex: 1
}

.cursor-pointer {
    cursor: pointer
}

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

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

.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
}

.btn-section .fixed-btn-section .sub-btn {
    display: none;
    position: absolute;
    right: 75px
}

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

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

.slick-dots li {
    margin: 0
}

.slick-dots li button:before {
    content: "" !important;
    font-size: 30px !important;
    opacity: 1 !important
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #ffc000;
    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;
    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;
    font-size: 14px !important;
    text-decoration: none
}

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

.support-banner {
    background: #f6f6f6;
    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: 512px;
    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: 123px !important;
    overflow-x: hidden;
    overflow-y: auto
}

.support-banner .support_text::-webkit-scrollbar {
    width: 4px
}

.support-banner .support_text::-webkit-scrollbar-track {
    background: transparent
}

.support-banner .support_text::-webkit-scrollbar-thumb {
    background: #888
}

@media (max-width:767px) {
    .support-banner {
        max-width: 476px !important
    }
}

@media (max-width:575px) {
    .support-banner {
        max-width: 100% !important
    }
}

.act-now {
    background: #ffc000;
    border: none;
    border-radius: 15px !important;
    bottom: 10px;
    color: #fff !important;
    display: inline-block !important;
    outline: none;
    padding: 7px 21px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

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

.add-contact-btn {
    color: #000;
    height: 40px !important;
    margin: 0 auto;
    margin-bottom: -35px !important;
    padding: 7px;
    width: 200px !important;
    width: 250px !important;
    z-index: 9999
}


@media (max-width:575px) {
    .add-contact-btn {
        width: 200px !important;
    }
}
@media (max-width:404px) {
    .add-contact-btn {
        width: 180px !important;
    }
}

.add-contact-btn i {
    font-size: 1rem
}

.vcard30-sticky-btn {
    background: #ffc000;
    border: 1px solid #ffc000;
    border-radius: 5px;
    color: #ffc000;
    height: 40px
}

.vcard30-btn-group {
    background-color: #161616;
    border-radius: 50px !important;
    color: #ffc000;
    height: 50px;
    width: 50px
}

.modal-backdrop {
    background-color: transparent !important
}

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

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

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

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

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

.instagram-btn:before {
    background-color: #ffc000;
    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: #ffc000
}

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

.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: #ffc000
}

.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: 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
}

.activeSlot {
    background-color: #ffc000 !important;
    color: #000 !important;
    cursor: pointer
}

.time-slot {
    align-items: center;
    background-color: #242424 !important;
    border: 1px solid #ffc000;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-size: 11px;
    height: 50px;
    justify-content: center
}

.time-slot.activeSlot,
.time-slot:hover {
    background-color: #ffc000 !important;
    border: 1px solid #ffc000;
    color: #000 !important
}

.send-btn {
    height: 40px;
    margin-bottom: 30px;
    padding: 6px 30px;
    width: 250px !important
}

.vcard-thirty.main-content {
    background-color: #161616;
    color: #f6f6f6;
    max-width: 576px;
    text-align: center !important
}

.vcard-thirty .vcard-thirty-heading {
    color: #ffc000 !important;
    font-size: 28px;
    font-weight: 500
}

.vcard-thirty-btn {
    background-color: #ffc000 !important;
    border: none;
    border-radius: 5px;
    color: #000 !important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.product-heading {
    color: #ffc000 !important;
    font-size: 28px !important
}

.back-btn {
    background-color: #ffc000;
    width: -moz-fit-content;
    width: fit-content
}

.back-btn,
.buy-product {
    border: none;
    border-radius: 5px;
    color: #000;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.buy-product {
    background: #ffc000
}

.buy-product:hover {
    background-color: rgba(255, 192, 0, .9)
}

.modal-backdrop {
    background-color: transparent
}

.modal {
    background-color: #00000080;
    z-index: 99999 !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 .form-control {
    font-size: .875rem !important;
    padding: .375rem .75rem !important
}

.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;
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    z-index: 1 !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #ffc000;
    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: #ffc000;
    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: 6px 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 {
    background: #000;
    border: none
}

.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: #ffc000 !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: #ffc000 !important
}

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

#email-send {
    background-color: #ffc000;
    border: none;
    border-radius: 8px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400 !important
}

@media (min-width:576px) {
    #newsLatterModal .modal-dialog {
        max-width: 420px !important;
        min-height: calc(100% - 5rem) !important;
        transform: none !important
    }
}

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

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

    to {
        bottom: 0;
        opacity: 1
    }
}

.instagram-btn.active .stroke-none line,
.instagram-btn.active .stroke-none rect {
    stroke: #161616 !important
}

.appointmentAdd {
    margin-bottom: 55px
}

.main-content.rtl .ms-3 {
    margin-right: 1rem !important
}

.main-content.rtl .me-2 {
    margin-left: .5rem !important
}

.main-content.rtl .calendar-icon {
    left: 18px;
    right: auto
}

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

@media (min-width:576px) {
    .main-content.rtl .text-sm-start {
        text-align: right !important
    }
}

.main-content.rtl .profile-bg.img-2,
.main-content.rtl .profile-section .card .card-img {
    left: 0;
    right: auto
}

.main-content.rtl .profile-bg.text-end {
    text-align: left !important
}

.main-content.rtl .profile-bg img {
    width: 100%
}

@media (max-width:575px) {
    .main-content.rtl .profile-bg img {
        width: 70%
    }
}

.btn-section.rtl {
    left: 15px !important;
    right: auto !important
}

.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
}

.modal-content[dir=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: .313rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: .313rem !important
}

.modal-content[dir=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: .313rem !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .313rem !important;
    border-top-right-radius: 0 !important
}

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

.input-box {
    background-color: #252525;
    border-radius: 8px !important;
    border-width: 0 !important;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

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

.file-list li,
.input-box h4 {
    color: #fff !important
}

.selected-files .item {
    align-items: center;
    background-color: #252525;
    border-radius: 8px !important;
    border-width: 0 !important;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

.file-list .name {
    flex-grow: 1
}

.file-list .remove {
    color: red;
    cursor: pointer;
    margin-left: 8px
}

.file-list .remove svg {
    height: 16px;
    width: 16px
}

.selected-files .item .name {
    color: #fff !important
}

.selected-files h5 {
    color: #f8f9fa !important;
    font-size: medium !important;
    margin-bottom: 10px !important;
    margin-top: 9px !important
}

small {
    color: #abb1bd !important;
    font-size: 12px
}

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

.modal,
.modal.show {
    padding-right: 0 !important
}

.modal.show .modal-dialog {
    transform: translateY(35px) !important
}

@media (min-width:576px) {
    .modal.show .modal-dialog {
        margin: 2.5rem auto !important;
        max-width: 520px !important
    }
}

.modal .modal-dialog {
    transform: translateY(95px) !important
}

.modal .modal-dialog.modal-bottom {
    height: 87vh !important
}