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

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

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

.text-primary {
  color: #6549c2 !important;
}

.bg-primary {
  background-color: #6549c2 !important;
}

@font-face {
  font-family: "RubikDirt";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/RubikDirt-Regular.ttf?61a7c124415995ae50070258a50081c6) format("truetype");
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-weight: 400 !important;
  padding-right: 0 !important;
  background: #f6f1ff !important;
}
body.modal-open {
  padding-right: 0 !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;
  font-style: normal;
}
@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, #6549c2, #6549c20d);
}
.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, #6549c20d, #6549c2);
}

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

.btn-primary {
  color: #ffffff;
  background-color: #6549c2;
  border: 1px solid #6549c2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #ffffff;
  color: #6549c2;
  border: 1px solid #6549c2;
}

@media (max-width: 425px) {
  .banner-section .banner-img-28 {
    height: 210px !important;
  }
}
@media (max-width: 320px) {
  .banner-section .banner-img-28 {
    height: 170px !important;
  }
}
.banner-section .banner-img {
  position: relative;
  width: 100%;
  height: 320px;
}

.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: 100px;
}
.profile-section .profile-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .profile-section .profile-bg img {
    width: 60%;
  }
}
.profile-section .profile-min-height {
  min-height: 140px;
}
.profile-section .card {
  background-color: #ffffff;
  background-image: url(/images/profile-bg.png?8ae270a34b3ca90b85a534a0c2d7a40b);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 220px;
  border: 1px solid #6549c2;
  margin: 25px 0px 0px 30px;
  padding: 20px;
  gap: 20px;
  border-radius: 100px 0px 0px 100px;
  border-right: none;
}
@media (max-width: 576px) {
  .profile-section .card {
    margin: 25px 20px 0px 20px;
    border-radius: 20px;
    border: 1px solid #6549c2 !important;
  }
}
.profile-section .card .card-img {
  border-radius: 50%;
  background-color: #6549c2;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 145px;
  height: 145px;
  min-width: 145px;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.profile-section .card .card-img img {
  border-radius: 50%;
}

.contact-section {
  position: relative;
}
.contact-section .contact-box {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 32px 20px 10px 20px;
  justify-content: center;
  margin-top: 25px;
  background-image: url(/images/contact-bg.png?31db8736710676fdcade7fcd9c80538c);
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: none;
  border: 1px solid #d6c3f2;
}
.contact-section .contact-box .contact-icon {
  width: 44px;
  min-width: 44px;
  height: 48px;
  background-image: url(/images/social-icon-bg.svg?daa3a3789cb4c0a91c89ac4227c22655);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-section .contact-box .contact-icon svg,
.contact-section .contact-box .contact-icon img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.contact-section .contact-box .contact-desc {
  font-size: 14px;
  word-break: break-all !important;
}
.contact-section .pet-img {
  max-width: 260px;
  margin: 0 auto;
}

.our-services-section {
  position: relative;
}
.our-services-section .services-bg {
  position: absolute;
  z-index: 0;
}
.our-services-section .services-bg.img-1 {
  top: 20px;
  left: 0;
  width: 70px;
}
.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(/images/contact-bg.png?31db8736710676fdcade7fcd9c80538c);
  background-size: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #d6c3f2;
  padding: 12px;
  position: relative;
}
.our-services-section .services .service-card .card-img {
  height: 180px;
  min-width: 100%;
  border: 1px solid #d6c3f2;
  border-radius: 15px;
  margin-bottom: 10px;
}
.our-services-section .services .service-card .card-img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services-section .services .service-card .card-body h3 {
  font-size: 18px;
}
.our-services-section .services .service-card .card-body p {
  font-size: 14px;
}
.our-services-section .services .services-slider-view .slick-slide {
  padding: 0 10px;
}
.our-services-section .services .services-slider-view .service-card .card-title {
  color: #6549c2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  min-height: 44px;
}
.our-services-section .services .services-slider-view .service-card .description-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.our-services-section .services .services-slider-view .service-card .img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services-section .services .services-slider-view .slick-slide {
  padding: 0 10px;
}

.appointment-section {
  position: relative;
  z-index: 0;
}
.appointment-section .appointment {
  background-color: #f6f1ff;
  background-image: url(/images/appointment-bg.png?374f8f2ab99a8931ae38fd523306b0c0);
  background-size: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 15px;
  border: 1px solid #d6c3f2;
  border-radius: 15px;
}
.appointment-section .timePick {
  margin-top: 16px;
}
.appointment-section .appointment-bg {
  position: absolute;
}
.appointment-section .appointment-bg.img-3 {
  top: 5px;
  right: 0;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background: white;
  border: 1px solid #6666666e;
  color: #0e081e;
  border-radius: 10px;
  box-shadow: none;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #999999;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #999999;
}
.appointment-section .appointment .appointment-input:focus {
  outline: none;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #6549c2;
}

.gallery-section {
  position: relative;
}
.gallery-section .gallery-bg {
  position: absolute;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 65px;
}
.gallery-section .gallery-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .gallery-section .gallery-bg img {
    width: 60%;
  }
}
.gallery-section .gallery-slider .slick-slide {
  padding: 0 10px;
}
.gallery-section .gallery-slider .expand-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f6f1ff;
  border: 1px solid #d6c3f2;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: 320px;
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #6549c2;
  background-color: #f6f1ff;
}
.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%;
  border-radius: 20px;
}
.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%;
}

