.bg-green {
  background-color: #42af61 !important;
}

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

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

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

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

.text-green {
  color: #42af61 !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: 40px;
  overflow: hidden;
}
.section-heading h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 14px 40px 14px 45px;
  border-radius: 60px;
  background-color: #072541;
  position: relative;
  max-width: 90%;
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
    padding: 14px 30px 14px 30px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 19px;
    padding: 10px 14px;
  }
}
.section-heading h2::after {
  position: absolute;
  content: "";
  width: 16px;
  right: -12px;
  bottom: -1px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url("/assets/img/vcard24/heading-after.png");
}
.section-heading h2::before {
  position: absolute;
  content: "";
  width: 12px;
  left: -7px;
  top: 2px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("/assets/img/vcard24/heading-before.png");
}

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

@media (max-width: 576px) {
  .btn-icon {
    padding: 0;
  }
}
.btn-primary {
  color: #42af61;
  background-color: #b8ff69;
  border: 1px solid #b8ff69;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #b8ff69;
  background-color: #42af61;
  border: 1px solid #b8ff69;
}

.btn-green {
  color: #ffffff;
  background-color: #42af61;
  border: 1px solid #42af61;
}
.btn-green:hover, .btn-green:focus, .btn-green.active {
  color: #42af61;
  background-color: #ffffff;
  border: 1px solid #42af61;
}

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

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

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

.main-content {
  position: relative;
}

.bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1 !important;
}

.banner-section .banner-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px !important;
  max-height: 100%;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 220px;
  }
}
.banner-section .banner-img .cloud-img {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
@media (max-width: 460px) {
  .banner-section .banner-img .cloud-img {
    bottom: -40px;
  }
}

.profile-section {
  position: relative;
}
.profile-section .book-img {
  position: absolute;
  top: 20px;
  right: 40px;
}
.profile-section .book-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .profile-section .book-img {
    right: 30px;
  }
  .profile-section .book-img img {
    width: 75%;
  }
}
.profile-section .card {
  background-color: transparent !important;
  border: none;
}
.profile-section .card .card-img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
}
.profile-section .card .card-img img {
  -webkit-mask-box-image: url("/assets/img/vcard24/profile-mask.png");
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    margin: 0 auto 30px auto;
  }
}
.profile-section .card .card-img::after {
  position: absolute;
  content: url("/assets/img/vcard24/profile-bg-img.png");
  top: 0;
  left: 0;
}

.social-media-section .social-icon {
  width: 44px;
  min-width: 44px;
  height: 40px;
  margin: 0px 7px 14px 7px;
  background-image: url("/assets/img/vcard24/social-icon-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.social-media-section .social-icon svg,
.social-media-section .social-icon img {
  width: 18px;
  height: 18px;
  color: white !important;
}

.contact-section {
  position: relative;
}
.contact-section .abc-img {
  position: absolute;
  top: -60px;
  left: 30px;
}
.contact-section .abc-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-section .abc-img {
    top: -30px;
    left: 20px;
  }
  .contact-section .abc-img img {
    width: 60%;
  }
}
.contact-section .contact-box .contact-icon {
  width: 60px;
  min-width: 60px;
  height: 55px;
  margin-right: 15px;
  background-image: url("/assets/img/vcard24/contact-icon-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.our-services-section {
  position: relative;
}
.our-services-section .pencil-img1 {
  position: absolute;
  left: 0;
  top: -24px;
}
.our-services-section .pencil-img1 img {
  width: 100%;
}
@media (max-width: 575px) {
  .our-services-section .pencil-img1 img {
    width: 75%;
  }
}
.our-services-section .triangle-img1 {
  position: absolute;
  right: 0;
  top: 0;
}
.our-services-section .triangle-img1 img {
  width: 100%;
}
@media (max-width: 575px) {
  .our-services-section .triangle-img1 img {
    width: 75%;
  }
}
.our-services-section .services .service-card {
  border-radius: 20px;
  padding: 70px 20px 20px 20px;
  position: relative;
  border: 1px solid #cdd3d9;
  border-radius: 20px 80px 20px 20px;
}
.our-services-section .services .service-card .card-img {
  width: 90px;
  height: 82px;
  min-width: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -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;
}
.appointment-section .one-img {
  position: absolute;
  top: 100px;
  left: 15px;
}
.appointment-section .one-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .one-img {
    top: 75px;
  }
  .appointment-section .one-img img {
    width: 75%;
  }
}
.appointment-section .red-heart-img {
  position: absolute;
  top: 232px;
  left: 25px;
}
.appointment-section .red-heart-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .red-heart-img {
    top: 170px;
    left: 5px;
  }
  .appointment-section .red-heart-img img {
    width: 75%;
  }
}
.appointment-section .three-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.appointment-section .three-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .three-img {
    bottom: 35px;
  }
  .appointment-section .three-img img {
    width: 75%;
  }
}
.appointment-section .yellow-star-img {
  position: absolute;
  top: 100px;
  right: 30px;
}
.appointment-section .yellow-star-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .yellow-star-img {
    top: 80px;
    right: 20px;
  }
  .appointment-section .yellow-star-img img {
    width: 75%;
  }
}
.appointment-section .two-img {
  position: absolute;
  top: 170px;
  right: 0px;
}
.appointment-section .two-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .two-img {
    top: 165px;
  }
  .appointment-section .two-img img {
    width: 75%;
  }
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  border: 1px solid #cdd3d9;
  color: #6b7075;
  border-radius: 15px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #6b7075;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #6b7075;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #f7941e;
}

