.bg-green {
    background-color: #42af61 !important
}

.text-gray-200 {
    color: #6b7075 !important
}

.text-primary {
    color: #b8ff69 !important
}

.text-pink {
    color: #ed145b !important
}

.text-black {
    color: #072541 !important
}

.text-green {
    color: #42af61 !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
    }
}

.section-heading {
    margin-bottom: 40px;
    overflow: hidden
}

.section-heading h2 {
    background-color: #072541;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    max-width: 90%;
    padding: 14px 40px 14px 45px;
    position: relative
}

@media (max-width:575px) {
    .section-heading h2 {
        font-size: 22px;
        font-size: 19px;
        padding: 14px 30px;
        padding: 10px 14px
    }
}

.section-heading h2:after {
    background-image: url(/assets/img/vcard24/heading-after.png);
    bottom: -1px;
    height: 23px;
    right: -12px;
    width: 16px
}

.section-heading h2:after,
.section-heading h2:before {
    background-repeat: no-repeat;
    content: "";
    position: absolute
}

.section-heading h2:before {
    background-image: url(/assets/img/vcard24/heading-before.png);
    height: 12px;
    left: -7px;
    top: 2px;
    width: 12px
}

.btn {
    border-radius: 15px;
    font-weight: 500;
    padding: 12px 36px
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

@media (max-width:576px) {
    .btn-icon {
        padding: 0
    }
}

.btn-primary {
    background-color: #b8ff69;
    border: 1px solid #b8ff69;
    color: #42af61
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #42af61;
    border: 1px solid #b8ff69;
    color: #b8ff69
}

.btn-green {
    background-color: #42af61;
    border: 1px solid #42af61;
    color: #fff
}

.btn-green.active,
.btn-green:focus,
.btn-green:hover {
    background-color: #fff;
    border: 1px solid #42af61;
    color: #42af61
}

.btn-cyan {
    background-color: #1cbbb4;
    border: 1px solid #1cbbb4;
    color: #fff
}

.btn-cyan.active,
.btn-cyan:focus,
.btn-cyan:hover {
    background-color: #fff;
    border: 1px solid #1cbbb4;
    color: #1cbbb4
}

.btn-pink {
    background-color: #ed145b;
    border: 1px solid #ed145b;
    color: #fff
}

.btn-pink.active,
.btn-pink:focus,
.btn-pink:hover {
    background-color: #fff;
    border: 1px solid #ed145b;
    color: #ed145b
}

.btn-orange {
    background-color: #f7941e;
    border: 1px solid #f7941e;
    color: #fff
}

.btn-orange.active,
.btn-orange:focus,
.btn-orange:hover {
    background-color: #fff;
    border: 1px solid #f7941e;
    color: #f7941e
}

.main-content {
    position: relative
}

.bg-img {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1 !important
}

.banner-section .banner-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px !important;
    max-height: 100%;
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    .banner-section .banner-img {
        height: 220px
    }
}

.banner-section .banner-img .cloud-img {
    bottom: -60px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width:460px) {
    .banner-section .banner-img .cloud-img {
        bottom: -40px
    }
}

.profile-section {
    position: relative
}

.profile-section .book-img {
    position: absolute;
    right: 40px;
    top: 20px
}

.profile-section .book-img img {
    width: 100%
}

@media (max-width:575px) {
    .profile-section .book-img {
        right: 30px
    }

    .profile-section .book-img img {
        width: 75%
    }
}

.profile-section .card {
    background-color: transparent !important;
    border: none
}

.profile-section .card .card-img {
    border-radius: 50%;
    height: 180px;
    margin-right: 30px;
    min-width: 180px;
    position: relative;
    width: 180px
}

.profile-section .card .card-img img {
    -webkit-mask-box-image: url(/assets/img/vcard24/profile-mask.png)
}

@media (max-width:575px) {
    .profile-section .card .card-img {
        margin: 0 auto 30px
    }
}

.profile-section .card .card-img:after {
    content: url(/assets/img/vcard24/profile-bg-img.png);
    left: 0;
    position: absolute;
    top: 0
}

