.bg-primary {
    background-color: #ffa31a !important
}

.bg-light {
    background-color: #f8f9f8 !important
}

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

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

.text-secondary {
    color: #25302e !important
}

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

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

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

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

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

.section-heading h2 {
    background-color: #fff;
    border: 1px solid #ffa31a;
    border-radius: 30px 0 30px 0;
    color: #25302e;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 40px;
    position: relative
}

@media (max-width:575px) {
    .section-heading h2 {
        border-radius: 25px 0 25px 0;
        font-size: 20px;
        padding: 12px 20px
    }
}

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

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

.btn-primary {
    background-color: #ffa31a;
    border: 1px solid #ffa31a;
    color: #fff
}

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

.main-content {
    position: relative
}

.banner-section .banner-img {
    background-image: url(/assets/img/vcard25/banner-img.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner-section .banner-img:after {
    background-color: #25302e;
    content: "";
    height: 100%;
    opacity: 40%;
    position: absolute;
    width: 100%
}

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

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

.profile-section {
    position: relative
}

.profile-section .profile-bg-img {
    position: absolute;
    right: 15px;
    top: 60px;
    z-index: -1
}

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

    .profile-section .profile-bg-img img {
        height: 12px
    }
}

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

.profile-section .card .card-img {
    background-color: #fff;
    border: 5px solid #ffa31a;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #f8f9f8;
    height: 160px;
    min-width: 160px;
    overflow: auto !important;
    width: 160px
}

.social-media {
    gap: 30px
}

@media (max-width:575px) {
    .social-media {
        gap: 20px
    }
}

.social-media .social-icon {
    background-color: #ffa31a;
    border: 1px solid #ffa31a;
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.social-media .social-icon path,
.social-media .social-icon svg {
    fill: #fff;
    width: 22px
}

.social-media .social-icon:hover {
    background-color: #fff
}

.social-media .social-icon:hover path,
.social-media .social-icon:hover svg {
    fill: #ffa31a
}

@media (max-width:425px) {
    .social-media .social-icon {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.social-media .social-back,
.social-media .social-icon {
    background-color: #ffa31a;
    border: 1px solid #ffa31a;
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.social-media .social-back img,
.social-media .social-back svg,
.social-media .social-icon img,
.social-media .social-icon svg {
    fill: #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    height: 30px !important;
    width: 30px
}

.social-media .social-back:first-child,
.social-media .social-icon:first-child {
    margin-left: 0
}

.social-media .social-back:last-child,
.social-media .social-icon:last-child {
    margin-right: 0
}

.contact-section .contact-box .contact-icon {
    background-color: #fff;
    border: 1px solid #ffa31a;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.contact-section .contact-desc {
    word-break: break-word !important
}

.gallery-section .gallery-bg-img {
    left: 0;
    position: absolute;
    top: 60px;
    z-index: -1
}

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

.gallery-section .gallery-slider {
    margin-bottom: 20px;
    position: relative
}

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

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

.gallery-section .gallery-slider .gallery-img .gallery-file-link {
    display: block;
    height: 100%;
    width: 100%
}

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

.product-section {
    position: relative
}

.product-section .product-bg-img {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 0
}

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

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

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

@media (max-width:375px) {
    .product-section .product-bg-img {
        top: 60px
    }

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

.product-section .product-slider .slick-slide {
    padding-bottom: 20px
}

.product-section .product-slider .product-card {
    border: none;
    border-radius: 10px;
    height: 100%;
    margin: auto;
    max-width: 230px
}

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

.product-section .product-slider .product-card .product-img {
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px;
    width: 100%
}

.product-section .product-slider .product-card .product-desc {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    height: 130px !important;
    margin-top: -20px;
    max-height: 100% !important;
    padding: 35px 20px 15px
}

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

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

.our-services-section {
    position: relative
}

.our-services-section .services-bg-img {
    left: 0;
    position: absolute;
    top: 45px;
    z-index: 0
}

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

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

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

@media (max-width:375px) {
    .our-services-section .services-bg-img {
        top: 63px
    }

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

.our-services-section .services .service-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 246px;
    padding: 20px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    background-color: #fff;
    border: 1px solid #ffa31a;
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    overflow: hidden;
    width: 70px
}

.our-services-section .services .service-card .card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

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

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

.our-services-section .services .services-slider-view .service-card {
    border-radius: 20px !important;
    display: block;
    max-height: 180px;
    max-width: 100%;
    min-height: 160px;
    overflow-y: auto
}

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

.our-services-section .services .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden
}

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

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

.our-services-section .services .services-slider-view .service-card .img img {
    border-radius: 15px !important;
    height: 120px;
    margin-right: 10px;
    width: 120px
}

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

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

.our-services-section .services .services-slider-view .slick-list .slick-slide {
    margin: 0 15px
}

.our-services-section .services .services-slider-view .slick-dots {
    bottom: -20px !important
}

.appointment-section {
    position: relative
}

.appointment-section .appointment-bg-img {
    position: absolute;
    right: 30px;
    text-align: end;
    top: 60px
}

@media (max-width:575px) {
    .appointment-section .appointment-bg-img {
        right: 20px;
        top: 80px
    }

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

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

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

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

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

.blog-section {
    position: relative
}

.blog-section .blog-bg-vector1 {
    left: 10px;
    position: absolute;
    top: 11px;
    z-index: -1
}

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

@media (max-width:575px) {
    .blog-section .blog-bg-vector1 {
        top: 30px
    }

    .blog-section .blog-bg-vector1 img {
        width: 60%
    }
}

@media (max-width:374px) {
    .blog-section .blog-bg-vector1 {
        top: 45px
    }

    .blog-section .blog-bg-vector1 img {
        width: 50%
    }
}

.blog-section .blog-bg-vector2 {
    left: 68%;
    position: absolute;
    top: 60px;
    z-index: -1
}

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

@media (max-width:575px) {
    .blog-section .blog-bg-vector2 {
        top: 58px
    }

    .blog-section .blog-bg-vector2 img {
        width: 60%
    }
}

@media (max-width:374px) {
    .blog-section .blog-bg-vector2 {
        top: 68px
    }

    .blog-section .blog-bg-vector2 img {
        width: 50%
    }
}

.blog-section .blog-content {
    background-image: url(/assets/img/vcard25/blog-bg-img.png) !important;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 276px !important;
    position: relative
}

.blog-section .blog-content:after {
    -webkit-mask-box-image: url(/assets/img/vcard25/blog-mask-img.png);
    background: #ffa31a;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px
}

@media (max-width:425px) {
    .blog-section .blog-content:after {
        width: 75% !important
    }
}

.blog-section .blog-content .text {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-top: 80px
}

@media (max-width:575px) {
    .blog-section .blog-content .text {
        padding-left: 20px
    }
}

@media (max-width:375px) {
    .blog-section .blog-content .text {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.blog-section .blog-content .content .blog-vector {
    left: 0;
    position: absolute;
    top: 18px;
    z-index: 1
}

.blog-section .blog-content .content .blog-vector img {
    overflow: hidden !important;
    width: 100%
}

@media (max-width:575px) {
    .blog-section .blog-content .content .blog-vector img {
        width: 80%
    }
}

@media (max-width:375px) {
    .blog-section .blog-content .content .blog-vector img {
        width: 55%
    }
}

.blog-section .blog-content .content .text {
    max-width: 300px;
    position: relative;
    z-index: 3
}

@media (max-width:375px) {
    .blog-section .blog-content .content .text {
        margin-top: 47px !important;
        max-width: 240px
    }
}

.blog-section .blog-content .content .text h3 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word !important
}

@media (max-width:425px) {
    .blog-section .blog-content .content .text h3 {
        margin-right: 25px !important
    }
}

.blog-section .blog-content .content .text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    word-break: break-word !important
}

@media (max-width:425px) {
    .blog-section .blog-content .content .text p {
        margin-right: 25px !important
    }
}

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

.testimonial-section {
    position: relative
}

.testimonial-section .testimonial-vector-img {
    left: 0;
    position: absolute;
    top: 31px;
    z-index: 2
}

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

@media (max-width:575px) {
    .testimonial-section .testimonial-vector-img {
        top: 42px
    }

    .testimonial-section .testimonial-vector-img img {
        width: 60%
    }
}

@media (max-width:375px) {
    .testimonial-section .testimonial-vector-img {
        top: 56px
    }

    .testimonial-section .testimonial-vector-img img {
        width: 50%
    }
}

.testimonial-section .testimonial-bg-img {
    left: 0;
    position: absolute;
    top: -34px;
    z-index: -1
}

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

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

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

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

.testimonial-section .testimonial-slider:after {
    background-color: rgba(37, 48, 46, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

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

.testimonial-section .testimonial-slider .slick-dots {
    bottom: 15px !important;
    left: 0 !important;
    z-index: 2
}

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

.testimonial-section .testimonial-slider .slick-dots li.slick-active button:before {
    background-color: #fff
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: transparent;
    border: none;
    margin: auto;
    max-width: 490px;
    position: relative;
    z-index: 2
}

.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
    height: 220px !important;
    margin: 0 auto 15px;
    max-width: 100% !important;
    min-height: 220px;
    min-width: 180px;
    overflow: hidden;
    width: 180px
}

@media (min-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
        margin-bottom: 0;
        margin-right: 25px
    }
}

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

.testimonial-section .testimonial-slider .slide-arrow {
    background-color: transparent;
    border: 1px solid #25302e;
    border-radius: 50%;
    color: #25302e;
    height: 30px;
    min-width: 30px;
    position: absolute;
    top: 45%;
    width: 30px;
    z-index: 9
}

.testimonial-section .testimonial-slider .prev-arrow {
    left: -10px
}

.testimonial-section .testimonial-slider .next-arrow {
    right: -10px
}

.qr-code-section {
    position: relative
}

.qr-code-section .qr-code {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    max-width: 430px;
    padding: 70px 30px 20px 50px !important;
    width: 100%
}

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

.qr-code-section .qr-code .qr-bg-img {
    bottom: 94%;
    position: absolute;
    right: -12px;
    z-index: 2
}

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

@media (max-width:575px) {
    .qr-code-section .qr-code .qr-bg-img {
        bottom: 97%;
        right: -7px
    }

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

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

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

.qr-code-section .qr-code .qr-code-img {
    height: 150px;
    margin-bottom: 30px;
    min-width: 150px;
    width: 150px
}

.business-hour-section {
    position: relative
}

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

.business-hour-section .business-hour-bg {
    left: 0;
    position: absolute;
    top: 40%;
    z-index: -1
}

.business-hour-section .business-hours {
    background-color: #f8f9f8;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    color: #25302e;
    margin: 0 auto;
    max-width: 430px;
    padding: 40px;
    position: relative
}

.business-hour-section .business-hours .business-hour-vector1 {
    left: 103%;
    position: absolute;
    top: 0
}

@media (max-width:575px) {
    .business-hour-section .business-hours .business-hour-vector1 {
        left: 102%
    }

    .business-hour-section .business-hours .business-hour-vector1 img {
        width: 12px
    }
}

.business-hour-section .business-hours .business-hour-vector2 {
    bottom: 0;
    position: absolute;
    right: 103%
}

@media (max-width:575px) {
    .business-hour-section .business-hours .business-hour-vector2 {
        right: 102%
    }

    .business-hour-section .business-hours .business-hour-vector2 img {
        width: 12px
    }
}

.business-hour-section .business-hours span {
    font-size: 16px
}

@media (max-width:575px) {
    .business-hour-section .business-hours {
        padding: 20px
    }

    .business-hour-section .business-hours span {
        font-size: 14px
    }
}

.contact-us-section {
    position: relative
}

.contact-us-section .contact-bg-img {
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1
}

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

.contact-us-section .contact-form form .form-control {
    background-color: #fff;
    border: 1px solid #ffa31a;
    color: #667270;
    font-size: 14px;
    height: 50px;
    padding: 15px
}

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

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

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

@media (min-width:575px) {
    .contact-us-section .contact-form form textarea {
        min-height: 238px
    }
}

.contact-us-section .contact-form form .btn {
    max-width: 250px
}

.create-vcard-section {
    position: relative
}

.create-vcard-section .create-vcard-img1 {
    left: 40px;
    position: absolute;
    top: 0;
    z-index: 2
}

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

@media (max-width:575px) {
    .create-vcard-section .create-vcard-img1 {
        left: 20px;
        top: 35px
    }

    .create-vcard-section .create-vcard-img1 img {
        width: 60%
    }
}

@media (max-width:375px) {
    .create-vcard-section .create-vcard-img1 {
        top: 48px
    }

    .create-vcard-section .create-vcard-img1 img {
        width: 50%
    }
}

.create-vcard-section .create-vcard-img2 {
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 2
}

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

@media (max-width:575px) {
    .create-vcard-section .create-vcard-img2 {
        right: 20px;
        top: 45px
    }

    .create-vcard-section .create-vcard-img2 img {
        width: 60%
    }
}

@media (max-width:375px) {
    .create-vcard-section .create-vcard-img2 {
        top: 55px
    }

    .create-vcard-section .create-vcard-img2 img {
        width: 50%
    }
}

.create-vcard-section .vcard-link-card {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px
}

.create-vcard-section .vcard-link-card .link-text {
    font-size: 18px;
    word-break: break-all
}

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

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

.btn-section .fixed-btn-section .social-services-bars-btn {
    background-color: #ffa31a
}

.btn-section .fixed-btn-section .sub-btn .social-services-sub-btn {
    background-color: #fff;
    border: 1px solid #ffa31a
}

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

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

.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: #66727080;
    border-radius: 10px !important
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    width: 30px !important
}

.slick-dots li.slick-active button:before {
    background-color: #ffa31a;
    opacity: 1;
    width: 30px !important
}

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

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

.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-radius: 15px !important
}

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

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

.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
    fill: #ffa31a;
    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: #ffa31a
}

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

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

@media(max-width:404px){
    .add-contact-btn{
        width:185px;   
    }
}


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

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

.language ul {
    list-style: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.time-slot {
    align-items: center;
    border: 1px solid #ffa31a;
    color: #211c29 !important;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-size: 12px;
    height: 50px;
    justify-content: center
}

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

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

.vcard25-btn-group {
    background-color: #fff;
    border-radius: 50px !important;
    color: #ffa31a;
    height: 50px;
    width: 50px
}

.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: 32px;
    margin-top: 33px
}

.support-banner .support_text {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 33px;
    margin-top: 25px;
    overflow-x: hidden;
    overflow-y: scroll
}

.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: #ffa31a;
    border: none;
    border-radius: 15px;
    bottom: 10px;
    color: #fff !important;
    display: inline-block !important;
    outline: none;
    padding: 15px 20px;
    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
}

.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: #212020;
    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: #ffa31a;
    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: #ffa31a;
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    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: 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: #ffa31a !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: #ffa31a !important
}

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

#email-send {
    background-color: #ffa31a;
    border: none;
    border-radius: 0 3px 5px 2px;
    color: #fff !important;
    font-size: 25px
}

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

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

    to {
        bottom: 0;
        opacity: 1
    }
}

.vcard-twentyfive.main-content {
    background-image: #fff !important
}

.vcard-twentyfive .vcard-twentyone-heading {
    color: #212529 !important;
    font-size: 28px;
    font-weight: 500
}

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

.product-heading {
    font-size: 28px !important
}

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

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

.buy-product {
    background: #ffa31a
}

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

.vcard-twentyfive.main-content {
    background-color: #f8f9f8;
    color: #211c29;
    max-width: 576px;
    text-align: center !important
}

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

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

.verification-icon {
    color: #ffa31a
}

.main-content.rtl .ms-3 {
    margin-right: 1rem !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
    }
}

.profile-section .card[dir=rtl] .card-img {
    margin-left: 40px;
    margin-right: 0
}

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

.slick-next:before,
.slick-prev:before {
    color: #000 !important
}

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

.input-box {
    border: 1px solid #f7a31b !important;
    border-radius: 5px !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: #6e7977 !important
}

.selected-files .item {
    align-items: center;
    border: 1px solid #f7a31b !important;
    border-radius: 5px !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: #6e7977 !important
}

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

small {
    color: #6e7977 !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
}