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

.text-black {
    color: #1e262d !important
}

.text-primary {
    color: #49adfe !important
}

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

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

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

.btn-primary {
    background-color: #49adfe;
    border: 1px solid #49adfe;
    box-shadow: none;
    color: #fff
}

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

@font-face {
    font-display: swap;
    font-family: Tagesschrift;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Tagesschrift-Regular.ttf?b88e12fc6001bec09f357ed0c87dc332) format("truetype")
}

body {
    background-color: #49adfe30;
    font-family: Rubik;
    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
    }
}

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

.main-content {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 2
}

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

.banner-section {
    position: relative
}

.banner-img {
    aspect-ratio: 1.58;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
/*
    -webkit-mask-image: url(logo.jpeg);
    mask-image: url(logo.jpeg);
*/
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    overflow: hidden;
    transition: -webkit-mask-image 2s ease-in-out;
    transition: mask-image 2s ease-in-out;
    transition: mask-image 2s ease-in-out, -webkit-mask-image 2s ease-in-out;
    width: 100%
}

.curve-img {
    bottom: 0;
    position: absolute
}

.vcard-yt-link-18 .curve-img {
    bottom: -22px
}

.vcard-yt-link-18 .banner-img {
    height: 323px
}

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

.profile-section .card .profile-top-margin {
    position: relative !important;
    top: 0 !important
}

.profile-section .card .card-img {
    border-radius: 50%;
    height: 170px;
    min-width: 170px;
    position: absolute;
    top: -80px;
    width: 170px
}

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

.profile-section .card .card-img img {
    box-shadow: 0 12px 10px 0 rgba(136, 165, 191, .48), -6px -2px 16px 0 hsla(0, 0%, 100%, .8)
}

.profile-section .card .card-body {
    padding-bottom: 0
}

.profile-section .social-media .social-icon {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(78, 84, 89, .1);
    height: 40px;
    margin-right: 20px;
    min-width: 40px;
    width: 40px
}

.profile-section .social-media .social-icon:hover {
    border: 1px solid #49adfe
}

.profile-section .social-media .social-icon img,
.profile-section .social-media .social-icon svg {
    height: 22px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 22px
}

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

.section-heading.text-start {
    margin-bottom: 25px
}

.section-heading.text-start h2 {
    display: inline-block;
    font-family: Tagesschrift;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    position: relative
}

@media (max-width:425px) {
    .section-heading.text-start h2 {
        font-size: 20px
    }
}

.section-heading.text-start h2:after {
    background-image: url(Line.png);
    background-repeat: no-repeat;
    background-size: 100px;
    content: "";
    height: 18px;
    margin-left: 20px;
    position: absolute;
    top: 16%;
    width: 100px
}

@media (max-width:425px) {
    .section-heading.text-start h2:after {
        background-size: 75px;
        height: 13px;
        margin-left: 10px;
        top: 25%;
        width: 75px
    }
}

.section-heading.text-end {
    margin-bottom: 25px
}

.section-heading.text-end h2 {
    display: inline-block;
    font-family: Tagesschrift;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    position: relative
}

@media (max-width:425px) {
    .section-heading.text-end h2 {
        font-size: 20px
    }
}

.section-heading.text-end h2:after {
    background-image: url(Line.png);
    background-repeat: no-repeat;
    background-size: 100px;
    content: "";
    height: 18px;
    left: -120px;
    position: absolute;
    right: 0;
    top: 16%;
    transform: rotateY(180deg);
    width: 100px
}

@media (max-width:425px) {
    .section-heading.text-end h2:after {
        background-size: 75px;
        height: 13px;
        left: -100px;
        margin-left: 10px;
        top: 25%;
        width: 75px
    }
}

.contact-section {
    position: relative
}

.contact-section .contact-bg {
    position: absolute;
    right: 40px;
    top: 20px
}

.contact-section .contact-box {
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 #ccdbe8, inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    margin-top: 20px;
    padding: 25px 10px 10px 20px;
    position: relative;
    transition: all .3s ease-in-out
}

.contact-section_new .contact-box_new {
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 #ccdbe8, inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    transition: all .3s ease-in-out
}

.contact-section .contact-box:hover {
    box-shadow: inset 3px 3px 6px 1px rgba(73, 173, 254, .6), inset -3px -3px 6px 0 #ccdbe8
}

.contact-section .contact-box .contact-icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(221, 240, 255, .74);
    height: 42px;
    left: 20px;
    min-width: 42px;
    position: absolute;
    top: -20px;
    width: 42px
}