.product-section {
  position: relative;
}
.product-section .product-bg {
  position: absolute;
  z-index: 0;
}
.product-section .product-bg.img-2 {
  top: 5px;
  right: 0px;
}
.product-section .product-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .product-bg img {
    width: 60%;
  }
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  height: 100%;
  border-radius: 20px;
  background-image: url(/images/contact-bg.png?31db8736710676fdcade7fcd9c80538c);
  background-size: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #d6c3f2;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-img {
  background-color: #ffffff;
  border: 1px solid #d6c3f2;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-section .product-slider .product-card .product-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-slider .product-card .product-desc h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  font-size: 18px;
}
.product-section .product-slider .product-card .product-desc .amount-price p {
  margin-bottom: 0 !important;
}
.product-section .product-slider .product-card .product-desc .amount {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  font-size: 22px;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-bg {
  position: absolute;
  z-index: 0;
}
.testimonial-section .testimonial-bg.img-2 {
  top: 10px;
  left: 0;
  width: 50px;
}
.testimonial-section .testimonial-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg img {
    width: 60%;
  }
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 1px 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: 1px solid #d6c3f2;
  border-radius: 20px;
  background-image: url(/images/profile-bg.png?8ae270a34b3ca90b85a534a0c2d7a40b);
  background-size: 200px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 20px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #6549c2;
}
.testimonial-section .testimonial-slider .testimonial-card .top-quote-img {
  height: 20px;
  top: -20px;
  left: 0;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  min-height: 84px;
}

.blog-section {
  position: relative;
}
.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;
  border-radius: 20px;
  padding: 12px;
  background-color: #f6f1ff;
  border: 1px solid #d6c3f2;
  background-image: url(/images/appointment-bg.png?374f8f2ab99a8931ae38fd523306b0c0);
  background-size: 200px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  border: none;
  width: 100%;
  height: 240px;
  border-radius: 15px;
  max-width: 610px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d6c3f2;
  display: inline-block;
}
.blog-section .blog-slider .blog-card .card-img img {
  border-radius: 15px;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  min-height: 39px;
  line-height: 1.2;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  min-height: 48px;
}

