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

.text-gray-300 {
    color: #888!important
}

.text-primary {
    color: #40b5c5!important
}

.text-secondary {
    color: #144660!important
}

.text-warning {
    color: #ffc750!important
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
    .fs-24 {
        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-16 {
    font-size: 16px
}

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

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

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

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

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

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

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

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

.text-primary-36 {
    color: #40b5c5!important
}

a {
    text-decoration: none
}

.main-content {
    background-color: #fff!important;
    border-radius: 15px;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 670px!important;
    min-height: 100vh!important
}

.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;
    justify-content: center;
    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
}

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

.section-heading {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center
}

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

.section-heading h2 {
    color: #40b5c5;
    display: inline-block;
    font-family: NewRocker;
    font-size: 32px;
    font-weight: 700;
    position: relative
}

@media (max-width: 575px) {
    .section-heading h2 {
        font-size:28px
    }
}

.section-heading h2:after {
    background-color: #144660;
    border-radius: 10px;
    bottom: -4px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70%
}

.section-heading h2.right-bg:before {
    background-image: url(/images/vcard36-heading-bg.png?d51a691010e673e1685243cb3012dfac);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 50px;
    position: absolute;
    right: -50px;
    top: -6px;
    transform: rotate(12deg);
    width: 35px
}

@media (max-width: 575px) {
    .section-heading h2.right-bg:before {
        right:-35px;
        width: 25px
    }
}

.section-heading h2.left-bg:before {
    background-image: url(/images/vcard36-heading-bg.png?d51a691010e673e1685243cb3012dfac);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 50px;
    left: -50px;
    position: absolute;
    top: -6px;
    transform: rotate(345deg) scaleX(-1);
    width: 35px
}

@media (max-width: 575px) {
    .section-heading h2.left-bg:before {
        left:-35px;
        width: 25px
    }
}

.btn {
    border-radius: 0!important;
    border-radius: 0 20px 0 20px!important;
    font-weight: 500!important;
    padding: 12px 40px
}

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

.btn-white {
    background-color: #fff!important;
    border: 1px solid #fff!important;
    color: #40b5c5!important
}

.btn-white.active,.btn-white:focus,.btn-white:hover {
    background-color: #40b5c5!important;
    border: 1px solid #fff!important;
    color: #fff!important
}

.btn-primary {
    background-color: #40b5c5!important;
    border: 1px solid #40b5c5!important;
    color: #fff!important
}

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

@media (max-width: 425px) {
    .enquiry-btn {
        margin-top:4px;
        width: 100%
    }
}

.enquiry-btn .btn-primary-enquiry {
    background-color: #40b5c5!important;
    border: 1px solid #40b5c5!important;
    color: #fff!important;
    padding: 6px 20px!important
}

.enquiry-btn .btn-primary-enquiry.active,.enquiry-btn .btn-primary-enquiry:focus,.enquiry-btn .btn-primary-enquiry:hover {
    background-color: #fff!important;
    border: 1px solid #40b5c5!important;
    color: #40b5c5!important
}

@media (max-width: 425px) {
    .enquiry-btn .btn-primary-enquiry {
        width:100%
    }
}

.btn-wp-visit-store {
    background-color: #40b5c5!important;
    border: 1px solid #40b5c5!important;
    color: #fff!important;
    padding: 6px 20px!important
}

@media (max-width: 425px) {
    .btn-wp-visit-store {
        width:100%
    }
}

.btn-wp-visit-store.active,.btn-wp-visit-store:focus,.btn-wp-visit-store:hover {
    background-color: #fff!important;
    border: 1px solid #40b5c5!important;
    color: #40b5c5!important
}

.btn-product-enquiry {
    background-color: #15243b!important;
    border: 1px solid #15243b!important;
    border-radius: 0 20px 0 20px!important;
    color: #fff!important;
    font-weight: 500!important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.btn-product-enquiry:hover {
    background-color: #fff!important;
    border: 1px solid #15243b!important;
    color: #15243b!important
}

.btn-secondary {
    background-color: #144660!important;
    border: 1px solid #144660!important;
    color: #fff!important
}

.btn-secondary.active,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #fff!important;
    border: 1px solid #144660!important;
    color: #144660!important
}

.banner-yt-section .banner-yt-video {
    display: none;
    height: 324px
}

.banner-yt-section:after {
    background-image: none!important;
    bottom: 0;
    content: "";
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%
}

.banner-section {
    position: relative
}

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

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

.banner-section .bg-vector {
    bottom: 13px;
    position: absolute;
    right: 0;
    text-align: end;
    z-index: 2
}

.banner-section .bg-vector img {
    width: 100%
}

@media (max-width: 575px) {
    .banner-section .bg-vector img {
        width:75%
    }
}

.banner-section .travel-img {
    left: 31px;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 59px
}

@media (max-width: 575px) {
    .banner-section .travel-img {
        left:20px;
        top: 40px;
        width: 70%
    }
}

.profile-section {
    position: relative
}

.profile-section .main-vector-bg img {
    opacity: .6
}

.profile-section .card {
    background: linear-gradient(0deg,#b2ebf200,#40b5c500);
    border: none;
    min-height: 216px;
    position: relative
}

.profile-section .card .card-img {
    border-radius: 15px;
    height: 200px;
    min-width: 220px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    width: 220px
}

.profile-section .card .card-img:after {
    background-image: url(/images/profile-bg-img-vcard36.png?dbb62ec58888df3e32fbca7aba118faa);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%
}

.profile-section .card .card-img img {
    border-radius: 50%;
    height: 150px!important;
    left: 32px;
    position: absolute;
    top: 42px;
    width: 150px!important;
    z-index: 1
}

@media (max-width: 575px) {
    .profile-section .card .card-img img {
        height:120px!important;
        left: 28px;
        top: 34px;
        width: 120px!important
    }

    .profile-section .card .card-img {
        height: 160px;
        min-width: 180px;
        width: 180px
    }
}

@keyframes rotated-social-icon {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-45deg)
    }
}

