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

.bg-gray-300 {
    background-color: #234748 !important
}

.bg-gray {
    background-color: #f1f1f1 !important
}

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

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

.text-gradient {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#000000, #000000);
    -webkit-background-clip: text
}

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

.btn {
    border-radius: 0;
    padding: 13px 40px
}

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

.btn-gradient {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px
}

.btn-gradient.active, .btn-gradient:focus, .btn-gradient:hover {
    background: linear-gradient(90deg, #000000, #000000);
    color: #fff
}

h2 {
    font-size: 30px;
    font-weight: 100
}

@media (max-width: 575px) {
    h2 {
        font-size: 25px
    }
}

.main-content {
    background-image: url(/assets/img/vcard49/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.banner-section .banner-img {
    height: 350px;
    position: relative;
    width: 100%
}

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

.banner-section .banner-img .overlay {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%
}

.profile-section {
    position: relative;
    padding-top: 40px;
    top: -40px
}

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

.profile-section .card .card-img {
    border-radius: 50%;
    height: 140px;
    width: 140px
}

.social-media {
    border: 1px solid rgba(40, 44, 50, .5);
    position: relative;
    display: flex;
}

.social-media .social-media-bg {
    background-color: rgba(40, 44, 50, .5);
}

.social-media .social-icons {
    display: flex;
    justify-content: flex-end; /* Align icons to the end of the container */
    align-items: center;
    width: 100%; /* Take full width */
}

.social-media .social-icon-container {
    flex: 0 0 20%; /* Divide row into 5 parts */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px; /* Add some padding between icons */
}

.social-media .social-icon {
    max-width: 100%; /* Ensure all icons have the same width */
    height: auto; /* Allow icons to scale proportionally */
}

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


.section-heading {
    position: relative
}

.section-heading h2 {
    font-size: 28px;
    padding-left: 60px;
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .section-heading h2 {
        font-size: 25px;
        padding-left: 55px
    }
}

.section-heading h2:before {
    background: #104b81;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 40px
}

@media (max-width: 575px) {
    .section-heading h2:before {
        height: 36px;
        width: 36px
    }
}

.contact-section {
    padding-bottom: 60px
}

.contact-section .contact-box .contact-icon {
    background-color: #59595c;
    height: 60px;
    margin-right: 20px;
    min-width: 60px;
    width: 60px
}

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

.our-services-section .center-heading h2:before {
    display: none
}

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

.our-services-section .services:after {
    background-color: rgba(40, 44, 50, .5);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: -1
}

@media (max-width: 575px) {
    .our-services-section .services:after {
        left: -20px
    }
}

.our-services-section .services .service-card .card-img {
    background-color: #0e0802;
    border: 1px solid #282c32;
    height: 70px;
    margin-right: 30px;
    min-width: 70px;
    width: 70px
}

@media (max-width: 575px) {
    .our-services-section .services .service-card .card-img {
        margin-right: 20px
    }
}

.appointment-section .appointment .appointment-input {
    background-color: transparent;
    border: 1px solid #282c32;
    border-radius: 0;
    color: #a9afb8;
    height: 50px;
    padding: 14px 8px;
    width: 100%
}

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

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

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

.appointment-section .appointment .calendar-icon {
    position: absolute;
    right: 18px;
    top: 11px
}

.appointment-section .appointment .hour-input {
    background-color: rgba(40, 44, 50, .5);
    padding: 13px
}

.center-heading h2 {
    display: inline-block;
    position: relative
}

.center-heading h2:after, .center-heading h2:before {
    background-color: #104b81;
    content: "";
    height: 35px;
    position: absolute;
    top: 0;
    width: 200px
}

.center-heading h2:before {
    margin-right: 40px;
    right: 100%
}

@media (max-width: 575px) {
    .center-heading h2:before {
        margin-right: 30px
    }
}

.center-heading h2:after {
    left: 100%;
    margin-left: 40px
}

@media (max-width: 575px) {
    .center-heading h2:after {
        margin-left: 30px
    }
}

.gallery-section {
    background-size: cover
}

.gallery-section .gallery-slider .gallery-img, .gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin: 0 auto;
    max-height: 400px;
    max-width: 400px;
    overflow: hidden;
    position: relative
}

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

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

.gallery-section .gallery-slider .slick-arrow {
    background-image: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px;
    min-width: 40px;
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    width: 40px;
    z-index: 2
}

.gallery-section .gallery-slider .slick-arrow.slick-disabled {
    background-color: rgba(169, 175, 184, .5);
    background-image: none
}

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

.gallery-section .gallery-slider .next-arrow {
    right: -20px
}

@media (max-width: 767px) {
    .gallery-section .gallery-slider .next-arrow {
        right: 20px
    }
}

.gallery-section .gallery-slider .prev-arrow {
    left: -20px
}

@media (max-width: 767px) {
    .gallery-section .gallery-slider .prev-arrow {
        left: 20px
    }
}

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

.audio-container img {
    height: 173px !important
}

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

.product-section .product-slider .product-card {
    background-color: transparent;
    margin: 0 auto;
    max-width: 248px;
    overflow: hidden
}

.product-section .product-slider .product-card .product-img {
    height: 200px;
    margin: 0 auto;
    max-width: 208px;
    position: relative;
    top: 23px;
    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 p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.product-section .product-slider .product-card .product-desc {
    background-color: rgba(40, 44, 50, .5);
    border-radius: 20px 20px 0 0;
    padding: 40px 20px 20px
}

.product-section .product-slider .product-card .product-desc .product-amount {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 700
}

.testimonial-section .testimonial-slider .slick-arrow {
    background-image: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px;
    min-width: 40px;
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    width: 40px;
    z-index: 2
}

.testimonial-section .testimonial-slider .slick-arrow.slick-disabled {
    background-color: rgba(169, 175, 184, .5);
    background-image: none
}

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

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

@media (max-width: 767px) {
    .testimonial-section .testimonial-slider .testimonial-next-arrow {
        right: 20px
    }
}

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

@media (max-width: 767px) {
    .testimonial-section .testimonial-slider .testimonial-prev-arrow {
        left: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: rgba(40, 44, 50, .5);
    margin: 30px;
    padding: 30px 40px
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img {
    background-color: #0e0802;
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    width: 70px
}

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

.testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    height: 30px;
    width: auto
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
        height: 20px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left-img {
    left: -30px;
    position: absolute;
    top: -30px
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right-img {
    bottom: -30px;
    position: absolute;
    right: -30px
}

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

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

.blog-section .center-slider {
    margin-bottom: 10px
}

@media (min-width: 575px) {
    .blog-section .center-slider {
        margin-bottom: 0
    }
}

.blog-section .center-slider .slick-list {
    overflow: visible
}

.blog-section .center-slider .slick-list .slick-track {
    align-items: end;
    display: flex;
    top: -50px
}

@media (max-width: 575px) {
    .blog-section .center-slider .slick-list .slick-track {
        top: 0
    }
}

.blog-section .center-slider .blog-card {
    max-width: 280px;
    width: 100%
}

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

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

.blog-section .center-slider .blog-card .card-body {
    display: none;
    max-height: 154px;
    min-height: 154px;
    overflow: hidden;
    padding: 10px 15px
}

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

.blog-section .center-slider .slick-dots {
    bottom: 0;
    position: absolute
}

@media (max-width: 575px) {
    .blog-section .center-slider .slick-dots {
        bottom: -15px;
        position: relative
    }
}

.blog-section .center-slider .slick-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 15px;
    transition: all .4s ease-in-out
}

.blog-section .center-slider .slick-current.slick-active .card-body {
    display: block
}

.qr-code-section {
    z-index: 0
}

.qr-code-section:after {
    background-color: rgba(40, 44, 50, .5);
    bottom: 25px;
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.qr-code-section .qr-code {
    background-color: #fff;
    height: 190px;
    margin: 30px auto 20px;
    max-width: 280px;
    padding: 50px 0 20px;
    width: 100%
}

.qr-code-section .qr-code .qr-profile-img {
    background-color: #fff;
    border: 5px solid #0e0802;
    border-radius: 50%;
    height: 70px;
    min-width: 70px;
    position: absolute;
    top: -38px;
    width: 70px
}

.qr-code-section .qr-code .qr-profile-img img {
    border-radius: 50%;
    height: 60px;
    min-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.qr-code-section .qr-code .qr-code-img {
    height: 120px;
    min-width: 120px;
    width: 120px
}

.bussiness-hour-section .bussiness-hour-card {
    margin: 30px auto 0;
    max-width: 426px;
    padding: 30px
}

.bussiness-hour-section .bussiness-hour-card span {
    color: #fff;
    font-size: 16px
}

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

.contact-us-section .contact-form form .form-control {
    border: 1px solid #464749;
    border-radius: 0;
    color: #edeff3;
    height: 50px;
    margin-bottom: 20px;
    padding: 13px 25px
}

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

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

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

.contact-us-section .contact-form form .btn-secondary {
    box-shadow: 0 10px 15px rgba(0, 32, 32, .2)
}

.create-vcard-section .vcard-link-card {
    background-color: rgba(40, 44, 50, .5);
    border: none;
    border-radius: 0;
    padding: 25px
}

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

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

.create-vcard-section .vcard-link-card .icon {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text
}

.share-icon {
    color: #000000
}

.btn-section .fixed-btn-section .event-bars-btn {
    background-image: linear-gradient(90deg, #000000, #000000)
}

.btn-section .fixed-btn-section .sub-btn .event-sub-btn {
    background-color: #282c32;
    box-shadow: 0 10px 15px rgba(0, 32, 32, .2);
    color: #000000;
}

.slick-dots li button:before {
    color: rgba(168, 174, 184, .251) !important
}

.slick-dots li.slick-active button:before {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    -webkit-background-clip: text;
    opacity: 1
}

.video-play-button {
    align-items: center;
    border-radius: 50%;
    box-sizing: content-box;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 50%;
    padding: 0 0 0 4px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    z-index: 10
}

.video-play-button:before {
    animation: pulse-border 1.5s ease-out infinite;
    height: 60px;
    width: 60px;
    z-index: 0
}

.video-play-button:after, .video-play-button:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.video-play-button:after {
    height: 50px;
    transition: all .2s;
    width: 50px;
    z-index: 1
}

.video-play-button span {
    border-bottom: 12px solid transparent;
    border-left: 16px solid #0e0802;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

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

.vcard49-sticky-btn {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    height: 40px
}

.social-icons {
    position: relative
}

.social-icons a {
    display: flex;
    justify-content: center;
    margin: 4px 7px 20px;
    text-decoration: none;
    width: 20%
}

.social-icons .icon {
    color: #000000;
    cursor: pointer;
    transition: all .3s ease
}

.social-icons img, .social-icons svg {
    fill: #000000;
    border-radius: 50% !important;
    height: 35px !important;
    width: 35px !important
}

.vcard-fourteen.main-content {
    background-image: url(/images/bg-img.png?d38043d528023fd3f941e746187c1226);
    height: 101% !important;
    max-width: 576px
}

.vcard-fourteen .vcard-fourteen-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.vcard-fourteen-btn {
    background: linear-gradient(90deg, #000000, #000000) !important;
    border: none;
    border-radius: 5px;
    color: #043636;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard-fourteen-btn:hover {
    color: #043636 !important
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

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

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

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

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

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

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

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

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

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

.appointment-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -6px -2px 16px hsla(0, 0%, 100%, .8), 6px 5px 12px hsla(0, 0%, 62%, .4)
}

.appointment-card .appoint-date {
    font-size: 16px
}

.appointment-card .appoint-input {
    background-color: rgba(40, 44, 50, .5);
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.appointment-card .appoint-input:focus {
    border-color: #edf2f8 !important
}

.appointment-card .appoint-input:focus-visible {
    outline: none
}

.appointment-card .appoint-btn {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 10px;
    box-shadow: -6px -2px 16px hsla(0, 0%, 100%, .8), 6px 5px 20px hsla(0, 0%, 62%, .4);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 10px 16px;
    transition: all .3s ease
}

.appointment-card .appoint-btn:hover {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #000000, #000000)
}

.time-slot {
    align-items: center;
    background-color: rgba(40, 44, 50, .5);
    border: 1px solid #f1faff !important;
    border: none;
    border-radius: .25rem !important;
    color: #f1faff !important;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 50px;
    justify-content: center;
    margin: 5px !important;
    padding: 0;
    width: 130px !important
}

.time-slot:hover {
    border: 1px solid #f1faff
}

.activeSlot {
    background-color: #000000;
    border: 1px solid #fff;
    color: #fff !important
}

.add-to-contact-section {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 4;
    z-index: 9
}

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

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

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

.product-btn {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.product-btn:hover {
    background-color: rgba(4, 54, 54, .9)
}

.product-page-card {
    max-width: 100% !important;
    width: 75%
}

@media (max-width: 575px) {
    .product-page-card {
        width: 100%
    }
}

.our-company-section .company .company-card {
    border: 2px solid #59595c;
    border-radius: 10px;
    padding: 30px 10px;
    position: relative
}

.our-company-section .company .company-card .card-img {
    height: 60px;
    left: 0;
    margin-top: 8px !important;
    min-width: 60px;
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px
}

.our-company-section .company .company-card img, .our-company-section .company .company-card svg {
    height: 60px;
    width: 60px
}

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

.modal-backdrop {
    background-color: transparent
}

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

.modal .news-modal {
    margin-top: 250px !important
}

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

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
    padding: 2rem !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #000000;
    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: #000000;
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    font-size: 20px;
    font-weight: 100
}

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

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

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

.modal .news-modal #newsLatter-content .modal-body .input-group {
    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: linear-gradient(90deg, #000000, #000000);
    border: none;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 25px
}

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

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

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

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

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

.instagram-btn {
    background: none !important;
    flex: 1;
    font-size: 20px !important
}

.instagram-btn.active {
    background: linear-gradient(90deg, #000000, #000000) !important;
    border: 1px solid #6554ce;
    border-radius: 50px !important;
    color: #edeff3 !important
}

.instagram-btn.active span {
    color: #edeff3 !important;
    font-size: 20px !important
}

.insta-toggle {
    border: 2px solid #000000;
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

#instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.iframe-card .card-body {
    padding: 22px !important
}

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

.support-banner {
    background: #fff;
    bottom: 0;
    box-shadow: 0 19px 3px 0 #fffcfc, 0 0 11px 0 #ede9e9;
    box-sizing: border-box;
    height: auto !important;
    max-width: 576px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999 !important
}

.support-banner .support_heading {
    font-size: 32px;
    margin-top: 33px
}

.support-banner .support_text {
    margin-bottom: 33px
}

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

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

.act-now {
    background: linear-gradient(90deg, #000000, #000000);
    border: none;
    bottom: 10px;
    color: #fff;
    display: inline-block !important;
    outline: none;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.act-now:hover {
    background-color: linear-gradient(90deg, #000000, #000000);
    color: #fff;
    transform: translateY(-3px)
}

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

.iframe-slider .iframe-card {
    background-color: rgba(40, 44, 50, .5);
    margin: 30px;
    padding: 30px 40px
}

@media (max-width: 575px) {
    .iframe-slider .iframe-card {
        padding: 20px
    }
}

.iframe-slider .slick-arrow {
    background-image: linear-gradient(90deg, #000000, #000000);
    border: none;
    color: #fff;
    height: 40px;
    min-width: 40px;
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    width: 40px;
    z-index: 2
}

.iframe-slider .slick-arrow.slick-disabled {
    background-color: rgba(169, 175, 184, .5);
    background-image: none
}

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

.iframe-slider .iframe-next-arrow {
    right: -20px
}

@media (max-width: 767px) {
    .iframe-slider .iframe-next-arrow {
        right: 20px
    }
}

.iframe-slider .iframe-prev-arrow {
    left: -20px
}

@media (max-width: 767px) {
    .iframe-slider .iframe-prev-arrow {
        left: 20px
    }
}