.contact-section .contact-box .contact-icon img {
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 18px
}

.contact-section .contact-box .contact-desc a {
    font-size: 14px !important;
    word-break: break-all
}

.our-services-section {
    position: relative
}

.our-services-section .amount-bg {
    left: 30px;
    position: absolute;
    top: -30px
}

.our-services-section .bag-bg {
    position: absolute;
    right: 0;
    top: 30px
}

.our-services-section .bag-bg img {
    transform: scaleX(-1)
}

.our-services-section .dollar-bg {
    position: absolute;
    right: 80px;
    top: -290px
}

.our-services-section .services .service-card {
    border: 0;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    padding: 15px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    border: 1px solid #49adfe;
    border-radius: 10px;
    height: 150px;
    min-width: 100%;
    width: 100%
}

.our-services-section .services .service-card .card-img img,
.our-services-section .services .service-card .card-img svg {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.our-services-section .services .services-slider-view .service-card {
    background: #fff;
    min-height: 378px
}

.our-services-section .services .services-slider-view .service-card .card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    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
}

.our-services-section .services .services-slider-view .service-card .img {
    border: 1px solid #49adfe;
    border-radius: 10px;
    display: block;
    height: 100%;
    width: 100%
}

.our-services-section .services .services-slider-view .service-card .img img {
    border-radius: 10px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

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

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

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

.our-services-section .services .services-slider-view .slick-dots li {
    margin: 0 !important
}

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

@media (min-width:768px) {
    .timePick {
        padding: 0 5px !important
    }
}

.appointment-section {
    position: relative
}

.appointment-section .appointment-bg {
    position: absolute;
    right: 40px;
    top: 20px
}

.appointment-section .appointment .appointment-input {
    background-color: transparent;
    border: 2px solid #49adfe;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8);
    color: #1e262d;
    height: 50px;
    padding: 5px 15px;
    width: 100%
}

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

.appointment-section .appointment .appointment-input::placeholder {
    color: #66737d
}

.appointment-section .appointment .appointment-input:focus {
    outline: none
}

.appointment-section .appointment .calendar-icon {
    position: absolute;
    right: 20px;
    top: 12px
}

.appointment-section .appointment .hour-input {
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #66737d;
    padding: 13px
}

.time-slot {
    align-items: center;
    background-color: transparent;
    border: 2px solid #49adfe;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .5), inset -3px -3px 6px 1px rgba(73, 173, 254, .5);
    color: #1e262d !important;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    transition: all .3s ease-in-out
}

.time-slot.activeSlot,
.time-slot:hover {
    background: #ddf0ff
}

.gallery-section {
    position: relative
}

.gallery-section .gallery-bg {
    left: 10px;
    position: absolute;
    top: 20px
}

.gallery-section .gallery-slider {
    margin-bottom: 0 !important;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-section .gallery-slider .slick-slide {
    padding: 0 10px
}

.gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px;
    height: 295px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.gallery-section .gallery-slider .gallery-item iframe,
.gallery-section .gallery-slider .gallery-item video {
    border-radius: 10px;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

.gallery-section .gallery-slider .gallery-img {
    background-color: #49adfe30;
    border: 3px solid rgba(72, 172, 254, .6);
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    height: 320px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative
}

.gallery-section .gallery-slider .gallery-img iframe,
.gallery-section .gallery-slider .gallery-img img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-section .gallery-slider .slick-dots {
    bottom: 0;
    position: relative
}

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

.product-section {
    position: relative
}

.product-section .product-bg {
    position: absolute;
    right: 40px;
    top: 30px
}

.product-section .vector-4 {
    bottom: -60px;
    left: 20px;
    position: absolute
}

.product-section .product-slider {
    margin-left: -10px;
    margin-right: -10px
}

.product-section .product-slider .slick-slide {
    padding: 0 10px
}

.product-section .product-slider .product-card {
    border: 0;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    min-height: 296px;
    overflow: hidden;
    padding: 15px
}

.product-section .product-slider .product-card .product-img {
    border: 1px solid #49adfe;
    border-radius: 10px;
    height: 180px
}

.product-section .product-slider .product-card .product-img img {
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

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

.product-section .product-slider .product-desc .product-title,
.product-section .product-slider .product-desc p {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section .vector-5 {
    bottom: -80px;
    position: absolute;
    right: 40px
}

.testimonial-section .slick-dots {
    bottom: -35px !important
}

.testimonial-section .testimonial-card {
    background: linear-gradient(90deg, rgba(73, 173, 254, .4), #3da7fd0f, rgba(73, 173, 254, .4));
    border-radius: 30px;
    box-shadow: inset 3px 3px 6px 0 #49adfe, inset -3px -3px 6px 1px #49adfe;
    height: 340px !important;
    margin-top: 4px;
    outline: 5px solid rgba(72, 172, 254, .45);
    overflow: hidden;
    padding: 20px;
    position: relative
}

.testimonial-section .testimonial-card .card-img {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    outline: 3px solid #49adfe;
    width: 100px
}

.testimonial-section .testimonial-card .card-img img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.testimonial-section .testimonial-card .card-body h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section .testimonial-card .card-body .card-desc {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center !important
}

.blog-section {
    margin-bottom: 50px;
    position: relative
}

.blog-section .blog-bg {
    left: 80px;
    position: absolute;
    top: 30px
}

.blog-section .blog-slider {
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

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

.blog-section .blog-slider .blog-card {
    background: #ddf0ff;
    border: 1px solid #49adfe;
    border-radius: 15px;
    gap: 16px;
    padding: 15px;
    position: relative
}

.blog-section .blog-slider .blog-card .card-img {
    border-radius: 10px;
    height: 220px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    width: 100%
}

.blog-section .blog-slider .blog-card .card-body {
    border: 1px solid #49adfe;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 #49adfe8a, inset -3px -3px 6px 1px #49adfe7a;
    margin-left: auto;
    min-height: 84px;
    width: 100%
}

.blog-section .blog-slider .blog-card .card-body p {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 11px !important;
    line-height: normal;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body .blog-head {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: normal;
    overflow: hidden
}

.blog-section .blog-slider .slick-arrow {
    background-color: transparent;
    border: 1px solid #1e262d;
    border-radius: 50%;
    bottom: -50px !important;
    color: #1e262d;
    height: 30px;
    min-width: 30px;
    opacity: 1 !important;
    position: absolute;
    top: auto;
    width: 30px;
    z-index: 2
}

.blog-section .blog-slider .next-arrow {
    left: 52%
}

.blog-section .blog-slider .prev-arrow {
    left: 43%
}

.blog-section .blog-slider .slick-dots {
    bottom: -35px
}

.qr-code-section {
    position: relative
}

.qr-code-section .qr-bg-img {
    left: 0;
    position: absolute;
    top: 30px
}

.qr-code-section .code-img {
    position: absolute;
    right: 0;
    top: 75px
}

.qr-code-section .qr-code {
    background-color: #49adfe30;
    border: 3px solid rgba(72, 172, 254, .6);
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    max-width: 400px;
    padding: 70px 20px 30px;
    width: 100%
}

.qr-code-section .qr-code .qr-profile-img {
    background-color: #fff;
    border: 3px solid #49adfe;
    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 {
    border: 10px solid #fff;
    border-radius: 10px;
    height: 150px;
    min-width: 150px;
    outline: 2px solid #49adfe;
    width: 150px
}

.qr-code-section .qr-code .qr-code-img img,
.qr-code-section .qr-code .qr-code-img svg {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.qr-code-section .qr-code .btn {
    max-width: 300px
}

.business-hour-section {
    position: relative
}

.business-hour-section .time-bg-1 {
    left: 40px;
    position: absolute;
    top: 25px
}

.business-hour-section .time-bg-2 {
    bottom: 0;
    left: 5px;
    position: absolute
}

.business-hour-section .business-time {
    gap: 10px
}

.business-hour-section .business-hours {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: inset 3px -3px 12px 0 #49adfebf;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    position: relative
}

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

.business-hour-section .business-hours div .day {
    background: linear-gradient(90deg, #49adfea1, #3da7fd00, #49adfe6b);
    border: 1px solid #49adfe;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    width: 50%
}

@media (max-width:576px) {
    .business-hour-section .business-hours div .day {
        width: 100% !important
    }
}

.business-hour-section .business-hours div .time {
    background: linear-gradient(90deg, #49adfe4a, #3da7fd14, #49adfeab);
    border: 2px solid #49adfe;
    border-radius: 28px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .5), inset -3px -3px 6px 1px rgba(73, 173, 254, .5);
    color: #1e262c;
    justify-content: center;
    overflow: hidden;
    padding: 5px 20px;
    width: 50%
}

@media (max-width:576px) {
    .business-hour-section .business-hours div .time {
        width: 100% !important
    }
}

.business-hour-section .business-hours div .time .time-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 3px 3px 6px 0 #49adfe29, inset -3px -3px 6px 1px #49adfe00;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px
}

.business-hour-section .business-hours div .time .time-icon svg {
    stroke: #49adfe;
    width: 20px
}

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

.contact-us-section {
    position: relative
}

@media (max-width:575px) {
    .contact-us-section {
        margin-bottom: 10px
    }
}

.contact-us-section .contact-form {
    background-color: #49adfe17;
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 #49adfe, inset -3px -3px 6px 1px #49adfe;
    padding: 20px
}

.contact-us-section .contact-form form .form-control {
    background: #ddf0ff;
    border: 2px solid #49adfe;
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .5), inset -3px -3px 6px 1px rgba(73, 173, 254, .5);
    color: #1e262c;
    padding: 12px 20px
}

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

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

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

.create-vcard-section .vcard-link-card {
    background-color: #fff;
    border: 2px solid #49adfe !important;
    border-radius: 10px;
    box-shadow: inset 3px -3px 12px 0 #49adfebf;
    padding: 15px;
    position: relative
}

.create-vcard-section .vcard-link-card .link-text {
    word-break: break-all
}

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

.add-to-contact-section .add-contact-btn {
    text-wrap: nowrap !important;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: auto;
    width: 250px !important
}

.btn-section .fixed-btn-section .corporate-bars-btn {
    background-color: #49adfe
}

.btn-section .fixed-btn-section .sub-btn .corporate-sub-btn {
    background-color: #fff;
    border: 1px solid #ddd
}

.btn-section .fixed-btn-section .sub-btn .corporate-sub-btn i {
    color: #49adfe
}

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

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

.slick-dots li button:before {
    color: #ddd
}

.slick-dots li.slick-active button:before {
    color: #49adfe;
    opacity: 1
}

.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 {
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 650px !important;
    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
}

.social-media .social-media-icon {
    padding: 20px 10px
}

.social-media .social-icon {
    height: 25px;
    margin: 0 20px;
    min-width: 25px;
    width: 25px
}

@media (max-width:425px) {
    .social-media .social-icon {
        height: 22px;
        margin: 0 16px;
        min-width: 22px;
        width: 22px
    }
}

.social-icons {
    gap: 16px
}

@media (max-width:576px) {
    .social-icons {
        gap: 10px
    }
}

.social-icons a {
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 3px 3px 6px 0 #49adfe85, inset -3px -3px 6px 1px #49adfe85;
    color: #49adfe;
    display: flex;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    transition: all .3s ease-in-out;
    width: 50px
}

@media (max-width:576px) {
    .social-icons a {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.social-icons a:hover {
    transition: all .3s ease-in-out
}

.social-icons a:hover img,
.social-icons a:hover svg {
    transform: scale(1) !important;
    transition: all .3s ease-in-out
}

.social-icons img,
.social-icons svg {
    fill: #49adfe !important;
    height: 28px !important;
    transform: scale(.8) !important;
    transition: all .3s ease-in-out
}

@media (max-width:576px) {

    .social-icons img,
    .social-icons svg {
        height: 24px !important
    }
}

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

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #49adfe;
    border: none;
    border-radius: 6px;
    outline: none;
    padding: 5px 12px;
    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;
    margin: 15px 0 0;
    min-width: 75px;
    right: 0;
    width: 100%
}

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

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

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

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

.language ul .lang-list .lang-hover-list li.active a {
    color: #49adfe !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: 16px !important;
    width: 20px !important
}

.vcard18-sticky-btn {
    background: #49adfe;
    border: 1px solid #ddd;
    color: #fff;
    height: 40px
}

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

.vcard-eighteen .product-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6) !important;
    padding: 15px !important
}

.vcard-eighteen.main-content {
    border-radius: 15px;
    color: #1e262d;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 650px;
    min-height: 100vh;
    text-align: center !important
}

.vcard-eighteen .vcard-eighteen-heading {
    color: #1e262d;
    font-size: 28px;
    font-weight: 500
}

.vcard-eighteen .vcard-prodcut-heading {
    color: #009ef7;
    font-size: 35px;
    font-weight: 500
}

.vcard-eighteen-btn {
    background: #49adfe;
    border: none;
    border-radius: 5px;
    color: #1e262d;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard-eighteen-btn:hover {
    color: #1e262d
}

.add-contact-btn {
    height: 40px
}

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

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

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

.product-btn {
    background: #009ef7;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.product-btn:hover {
    background-color: rgba(73, 173, 254, .9)
}

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

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

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

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

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

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

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

.modal-backdrop {
    background-color: transparent
}

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

.modal .news-modal #newsLatter-content {
    background-color: #212020;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem 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
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #009ef7;
    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: #009ef7;
    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: 4px 10px !important
}

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

.modal .news-modal #newsLatter-content .modal-body .input-box {
    background-color: #f5f8fa;
    border: unset;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

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

.modal .news-modal #newsLatter-content .modal-body .input-group {
    margin-top: 15px
}

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

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

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

#email-send {
    background: #009ef7;
    border: none;
    color: #fff !important;
    font-size: 15px
}

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

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

    to {
        bottom: 0;
        opacity: 1
    }
}

.support-banner {
    background: #fff;
    border-radius: 20px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8);
    box-sizing: border-box;
    height: auto !important;
    left: 0;
    margin: 0 auto;
    max-width: 586px;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

.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: 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: #49adfe;
    border: none;
    border-radius: 10px;
    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
}

.ifram-body {
    height: 300px !important;
    width: 100% !important
}

.iframe-slider {
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

.iframe-slider .slick-slide {
    padding: 0 10px
}

.iframe-slider .iframe-card {
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8);
    padding: 8px;
    position: relative
}

.iframe-slider .iframe-card iframe {
    display: block !important
}

.iframe-slider .iframe-card .card-body {
    border: 1px solid #49adfe;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(78, 84, 89, .1);
    margin-left: auto;
    max-height: 116px;
    max-width: 330px;
    min-height: 116px;
    min-width: 330px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30px
}

@media (max-width:575px) {
    .iframe-slider .iframe-card .card-body {
        max-width: 100%;
        min-width: 100%;
        position: relative;
        top: -15px;
        z-index: -1
    }
}

.verification-icon {
    color: #49adfe
}

.main-content.rtl .vector-2 {
    left: 0;
    right: auto
}

.main-content.rtl .vector-3 {
    left: auto;
    right: 0
}

.main-content.rtl .contact-bg {
    left: 40px;
    right: auto
}

.main-content.rtl .our-services-section .amount-bg {
    left: auto;
    right: 30px
}

.main-content.rtl .our-services-section .bag-bg {
    left: 0;
    right: auto
}

.main-content.rtl .our-services-section .bag-bg img {
    transform: scaleX(-1)
}

.main-content.rtl .our-services-section .dollar-bg {
    left: 80px;
    right: auto
}

.main-content.rtl .gallery-bg {
    left: auto;
    right: 10px
}

.main-content.rtl .product-bg,
.main-content.rtl .vector-5 {
    left: 40px;
    right: auto
}

.main-content.rtl .vector-4 {
    left: auto;
    right: 20px
}

.main-content.rtl .vector-5 {
    left: 4px;
    left: auto
}

.main-content.rtl .vector-6 {
    left: 20px;
    right: auto
}

.main-content.rtl .time-bg-1 {
    left: auto;
    right: 40px
}

.main-content.rtl .time-bg-2 {
    left: auto;
    right: 5px
}

.main-content.rtl .appointment-bg,
.main-content.rtl .vector-8 {
    left: 40px;
    right: auto
}

.main-content.rtl .vector-7 {
    left: auto;
    right: 40px
}

.main-content.rtl .blog-bg {
    left: auto;
    right: 80px
}

.main-content.rtl .time {
    background: linear-gradient(270deg, #49adfe4a, #3da7fd14, #49adfeab)
}

.main-content.rtl .lang-hover-list {
    left: 0 !important
}

.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 .text-sm-start,
.main-content.rtl .text-start {
    text-align: right !important
}

.main-content.rtl .contact-section .contact-box {
    padding: 25px 20px 10px 10px !important
}

.main-content.rtl .time:after {
    left: auto;
    right: 0
}

.main-content.rtl .contact-section .contact-box .contact-icon {
    left: auto;
    right: 20px
}

.main-content.rtl .me-4 {
    margin-left: 1.5rem !important
}

.main-content.rtl .banner-img,
.main-content.rtl .curve-img {
    transform: rotateY(180deg)
}

@media (min-width:576px) {
    .main-content.rtl .flex-sm-row-reverse {
        flex-direction: row !important
    }
}

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

.main-content.rtl .section-heading.text-start h2:after {
    left: -120px;
    margin-left: 0;
    margin-right: 20px;
    right: auto;
    transform: rotateY(180deg)
}

.main-content.rtl .section-heading.text-end {
    text-align: left !important
}

.main-content.rtl .section-heading.text-end h2:after {
    left: auto;
    right: -120px;
    transform: none
}

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

.main-content.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;
    margin-left: 0 !important;
    margin-right: -1px !important
}

.main-content.rtl .form-check {
    padding-left: 0 !important;
    padding-right: 2.063em !important
}

.main-content.rtl .form-check .form-check-input {
    float: right !important;
    margin-right: -2.063em !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 {
    background: #ddf0ff;
    border: 2px solid #49adfe;
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .5), inset -3px -3px 6px 1px rgba(73, 173, 254, .5);
    color: #1e262c;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 15px 20px;
    place-items: center
}

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

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

.selected-files .item {
    align-items: center;
    background-color: #fff !important;
    border: 1px solid #ddd !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: #66737d !important
}

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

small {
    color: #1e262d !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
}

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

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

.product-img-slider {
    margin-left: -10px;
    margin-right: -10px
}

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

.product-img-slider .slick-dots li button:before {
    color: #49adfe !important;
    font-size: 30px !important
}

.product-img-slider .slick-slide {
    margin: 0 !important;
    padding: 0 10px !important
}

.product-img-slider .slick-list {
    padding: 0 !important
}

.product-img-height {
    border: 1px solid #49adfe;
    border-radius: 10px;
    max-height: 208px;
    max-width: 100%
}

.dots-none .slick-dots {
    display: none !important
}

.pwa-support {
    background: #fff;
    border-radius: 25px;
    bottom: 20px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8);
    height: auto !important;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px;
    position: fixed !important;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

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

.pwa-support .pwa-text {
    font-size: .875rem !important;
    margin-bottom: 16px
}

.pwa-install-button {
    background: #49adfe !important;
    border-radius: 15px !important;
    color: #fff !important;
    font-size: .875rem !important;
    padding: .563rem 1.563rem !important
}

.pwa-install-button:hover {
    background: #49adfe
}

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

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

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

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

.profile-detail {
    margin-top: -21px !important;
    min-height: 130px
}

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

@media (max-width:576px) {
    .profile-margin .card {
        gap: 16px;
        padding-top: 0 !important
    }
}

.profile-margin .profile-detail {
    margin-top: 0 !important;
    min-height: auto;
    padding-top: 0 !important
}

@media (max-width:576px) {
    .vector-all img {
        width: 75% !important
    }
}

.vector-1 {
    bottom: 75px;
    left: 0
}

.vector-2 {
    right: 0;
    top: 100px
}

.vector-3 {
    bottom: 0;
    right: 0
}

.profile-desc p {
    margin-bottom: 0 !important
}

.row-gap-20px {
    row-gap: 20px
}

.right-arrow-animation {
    animation: right-arrow 1s linear 1s infinite alternate
}

@keyframes right-arrow {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(8px)
    }
}

.view-more {
    background-color: #49adfe30;
    border: 3px solid rgba(72, 172, 254, .6);
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .6), inset -3px -3px 6px 1px rgba(73, 173, 254, .6);
    padding: 10px 25px 10px 15px;
    transition: all .3s ease-in-out
}

.view-more a,
.view-more svg {
    font-size: 16px
}

.iframe-card iframe,
.insta-feed iframe {
    border: 2px solid #49adfe !important;
    border-radius: 10px !important;
    overflow: hidden
}

.insta-feed-iframe iframe {
    margin-bottom: 0 !important
}

.iframe-border {
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8);
    padding: 10px;
    position: relative
}

.iframe-border iframe {
    border: 3px solid #49adfe;
    display: block
}

.vcard-eighteen-body {
    background-color: #49adfe30 !important
}

.vcard-banner-18 {
    aspect-ratio: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: none;
    mask-image: none;
    overflow: hidden;
    width: 100%
}

.card-back {
    border: 2px solid #49adfe;
    box-shadow: inset 3px 3px 6px 0 rgba(73, 173, 254, .8), inset -3px -3px 6px 1px rgba(73, 173, 254, .8)
}

@keyframes right-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-10px)
    }
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.right-left-animation {
    animation: right-left 2s linear 1s infinite alternate
}

.zoom-in-out-animation {
    animation: zoom-in-out 2s linear 1s infinite alternate
}

.top-bottom-animtion {
    animation: top-bottom 2s linear 1s infinite alternate
}

.vector-6 {
    right: 20px;
    top: -15px
}

.vector-7 {
    left: 40px;
    top: 0
}

.vector-8 {
    right: 40px;
    top: 16px
}