.gallery-section {
  position: relative;
}
.gallery-section .earth-img {
  position: absolute;
  top: 10px;
  right: 0;
}
.gallery-section .earth-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .gallery-section .earth-img img {
    width: 60%;
  }
}
.gallery-section .star-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery-section .star-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .gallery-section .star-img img {
    width: 75%;
  }
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
  max-height: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .gallery-section .gallery-slider .gallery-img {
    max-width: 360px;
  }
}
@media (max-width: 375px) {
  .gallery-section .gallery-slider .gallery-img {
    max-width: 300px;
  }
}
@media (max-width: 320px) {
  .gallery-section .gallery-slider .gallery-img {
    max-width: 275px;
  }
}
.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-link .gallery-file-item {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-section .gallery-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 42%;
  opacity: 1 !important;
  width: 50px;
  min-width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  color: #ffffff;
}
.gallery-section .gallery-slider .slick-arrow.slick-disabled {
  background-color: transparent;
  color: #1cbbb4;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-arrow {
    display: none;
  }
}
.gallery-section .gallery-slider .next-arrow {
  right: 15px;
}
.gallery-section .gallery-slider .prev-arrow {
  left: 15px;
}
.gallery-section .gallery-slider .slick-dots {
  position: relative;
  bottom: -25px;
}

.product-section {
  position: relative;
}
.product-section .bag-img {
  position: absolute;
  left: 0;
  top: 50px;
}
.product-section .bag-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .bag-img {
    top: 30px;
  }
  .product-section .bag-img img {
    width: 75%;
  }
}
.product-section .brush-img {
  position: absolute;
  right: 0;
  top: 60px;
}
.product-section .brush-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .brush-img img {
    width: 75%;
  }
}
.product-section .product-slider .product-card {
  max-width: 260px;
  min-height: 285px;
  margin: 0 10px;
  height: 100%;
  border: none;
  position: relative;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .maskborder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cdd3d9;
  -webkit-mask-box-image: url("/assets/img/vcard24/product-mask.png");
}
.product-section .product-slider .product-card .maskborder .mask {
  position: absolute;
  width: 99.22%;
  height: 99.22%;
  top: 1px;
  left: 1px;
  background-color: #f5f5f5;
  -webkit-mask-box-image: url("/assets/img/vcard24/product-mask.png");
}
.product-section .product-slider .product-card .maskborder .mask .content {
  margin: 5px;
}
.product-section .product-slider .product-card .maskborder .mask .content .card-img {
  position: relative;
  min-width: 230px;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-box-image: url("/assets/img/vcard24/product-mask.png");
}
.product-section .product-slider .product-card .maskborder .mask .content .product-desc {
  padding: 0;
}
.product-section .product-slider .product-card .maskborder .mask .content .product-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-name {
  margin-right: 15px !important;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .clip-img {
  position: absolute;
  top: 60px;
  left: 0;
}
.testimonial-section .clip-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .clip-img img {
    width: 75%;
  }
}
.testimonial-section .color-plat-img {
  position: absolute;
  top: 0;
  left: 40px;
}
.testimonial-section .color-plat-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .color-plat-img {
    left: 30px;
  }
  .testimonial-section .color-plat-img img {
    width: 75%;
  }
}
.testimonial-section .pencil-color-img {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-section .pencil-color-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .pencil-color-img img {
    width: 75%;
  }
}
.testimonial-section .testimonial-slider {
  background-image: url("/assets/img/vcard24/testimonial-bg-img.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  padding: 25px 20px 25px 20px;
  border: none;
  background-color: transparent;
  border-radius: 20px;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .card-img {
  position: relative;
  width: 230px;
  min-width: 230px;
  height: 190px;
  background-image: url("/assets/img/vcard24/testimonial-img-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slider .testimonial-card .card-img .mask {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 14px;
  left: 6px;
  -webkit-mask-box-image: url("/assets/img/vcard24/mask-img.png");
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section {
  position: relative;
}
.blog-section .paper-plane-img {
  position: absolute;
  top: 40px;
  left: 20px;
}
.blog-section .paper-plane-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .blog-section .paper-plane-img img {
    width: 60%;
  }
}
.blog-section .cloud-vector-img {
  position: absolute;
  top: 30px;
  right: 60px;
}
.blog-section .cloud-vector-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .blog-section .cloud-vector-img {
    right: 30px;
  }
  .blog-section .cloud-vector-img img {
    width: 75%;
  }
}
.blog-section .star-img2 {
  position: absolute;
  top: 130px;
  right: -5px;
}
.blog-section .star-img2 img {
  width: 100%;
}
@media (max-width: 575px) {
  .blog-section .star-img2 img {
    width: 75%;
  }
}
.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: none;
  background-color: transparent;
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  border: 2px solid #f4c100;
  width: 100%;
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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;
}

.business-hour-section {
  position: relative;
}
.business-hour-section .rainbow-img {
  position: absolute;
  top: 60px;
  left: 0;
}
.business-hour-section .rainbow-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .business-hour-section .rainbow-img img {
    width: 75%;
  }
}
.business-hour-section .triangle-img2 {
  position: absolute;
  right: 0;
  top: -5px;
}
.business-hour-section .triangle-img2 img {
  width: 100%;
}
@media (max-width: 575px) {
  .business-hour-section .triangle-img2 img {
    width: 60%;
  }
}
.business-hour-section .business-hours {
  padding: 5px;
  max-width: 400px;
  font-size: 16px;
  border-radius: 15px;
  font-weight: 500;
  margin: 0 auto;
}
.business-hour-section .business-hours span {
  font-size: 16px;
}
@media (max-width: 575px) {
  .business-hour-section .business-hours span {
    font-size: 14px;
  }
}