.business-hour-section {
  position: relative;
}
.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 {
  row-gap: 16px;
}
.business-hour-section .business-hour-card .time-day-icons {
  width: 44px;
  min-width: 44px;
  height: 48px;
  background-image: url(/images/social-icon-bg.svg?daa3a3789cb4c0a91c89ac4227c22655);
  color: #6549c2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
.business-hour-section .business-hour-card .time-day-icons svg,
.business-hour-section .business-hour-card .time-day-icons img {
  width: 23px;
  height: 23px;
  margin-top: 16px;
}
.business-hour-section .business-hour-card .business-hour {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 20px 10px 5px 10px;
  margin-top: 28px;
  background-image: url(/images/contact-bg.png?31db8736710676fdcade7fcd9c80538c);
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: none;
  border: 1px solid #d6c3f2;
}
.business-hour-section .business-hour-card .business-hour div {
  font-size: 14px;
  font-weight: 500;
}

.qr-code-section {
  position: relative;
  z-index: 0;
}
.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 {
  max-width: 550px;
  margin: 0 auto;
  background: #f6f1ff;
  padding: 20px;
  border: 1px solid #d6c3f2;
  border-radius: 15px;
  gap: 24px;
  background-image: url(/images/appointment-bg.png?374f8f2ab99a8931ae38fd523306b0c0);
  background-size: 140px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .qr-code-section .qr-code {
    gap: 16px;
  }
}
.qr-code-section .qr-code .qr-code-img {
  width: 130px;
  height: 130px;
  min-width: 130px;
  padding: 6px;
  background: white;
  border: 3px solid #6549c2;
  border-radius: 10px;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-section {
  position: relative;
}
.contact-us-section .contact-form {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #d6c3f2;
  border-radius: 20px;
  background-image: url(/images/profile-bg.png?8ae270a34b3ca90b85a534a0c2d7a40b);
  background-size: 200px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #d6c3f2;
  height: 48px;
  border-radius: 10px;
  background-color: #f6f1ff;
  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 .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: 16px;
  background-color: #f6f1ff;
  border: 1px solid #d6c3f2;
  border-radius: 15px;
  background-image: url(/images/appointment-bg.png?374f8f2ab99a8931ae38fd523306b0c0);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.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;
  }
}

.bottom-content {
  background-color: #f6f1ff;
  border: 1px solid #d6c3f2;
  border-radius: 0 0 15px 15px;
}

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

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

.slick-dots {
  bottom: -35px !important;
}
.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;
}
.slick-dots li button:before {
  color: #6549c2 !important;
  opacity: 50% !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #6549c2 !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: 670px;
  min-height: 100vh;
  border-radius: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  background-color: white;
  position: relative;
  z-index: 1;
}

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

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 3px 9px;
  background: #6549c2;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.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: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 4px 10px;
}
.language ul .lang-list .lang-hover-list li:hover {
  background-color: #f6f1ff !important;
}
.language ul .lang-list .lang-hover-list li:hover a {
  color: #6549c2 !important;
}
.language ul .lang-list .lang-hover-list li.active {
  background-color: #f6f1ff !important;
}
.language ul .lang-list .lang-hover-list li.active a {
  color: #6549c2 !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: 14px !important;
  width: 18px !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;
}

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

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #6549c2;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #6549c2;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #6549c2;
  stroke: #fff5fc;
}
.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: #6549c2;
}
.instagram-btn .svg-reels-icon path {
  fill: #6549c2;
}
.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;
  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;
  background: #ffffff !important;
  border: 1px solid #d6c3f2 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
}