.social-media-section .social-icon {
    background-image: url(/assets/img/vcard24/social-icon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 40px;
    margin: 0 7px 14px;
    min-width: 44px;
    width: 44px
}

.social-media-section .social-icon img,
.social-media-section .social-icon svg {
    color: #fff !important;
    height: 18px;
    width: 18px
}

.contact-section {
    position: relative
}

.contact-section .abc-img {
    left: 30px;
    position: absolute;
    top: -60px
}

.contact-section .abc-img img {
    width: 100%
}

@media (max-width:575px) {
    .contact-section .abc-img {
        left: 20px;
        top: -30px
    }

    .contact-section .abc-img img {
        width: 60%
    }
}

.contact-section .contact-box .contact-icon {
    background-image: url(/assets/img/vcard24/contact-icon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
    margin-right: 15px;
    min-width: 60px;
    width: 60px
}

.contact-section .contact-desc {
    word-break: break-word !important
}

.our-services-section {
    position: relative
}

.our-services-section .pencil-img1 {
    left: 0;
    position: absolute;
    top: -24px
}

.our-services-section .pencil-img1 img {
    width: 100%
}

@media (max-width:575px) {
    .our-services-section .pencil-img1 img {
        width: 75%
    }
}

.our-services-section .triangle-img1 {
    position: absolute;
    right: 0;
    top: 0
}

.our-services-section .triangle-img1 img {
    width: 100%
}

@media (max-width:575px) {
    .our-services-section .triangle-img1 img {
        width: 75%
    }
}

.our-services-section .services .service-card {
    border: 1px solid #cdd3d9;
    border-radius: 20px;
    border-radius: 20px 80px 20px 20px;
    padding: 70px 20px 20px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 82px;
    min-width: 90px;
    position: absolute;
    top: -30px;
    width: 90px
}

.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: 255px !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 {
    margin: 50px 0 0;
    max-height: 185px;
    min-height: 175px;
    padding: 20px
}

.our-services-section .services .services-slider-view .service-card .card-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #1cbbb4;
    display: -webkit-box;
    margin: 25px 0 0 127px;
    overflow: hidden
}

@media (max-width:500px) {
    .our-services-section .services .services-slider-view .service-card .card-title {
        margin: 0
    }
}

.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;
    margin: 15px 0 0;
    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;
    position: absolute;
    top: -40px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10
}

.our-services-section .services .services-slider-view .service-card .img img {
    border-radius: 20px !important;
    height: 120px;
    margin-right: 10px;
    width: 120px;
    z-index: 10
}

@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;
        border-radius: 80px 80px 20px 20px;
        display: flex;
        flex-direction: column;
        min-height: 185px;
        padding-top: 60px;
        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 .one-img {
    left: 15px;
    position: absolute;
    top: 100px
}

.appointment-section .one-img img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .one-img {
        top: 75px
    }

    .appointment-section .one-img img {
        width: 75%
    }
}

.appointment-section .red-heart-img {
    left: 25px;
    position: absolute;
    top: 232px
}

.appointment-section .red-heart-img img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .red-heart-img {
        left: 5px;
        top: 170px
    }

    .appointment-section .red-heart-img img {
        width: 75%
    }
}

.appointment-section .three-img {
    bottom: 0;
    left: 0;
    position: absolute
}

.appointment-section .three-img img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .three-img {
        bottom: 35px
    }

    .appointment-section .three-img img {
        width: 75%
    }
}

.appointment-section .yellow-star-img {
    position: absolute;
    right: 30px;
    top: 100px
}

.appointment-section .yellow-star-img img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .yellow-star-img {
        right: 20px;
        top: 80px
    }

    .appointment-section .yellow-star-img img {
        width: 75%
    }
}

.appointment-section .two-img {
    position: absolute;
    right: 0;
    top: 170px
}

.appointment-section .two-img img {
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .two-img {
        top: 165px
    }

    .appointment-section .two-img img {
        width: 75%
    }
}

.appointment-section .appointment .appointment-input {
    border: 1px solid #cdd3d9;
    border-radius: 15px;
    color: #6b7075;
    height: 50px;
    padding: 12px 20px;
    width: 100%
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #6b7075
}

.appointment-section .appointment .appointment-input::placeholder {
    color: #6b7075
}

.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.appointment-section .appointment .hour-input {
    background-color: #fff;
    border: 1px solid #f7941e;
    border-radius: 15px;
    height: 50px;
    padding: 10px
}

.gallery-section {
    position: relative
}

.gallery-section .earth-img {
    position: absolute;
    right: 0;
    top: 10px
}