.qr-code-section {
  position: relative;
}
.qr-code-section .pencil-img2 {
  position: absolute;
  left: 0;
  top: 30px;
}
.qr-code-section .pencil-img2 img {
  width: 100%;
}
@media (max-width: 575px) {
  .qr-code-section .pencil-img2 img {
    width: 60%;
  }
}
.qr-code-section .lab-img1 {
  position: absolute;
  right: 80px;
  top: 10px;
}
.qr-code-section .lab-img1 img {
  width: 100%;
}
@media (max-width: 575px) {
  .qr-code-section .lab-img1 {
    right: 60px;
    top: 20px;
  }
  .qr-code-section .lab-img1 img {
    width: 75%;
  }
}
.qr-code-section .lab-img2 {
  position: absolute;
  top: 125px;
  right: 40px;
}
.qr-code-section .lab-img2 img {
  width: 100%;
}
@media (max-width: 575px) {
  .qr-code-section .lab-img2 {
    top: 90px;
    right: 20px;
  }
  .qr-code-section .lab-img2 img {
    width: 75%;
  }
}
.qr-code-section .blue-heart-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.qr-code-section .blue-heart-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .qr-code-section .blue-heart-img {
    right: 10px;
    bottom: 50px;
  }
  .qr-code-section .blue-heart-img img {
    width: 75%;
  }
}
.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: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 50%;
  box-shadow: 10px 10px 20px -7px rgba(53, 36, 31, 0.15);
  position: relative;
}
.qr-code-section .qr-code .qr-profile-img img {
  -webkit-mask-box-image: url("/assets/img/vcard24/profile-mask.png");
}
.qr-code-section .qr-code .qr-profile-img::after {
  position: absolute;
  content: url("/assets/img/vcard24/profile-bg-img.png");
  top: 0;
  left: 0;
}
.qr-code-section .qr-code .qr-code-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  background-color: #f5f5f5;
  padding: 12px;
}

