@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: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 10;
}
.vcard-nine .activeSlot {
  background: linear-gradient(90deg, #B24592 0%, #F15F79 100%) !important;
  color: #fff !important;
}
.vcard-nine__profile {
  z-index: 111;
}
.vcard-nine__profile .avatar {
  z-index: 11;
}
.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: 100px;
  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__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;
}
.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: cover;
     object-fit: cover;
  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__gallery .gallery-slider {
  z-index: 10;
  margin-top: 15px !important;
}
.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 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: cover;
     object-fit: cover;
  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 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: cover;
     object-fit: cover;
}
.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 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: 30px 0;
  overflow: visible;
}
.vcard-nine__blog .blog-slider .slick-dots {
  bottom: -5px;
}
.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: cover;
     object-fit: cover;
  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 .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: 31px !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;
}
.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%);
}

.insta-feed{
  max-height: 1000px!important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.instagram-btn {
  flex:1;
  color: #2a252e !important;
}
.instagram-btn{
  &.active {
      background: linear-gradient(90deg, #B24592 0%, #F15F79 100%) !important;
      border-radius: 50px !important;
      border: 1px solid #B24592;
      color: #ffffff !important;
      span {
          color:#ffffff !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{
      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 {
  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%, .8), 6px 5px 12px hsla(0, 0%, 62%, .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
}


.support-banner {
  background: #edf2f8;
  bottom: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(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 .3s ease
}

.banner-close {
  font-size: 20px !important;
  position: absolute;
  right: 25px;
  top: 20px
}

.modal .news-modal {
  margin-top: 250px !important
}

.modal .news-modal #newsLatter-content {
  background-color: #212020;
  border: none;
  border-radius: .475rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  outline: 0
}

.modal .news-modal #newsLatter-content .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: .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: linear-gradient(90deg, #b24592, #f15f79);
  border: none;
  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
  }
}