.gallery-section .earth-img img {
    width: 100%
}

@media (max-width:575px) {
    .gallery-section .earth-img img {
        width: 60%
    }
}

.gallery-section .star-img {
    bottom: 0;
    position: absolute;
    right: 0
}

.gallery-section .star-img img {
    width: 100%
}

@media (max-width:575px) {
    .gallery-section .star-img img {
        width: 75%
    }
}

.gallery-section .gallery-slider .gallery-img {
    border-radius: 20px;
    height: 240px;
    margin: 0 auto;
    max-height: 240px;
    max-width: 430px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:480px) {
    .gallery-section .gallery-slider .gallery-img {
        max-width: 360px
    }
}

@media (max-width:375px) {
    .gallery-section .gallery-slider .gallery-img {
        max-width: 300px
    }
}

@media (max-width:320px) {
    .gallery-section .gallery-slider .gallery-img {
        max-width: 275px
    }
}

.gallery-section .gallery-slider .gallery-img iframe,
.gallery-section .gallery-slider .gallery-img img {
    border-radius: 20px;
    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%
}

.gallery-section .gallery-slider .slick-arrow {
    background-color: transparent;
    border: none;
    color: #fff;
    height: 45px;
    min-width: 50px;
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    width: 50px;
    z-index: 2
}

.gallery-section .gallery-slider .slick-arrow.slick-disabled {
    background-color: transparent;
    color: #1cbbb4
}

@media (max-width:575px) {
    .gallery-section .gallery-slider .slick-arrow {
        display: none
    }
}

.gallery-section .gallery-slider .next-arrow {
    right: 15px
}

.gallery-section .gallery-slider .prev-arrow {
    left: 15px
}

.gallery-section .gallery-slider .slick-dots {
    bottom: -25px;
    position: relative
}

.product-section {
    position: relative
}

.product-section .bag-img {
    left: 0;
    position: absolute;
    top: 50px
}

.product-section .bag-img img {
    width: 100%
}

@media (max-width:575px) {
    .product-section .bag-img {
        top: 30px
    }

    .product-section .bag-img img {
        width: 75%
    }
}

.product-section .brush-img {
    position: absolute;
    right: 0;
    top: 60px
}

.product-section .brush-img img {
    width: 100%
}

@media (max-width:575px) {
    .product-section .brush-img img {
        width: 75%
    }
}

.product-section .product-slider .product-card {
    border: none;
    height: 100%;
    margin: 0 10px;
    max-width: 260px;
    min-height: 285px;
    position: relative
}

@media (max-width:575px) {
    .product-section .product-slider .product-card {
        margin: 0 auto
    }
}

.product-section .product-slider .product-card .maskborder {
    -webkit-mask-box-image: url(/assets/img/vcard24/product-mask.png);
    background-color: #cdd3d9;
    height: 100%;
    position: absolute;
    width: 100%
}

.product-section .product-slider .product-card .maskborder .mask {
    -webkit-mask-box-image: url(/assets/img/vcard24/product-mask.png);
    background-color: #f5f5f5;
    height: 99.22%;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 99.22%
}

.product-section .product-slider .product-card .maskborder .mask .content {
    margin: 5px
}