.social-media-section {
    position: relative
}

.social-media-section .social-icon {
    height: 62px!important;
    min-width: 65px!important;
    position: relative;
    transition: all .3s ease-in-out;
    width: 65px!important
}

.social-media-section .social-icon:after {
    animation: rotated-social-icon 5s linear infinite alternate;
    background-image: url(/images/social-bg-vcard36.png?b85f393f0663bdafa3d8aa70e55ae00b);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%
}

.social-media-section .social-icon img,.social-media-section .social-icon svg {
    fill: #fff!important;
    color: #fff!important;
    height: 24px!important;
    position: relative;
    transition: all .3s ease-in-out;
    width: 24px!important;
    z-index: 1
}

.social-media-section .social-icon img path,.social-media-section .social-icon svg path {
    fill: #fff!important
}

.social-media-section .social-icon:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

@media (max-width: 575px) {
    .social-media-section .social-icon {
        height:52px!important;
        min-width: 55px!important;
        width: 55px!important
    }

    .social-media-section .social-icon img,.social-media-section .social-icon svg {
        height: 20px!important;
        width: 20px!important
    }
}

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

.contact-section .contact-img {
    margin: 0 auto;
    max-width: 300px
}

.contact-section .contact-box {
    background-color: #40b5c5;
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border-bottom: 2px solid #40b5c5;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5;
    height: -webkit-fill-available;
    height: -moz-available;
    height: auto;
    margin-top: 34px;
    padding: 34px 10px 10px;
    position: relative;
    transition: all .3s ease-in-out
}

@media (max-width: 575px) {
    .contact-section .contact-box {
        padding:20px 10px 10px
    }
}

.contact-section .contact-box .contact-icon {
    height: 62px;
    left: 0;
    margin: 0 auto;
    min-width: 65px;
    position: absolute;
    right: 0;
    top: -34px;
    width: 65px
}

.contact-section .contact-box .contact-icon:after {
    animation: rotated-social-icon 5s linear infinite alternate;
    background-image: url(/images/social-bg-vcard36.png?b85f393f0663bdafa3d8aa70e55ae00b);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%
}

.contact-section .contact-box .contact-icon i,.contact-section .contact-box .contact-icon img,.contact-section .contact-box .contact-icon svg {
    color: #fff;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 1
}

@media (max-width: 575px) {
    .contact-section .contact-box .contact-icon {
        height:52px!important;
        min-width: 55px!important;
        width: 55px!important
    }

    .contact-section .contact-box .contact-icon i,.contact-section .contact-box .contact-icon img,.contact-section .contact-box .contact-icon svg {
        height: 20px!important;
        width: 20px!important
    }
}

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

.contact-section .contact-box .contact-desc a,.contact-section .contact-box .contact-desc p {
    color: #144660!important;
    font-size: 14px;
    font-weight: 500
}

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

.gallery-section .gallery-slider .gallery-img,.gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-size: cover;
    border-radius: 0 20px 0 20px!important;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.gallery-section .gallery-slider .gallery-file-item {
    background-repeat: no-repeat;
    background-size: contain
}

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

