@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

/* Loader Jerry starts */
.loader{
    background: rgba(255,255,255,0.8);
    display:none;
    height:100%;
    position:fixed;
    width :100%;
   z-index: 9999999;
  }
  .loader img{
   left: 50%;
   margin-left:-32px;
   margin-top:-32px;
   position: absolute;
   top: 50%;
  }
/* Loader Ends */

.vcard9-sticky-btn {
  color: #fff;
  height: 40px;
}
.vcard9-sticky-btn,
.vcard9-sticky-div {
  background: linear-gradient(90deg, #b24592, #f15f79);
}
.vcard-nine-heading {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.vcard9-btn-group {
  background-color: #fff;
  border: 1px solid linear-gradient(90deg, #b24592, #f15f79);
  border-radius: 50px !important;
  color: linear-gradient(90deg, #b24592, #f15f79);
  height: 50px;
  width: 50px;
}
body {
  background-color: #e5e5e5;
  font-family: Inter, sans-serif;
}
.vcard-nine.main-content {
  background-color: #fff;
  max-width: 576px;
  min-height: 100vh;
}
.vcard-nine .heading-left {
  border-radius: 0 0 50px 0;
  margin-left: -16px;
}
.vcard-nine .heading-left,
.vcard-nine .heading-right {
  background: linear-gradient(90deg, #b24592, #f15f79);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-nine .heading-right {
  border-radius: 0 0 0 50px;
  margin-left: auto;
  margin-right: -16px;
}
.vcard-nine__banner {
  height: 100%;
}
.vcard-nine__banner .banner-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  z-index: 10;
}
.vcard-nine .activeSlot {
  background: linear-gradient(90deg, #b24592, #f15f79) !important;
  color: #fff !important;
  cursor: pointer !important;
}
.vcard-nine__profile {
  z-index: 111;
}
.vcard-nine__profile .avatar {
  z-index: 11;
}
.vcard-nine__profile .avatar img {
  border: 2px solid #fff;
  height: 200px;
  max-width: 200px;
  min-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
}
@media (max-width: 575px) {
  .vcard-nine__profile .avatar img {
    height: 150px;
    max-width: 150px;
    min-width: 150px;
    width: 150px;
  }
}
.vcard-nine__profile-details {
  margin-top: 100px;
  z-index: 111;
}
@media (max-width: 575px) {
  .vcard-nine__profile-details {
    margin-top: 80px;
  }
}
.vcard-nine__profile-details .profile-name {
  color: #181818;
  font-size: 28px;
  font-weight: 600;
}
.vcard-nine__profile-details .profile-designation {
  color: #505050;
  font-size: 18px;
}
.vcard-nine__profile-details .profile-company {
  color: #505050;
  font-size: 15px;
}
.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 {
  background: linear-gradient(90deg, #b24592, #f15f79);
  box-shadow: 3px 2px 15px hsla(0, 0%, 62%, 0.8);
  cursor: pointer;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease;
  width: 64px;
}
.vcard-nine__profile-details .social-icons span:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
@media (max-width: 575px) {
  .vcard-nine__profile-details .social-icons span {
    height: 45px;
    min-width: 45px;
    width: 45px;
  }
}
.vcard-nine__profile-details .social-icons .icon {
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .vcard-nine__profile-details .social-icons .icon {
    font-size: 1.5em;
  }
}
.vcard-nine__event .event-card {
  border-radius: 10px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__event .event-card .event-detail h6 {
  color: #505050;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.vcard-nine__event .event-card .event-detail .event-name {
  color: #181818;
  font-size: 12px;
  word-break: break-all;
}
.vcard-nine__appointment {
  z-index: 200;
}
.vcard-nine__appointment .appointment-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__appointment .appointment-card .appoint-date {
  font-size: 16px;
}
.vcard-nine__appointment .appointment-card .appoint-input {
  background-color: #edf2f8;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer !important;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.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 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #b24592, #f15f79);
  -webkit-background-clip: text;
  border: none;
  border-radius: 10px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 10px 16px;
  transition: all 0.3s ease;
}
.vcard-nine__appointment .appointment-card .appoint-btn:hover {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f15f79, #b24592);
  -webkit-background-clip: text;
}
.vcard-nine .service-card {
  max-height: 483px;
  overflow: auto !important;
}
.vcard-nine__service .service-new-image {
  border-radius: 0.5rem;
  height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.vcard-nine__service .card-body {
  padding-left: 0 !important;
}
@media (min-width: 576px) {
  .vcard-nine__service .service-row {
    margin-right: -42px;
  }
}
.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 {
  display: flex;
  height: auto;
  margin: 0 16px;
}
.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 {
  color: #181818;
  font-size: 30px !important;
}
.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 hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__gallery .gallery-card .gallery-profile {
  height: 238px;
}
.vcard-nine__gallery .gallery-card .gallery-profile img {
  height: 238px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-nine__gallery
  .gallery-card
  .gallery-profile
  .gallery-link:focus-visible {
  outline: none;
}
.vcard-nine__gallery .gallery-card .gallery-profile .gallery-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 238px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
}
.vcard-nine .video-container {
  height: 238px;
}
.vcard-nine .audio-container img {
  height: 173px !important;
}
.vcard-nine__product .product-slider {
  margin-top: 15px !important;
  z-index: 10;
}
.vcard-nine__product .product-slider .slick-track {
  display: flex !important;
}
.vcard-nine__product .product-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 16px;
}
.vcard-nine__product .product-slider .slick-list {
  padding: 0 0 35px;
}
.vcard-nine__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard-nine__product .product-slider .slick-dots li button:before {
  color: #181818;
  font-size: 30px !important;
}
.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 hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__product .product-card .product-profile img {
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-nine__product .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-nine__product .product-card .product-details h4 {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
}
.vcard-nine__product .product-card .product-details span {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 500;
}
.vcard-nine__product .product-card .product-details p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #181818;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.vcard-nine__product_details_page .product-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 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 {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
}
.vcard-nine__product_details_page .product-card .product-details span {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 500;
}
.vcard-nine__product_details_page .product-card .product-details p {
  -webkit-box-orient: vertical;
  color: #181818;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 580px) {
  .vcard-nine__product_details_page .product-card,
  .vcard-nine__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard-nine__testimonial .testimonial-slider {
  margin-top: 15px !important;
  z-index: 10;
}
.vcard-nine__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard-nine__testimonial .testimonial-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 16px;
}
.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 {
  color: #181818;
  font-size: 30px !important;
}
.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 hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__testimonial .testimonial-card .testimonial-user img {
  height: 60px;
  min-width: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}
.vcard-nine__testimonial
  .testimonial-card
  .testimonial-user
  .user-details
  .user-name {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #b24592, #f15f79);
  -webkit-background-clip: text;
  font-size: 16px;
  font-weight: 500;
}
.vcard-nine__testimonial
  .testimonial-card
  .testimonial-user
  .user-details
  .user-designation {
  color: #505050;
  font-size: 12px;
}
.vcard-nine__testimonial
  .testimonial-card
  .testimonial-user
  .reviews
  .star-icon {
  color: #ffca2c;
}
.vcard-nine__testimonial .testimonial-card .review-message {
  -webkit-box-orient: vertical;
  color: #181818;
  display: -webkit-box;
  font-size: 14px;
  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 {
  display: flex;
  height: auto;
  margin: 0 15px;
}
.vcard-nine__blog .blog-slider .slick-list {
  overflow: visible;
  padding-bottom: 20px;
}
.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 hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.vcard-nine__blog .blog-slider .blog-card .blog-image img {
  border-radius: 15px 15px 0 0;
  height: 200px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}
.vcard-nine__blog .blog-slider .blog-card .blog-details h5 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #b24592, #f15f79);
  -webkit-background-clip: text;
  font-size: 16px;
  font-weight: 500;
}
.vcard-nine__blog .blog-slider .blog-card .blog-details p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: #181818;
  display: -webkit-box;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
}
.vcard-nine__qr-code .qr-code-card {
  border-radius: 15px;
}
.vcard-nine__qr-code .qr-code-card .qr-profile img {
  height: 120px;
  min-width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
}
.vcard-nine__qr-code .qr-code-card .qr-code-scanner {
  border: 1px solid #505050;
  border-radius: 20px;
}
.vcard-nine__qr-code .qr-code-card .qr-code-scanner img {
  height: 146px;
  max-width: 146px;
  min-width: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-nine__qr-code .qr-code-card .qr-code-btn {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #b24592, #f15f79);
  -webkit-background-clip: text;
  border: none;
  border-radius: 10px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 10px 16px;
  transition: all 0.3s ease;
}
.vcard-nine__qr-code .qr-code-card .qr-code-btn:hover {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f15f79, #b24592);
  -webkit-background-clip: text;
}
.vcard-nine .share-btn a {
  background: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  border-radius: 10px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.vcard-nine .share-btn a:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
.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 {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  padding: 20px !important;
}
@media (max-width: 575px) {
  .vcard-nine__timing .business-card {
    padding: 15px !important;
  }
}
.vcard-nine__timing .business-card .calendar-icon {
  background: linear-gradient(90deg, #b24592, #f15f79);
  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 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  color: #505050;
  outline: none;
  padding: 0.688rem 0.75rem;
  position: relative;
  z-index: 100;
}
.vcard-nine__contact .contact-form input:focus,
.vcard-nine__contact .contact-form textarea:focus {
  border: 1px solid #dbdbdb;
  box-shadow: unset;
}
.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 {
  background: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  border-radius: 10px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 13px 20px;
  transition: all 0.3s ease;
}
.vcard-nine__contact .contact-form .contact-btn:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
.vcard-nine__contact .vcard-nine-btn {
  background: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  border-radius: 5px !important;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.vcard-nine__contact .vcard-nine-btn:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
.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 {
  background: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-nine .language ul .lang-list .lang-head,
.vcard-nine .language ul .lang-list .lang-head i {
  color: #fff;
}
.vcard-nine .language ul .lang-list .lang-hover-list {
  font-size: 15px;
  left: unset !important;
  margin: 15px 0 0;
  min-width: 150px;
  right: 0;
  width: 115%;
}
.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;
  max-height: 437px !important;
  max-width: 329px !important;
  width: 252px !important;
}
.vcard-nine .language ul .lang-list .lang-hover-list {
  margin: 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;
}
.profile-description,
.profile-description h1,
.profile-description h2 {
  color: #6c757d !important;
}
.main-section .main-bg {
  width: 100% !important;
}
#wrap {
  background-color: #ddd;
  padding: 50px 0;
}
#slider {
  margin: 0 auto;
  width: 500px;
}
#slider img {
  width: 100%;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}
.slide-arrow {
  position: absolute;
  top: 96% !important;
  width: 15px !important;
}
.prev-arrow {
  border-color: transparent #db5682 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  height: 0;
  left: 137px;
  z-index: 99;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 40px;
  }
}
.next-arrow {
  border-color: transparent transparent transparent #db5682;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  height: 0;
  right: 137px;
  z-index: 99;
}
@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: #000;
}
.lb-data .lb-number {
  display: none !important;
}
.social-icons img {
  border-radius: 50% !important;
  height: 50px !important;
  padding: 6px;
  width: 50px !important;
}
.underline {
  background-color: #2a252e;
}
.font-primary {
  color: #00c2ff !important;
}
.add-contact-btn {
  text-wrap: nowrap !important;
  width: 200px !important;
}
.add-contact-btn:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
.copy-link {
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 1%, 42%, 0.4);
}
.product-btn {
  background: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  border-radius: 5px;
  box-shadow: -6px -2px 16px hsla(0, 0%, 100%, 0.8),
    6px 5px 20px hsla(0, 0%, 62%, 0.4);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background: linear-gradient(90deg, #f15f79, #b24592);
}
.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: #212020;
  border: none;
  border-radius: 0.475rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  outline: 0;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  color: #f5f8fa;
  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: #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;
  border-radius: 0.475rem;
  color: #5e6278;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  transition: all 0.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: 0.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, #b24592, #f15f79);
  border: none;
  color: #fff !important;
  font-size: 25px;
}
.animate-bottom {
  animation: animatebottom 0.4s;
  position: relative;
}
@keyframes animatebottom {
  0% {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.support-banner {
  background: #edf2f8;
  bottom: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  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;
}
.act-now {
  background: linear-gradient(90deg, #b24592, #f15f79);
  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 0.3s ease;
}
.banner-close {
  font-size: 20px !important;
  position: absolute;
  right: 25px;
  top: 20px;
}
.view-more {
  color: #b24592 !important;
}
.insta-feed {
  max-height: 1000px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.instagram-btn {
  color: #2a252e !important;
  flex: 1;
}
.instagram-btn.active {
  background: linear-gradient(90deg, #b24592, #f15f79) !important;
  border: 1px solid #b24592;
  border-radius: 50px !important;
  color: #fff !important;
}
.instagram-btn.active span {
  color: #fff !important;
}
.insta-toggle {
  border: 2px solid #b24592;
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 8px !important;
  transition: all 0.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-slider .slick-track {
  display: flex !important;
}
.iframe-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 15px;
}
.iframe-slider .slick-list {
  overflow: visible;
  padding: 30px 0;
}
.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 hsla(0, 0%, 100%, 0.8),
    6px 5px 12px hsla(0, 0%, 62%, 0.4);
}
.iframe-prev-arrow {
  border-color: transparent #db5682 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  height: 0;
  left: 137px;
  z-index: 99;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    left: 40px;
  }
}
.iframe-next-arrow {
  border-color: transparent transparent transparent #db5682;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  height: 0;
  right: 137px;
  z-index: 99;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    right: 40px;
  }
}
.slide-arrow-iframe {
  position: absolute;
  top: 95%;
  width: 15px !important;
}