.product-section .product-slider .product-card .maskborder .mask .content .card-img {
    -webkit-mask-box-image: url(/assets/img/vcard24/product-mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 195px;
    min-width: 230px;
    position: relative
}

.product-section .product-slider .product-card .maskborder .mask .content .product-desc {
    padding: 0
}

.product-section .product-slider .product-card .maskborder .mask .content .product-desc p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.product-section .product-name {
    margin-right: 15px !important
}

.testimonial-section {
    position: relative
}

.testimonial-section .clip-img {
    left: 0;
    position: absolute;
    top: 60px
}

.testimonial-section .clip-img img {
    width: 100%
}

@media (max-width:575px) {
    .testimonial-section .clip-img img {
        width: 75%
    }
}

.testimonial-section .color-plat-img {
    left: 40px;
    position: absolute;
    top: 0
}

.testimonial-section .color-plat-img img {
    width: 100%
}

@media (max-width:575px) {
    .testimonial-section .color-plat-img {
        left: 30px
    }

    .testimonial-section .color-plat-img img {
        width: 75%
    }
}

.testimonial-section .pencil-color-img {
    position: absolute;
    right: 0;
    top: 0
}

.testimonial-section .pencil-color-img img {
    width: 100%
}

@media (max-width:575px) {
    .testimonial-section .pencil-color-img img {
        width: 75%
    }
}

.testimonial-section .testimonial-slider {
    background-image: url(/assets/img/vcard24/testimonial-bg-img.png);
    background-position: bottom;
    background-repeat: no-repeat
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: transparent;
    border: none;
    border-radius: 20px;
    margin: 0 10px;
    padding: 25px 20px;
    position: relative
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .card-img {
    background-image: url(/assets/img/vcard24/testimonial-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    min-width: 230px;
    position: relative;
    width: 230px
}

.testimonial-section .testimonial-slider .testimonial-card .card-img .mask {
    -webkit-mask-box-image: url(/assets/img/vcard24/mask-img.png);
    height: calc(100% - 20px);
    left: 6px;
    position: absolute;
    top: 14px;
    width: calc(100% - 20px)
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-section {
    position: relative
}

.blog-section .paper-plane-img {
    left: 20px;
    position: absolute;
    top: 40px
}

.blog-section .paper-plane-img img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .paper-plane-img img {
        width: 60%
    }
}

.blog-section .cloud-vector-img {
    position: absolute;
    right: 60px;
    top: 30px
}

.blog-section .cloud-vector-img img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .cloud-vector-img {
        right: 30px
    }

    .blog-section .cloud-vector-img img {
        width: 75%
    }
}

.blog-section .star-img2 {
    position: absolute;
    right: -5px;
    top: 130px
}

.blog-section .star-img2 img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .star-img2 img {
        width: 75%
    }
}

.blog-section .blog-slider {
    position: relative
}

.blog-section .blog-slider .slick-slide {
    padding: 0 10px
}

.blog-section .blog-slider .blog-card {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    max-width: 260px
}

.blog-section .blog-slider .blog-card .card-img {
    border: 2px solid #f4c100;
    border-radius: 20px;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.blog-section .blog-slider .blog-card .card-body .blog-head {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body .blog-desc {
    -webkit-line-clamp: 3;
    -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 {
    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 {
    opacity: 1 !important
}

.business-hour-section {
    position: relative
}

.business-hour-section .rainbow-img {
    left: 0;
    position: absolute;
    top: 60px
}

.business-hour-section .rainbow-img img {
    width: 100%
}

@media (max-width:575px) {
    .business-hour-section .rainbow-img img {
        width: 75%
    }
}

.business-hour-section .triangle-img2 {
    position: absolute;
    right: 0;
    top: -5px
}

.business-hour-section .triangle-img2 img {
    width: 100%
}

@media (max-width:575px) {
    .business-hour-section .triangle-img2 img {
        width: 60%
    }
}

.business-hour-section .business-hours {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 400px;
    padding: 5px
}

.business-hour-section .business-hours span {
    font-size: 16px
}

@media (max-width:575px) {
    .business-hour-section .business-hours span {
        font-size: 14px
    }
}

.qr-code-section {
    position: relative
}

.qr-code-section .pencil-img2 {
    left: 0;
    position: absolute;
    top: 30px
}

.qr-code-section .pencil-img2 img {
    width: 100%
}

@media (max-width:575px) {
    .qr-code-section .pencil-img2 img {
        width: 60%
    }
}

.qr-code-section .lab-img1 {
    position: absolute;
    right: 80px;
    top: 10px
}

.qr-code-section .lab-img1 img {
    width: 100%
}

@media (max-width:575px) {
    .qr-code-section .lab-img1 {
        right: 60px;
        top: 20px
    }

    .qr-code-section .lab-img1 img {
        width: 75%
    }
}

.qr-code-section .lab-img2 {
    position: absolute;
    right: 40px;
    top: 125px
}

.qr-code-section .lab-img2 img {
    width: 100%
}

@media (max-width:575px) {
    .qr-code-section .lab-img2 {
        right: 20px;
        top: 90px
    }

    .qr-code-section .lab-img2 img {
        width: 75%
    }
}

.qr-code-section .blue-heart-img {
    bottom: 30px;
    position: absolute;
    right: 30px
}

.qr-code-section .blue-heart-img img {
    width: 100%
}

@media (max-width:575px) {
    .qr-code-section .blue-heart-img {
        bottom: 50px;
        right: 10px
    }

    .qr-code-section .blue-heart-img img {
        width: 75%
    }
}

.qr-code-section .qr-code {
    gap: 50px
}

@media (max-width:575px) {
    .qr-code-section .qr-code {
        gap: 40px
    }
}

.qr-code-section .qr-code .qr-profile-img {
    border-radius: 50%;
    box-shadow: 10px 10px 20px -7px rgba(53, 36, 31, .15);
    height: 180px;
    min-width: 180px;
    position: relative;
    width: 180px
}

.qr-code-section .qr-code .qr-profile-img img {
    -webkit-mask-box-image: url(/assets/img/vcard24/profile-mask.png)
}

.qr-code-section .qr-code .qr-profile-img:after {
    content: url(/assets/img/vcard24/profile-bg-img.png);
    left: 0;
    position: absolute;
    top: 0
}

.qr-code-section .qr-code .qr-code-img {
    background-color: #f5f5f5;
    height: 150px;
    min-width: 150px;
    padding: 12px;
    width: 150px
}

.contact-us-section {
    position: relative
}

.contact-us-section .crystal-img {
    left: 60px;
    position: absolute;
    top: -20px
}

.contact-us-section .crystal-img img {
    width: 100%
}

@media (max-width:575px) {
    .contact-us-section .crystal-img {
        left: 30px;
        top: 10px
    }

    .contact-us-section .crystal-img img {
        width: 60%
    }
}

.contact-us-section .apple-img {
    left: 0;
    position: absolute;
    top: 70px
}

.contact-us-section .apple-img img {
    width: 100%
}

@media (max-width:575px) {
    .contact-us-section .apple-img img {
        width: 60%
    }
}

.contact-us-section .half-round-img {
    position: absolute;
    right: 0;
    top: 30px
}

.contact-us-section .half-round-img img {
    width: 100%
}

@media (max-width:575px) {
    .contact-us-section .half-round-img img {
        width: 60%
    }
}

.contact-us-section .contact-form form .form-control {
    background-color: #fff;
    border: 1px solid #cdd3d9;
    border-radius: 10px;
    color: #6b7075;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
    padding: 13px 20px
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #6b7075
}

.contact-us-section .contact-form form .form-control::placeholder {
    color: #6b7075
}

.contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none
}

.create-vcard-section {
    position: relative
}

.create-vcard-section .notes-img {
    left: 0;
    position: absolute;
    top: -30px
}

.create-vcard-section .notes-img img {
    width: 100%
}

@media (max-width:575px) {
    .create-vcard-section .notes-img img {
        width: 50%
    }
}

.create-vcard-section .fusion-img {
    position: absolute;
    right: 30px;
    top: 0
}

.create-vcard-section .fusion-img img {
    width: 100%
}

@media (max-width:575px) {
    .create-vcard-section .fusion-img img {
        width: 70%
    }
}

.create-vcard-section .ball-img {
    position: absolute;
    right: 0;
    top: 100px
}

.create-vcard-section .ball-img img {
    width: 100%
}

@media (max-width:575px) {
    .create-vcard-section .ball-img {
        top: 80px
    }

    .create-vcard-section .ball-img img {
        width: 75%
    }
}

.create-vcard-section .vcard-bg {
    background-color: #e5eef0
}

.create-vcard-section .vcard-link-card {
    border: none;
    border-radius: 15px;
    padding: 25px;
    position: relative
}

.create-vcard-section .vcard-link-card .link {
    position: relative;
    z-index: 9
}

.create-vcard-section .vcard-link-card:after {
    border: 1px solid #f7941e;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 100%
}

.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: 60px;
    left: 0;
    position: fixed;
    width: 100%
}

.btn-section .fixed-btn-section .school-bars-btn {
    background-color: #ed145b
}

.btn-section .fixed-btn-section .sub-btn .school-sub-btn {
    background-color: #ed145b;
    border: 1px solid #ed145b
}

.slick-dotted.slick-slider {
    margin-bottom: 10px
}

.slick-dots {
    bottom: -15px;
    position: relative
}

.slick-dots li {
    height: 8px !important;
    margin: 0 4px !important;
    width: 15px !important
}

.slick-dots li button {
    margin: 0 auto !important
}

.slick-dots li button,
.slick-dots li button:before {
    font-size: 0;
    height: 8px !important;
    width: 8px !important
}

.slick-dots li button:before {
    background-color: #f4c10080;
    border-radius: 10px;
    color: transparent !important
}

.slick-dots li.slick-active button:before {
    background-color: #f4c100;
    opacity: 1;
    width: 15px !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
    }
}

.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 {
    font-size: 30px;
    opacity: 1
}

.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: scroll
}

@media (max-width:320px) {
    .insta-feed .insta-embed {
        width: 100% !important
    }
}

.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: #072541;
    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: #072541
}

