.bg-blue {
  background-color: #0da7fd !important;
}

.bg-blue-light {
  background-color: #0da7fd1a !important;
}

.bg-purple-light {
  background-color: #9468fe1a !important;
}

.bg-yellow-light {
  background-color: #ff85141a !important;
}

.bg-pink-light {
  background-color: #ff47a21a !important;
}

.bg-pink {
  background-color: #ff47a2 !important;
}

.text-gray-200 {
  color: #787878 !important;
}

.text-gray-500 {
  color: #999999 !important;
}

.text-black {
  color: #0e081e !important;
}

.text-pink {
  color: #ff47a2 !important;
}

.text-blue {
  color: #0da7fd !important;
}

.text-purple {
  color: #9468fe !important;
}

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

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

.section-heading {
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}
.section-heading h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: #0e081e;
  font-weight: 600;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  top: 45%;
  left: 100%;
  margin: auto;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ff47a2, #ff47a20d);
}
.section-heading h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  top: 45%;
  right: 100%;
  margin: auto;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ff47a20d, #ff47a2);
}

.btn {
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 10px;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-blue {
  color: #ffffff;
  background-color: #0da7fd;
  border: 1px solid #0da7fd;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.active {
  background-color: #ffffff;
  color: #0da7fd;
  border: 1px solid #0da7fd;
}

.btn-pink {
  color: #ffffff;
  background-color: #ff47a2;
  border: 1px solid #ff47a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink.active {
  background-color: #ffffff;
  color: #ff47a2;
  border: 1px solid #ff47a2;
}

.btn-purple {
  color: #ffffff;
  background-color: #9468fe;
  border: 1px solid #9468fe;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple.active {
  background-color: #ffffff;
  color: #9468fe;
  border: 1px solid #9468fe;
}

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

.banner-section .banner-img {
  position: relative;
  width: 100%;
  height: 294px;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 240px;
  }
}
.banner-section .mask {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 21px;
}

.profile-section {
  position: relative;
  z-index: 0;
}
.profile-section .profile-bg {
  position: absolute;
  z-index: -1;
}
.profile-section .profile-bg.img-1 {
  left: 0;
  bottom: 0;
}
.profile-section .profile-bg.img-2 {
  right: 10px;
  top: 50px;
}
.profile-section .profile-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .profile-section .profile-bg img {
    width: 60%;
  }
}
.profile-section .card {
  background-color: transparent !important;
  border: none;
}
.profile-section .card .card-img {
  position: absolute;
  top: -80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 50%;
  overflow: hidden;
  padding: 9px;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 160px;
    height: 160px;
    min-width: 160px;
    margin-bottom: 30px;
  }
}
.profile-section .card .card-img img {
  border-radius: 50%;
}
.profile-section .card .card-body {
  margin-left: 210px;
}
@media (max-width: 575px) {
  .profile-section .card .card-body {
    margin-left: 0;
    margin-top: 75px;
  }
}

.social-media-section .social-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0px 10px;
  border-radius: 50%;
}
.social-media-section .social-icon:hover {
  background-color: #eadfff;
  border: 1px solid #9468fe;
}
.social-media-section .social-icon svg,
.social-media-section .social-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.contact-section {
  position: relative;
}
.contact-section .section-heading h2::after {
  background-image: linear-gradient(to right, #9468fe, #9468fe0d);
}
.contact-section .section-heading h2::before {
  background-image: linear-gradient(to right, #9468fe0d, #9468fe);
}
.contact-section .contact-box .contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.contact-section .contact-box .contact-desc {
  word-break: break-all !important;
}
.contact-section .pet-img {
  max-width: 260px;
  margin: 0 auto;
}

.our-services-section {
  position: relative;
}
.our-services-section .section-heading h2::after {
  background-image: linear-gradient(to right, #ff47a2, #ff47a20d);
}
.our-services-section .section-heading h2::before {
  background-image: linear-gradient(to right, #ff47a20d, #ff47a2);
}
.our-services-section .services-bg {
  position: absolute;
  z-index: 0;
}
.our-services-section .services-bg.img-1 {
  top: 25px;
  left: 0;
}
.our-services-section .services-bg.img-2 {
  top: 0;
  right: 0;
}
.our-services-section .services-bg.img-3 {
  top: 140px;
  right: 0;
}
.our-services-section .services-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .our-services-section .services-bg img {
    width: 60%;
  }
}
.our-services-section .services .service-card {
  border-radius: 20px;
  background-color: #ffffff;
  background-image: url("/assets/img/vcard28/service-card-bg-img.png");
  background-size: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #ebe5f7;
  padding: 58px 18px 18px 18px;
  position: relative;
}
.our-services-section .services .service-card .card-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-color: #ff47a2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #f6f3ff;
  position: absolute;
  top: -40px;
}
.our-services-section .services .service-card .card-img::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 40px;
  border-radius: 0 0 40px 40px;
  top: 32px;
  left: -7px;
  z-index: 0;
  border: 1px solid #ebe5f7;
  border-top: 0;
}
.our-services-section .services .service-card .card-img img {
  height: 30px;
}
.our-services-section .services .service-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.appointment-section {
  position: relative;
  z-index: 0;
}
.appointment-section .appointment-bg {
  position: absolute;
  z-index: -1;
}
.appointment-section .appointment-bg.img-1 {
  top: 2px;
  left: 0;
}
.appointment-section .appointment-bg.img-2 {
  bottom: 10px;
  left: 0;
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg.img-2 {
    bottom: 50px;
  }
}
.appointment-section .appointment-bg.img-3 {
  top: 50%;
  right: 0;
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg.img-3 {
    top: 43%;
  }
}
.appointment-section .appointment-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg img {
    width: 70%;
  }
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 10px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #999999;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #999999;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #0da7fd;
}