.add-contact-btn {
  width: 200px !important;
  width: 200px !important;
  height: 50px !important;
  margin: 0 auto;
  color: #ffffff;
  z-index: 9999;
  padding: 7px;
  border-radius: 10px !important;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.add-contact-btn:hover {
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
  background-color: #6549c2 !important;
  color: #ffffff !important;
}
.add-contact-btn i {
  font-size: 1rem;
}

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

.time-slot {
  background-color: #ffffff !important;
  color: #211c29 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
}

.activeSlot {
  border: 1px solid #6549c2 !important;
  background-color: #ffffff !important;
  color: #6549c2 !important;
}

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

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

.social-media .social-icons {
  gap: 16px;
}
.social-media .social-icon,
.social-media .social-back {
  width: 52px;
  height: 56px;
  min-width: 52px;
  background-image: url(/images/social-icon-bg.svg?daa3a3789cb4c0a91c89ac4227c22655);
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
.social-media .social-icon svg,
.social-media .social-icon img,
.social-media .social-back svg,
.social-media .social-back img {
  margin-top: 15px;
  height: 22px !important;
  color: #6549c2 !important;
  fill: #6549c2 !important;
}
.social-media .social-icon:hover,
.social-media .social-back:hover {
  background-image: url(/images/social-icon-hover-bg.svg?0863a654c6507e15fc514a1f5e7b5413);
}
.social-media .social-icon:hover svg,
.social-media .social-icon:hover img,
.social-media .social-back:hover svg,
.social-media .social-back:hover img {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.vcard-twentyeight.main-content {
  max-width: 670px;
  text-align: center !important;
  color: #211c29;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.vcard-twentyeight .vcard-twentyeight-heading {
  font-weight: 500;
  font-size: 28px;
  color: #6549c2 !important;
}

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

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

.vcard-one__product .product-card {
  margin: 10px auto !important;
  background-image: url(/images/contact-bg.png?31db8736710676fdcade7fcd9c80538c);
  background-size: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #d6c3f2;
  padding: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding: 20px;
}
.vcard-one__product .product-img-slider-28 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px !important;
}
.vcard-one__product .product-img-slider-28 .slick-slide {
  padding: 0 10px !important;
  margin: 0 !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.vcard-one__product .product-img-slider-28 .slick-dots {
  position: relative !important;
  width: 130px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  bottom: 0px !important;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .vcard-one__product .product-img-slider-28 .slick-dots {
    width: 80% !important;
  }
}
.vcard-one__product .product-img-slider-28 .slick-dots .slick-active button {
  opacity: 1 !important;
}
.vcard-one__product .product-img-slider-28 .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  background-color: #6549c2 !important;
  border-radius: 50% !important;
  opacity: 0.5 !important;
}
.vcard-one__product .product-img-slider-28 .slick-dots li button::before {
  content: none !important;
}
.vcard-one__product .product-img-slider-28 .product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
  border: 1px solid #d6c3f2;
  border-radius: 10px;
}
.vcard-one__product .product-img-slider-28 .product-img-height img {
  aspect-ratio: 2.76;
  border-radius: 10px;
}
.vcard-one__product .slick-list {
  padding: 0 !important;
}

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

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

.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: rgba(61, 167, 253, 0.15) 0px 3px 12px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #d6c3f2;
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 13px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.act-now {
  padding: 7px 21px;
  background: #6549c2 !important;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white !important;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 10px;
}

.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 #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 .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
}
.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;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #6549c2;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #6549c2;
  font-size: 23px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 16px;
  font-weight: 400;
}
.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 4px 10px !important;
  border-radius: 8px !important;
}
.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: #ffffff;
  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: #6549c2 !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: #6549c2 !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #6549c2;
  color: white !important;
  font-size: 15px;
  border: none;
  border-radius: 8px;
}

@media (min-width: 576px) {
  #newsLatterModal .modal-dialog {
    max-width: 420px !important;
    min-height: calc(100% - 5rem) !important;
    transform: none !important;
  }
}

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.stickyIcon {
  margin-top: 2px !important;
}

.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-content.rtl .profile-section .card {
  margin: 25px 30px 0px 0px;
  border-radius: 0px 100px 100px 0px;
  border: 1px solid #6549c2 !important;
  border-left: none !important;
  background-image: url(/images/main-vector-rtl.png?05a7fa3d1e75cb4e9cf6b51afe867940);
  background-position: left bottom;
}
@media (max-width: 576px) {
  .main-content.rtl .profile-section .card {
    margin: 25px 20px 0px 20px;
    border: 1px solid #6549c2 !important;
    border-radius: 20px;
  }
}
.main-content.rtl .vector-1 {
  left: -10px;
  right: auto;
}
.main-content.rtl .lang-hover-list {
  left: 0 !important;
  right: auto !important;
}
.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .our-services-section .services .service-card .card-img {
  right: 20px;
}
@media (min-width: 576px) {
  .main-content.rtl .profile-left {
    left: 0;
  }
  .main-content.rtl .text-sm-start {
    text-align: right !important;
  }
}

.btn-section.rtl {
  right: auto !important;
  left: 15px !important;
}

.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;
}
.modal-content[dir=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;
}
.modal-content[dir=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;
}

.slick-prev:before {
  color: black !important;
  margin-left: 10px !important;
}

.slick-next:before {
  color: black !important;
  margin-right: 10px !important;
}

.slick-next {
  right: -13px !important;
}

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

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

.input-box {
  padding: 16px 10px;
  display: grid;
  place-items: center;
  border: 1px solid #d6c3f2 !important;
  border-radius: 10px !important;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  background-color: #f6f1ff;
}