@media (max-width: 575px) {
    .gallery-section .gallery-slider .slick-slide {
        padding:2px 5px
    }
}

.gallery-section .gallery-slider .gallery-img {
    aspect-ratio: 2;
    background-color: #fff;
    border: 2px solid #144660!important;
    border-radius: 15px;
    height: 282px;
    margin: 0 auto;
    max-height: 282px;
    max-width: 560px;
    overflow: hidden;
    position: relative
}

.gallery-section .gallery-slider .gallery-img .expand-icon {
    align-items: center;
    background-color: #40b5c5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px
}

@media (max-width: 480px) {
    .gallery-section .gallery-slider .gallery-img {
        height:240px
    }
}

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

.gallery-section .gallery-filter-nav {
    padding: 0 10px
}

.gallery-section .gallery-filter-btn {
    background-color: #fff;
    border: 1px solid #40b5c5;
    border-radius: 0 20px 0 20px;
    color: #40b5c5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 16px;
    transition: all .3s ease
}

.gallery-section .gallery-filter-btn.active {
    background-color: #40b5c5;
    border-color: #40b5c5;
    color: #fff
}

.gallery-section .gallery-filter-panel {
    display: none
}

.gallery-section .gallery-filter-panel.active {
    display: block
}

.our-services-section {
    position: relative
}

.our-services-section .service-card {
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    overflow: hidden
}

.our-services-section .service-card .card-img {
    height: 176px;
    overflow: hidden;
    width: 100%
}

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

.our-services-section .service-card .card-body {
    padding: 15px
}

.our-services-section .service-card .card-body .card-title {
    font-size: 18px
}

.our-services-section .service-card .card-body .description-text {
    font-size: 14px
}

.our-services-section .services-slider-view .slick-slide {
    padding: 0 10px
}

@media (max-width: 575px) {
    .our-services-section .services-slider-view .slick-slide {
        padding:0 5px
    }
}

.our-services-section .services-slider-view .service-card .card-body {
    min-height: 191px
}

.our-services-section .services-slider-view .service-card .card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    min-height: 44px;
    overflow: hidden
}

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

.appointment-section {
    position: relative
}

.appointment-section .appointment {
    background-image: url(/images/appointment-bg-vcard36.png?5d83bc4b5c0f585452d16355a67fbb8d);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #40b5c5;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5;
    position: relative
}

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

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

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

.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.appointment-section .appointment .calendar-icon[dir=rtl] {
    left: 18px!important;
    right: auto!important
}

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

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

.product-section .product-slider .product-card {
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    overflow: hidden
}

.product-section .product-slider .product-card .product-img {
    height: 176px;
    overflow: hidden;
    width: 100%
}

.product-section .product-slider .product-card .product-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product-section .product-slider .product-card .product-desc {
    min-height: 136px;
    padding: 15px
}

@media (max-width: 425px) {
    .product-section .product-slider .product-card .product-desc {
        min-height:159px
    }
}

.product-section .product-slider .product-card .product-desc .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    min-height: 44px;
    overflow: hidden
}

.product-section .product-slider .product-card .product-desc .product-amount {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #144660;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 425px) {
    .product-section .product-slider .product-card .product-desc .product-amount {
        min-height:27px;
        text-align: center
    }
}

.product-section .product-slider .product-card .product-desc .product-info {
    align-items: center;
    flex-direction: row
}

@media (max-width: 425px) {
    .product-section .product-slider .product-card .product-desc .product-info {
        flex-wrap:wrap;
        justify-content: center!important
    }
}

.product-section .product-slider .product-card .product-desc .product-info>a {
    overflow: hidden
}

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

.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box {
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    overflow: hidden
}

.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
    height: 176px;
    overflow: hidden;
    width: 100%
}

.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content {
    min-height: 136px;
    padding: 15px
}

.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content .whatsapp-store-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    min-height: 44px;
    overflow: hidden
}

.testimonial-section {
    position: relative
}

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

.testimonial-section .testimonial-slider .testimonial-card {
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    margin: 25px 0;
    min-height: 236px;
    padding: 25px;
    position: relative
}