.contact-us-section {
  position: relative;
}
.contact-us-section .crystal-img {
  position: absolute;
  left: 60px;
  top: -20px;
}
.contact-us-section .crystal-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-us-section .crystal-img {
    left: 30px;
    top: 10px;
  }
  .contact-us-section .crystal-img img {
    width: 60%;
  }
}
.contact-us-section .apple-img {
  position: absolute;
  left: 0;
  top: 70px;
}
.contact-us-section .apple-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-us-section .apple-img img {
    width: 60%;
  }
}
.contact-us-section .half-round-img {
  position: absolute;
  right: 0;
  top: 30px;
}
.contact-us-section .half-round-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-us-section .half-round-img img {
    width: 60%;
  }
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 20px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cdd3d9;
  color: #6b7075;
  font-size: 14px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #6b7075;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #6b7075;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  position: relative;
}
.create-vcard-section .notes-img {
  position: absolute;
  top: -30px;
  left: 0;
}
.create-vcard-section .notes-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .create-vcard-section .notes-img img {
    width: 50%;
  }
}
.create-vcard-section .fusion-img {
  position: absolute;
  top: 0;
  right: 30px;
}
.create-vcard-section .fusion-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .create-vcard-section .fusion-img img {
    width: 70%;
  }
}
.create-vcard-section .ball-img {
  position: absolute;
  right: 0;
  top: 100px;
}
.create-vcard-section .ball-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .create-vcard-section .ball-img {
    top: 80px;
  }
  .create-vcard-section .ball-img img {
    width: 75%;
  }
}
.create-vcard-section .vcard-bg {
  background-color: #e5eef0;
}
.create-vcard-section .vcard-link-card {
  padding: 25px;
  border-radius: 15px;
  border: none;
  position: relative;
}
.create-vcard-section .vcard-link-card .link {
  position: relative;
  z-index: 9;
}
.create-vcard-section .vcard-link-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f7941e;
  top: -5px;
  left: -5px;
  border-radius: 20px;
}
.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%;
  left: 0;
  bottom: 60px;
}

.btn-section .fixed-btn-section .school-bars-btn {
  background-color: #ed145b;
}
.btn-section .fixed-btn-section .sub-btn .school-sub-btn {
  background-color: #ed145b;
  border: 1px solid #ed145b;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 15px !important;
  height: 8px !important;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  font-size: 0;
  margin: 0 auto !important;
}
.slick-dots li button:before {
  font-size: 0;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px;
  background-color: rgba(244, 193, 0, 0.5019607843);
  color: transparent !important;
}
.slick-dots li.slick-active button:before {
  width: 15px !important;
  opacity: 1;
  background-color: #f4c100;
}

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

.insta-feed {
  max-height: 1000px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 320px) {
  .insta-feed .insta-embed {
    width: 100% !important;
  }
}

.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: #072541 !important;
  border-radius: 50px !important;
  border: 1px solid #072541;
  color: #ffffff !important;
}
.instagram-btn.active span {
  color: #ffffff !important;
  font-size: 20px !important;
}

.insta-toggle {
  border: 2px solid #072541;
  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;
}

.vcard-twentyfour.main-content {
  max-width: 576px;
  min-height: 100vh;
  text-align: center !important;
  background-color: #ffffff;
  color: #211c29;
}
.vcard-twentyfour .vcard-twentyfour-heading {
  font-weight: 500;
  font-size: 28px;
  color: #072541;
}

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

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

.back-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #072541;
  color: #ffffff;
  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;
}
.vcard-one__product .product-card .product-desc {
  text-align: center;
}

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

.vcard24-sticky-btn {
  background: #b8ff69;
  color: #6554ce;
  border-radius: 5px;
  height: 40px;
}

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

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 10px 20px;
  background: #1cbbb4 !important;
  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;
}

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

.activeSlot {
  background-color: #6554ce !important;
  color: #f5f2fb !important;
  cursor: pointer;
}

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

.support-banner {
  width: 100%;
  max-width: 576px;
  height: auto !important;
  position: fixed;
  bottom: 0;
  z-index: 99999 !important;
  background: #e5eef0 !important;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 19px 3px 0 #fffcfc, 0 0px 11px 0 #ede9e9;
}
.support-banner .support_heading {
  font-size: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
}
@media (max-width: 320px) {
  .support-banner .support_text {
    max-height: 194px !important;
    overflow: auto !important;
  }
}

@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: #072541;
  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;
}
.act-now:hover {
  background-color: rgb(4.5208333333, 23.8958333333, 41.9791666667);
  color: white;
  transform: translateY(-3px);
}

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

.modal {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.modal .news-modal {
  margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: #212020;
}
.modal .news-modal #newsLatter-content .newsmodal-header .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: #e5eef0;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #e5eef0;
  font-size: 28px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: #e5eef0;
  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: #e5eef0 !important;
  border: unset;
  outline: unset;
  color: #212020;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #e5eef0;
  color: #212020 !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;
  }
}
.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;
}

.audio-control {
  position: absolute;
  bottom: 0px !important;
  left: 1px;
}
