@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

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

.vcard9-sticky-btn {
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  color: white;
  height: 40px;
}

.vcard9-sticky-div {
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
}

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

.vcard9-btn-group {
  width: 50px;
  height: 50px;
  color: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border: 1px solid linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  background-color: #fff;
  border-radius: 50px !important;
}

body {
  background-color: #E5E5E5;
  font-family: "Inter", sans-serif;
}

.vcard-nine.main-content {
  max-width: 576px;
  min-height: 100vh;
  background-color: #fff;
}
.vcard-nine .heading-left {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border-radius: 0 0 50px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 30px;
  margin-left: -16px;
}
.vcard-nine .heading-right {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border-radius: 0 0 0 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 30px;
  margin-right: -16px;
  margin-left: auto;
}
.vcard-nine__banner {
  height: 200px;
}
.vcard-nine__banner .banner-image {
  height: 300px;
  width: 100%;
  z-index: 10;
}
.vcard-nine .activeSlot {
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%) !important;
  color: #fff !important;
  cursor: pointer !important;
}
.vcard-nine__profile {
  z-index: 111;
}
.vcard-nine__profile .avatar {
  z-index: 11;
  margin-top: 100px;
}
.vcard-nine__profile .avatar img {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
}
@media (max-width: 575px) {
  .vcard-nine__profile .avatar img {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    height: 150px;
  }
}
.vcard-nine__profile-details {
  margin-top: 190px !important;
  z-index: 111;
}
@media (max-width: 575px) {
  .vcard-nine__profile-details {
    margin-top: 80px;
  }
}
.vcard-nine__profile-details .profile-name {
  font-size: 28px;
  font-weight: 600;
  color: #181818;
}
.vcard-nine__profile-details .profile-designation {
  font-size: 18px;
  color: #505050;
}
.vcard-nine__profile-details .profile-company {
  font-size: 15px;
  color: #505050;
}
.vcard-nine__profile-details .social-icons {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 575px) {
  .vcard-nine__profile-details .social-icons {
    max-width: 280px;
  }
}
.vcard-nine__profile-details .social-icons span {
  min-width: 64px;
  width: 64px;
  height: 64px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: 3px 2px 15px rgba(158, 158, 158, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
}
.vcard-nine__profile-details .social-icons span:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}
@media (max-width: 575px) {
  .vcard-nine__profile-details .social-icons span {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
}
.vcard-nine__profile-details .social-icons .icon {
  transition: all 0.3s ease;
  color: #fff;
}
@media (max-width: 575px) {
  .vcard-nine__profile-details .social-icons .icon {
    font-size: 1.5em;
  }
}
.vcard-nine__profile-details .social-icons .twitter_icon {
  height: 30px !important;
  fill: #fff;
  transition: all 0.3s ease;
}
.vcard-nine__event .event-card {
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border-radius: 10px;
}
.vcard-nine__event .event-card .event-detail h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  color: #505050;
}
.vcard-nine__event .event-card .event-detail .event-name {
  font-size: 12px;
  word-break: break-all;
  color: #181818;
}
.vcard-nine__appointment {
  z-index: 200;
}
.vcard-nine__appointment .appointment-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__appointment .appointment-card .appoint-date {
  font-size: 16px;
}
.vcard-nine__appointment .appointment-card .appoint-input {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  background-color: #EDF2F8;
  cursor: pointer !important;
}
.vcard-nine__appointment .appointment-card .appoint-input:focus {
  border-color: #EDF2F8 !important;
}
.vcard-nine__appointment .appointment-card .appoint-input:focus-visible {
  outline: none;
}
.vcard-nine__appointment .appointment-card .appoint-btn {
  padding: 10px 16px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border-radius: 10px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.vcard-nine__appointment .appointment-card .appoint-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vcard-nine .service-card {
  max-height: 483px;
  overflow: auto !important;
}
.vcard-nine__service .service-new-image {
  width: 100%;
  height: 25vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.vcard-nine__service .card-body {
  padding-left: 0 !important;
}
@media (min-width: 576px) {
  .vcard-nine__service .service-row {
    margin-right: -42px;
  }
}
.vcard-nine__service .services-slider-view .slick-list {
  padding-top: 5px !important;
}
@media (max-width: 500px) {
  .vcard-nine__service .services-slider-view .slick-list {
    height: 260px !important;
  }
}
.vcard-nine__service .services-slider-view .slick-slide {
  margin: 0 15px !important;
}
.vcard-nine__service .services-slider-view .service-card {
  border-radius: 10px;
  min-height: 160px;
  max-height: 180px;
  overflow-y: auto;
  padding: 18px;
  background-color: transparent;
  box-shadow: -7px 7px 12px rgba(158, 158, 158, 0.4), 8px -9px 16px rgba(255, 255, 255, 0.8);
}
.vcard-nine__service .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
  color: #2a252e;
}
.vcard-nine__service .services-slider-view .service-card .description-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .vcard-nine__service .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 3;
  }
}
.vcard-nine__service .services-slider-view .service-card .img {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  float: left;
}
.vcard-nine__service .services-slider-view .service-card .img img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .vcard-nine__service .services-slider-view .service-card .img img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .vcard-nine__service .services-slider-view .service-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.vcard-nine__service .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.vcard-nine__service .services-slider-view .slick-dots li {
  margin: 0 !important;
}
.vcard-nine__service .services-slider-view .slick-dots button::before {
  font-size: 30px !important;
}
.vcard-nine__gallery .gallery-slider {
  z-index: 10;
}
.vcard-nine__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard-nine__gallery .gallery-slider .slick-slide {
  margin: 0 16px;
  display: flex;
  height: auto;
}
.vcard-nine__gallery .gallery-slider .slick-list {
  padding: 35px 0;
}
.vcard-nine__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard-nine__gallery .gallery-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard-nine__gallery .gallery-slider .slick-dots li button:before {
  color: #181818;
}
.vcard-nine__gallery .gallery-slider .slick-dots li.slick-active button:before {
  color: #181818;
}
.vcard-nine__gallery .gallery-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__gallery .gallery-card .gallery-profile {
  height: 238px;
}
.vcard-nine__gallery .gallery-card .gallery-profile img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 238px;
}
.vcard-nine__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard-nine__gallery .gallery-card .gallery-profile .gallery-item {
  display: inline-block;
  width: 100%;
  height: 238px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.vcard-nine .video-container {
  height: 238px;
}
.vcard-nine .audio-container img {
  height: 173px !important;
}
.vcard-nine__product .product-slider {
  z-index: 10;
  margin-top: 15px !important;
}
.vcard-nine__product .product-slider .slick-track {
  display: flex !important;
}
.vcard-nine__product .product-slider .slick-slide {
  margin: 0 16px;
  display: flex;
  height: auto;
}
.vcard-nine__product .product-slider .slick-list {
  padding: 0 0 35px 0;
}
.vcard-nine__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard-nine__product .product-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard-nine__product .product-slider .slick-dots li button:before {
  color: #181818;
}
.vcard-nine__product .product-slider .slick-dots li.slick-active button:before {
  color: #181818;
}
.vcard-nine__product .product-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__product .product-card .product-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard-nine__product .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-nine__product .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #181818;
}
.vcard-nine__product .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard-nine__product .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vcard-nine__product_details_page .product-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__product_details_page .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-nine__product_details_page .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-nine__product_details_page .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #181818;
}
.vcard-nine__product_details_page .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard-nine__product_details_page .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 580px) {
  .vcard-nine__product_details_page .product-card {
    width: 100% !important;
  }
  .vcard-nine__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard-nine__testimonial .testimonial-slider {
  z-index: 10;
  margin-top: 15px !important;
}
.vcard-nine__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard-nine__testimonial .testimonial-slider .slick-slide {
  margin: 0 16px;
  display: flex;
  height: auto;
}
.vcard-nine__testimonial .testimonial-slider .slick-list {
  padding: 35px 0;
}
.vcard-nine__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard-nine__testimonial .testimonial-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard-nine__testimonial .testimonial-slider .slick-dots li button:before {
  color: #181818;
}
.vcard-nine__testimonial .testimonial-slider .slick-dots li.slick-active button:before {
  color: #181818;
}
.vcard-nine__testimonial .testimonial-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__testimonial .testimonial-card .testimonial-user img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-nine__testimonial .testimonial-card .testimonial-user .user-details .user-name {
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vcard-nine__testimonial .testimonial-card .testimonial-user .user-details .user-designation {
  font-size: 12px;
  color: #505050;
}
.vcard-nine__testimonial .testimonial-card .testimonial-user .reviews .star-icon {
  color: #FFCA2C;
}
.vcard-nine__testimonial .testimonial-card .review-message {
  color: #181818;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 90px;
  overflow: auto;
}
.vcard-nine .slick-dots > li {
  display: inline-block;
}
.vcard-nine .slick-dots > li:only-child {
  display: none;
}
.vcard-nine__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard-nine__blog .blog-slider .slick-slide {
  margin: 0 15px;
  display: flex;
  height: auto;
}
.vcard-nine__blog .blog-slider .slick-list {
  padding-bottom: 20px;
  overflow: visible;
}
.vcard-nine__blog .blog-slider .slick-dots {
  bottom: -5px;
}
.vcard-nine__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard-nine__blog .blog-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard-nine__blog .blog-slider .blog-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.vcard-nine__blog .blog-slider .blog-card .blog-image img {
  width: 100% !important;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px 15px 0 0;
  margin: auto;
}
.vcard-nine__blog .blog-slider .blog-card .blog-details h5 {
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vcard-nine__blog .blog-slider .blog-card .blog-details p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-width: 100%;
  font-size: 14px;
  color: #181818;
}
.vcard-nine__qr-code .qr-code-card {
  border-radius: 15px;
}
.vcard-nine__qr-code .qr-code-card .qr-profile img {
  min-width: 120px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-nine__qr-code .qr-code-card .qr-code-scanner {
  border-radius: 20px;
  border: 1px solid #505050;
}
.vcard-nine__qr-code .qr-code-card .qr-code-scanner img {
  max-width: 146px;
  min-width: 146px;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-nine__qr-code .qr-code-card .qr-code-btn {
  padding: 10px 16px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border-radius: 10px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.vcard-nine__qr-code .qr-code-card .qr-code-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vcard-nine .share-btn a {
  padding: 10px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border: none;
  outline: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}
.vcard-nine .share-btn a:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}
.vcard-nine .share-btn a i {
  color: #fff;
}
@media (max-width: 575px) {
  .vcard-nine .share-btn {
    margin: 0 auto;
  }
}
.vcard-nine__timing {
  z-index: 200;
}
.vcard-nine__timing .business-card {
  padding: 20px !important;
  border-radius: 15px;
  border: none;
  background-color: #fff;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
}
@media (max-width: 575px) {
  .vcard-nine__timing .business-card {
    padding: 15px !important;
  }
}
.vcard-nine__timing .business-card .calendar-icon {
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border-radius: 12px !important;
}
.vcard-nine__timing .business-card .business-hour-day-text {
  color: #505050 !important;
}
.vcard-nine__timing .business-card .business-hour-time-text {
  color: #181818 !important;
}
.vcard-nine__timing .business-card-today {
  border: 1px solid #B24592;
}
.vcard-nine__contact .contact-form input, .vcard-nine__contact .contact-form textarea {
  padding: 0.688rem 0.75rem;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  outline: none;
  color: #505050;
  position: relative;
  z-index: 100;
  border-radius: 5px;
}
.vcard-nine__contact .contact-form input:focus, .vcard-nine__contact .contact-form textarea:focus {
  box-shadow: unset;
  border: 1px solid #DBDBDB;
}
.vcard-nine__contact .contact-form input::-moz-placeholder, .vcard-nine__contact .contact-form textarea::-moz-placeholder {
  color: #505050;
}
.vcard-nine__contact .contact-form input::placeholder, .vcard-nine__contact .contact-form textarea::placeholder {
  color: #505050;
}
.vcard-nine__contact .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard-nine__contact .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard-nine__contact .contact-form .contact-btn {
  padding: 13px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border: none;
  outline: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
}
.vcard-nine__contact .contact-form .contact-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}
.vcard-nine__contact .vcard-nine-btn {
  padding: 10px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border: none;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}
.vcard-nine__contact .vcard-nine-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}
.vcard-nine__contact .vcard-nine-btn i {
  color: #fff;
}
@media (max-width: 575px) {
  .vcard-nine__contact .vcard-nine-btn {
    margin: 0 auto;
  }
}
.vcard-nine .language ul {
  list-style: none;
}
.vcard-nine .language ul .lang-list {
  padding: 10px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-nine .language ul .lang-list .lang-head {
  color: white;
}
.vcard-nine .language ul .lang-list .lang-head i {
  color: white;
}
.vcard-nine .language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.vcard-nine .language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.vcard-nine .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard-nine .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard-nine .language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.vcard-nine .language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.vcard-nine .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard-nine .language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

.slick-slide div {
  width: 100% !important;
}

.product-block {
  height: 437px !important;
  width: 252px !important;
  max-height: 437px !important;
  max-width: 329px !important;
}

.vcard-nine .language ul .lang-list .lang-hover-list {
  margin: 0 0 0;
}
.vcard-nine .language ul .lang-list .lang-hover-list.top-dropdown {
  margin: -80px 0 0;
}

@media (max-width: 575px) {
  .vcard-nine__blog .blog-slider .blog-card {
    height: auto !important;
  }
}

.vcard-nine__testimonial .testimonial-card {
  height: 183px;
}
@media (max-width: 575px) {
  .vcard-nine__testimonial .testimonial-card {
    height: auto !important;
  }
}

.profile-description {
  font-size: 17px;
  text-align: center;
  color: #6c757d !important;
}
.profile-description h1, .profile-description h2 {
  color: #6c757d !important;
}

.main-section .main-bg {
  width: 100% !important;
}

#wrap {
  background-color: #ddd;
  padding: 50px 0;
}

#slider {
  width: 500px;
  margin: 0 auto;
}
#slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 96% !important;
  width: 15px !important;
}

.prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #db5682;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 40px;
  }
}

.next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #db5682;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .next-arrow {
    right: 40px;
  }
}

.slide-arrow-blog {
  position: absolute;
  top: 89%;
  width: 15px !important;
}

.vcard-nine__blog .blog-slider .slick-list {
  margin-bottom: 7px !important;
}

.slick-dots {
  bottom: 1px !important;
}

.morelink {
  color: black;
}

.lb-data .lb-number {
  display: none !important;
}

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

.underline {
  background-color: #2a252e;
}

.font-primary {
  color: #00C2FF !important;
}

.add-contact-btn {
  width: 200px !important;
  text-wrap: nowrap !important;
}
.add-contact-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}

.copy-link {
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(108, 105, 105, 0.4);
}

.product-btn {
  padding: 13px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.product-btn:hover {
  background: linear-gradient(90deg, #F15F79 0%, #B24592 100%);
}

.modal-backdrop {
  background-color: transparent;
}

.modal {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.modal .news-modal {
  margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: #212020;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #f5f8fa;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #f5f8fa;
  font-size: 28px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 19px;
  font-weight: 100;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 0.475rem;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.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 {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #6571ff !important;
  border: unset;
  outline: unset;
  color: #fff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.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, #B24592 0%, #F15F79 100%);
  color: white !important;
  font-size: 25px;
  border: none;
}

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 575px) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.support-banner .support_heading {
  font-size: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: scroll !important;
  margin-top: 25px;
}

.act-now {
  padding: 15px 20px;
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%);
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 15px;
}

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

.view-more {
  color: #B24592 !important;
}

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

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

.instagram-btn {
  flex: 1;
  position: relative;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #B24592;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect, .instagram-btn .svg-post-icon line {
  stroke: #B24592;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #B24592;
  stroke: white;
}
.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.not-active-svg, .instagram-btn .svg-reels-icon rect {
  fill: #B24592;
}
.instagram-btn .svg-reels-icon path {
  fill: #B24592;
}
.instagram-btn.active .svg-reels-icon .not-active-svg, .instagram-btn.active .svg-reels-icon rect {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

.insta-toggle {
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 8px !important;
  transition: all 0.3s ease !important;
}

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

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

.iframe-slider .slick-track {
  display: flex !important;
}
.iframe-slider .slick-slide {
  margin: 0 15px;
  display: flex;
  height: auto;
}
.iframe-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
}
.iframe-slider .slick-dots {
  bottom: -5px;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.iframe-slider .iframe-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}

.iframe-prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #db5682;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    left: 40px;
  }
}

.iframe-next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #db5682;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    right: 40px;
  }
}

.slide-arrow-iframe {
  position: absolute;
  top: 95%;
  width: 15px !important;
}

.affiliate-link {
  margin-bottom: 55px !important;
}

.verification-icon {
  color: #B24592;
}

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

@media (min-width: 576px) {
  .main-content.rtl .ms-sm-3 {
    margin-right: 0.75rem !important;
  }
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .heading-left {
  margin-right: -16px;
  margin-left: auto;
  border-radius: 0 0 0 50px;
}
.main-content.rtl .heading-right {
  margin-left: -16px;
  margin-right: auto;
  border-radius: 0 0 50px 0;
}
.main-content.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
  border-bottom-right-radius: 0.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-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
}

.toast-title {
  margin-right: 12px;
}

.toast-message {
  margin-right: 12px;
}

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #dbdbdb !important;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.file-list li span {
  color: #505050 !important;
}

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

.selected-files .item .name {
  color: #535353 !important;
}

.file-list {
  overflow-y: auto;
  list-style-type: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0;
  max-height: 220px;
  font-size: medium !important;
}