.testimonial-section .testimonial-slider .testimonial-card:after {
    background-image: url(/images/vcard36-section-heading-bg.png?be0eeac3113182eef0dafca9047843ee);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12px;
    content: "";
    height: 150px;
    left: -7px;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    transform: rotate(17deg);
    width: 150px
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card:after {
        bottom:-35px;
        width: 90px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quto-left {
    align-items: center;
    background: linear-gradient(0deg,#b3f3f5,#61c8d1);
    border-radius: 0 15px 0 15px;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 25px;
    top: -25px;
    width: 50px
}

.testimonial-section .testimonial-slider .testimonial-card .quto-left img {
    width: 30px
}

.testimonial-section .testimonial-slider .testimonial-card .quto-right {
    align-items: center;
    background: linear-gradient(0deg,#b3f3f5,#61c8d1);
    border-radius: 0 15px 0 15px;
    bottom: -25px;
    display: flex;
    height: 50px;
    justify-content: center;
    right: 25px;
    width: 50px
}

.testimonial-section .testimonial-slider .testimonial-card .quto-right img {
    width: 30px
}

.testimonial-section .testimonial-slider .testimonial-card h3 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden
}

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

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
        height:60px;
        min-width: 60px;
        width: 60px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    min-height: 96px;
    overflow: hidden
}

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

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

.blog-section .blog-slider .blog-card {
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-img {
    height: 280px;
    width: 100%
}

@media (max-width: 575px) {
    .blog-section .blog-slider .blog-card .card-img {
        max-width:100%;
        min-width: 100%
    }
}

.blog-section .blog-slider .blog-card .card-body {
    min-height: 168px;
    padding: 15px
}

.blog-section .blog-slider .blog-card .card-body .blog-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.2;
    min-height: 39px;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body .blog-head {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.2!important;
    min-height: 48px;
    overflow: hidden
}

.blog-section .blog-slider .slick-arrow {
    background-color: #40b5c5;
    border: none!important;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    left: auto;
    min-width: 40px;
    opacity: 1!important;
    position: absolute;
    top: -45px;
    width: 40px;
    z-index: 2
}

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

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

.blog-section .blog-slider .prev-arrow {
    right: 70px
}

.business-hour-section {
    position: relative
}

.business-hour-section .business-hour-card .business-hour {
    background-color: #40b5c5;
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border-bottom: 2px solid #40b5c5;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5;
    margin-top: 34px;
    padding: 34px 10px 10px;
    position: relative;
    transition: all .3s ease-in-out
}

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

.business-hour-section .business-hour-card .business-hour .time-icons {
    height: 62px;
    left: 0;
    margin: 0 auto;
    min-width: 65px;
    position: absolute;
    right: 0;
    top: -34px;
    width: 65px
}

.business-hour-section .business-hour-card .business-hour .time-icons:after {
    animation: rotated-social-icon 5s linear infinite alternate;
    background-image: url(/images/social-bg-vcard36.png?b85f393f0663bdafa3d8aa70e55ae00b);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%
}

.business-hour-section .business-hour-card .business-hour .time-icons i,.business-hour-section .business-hour-card .business-hour .time-icons svg {
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .business-hour-section .business-hour-card .business-hour .time-icons {
        height:52px!important;
        min-width: 55px!important;
        width: 55px!important
    }

    .business-hour-section .business-hour-card .business-hour .time-icons i,.business-hour-section .business-hour-card .business-hour .time-icons svg {
        height: 20px!important;
        width: 20px!important
    }
}

.business-hour-section .business-hour-card .business-hour span {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 2
}

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

.qr-code-section .qr-code {
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border-radius: 15px;
    -webkit-mask: radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 51% repeat-x,radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,radial-gradient(67.08px at 50% calc(100% - 90px),#000 99%,#0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,radial-gradient(67.08px at 50% calc(100% + 60px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
    -webkit-mask-image: radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 51% repeat-x,radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,radial-gradient(67.08px at 50% calc(100% - 90px),#000 99%,#0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,radial-gradient(67.08px at 50% calc(100% + 60px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
    mask-image: radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 51% repeat-x,radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,radial-gradient(67.08px at 50% calc(100% - 90px),#000 99%,#0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,radial-gradient(67.08px at 50% calc(100% + 60px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
    max-width: 550px;
    padding: 60px 25px;
    position: relative;
    width: 100%
}

.qr-code-section .qr-code:after {
    background-image: url(/images/vcard36-qr-code-bg.png?8e49ac59f3c698bddbfaa1eab79f5c62);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 130px;
    opacity: .3;
    position: absolute;
    right: 0;
    width: 144px
}

@media (max-width: 575px) {
    .qr-code-section .qr-code:after {
        width:100px
    }
}

.qr-code-section .qr-code .qr-code-img {
    align-items: center;
    background-color: #fff;
    border: 2px solid #40b5c5;
    border-radius: 10px;
    display: flex;
    height: 130px;
    justify-content: center;
    min-width: 130px;
    padding: 8px;
    width: 130px
}

.qr-code-section .qr-code .qr-code-img img,.qr-code-section .qr-code .qr-code-img svg {
    border-radius: 6px
}

.payment-link-section .vector-9 {
    right: 35px;
    top: 50px
}

@media (max-width: 575px) {
    .payment-link-section .vector-9 {
        right:25px;
        top: 35px
    }

    .payment-link-section .vector-9 img {
        width: 75%
    }
}

.payment-link-section .payment-link-slider .slick-track {
    align-items: stretch;
    display: flex
}

.payment-link-section .payment-link-slider .slick-slide {
    height: auto
}

.payment-link-section .payment-link-slider .slick-slide>div,.payment-link-section .payment-link-slider .slide {
    height: 100%
}

.payment-link-section .pl-strip {
    align-items: center;
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: 1px solid #40b5c5;
    border-radius: 0 30px 0 30px;
    display: flex;
    height: 100%;
    min-height: 120px;
    padding: 14px 16px;
    transition: all .3s ease
}

.payment-link-section .pl-strip-icon {
    align-items: center;
    background: linear-gradient(180deg,#f9fcfc,#c2e2e6)!important;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 12px
}

.payment-link-section .pl-strip-icon img {
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 46px
}

.payment-link-section .pl-strip-content {
    flex-grow: 1;
    min-width: 0;
    padding: 0 14px
}

.payment-link-section .pl-strip-title {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.payment-link-section .pl-strip-desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #888;
    display: block;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.4;
    max-height: 5.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.payment-link-section .pl-strip-action {
    flex-shrink: 0
}

.payment-link-section .pl-strip-btn {
    background: #144660;
    border-radius: 0 15px 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    text-decoration: none;
    transition: all .25s ease
}

.payment-link-section .pl-strip-btn.active,.payment-link-section .pl-strip-btn:focus,.payment-link-section .pl-strip-btn:hover {
    background-color: #fff!important;
    border: 1px solid #40b5c5!important;
    color: #40b5c5!important
}

.payment-link-section .pl-strip-badge {
    background: #144660;
    border-radius: 0 15px 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 10px 8px 16px
}

.payment-link-section .pl-strip-badge.active,.payment-link-section .pl-strip-badge:focus,.payment-link-section .pl-strip-badge:hover {
    background-color: #fff!important;
    border: 1px solid #40b5c5!important;
    color: #40b5c5!important
}

.payment-link-section .link-icon-btn svg {
    height: 16px;
    width: 15px
}

.payment-link-section .pl-strip-content-img {
    max-height: 85px;
    max-width: 65px;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-us-section {
    position: relative
}

.contact-us-section .contact-form {
    background-color: #ebeae0;
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: 2px solid #40b5c5;
    border-left: none;
    border-radius: 0 30px 0 30px;
    border-right: none;
    padding: 20px 15px;
    position: relative;
    z-index: 2
}

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

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

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

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

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

.create-vcard-section .vcard-link-main {
    background-image: url(/images/vcard36-vcard-link-bg.png?2e74bf097619da6c129bdd4d29ba9440);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 0 20px;
    margin: 0 30px;
    padding-bottom: 20px;
    padding-top: 20px
}

@media (max-width: 575px) {
    .create-vcard-section .vcard-link-main {
        margin:0 20px
    }
}

.create-vcard-section .vcard-link-card {
    background-color: #40b5c5;
    background: #fff;
    border: 2px solid #40b5c5;
    border-left: none;
    border-radius: 0 20px 0 20px;
    border-right: none;
    overflow: hidden;
    padding: 15px 20px;
    position: relative
}

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

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

.add-contact-btn {
    background-color: #40b5c5;
    border: none;
    border-radius: 0 20px 0 20px!important;
    color: #fff!important;
    padding: 14px 28px!important;
    transition: all .3s ease-in
}

.add-contact-btn:focus,.add-contact-btn:hover {
    transform: scale(1.05);
    transition: all .3s ease-in
}

.add-contact-btn i {
    font-size: 20px
}

.add-contact-btn svg {
    height: auto!important;
    width: 20px
}

.btn-section .fixed-btn-section .sub-btn .travel-sub-btn,.btn-section .fixed-btn-section .travel-bars-btn {
    background-color: #40b5c5
}

.map-section {
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: 2px solid #40b5c5;
    border-left: none;
    border-radius: 0 20px 0 20px;
    border-right: none;
    overflow: hidden
}

.map-section .map-location {
    padding: 10px
}

.map-section .map-location .location-icon {
    height: 62px;
    min-width: 65px;
    position: relative;
    width: 65px
}

.map-section .map-location .location-icon:after {
    animation: rotated-social-icon 5s linear infinite alternate;
    background-image: url(/images/social-bg-vcard36.png?b85f393f0663bdafa3d8aa70e55ae00b);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%
}

.map-section .map-location .location-icon img {
    position: relative;
    width: 21px;
    z-index: 1
}

@media (max-width: 575px) {
    .map-section .map-location .location-icon {
        height:52px!important;
        min-width: 55px!important;
        width: 55px!important
    }

    .map-section .map-location .location-icon img,.map-section .map-location .location-icon svg {
        height: 20px!important;
        width: 20px!important
    }
}

.map-section iframe {
    border-radius: 0!important;
    margin-bottom: -6px;
    overflow: hidden
}

.slick-dots {
    bottom: -35px!important;
    width: 100%!important
}

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

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

.slick-dots li.slick-active button {
    background-color: #144660!important;
    border-radius: 10px;
    opacity: 1!important;
    width: 30px!important
}

.slick-dots li button {
    align-items: center;
    background-color: #121212!important;
    border-radius: 50%;
    display: flex;
    height: 10px!important;
    justify-content: center;
    opacity: .5!important;
    padding: 0!important;
    width: 10px!important
}

.slick-dots li button:before {
    content: none!important
}

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

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

.next-arrow {
    right: -10px
}

.prev-arrow {
    left: -10px
}

.pwa-support {
    background: #fff;
    border: 1px solid #40b5c5;
    border-radius: 20px;
    bottom: 20px;
    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: #144660!important;
    color: #fff!important
}

.pwa-cancel-button,.pwa-install-button {
    border-radius: 0 20px 0 20px!important;
    font-size: .875rem!important;
    font-weight: 400!important;
    padding: 9px 26px!important
}

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

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

.support-banner {
    background-color: #fff;
    border: 1px solid #40b5c5;
    border-radius: 20px;
    bottom: 20px;
    box-sizing: border-box;
    height: auto!important;
    left: 0;
    margin: 0 auto;
    max-width: 606px;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999!important
}

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

@media (max-width: 575px) {
    .support-banner {
        max-width:100%!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
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #40b5c5;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    padding: 3px 9px;
    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!important
}

.language ul .lang-list .lang-hover-list {
    font-size: 14px;
    margin: 15px 0 0;
    min-width: 70px;
    right: 0;
    width: 100%
}

.language ul .lang-list .lang-hover-list li {
    padding: 4px 8px
}

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

.language ul .lang-list .lang-hover-list li.active a,.language ul .lang-list .lang-hover-list li:hover a {
    color: #40b5c5!important
}

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

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

.language ul .lang-list:hover .dropdown-menu {
    display: block!important
}

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

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

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

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

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

.instagram-btn:before {
    background-color: #40b5c5!important;
    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: #40b5c5!important
}

.instagram-btn.active .svg-post-icon line,.instagram-btn.active .svg-post-icon rect {
    fill: #40b5c5!important;
    stroke: #befafb!important
}

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

.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 {
    border: 1px solid #144660!important;
    border-radius: 15px!important;
    box-shadow: none!important;
    max-width: 100%!important;
    min-width: 50%!important
}

.vcard-thirtysix.main-content {
    background-color: #fff!important;
    color: #211c29!important;
    max-width: 670px!important;
    position: relative!important;
    text-align: center!important;
    z-index: 1!important
}

.vcard-thirtysix .vcard-thirtysix-heading {
    color: #40b5c5!important;
    font-size: 28px;
    font-weight: 500
}

.vcard-one__product .product-card {
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px;
    border-top: 2px solid #40b5c5!important;
    overflow: hidden;
    padding: 15px
}

.buy-product {
    background-color: #15243b!important;
    border: 1px solid #15243b!important;
    border-radius: 0 20px 0 20px!important;
    color: #fff!important;
    font-weight: 500!important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.buy-product:hover {
    background-color: #fff!important;
    color: #15243b!important
}

.back-btn,.buy-product:hover {
    border: 1px solid #15243b!important
}

.back-btn {
    background-color: #15243b!important;
    border-radius: 0 20px 0 20px!important;
    color: #fff!important;
    font-weight: 500!important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.back-btn:hover {
    background-color: #fff!important;
    border: 1px solid #15243b!important;
    color: #15243b!important
}

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

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    outline: 0
}

.modal .news-modal #newsLatter-content .form-control {
    border-radius: 8px!important;
    font-size: .875rem!important;
    padding: .375rem .75rem!important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #40b5c5;
    font-size: 50px;
    text-align: center!important
}

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
    position: absolute!important;
    right: 16px!important;
    top: 16px!important;
    z-index: 1!important
}

.modal .news-modal #newsLatter-content .modal-body {
    padding: 1.75rem
}

.modal .news-modal #newsLatter-content .modal-body .content {
    color: #40b5c5;
    font-size: 23px;
    font-weight: 500!important
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: gray;
    font-size: 16px;
    font-weight: 500!important
}

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

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

.modal .news-modal #newsLatter-content .modal-body #emailSubscription {
    border: 1px solid #686d74!important
}

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

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

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

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

.modal .news-modal #newsLatter-content .modal-footer {
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem!important;
    padding: 10px 20px!important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #6571ff!important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px!important
}

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

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

#email-send {
    background: #ffc750!important;
    border: none;
    border-radius: 8px;
    color: #121212!important;
    font-size: 15px
}

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

.wp-btn svg path {
    fill: #fff!important
}

.vcard36-share {
    background-color: #40b5c5!important;
    border: none;
    border-radius: 50px
}

.vcard36-share svg path {
    fill: #fff!important
}

.vcard36-btn-group {
    background-color: #40b5c5;
    border-radius: 50px!important;
    color: #40b5c5;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.vcard36-btn-group svg path {
    fill: #fff!important
}

.time-slot {
    background-color: #fff!important;
    border: 1px solid #40b5c5!important;
    border-radius: 0 20px 0 20px!important;
    color: #15243b!important;
    font-size: 14px!important;
    margin-top: 15px;
    padding: 12px 5px;
    text-align: center!important
}

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

.input-box {
    background-color: #fff;
    border: 1px solid #40b5c5;
    border-radius: 0 20px 0 20px;
    color: #7a7a7a;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

.input-box h4 {
    color: #7a7a7a!important;
    font-size: 14px!important;
    margin: 0
}

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

.selected-files .item {
    align-items: center;
    background-color: #fff!important;
    border: 1px solid #686d74!important;
    border-radius: 15px!important;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

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

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

small {
    color: #171a1e!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!important
}

.product-img-slider {
    margin-bottom: 0!important;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px
}

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

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

.product-img-slider .product-img-height {
    aspect-ratio: 2.76;
    border-radius: 10px;
    max-height: 208px
}

.product-img-slider .product-img-height img {
    aspect-ratio: 2.76;
    border-radius: 10px
}

.product-img-slider .slick-dots {
    bottom: 10px!important;
    width: 100%!important
}

.product-img-slider .slick-dots li {
    height: 10px!important;
    margin: 0 5px;
    width: 10px!important
}

.product-img-slider .slick-dots li.slick-active {
    width: 30px!important
}

.product-img-slider .slick-dots li.slick-active button {
    background-color: #144660!important;
    border-radius: 10px;
    opacity: 1!important;
    width: 30px!important
}

.product-img-slider .slick-dots li button {
    align-items: center;
    background-color: #144660!important;
    border-radius: 50%;
    display: flex;
    height: 10px!important;
    justify-content: center;
    opacity: .5!important;
    padding: 0!important;
    width: 10px!important
}

.product-img-slider .slick-dots li button:before {
    content: none!important
}

.card-margin {
    margin-top: 50px!important
}

.share-wp-btn-div .share-wp-btn {
    min-width: 40px!important
}

.act-now {
    padding: 7px 21px!important
}

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

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

.sub-btn-div-left[dir=rtl] {
    left: 150px!important;
    right: auto!important
}

.slick-prev[dir=rtl] {
    left: 30px!important;
    right: auto!important
}

.slick-next[dir=rtl] {
    left: 80px!important;
    right: auto!important
}

.youtube-link-36 {
    padding-top: 56.25%;
    position: relative;
    z-index: 1
}

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

.copy-vcard-clipboard {
    border-radius: 0!important
}

.sticky-btn-36 {
    margin: auto;
    max-width: 576px;
    position: relative;
    width: 100%
}

.lang-button {
    z-index: 99!important
}

.product-heading {
    color: #40b5c5!important;
    font-size: 24px!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: #144660;
    border: 1px solid #144660;
    border-radius: 0 20px 0 20px!important;
    color: #fff!important;
    padding: 10px 25px 10px 15px;
    transition: all .3s ease-in-out
}

.view-more:hover {
    background-color: #fff;
    border: 1px solid #144660;
    color: #144660!important
}

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

.iframe-card iframe,.insta-feed iframe {
    border: 2px solid #40b5c5!important;
    border-radius: 0 20px 0 20px!important;
    margin-bottom: 0!important;
    overflow: hidden
}

.main-content.rtl .qr-code:after {
    left: 0;
    right: auto;
    transform: scaleX(-1)
}

.main-content.rtl .shape-1,.main-content.rtl .shape-3,.main-content.rtl .vector-1,.main-content.rtl .vector-13,.main-content.rtl .vector-9 {
    text-align: end!important
}

@media (max-width: 575px) {
    .main-content.rtl .section-heading h2 {
        font-size:20px
    }
}

.main-content.rtl .profile-img-1 {
    transform: scaleX(-1)
}

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

.main-content.rtl .main-vector-bg img {
    transform: scaleX(-1)
}

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

.main-content.rtl .expand-icon {
    left: 10px;
    right: auto
}

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

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

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

.vector-1 {
    left: 6px;
    top: 0;
    width: 40px
}

.vector-2 {
    right: 5px;
    top: 5px
}

.vector-3 {
    left: 6px;
    top: 15px
}

.vector-4 {
    right: 5px;
    top: 5px
}

.vector-5 {
    left: 6px;
    top: 15px
}

.vector-6 {
    right: 10px;
    top: 10px
}

.vector-7 {
    left: 6px;
    top: 15px
}

.vector-8 {
    right: 10px;
    top: 5px
}

.vector-9 {
    left: 6px;
    top: 5px;
    width: 45px
}

.vector-10 {
    right: 5px;
    top: 5px
}

.vector-11 {
    left: 6px;
    top: 15px
}

.vector-12 {
    right: 5px;
    top: 20px
}

.vector-13 {
    left: 5px;
    top: 5px
}

.vector-14 {
    right: 15px;
    top: 15px
}

.vector-15 {
    left: 5px;
    top: 5px;
    width: 30px
}

.card-back {
    background: linear-gradient(0deg,#f9fcfc,#c2e2e6)!important;
    border: none;
    border-bottom: 2px solid #40b5c5!important;
    border-radius: 0 30px 0 30px!important;
    border-top: 2px solid #40b5c5!important
}

.terms-condition {
    min-width: 16px!important
}

.profile-img-2 {
    width: 60px
}

.profile-img-1 {
    width: 44px
}

.vcard36-bottom-img {
    background-image: url(/images/vcard36-bottom-img.png?b673871a8356e0e8ab592fffea4d0873);
    background-position: 50%;
    background-size: cover;
    border-bottom: 1px solid #40b5c5;
    height: 244px;
    width: 100%
}

.shape-1,.shape-3 {
    left: 0;
    top: 0;
    width: 180px
}

.shape-2 {
    right: 0;
    text-align: end;
    top: 0;
    width: 180px
}

.shape-4 {
    right: 0;
    top: 0;
    width: 80px
}

.shape-5 {
    left: 0;
    opacity: .4;
    top: 0;
    transform: rotate(23deg);
    width: 119px
}

.vcard-thirtysix-effect .bg-effect-vcard36-1 {
    animation: rotated-bg-effect 40s linear infinite forwards;
    background-image: url(/images/vcard36-bg-effect-img-2.png?c1bb3a853af71b0c7404d0b7ddcb4c24);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: -10px;
    height: 350px;
    opacity: .5;
    position: absolute;
    right: 0;
    width: 100vw
}

@keyframes rotated-bg-effect {
    0% {
        background-position: 100vh 100%
    }

    to {
        background-position: 0 100%
    }
}

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

.linkedin-feed-iframe {
    border-radius: 8px;
    height: 500px;
    overflow: hidden
}

.linkedin-feed-iframe iframe {
    border: 2px solid #40b5c5!important;
    border-radius: 0 20px 0 20px!important;
    height: 500px!important;
    transform: scale(1);
    transform-origin: top left;
    width: calc(100% - 2px)!important
}

.sound-toggle-btn {
    align-items: center;
    background: rgba(0,0,0,.55);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 280px;
    width: 35px;
    z-index: 10
}

@media (max-width: 425px) {
    .sound-toggle-btn {
        right:2px;
        top: 240px
    }
}

@media (max-width: 375px) {
    .sound-toggle-btn {
        right:2px;
        top: 240px
    }
}

@media (max-width: 320px) {
    .sound-toggle-btn {
        right:2px;
        top: 240px
    }
}

.sound-toggle-btn i {
    font-size: 18px
}