.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
    fill: #072541;
    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: #072541
}

.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
}

.vcard-twentyfour.main-content {
    background-color: #fff;
    color: #211c29;
    max-width: 576px;
    min-height: 100vh;
    text-align: center !important
}

.vcard-twentyfour .vcard-twentyfour-heading {
    color: #072541;
    font-size: 28px;
    font-weight: 500
}

.vcard-twentyfour-btn {
    background-color: #072541;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.product-heading {
    font-size: 28px !important
}

.back-btn {
    background-color: #072541;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.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
}

.vcard-one__product .product-card .product-desc {
    text-align: center
}

.buy-product {
    background: #072541;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.vcard24-sticky-btn {
    background: #b8ff69;
    border-radius: 5px;
    color: #6554ce;
    height: 40px
}

.vcard24-btn-group {
    background-color: #ed145b;
    border-radius: 50px !important;
    color: #fff !important;
    height: 50px;
    width: 50px
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #1cbbb4 !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 #f4c100;
    border-radius: 15px;
    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: #ed145b !important;
    border: 1px solid #fff;
    color: #fff !important
}

.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
}

@media (max-width:320px) {
    .support-banner .support_text {
        max-height: 194px !important;
        overflow: auto !important
    }
}

.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: #072541;
    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 {
    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: #e5eef0;
    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: #e5eef0;
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: #e5eef0;
    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: #e5eef0 !important;
    border: unset;
    color: #212020;
    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-color: #e5eef0;
    border: none;
    border-radius: 0 3px 5px 2px;
    color: #212020 !important;
    font-size: 25px
}