.gallery-section {
  position: relative;
}
.gallery-section .section-heading h2::after {
  background-image: linear-gradient(to right, #ff8514, #ff85140d);
}
.gallery-section .section-heading h2::before {
  background-image: linear-gradient(to right, #ff85140d, #ff8514);
}
.gallery-section .gallery-bg {
  position: absolute;
  top: 35px;
  right: 0;
}
.gallery-section .gallery-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .gallery-section .gallery-bg img {
    width: 60%;
  }
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 98%;
  max-height: 320px;
  height: 320px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .gallery-section .gallery-slider .gallery-img {
    max-width: 95%;
    max-height: 280px;
    height: 280px;
  }
}
@media (max-width: 375px) {
  .gallery-section .gallery-slider .gallery-img {
    max-height: 240px;
    height: 240px;
  }
}
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-img iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-img .gallery-file-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-img .gallery-file-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.gallery-section .slick-dots li button:before {
  color: #ff8514 !important;
  opacity: 50% !important;
}
.gallery-section .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ff8514 !important;
}

.product-section {
  position: relative;
}
.product-section .section-heading h2::after {
  background-image: linear-gradient(to right, #9468fe, #9468fe0d);
}
.product-section .section-heading h2::before {
  background-image: linear-gradient(to right, #9468fe0d, #9468fe);
}
.product-section .product-bg {
  position: absolute;
  z-index: 0;
}
.product-section .product-bg.img-1 {
  top: 0;
  left: 10px;
}
@media (max-width: 575px) {
  .product-section .product-bg.img-1 {
    top: -25px;
  }
}
.product-section .product-bg.img-2 {
  top: 5px;
  right: 20px;
}
@media (max-width: 575px) {
  .product-section .product-bg.img-2 {
    top: -3px;
  }
}
.product-section .product-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .product-bg img {
    width: 60%;
  }
}
.product-section .product-slider .product-card {
  max-width: 260px;
  margin: 0 10px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #9468fe;
  overflow: hidden;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img {
  background-color: #ffffff;
  max-width: 100%;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.product-section .product-slider .product-card .product-img img {
  height: 160px;
}
.product-section .product-slider .product-card .product-desc {
  background-color: #eadfff;
}
.product-section .product-slider .product-card .product-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .section-heading h2::after {
  background-image: linear-gradient(to right, #ff47a2, #ff47a20d);
}
.testimonial-section .section-heading h2::before {
  background-image: linear-gradient(to right, #ff47a20d, #ff47a2);
}
.testimonial-section .testimonial-bg {
  position: absolute;
  z-index: 0;
}
.testimonial-section .testimonial-bg.img-1 {
  bottom: -60px;
  left: 15%;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg.img-1 {
    bottom: -47px;
  }
}
.testimonial-section .testimonial-bg.img-2 {
  top: 10px;
  right: 0;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg.img-2 {
    top: -25px;
  }
}
.testimonial-section .testimonial-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg img {
    width: 60%;
  }
}
.testimonial-section .testimonial-slider {
  background-image: url("/assets/img/vcard28/testimonial-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: 1px solid #ffb6da;
  border-radius: 20px;
  background-color: #fff2f9;
  padding: 25px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  height: 45px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    height: 30px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section .slick-dots li button:before {
  color: #ff47a2 !important;
  opacity: 50% !important;
}
.testimonial-section .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ff47a2 !important;
}

.blog-section {
  position: relative;
}
.blog-section .section-heading h2::after {
  background-image: linear-gradient(to right, #0da7fd, #0da7fd0d);
}
.blog-section .section-heading h2::before {
  background-image: linear-gradient(to right, #0da7fd0d, #0da7fd);
}
.blog-section .blog-bg-img {
  position: absolute;
  top: 0;
  right: 35px;
}
.blog-section .blog-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .blog-section .blog-bg-img img {
    width: 60%;
  }
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
.blog-section .blog-slider .blog-card {
  margin: 0 auto;
  max-width: 260px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  border: none;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-slider .slick-prev,
.blog-section .blog-slider .slick-next {
  position: absolute;
  opacity: 1 !important;
  width: 40px;
  z-index: 2;
}
@media (max-width: 575px) {
  .blog-section .blog-slider .slick-prev,
.blog-section .blog-slider .slick-next {
    display: none;
  }
}
.blog-section .blog-slider .slick-next {
  right: 0;
}
@media (max-width: 768px) {
  .blog-section .blog-slider .slick-next {
    right: -15px;
  }
}
.blog-section .blog-slider .slick-next:before {
  opacity: 1 !important;
}
.blog-section .blog-slider .slick-prev {
  left: 0;
}
@media (max-width: 768px) {
  .blog-section .blog-slider .slick-prev {
    left: -15px;
  }
}
.blog-section .blog-slider .slick-prev:before {
  opacity: 1 !important;
}
.blog-section .slick-dots li button:before {
  color: #0da7fd !important;
  opacity: 50% !important;
}
.blog-section .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0da7fd !important;
}

.business-hour-section {
  position: relative;
}
.business-hour-section .section-heading h2::after {
  background-image: linear-gradient(to right, #ff8514, #ff85140d);
}
.business-hour-section .section-heading h2::before {
  background-image: linear-gradient(to right, #ff85140d, #ff8514);
}
.business-hour-section .hour-bg-img {
  position: absolute;
  top: 0;
  left: 25%;
}
.business-hour-section .hour-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .business-hour-section .hour-bg-img img {
    width: 60%;
  }
}
.business-hour-section .business-hour-card .business-hour span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .business-hour-section .business-hour-card .business-hour span {
    font-size: 14px;
  }
}

.qr-code-section {
  position: relative;
  z-index: 0;
}
.qr-code-section .section-heading h2::after {
  background-image: linear-gradient(to right, #9468fe, #9468fe0d);
}
.qr-code-section .section-heading h2::before {
  background-image: linear-gradient(to right, #9468fe0d, #9468fe);
}
.qr-code-section .qr-bg-img {
  position: absolute;
  z-index: -1;
}
.qr-code-section .qr-bg-img.img-1 {
  left: 0;
  top: 20px;
}
.qr-code-section .qr-bg-img.img-2 {
  top: 0;
  right: 0;
}
.qr-code-section .qr-bg-img.img-3 {
  bottom: -45px;
  right: 0;
}
@media (max-width: 575px) {
  .qr-code-section .qr-bg-img.img-3 {
    bottom: -60px;
  }
}
.qr-code-section .qr-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .qr-code-section .qr-bg-img img {
    width: 60%;
  }
}
.qr-code-section .qr-code {
  gap: 50px;
}
@media (max-width: 575px) {
  .qr-code-section .qr-code {
    gap: 40px;
  }
}
.qr-code-section .qr-code .qr-profile-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 50%;
  background-image: url("/assets/img/vcard28/qr-profile-bg.png");
  background-size: cover;
  padding: 9px;
}
.qr-code-section .qr-code .qr-profile-img img {
  border-radius: 50%;
}
.qr-code-section .qr-code .qr-code-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  background-color: #fbf9ff;
  padding: 11px;
}

.contact-us-section {
  position: relative;
}
.contact-us-section .section-heading h2::after {
  background-image: linear-gradient(to right, #ff47a2, #ff47a20d);
}
.contact-us-section .section-heading h2::before {
  background-image: linear-gradient(to right, #ff47a20d, #ff47a2);
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 15px;
  border: 1px solid #ffb6da;
  height: 50px;
  border-radius: 10px;
  background-color: #fff7fb;
  color: #999999;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #999999;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #999999;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  position: relative;
}
.create-vcard-section .section-heading h2::after {
  background-image: linear-gradient(to right, #0da7fd, #0da7fd0d);
}
.create-vcard-section .section-heading h2::before {
  background-image: linear-gradient(to right, #0da7fd0d, #0da7fd);
}
.create-vcard-section .create-vcard-bg-img {
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg-img {
    top: -20px;
  }
}
.create-vcard-section .create-vcard-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg-img img {
    width: 60%;
  }
}
.create-vcard-section .vcard-link-card {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #cdccce;
  border-radius: 10px;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
  }
}

.add-to-contact-section {
  position: fixed;
  width: 100%;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn-section .fixed-btn-section .pet-clinic-bars-btn {
  background-color: #ff47a2;
}
.btn-section .fixed-btn-section .sub-btn .pet-clinic-sub-btn {
  background-color: #ffffff;
  border: 1px solid #ff47a2;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
}
.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 5px !important;
  padding: 0 !important;
}
.slick-dots li button {
  font-size: 30px !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
}

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

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

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

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

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

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 25px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 25px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

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

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

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .pt-50 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

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

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

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

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

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

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

a {
  text-decoration: none;
}

.main-content {
  max-width: 576px;
  min-height: 100vh;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-1 {
  flex: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
}
.btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 10px 20px;
  background: #009ef7;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.language ul .lang-list .lang-head {
  color: #ffffff;
}
.language ul .lang-list .lang-head i {
  color: #ffffff;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.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: #009ef7 !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: #009ef7 !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

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

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

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

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

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

.instagram-btn {
  background: none !important;
}
.instagram-btn.active {
  background-color: #ff47a2 !important;
  border-radius: 50px !important;
  border: 1px solid #ff47a2;
  color: #ffffff !important;
}
.instagram-btn.active span {
  color: #ffffff !important;
  font-size: 20px !important;
}

.insta-toggle {
  border: 2px solid #ff47a2;
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 5px !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;
}

.add-contact-btn {
  width: 200px !important;
  width: 250px !important;
  height: 40px !important;
  margin: 0 auto;
  color: #ffffff;
  z-index: 9999;
  padding: 7px;
  margin-bottom: -35px !important;
}
.add-contact-btn i {
  font-size: 1rem;
}

.send-btn {
  height: 40px;
  padding: 6px 30px;
  width: 250px !important;
}

.activeSlot {
  background-color: #9468fe !important;
  color: #f5f2fb !important;
  cursor: pointer;
}

.time-slot {
  font-size: 15px;
  background-color: #fff !important;
  color: #211c29 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #0da7fd;
}
.time-slot:hover, .time-slot.activeSlot {
  border: 1px solid white;
  background-color: #0da7fd !important;
  color: white !important;
}

.vcard28-sticky-btn {
  background: #ffffff;
  color: #ff47a2 !important;
  border: 1px solid #ff47a2 !important;
  border-radius: 5px;
  height: 40px;
}

.vcard28-btn-group {
  width: 50px;
  height: 50px;
  color: #ff47a2 !important;
  background-color: #ffffff;
  border-radius: 50px !important;
}

.social-media .social-icon, .social-media .social-back {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin: 0 7px;
}
@media (max-width: 575px) {
  .social-media .social-icon, .social-media .social-back {
    margin: 0 5px;
  }
}
.social-media .social-icon svg,
.social-media .social-icon img, .social-media .social-back svg,
.social-media .social-back img {
  width: 25px;
  height: 25px !important;
  border-radius: 50% !important;
  color: #9468fe !important;
  fill: #9468fe !important;
}
.social-media .social-icon:hover, .social-media .social-back:hover {
  background-color: #eadfff !important;
  border: 1px solid #9468fe !important;
}
.social-media .social-icon:first-child, .social-media .social-back:first-child {
  margin-left: 0;
}
.social-media .social-icon:last-child, .social-media .social-back:last-child {
  margin-right: 0;
}

.vcard-twentyeight.main-content {
  max-width: 576px;
  text-align: center !important;
  color: #211c29;
}
.vcard-twentyeight .vcard-twentyeight-heading {
  font-weight: 500;
  font-size: 28px;
  color: #212529 !important;
}

.product-heading {
  font-size: 28px !important;
}

.back-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #ff47a2;
  color: #f1faff;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.vcard-one__product .product-card {
  margin: 10px auto !important;
  width: 75% !important;
}
@media (max-width: 575px) {
  .vcard-one__product .product-card {
    width: 99% !important;
  }
}
.vcard-one__product .product-card .product-img {
  height: 200px !important;
}

.buy-product {
  padding: 10px 20px;
  background: #ff47a2 !important;
  border: none;
  outline: none;
  color: #f1faff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.vcard-twentyeight-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #ff47a2 !important;
  color: white !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.support-banner {
  width: 100%;
  max-width: 576px;
  height: auto !important;
  position: fixed;
  bottom: 0;
  z-index: 99999 !important;
  background: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 19px 3px 0 #848181, 0 0px 11px 0 #000000;
}
.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 {
  padding: 10px 20px;
  background: #ff47a2 !important;
  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;
}

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

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

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.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 .btn-close {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  padding: 2rem !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #ff47a2;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #ff47a2;
  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 {
  background: black;
  border: none;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
  border-top: none !important;
}
.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: #ff47a2 !important;
  border: unset;
  outline: unset;
  color: #ffffff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #ff47a2 !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #ff47a2;
  color: white !important;
  font-size: 25px;
  border: none;
  border-radius: 0px 3px 5px 2px;
}

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

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