.input-box h4 {
  margin: 0;
  color: #9a9a9a !important;
  font-size: 14px !important;
}

.file-list li {
  color: #9a9a9a !important;
}

.selected-files .item {
  border: 1px solid #f9b6da !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #fef7fb;
}

.file-list .name {
  flex-grow: 1;
}

.file-list .remove {
  margin-left: 8px;
  cursor: pointer;
  color: red;
}

.file-list .remove svg {
  width: 16px;
  height: 16px;
}

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

.selected-files h5 {
  color: #212529 !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}

small {
  font-size: 13px;
  color: #212529 !important;
}

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

.modal {
  padding-right: 0 !important;
}
.modal.show {
  padding-right: 0 !important;
}
.modal.show .modal-dialog {
  transform: translateY(35px) !important;
}
@media (min-width: 576px) {
  .modal.show .modal-dialog {
    margin: 2.5rem auto !important;
    max-width: 520px !important;
  }
}
.modal .modal-dialog {
  transform: translateY(95px) !important;
}
.modal .modal-dialog.modal-bottom {
  height: 87vh !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: rgba(61, 167, 253, 0.15) 0px 3px 12px;
  border: 1px solid #d6c3f2;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  background: #6549c2 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem;
  border: none !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.youtube-link-28 {
  padding-top: 56.25%;
  position: relative;
}
.youtube-link-28 iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
  width: 100 !important;
}

.profile-top-margin {
  top: 0 !important;
}

.row-gap-20px {
  row-gap: 20px;
}

.right-arrow-animation {
  animation: right-arrow 1s linear 1s infinite alternate;
}

@keyframes right-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.view-more {
  padding: 8px 24px 8px 12px;
  background: #6549c2;
  border: 1px solid #6549c2;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  color: #ffffff !important;
}
.view-more a {
  color: #ffffff !important;
}
.view-more:hover {
  background: #ffffff;
  color: #6549c2 !important;
}
.view-more:hover a {
  color: #6549c2 !important;
}

.iframe-card iframe {
  border: 2px solid #6549c2;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .vector-all img {
    width: 75% !important;
  }
}

.row-gap-48px {
  row-gap: 48px;
}

.profile-desc p {
  margin-bottom: 0 !important;
}

.insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: 1px solid #6549c28f !important;
  margin-bottom: 0 !important;
}

.iframe-section .iframe-slider .slick-slide {
  padding: 0 10px;
}
.iframe-section .iframe-slider .iframe-card iframe {
  border-radius: 15px !important;
  border: 2px solid #6549c2 !important;
  margin-bottom: 0 !important;
}

.map-section {
  border: 1px solid #d6c3f2 !important;
  padding: 10px;
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
}
.map-section .map-location .location-icon {
  background-color: #eadfff;
  border: 1px solid #d6c3f2;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .vector-all img {
    width: 60% !important;
  }
}

.vector-1 {
  right: -10px;
  top: 40px;
}
@media (max-width: 576px) {
  .vector-1 {
    right: 5px;
    top: 60px;
  }
}

.vector-2 {
  left: 0px;
  top: 0;
  width: 30px;
}

.vector-3 {
  right: 0;
  top: 0px;
  width: 50px;
}

.vector-4 {
  left: -10px;
  top: 10px;
}

.vector-5 {
  right: 0;
  top: 10px;
  width: 55px;
}

.vector-6 {
  right: 0;
  top: 0;
}

.vector-7 {
  left: 0;
  top: 10px;
}

.vector-8 {
  right: -18px;
  top: 0;
}

.vector-9 {
  left: 0;
  top: 0;
}

.vector-10 {
  right: 0;
  top: 15px;
  width: 60px;
}

.vector-11 {
  left: 0;
  top: 0;
  width: 40px;
}

.card-back {
  background-color: #f6f1ff !important;
  border: 1px solid #d6c3f2 !important;
  box-shadow: none !important;
}

.terms-condition {
  min-width: 16px !important;
}

.particle-vcard28 {
  position: absolute;
  width: 30px;
  height: 30px;
  pointer-events: none;
  opacity: 0.6;
}

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