.animate-bottom {
    animation: animatebottom .4s;
    position: relative
}

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.add-contact-btn {
    color: #fff;
    height: 40px !important;
    margin: 0 auto;
    margin-bottom: -35px !important;
    padding: 7px;
    width: 200px;
    /* width: 250px !important; */
    z-index: 9999
}

.add-contact-btn i {
    font-size: 1rem
}

.send-btn {
    height: 40px;
    padding: 6px 30px;
    width: 250px !important
}

.audio-control {
    bottom: 0 !important;
    left: 1px;
    position: absolute
}

.verification-icon {
    color: #1cbbb4
}

.main-content.rtl .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important
}

.main-content.rtl .calendar-icon {
    left: 18px;
    right: auto
}

.main-content.rtl .contact-section .contact-box .contact-icon {
    margin-left: 15px
}

.main-content.rtl .ms-3 {
    margin-left: 1rem !important
}

.main-content.rtl .our-services-section .services .service-card {
    border-radius: 80px 20px 20px 20px
}

.main-content.rtl .our-services-section .services .service-card .card-img {
    right: 20px
}

@media (min-width:576px) {
    .main-content.rtl .text-sm-start {
        text-align: right !important
    }
}

.main-content.rtl .text-start {
    text-align: right !important
}

@media (min-width:576px) {
    .profile-section .card[dir=rtl] .card-img {
        margin-left: 30px;
        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-prev:before {
    color: #000 !important;
    margin-left: 10px !important
}

.slick-next:before {
    color: #000 !important;
    margin-right: 10px !important
}

.slick-next {
    right: -13px !important
}

.toast-message,
.toast-title {
    margin-right: 12px
}

.input-box {
    border: 1px solid #cdd3d9 !important;
    border-radius: 8px !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: #6b7075 !important
}

.selected-files .item {
    align-items: center;
    border: 1px solid #cdd3d9 !important;
    border-radius: 8px !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: #4f5154 !important
}

.selected-files h5 {
    color: #082541 !important;
    font-size: medium !important;
    margin-bottom: 10px !important;
    margin-top: 9px !important
}

small {
    color: #6b7075 !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
}

.add-to-cart-btn {
    background: #072541;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    transition: all .3sease;
}

@media(max-width:404px){
    .add-contact-btn{
        width:185px;   
    }
}