@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #e5e5e5 !important;
  font-family: Poppins, sans-serif;
}
.vcard-one.main-content {
  background-color: #fff;
  max-width: 576px;
  min-height: 100% !important;
}
.vcard-one .vcard-one-heading {
  color: #313bac;
  font-size: 28px;
  font-weight: 600;
}
.vcard-one .profile-description {
  color: #6c757d;
}
.vcard-one .profile-description h1,
.vcard-one .profile-description h2 {
  color: #6c757d !important;
}
.vcard-one__banner {
  height: 226px;
}
.vcard-one__banner img {
  height: 240px;
  width: 100%;
}
.vcard-one__banner .image-icon img {
  height: 20px;
  width: 25px;
}
.vcard-one .activeSlot {
  background-color: #313bac !important;
  color: #fff !important;
  cursor: pointer !important;
}
.vcard-one__profile .avatar img {
  height: 120px;
  max-width: 120px;
  min-width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
}
.vcard-one__profile-details {
  margin-top: 60px;
}
.vcard-one__profile-details .profile-name {
  color: #010101;
  font-size: 25px !important;
  font-weight: 600;
  z-index: 1;
}
.vcard-one__profile-details .profile-designation {
  color: #b8b8b8;
  font-size: 20px;
}
.vcard-one__profile-details .profile-company {
  font-size: 16px;
  padding-top: 5px;
}

/* === SOCIAL ICONS GRID STYLE (Merged Version) === */

.vcard-one__profile-details .social-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three icons per row */
  gap: 5px; /* Space between icons */
  justify-items: center; /* Center align icons horizontally */
  align-items: center; /* Align icons vertically */
  padding: 10px;
  width: 100%;
}

/* === ICON CONTAINER === */
.vcard-one__profile-details .social-icons a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.vcard-one__profile-details .social-icons a:hover {
  transform: scale(1.1); /* Enlarge slightly on hover */
}

/* === ICON IMAGE / SVG === */
.vcard-one__profile-details .social-icons .icon,
.vcard-one__profile-details .social-icons img {
  width: 60px;
  height:60px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10%;
  
}

/* === INDIVIDUAL ICON COLORS === */
.vcard-one__profile-details .social-icons .facebook-icon {
  color: #1b95e0;
}

.vcard-one__profile-details .social-icons .youtube-icon {
  color: red;
}

.vcard-one__profile-details .social-icons .pinterest-icon {
  color: #bd081c;
}

.vcard-one__profile-details .social-icons .reddit-icon {
  color: #ff4500;
}

.vcard-one__profile-details .social-icons .instagram-icon {
  color: #f58ea9;
}

.vcard-one__profile-details .social-icons .linkedin-icon {
  color: #1b95e0;
}

.vcard-one__profile-details .social-icons .whatsapp-icon {
  color: #1ad086;
}

.vcard-one__profile-details .social-icons .twitter-icon {
  color: #1da1f3;
  fill: #000; /* in case of SVG */
  height: 30px;
}

.vcard-one__profile-details .social-icons .tumblr-icon {
  color: #35465d;
}

.vcard-one__profile-details .social-icons .globe-africa-icon {
  color: #557b97;
}

.vcard-one__profile-details .social-icons .tiktok-icon {
  color: #28ffff;
}


.vcard-one__event .event-card .event-name {
  color: #010101;
  font-size: 14px;
  font-weight: 500;
}
.vcard-one__appointment .appointment-one {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.vcard-one__appointment .appointment-one .appoint-date {
  font-size: 16px;
}
.vcard-one__appointment .appointment-one .appoint-input {
  background-color: #edf2f8;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer !important;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.vcard-one__appointment .appointment-one .appoint-input:focus {
  border-color: #edf2f8 !important;
}
.vcard-one__appointment .appointment-one .appoint-input:focus-visible {
  outline: none;
}
.vcard-one__appointment .appointment-one .appoint-input::-moz-placeholder {
  color: #212529;
}
.vcard-one__appointment .appointment-one .appoint-input::placeholder {
  color: #212529;
}
.vcard-one__appointment .appointment-one .appoint-btn {
  background: #313bac;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one__appointment .appointment-one .appoint-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
@media (max-width: 335px) {
  .vcard-one__appointment .appointment-one .appoint-btn {
    font-size: 14px;
  }
}
.vcard-one__service {
  background-image: url(/images/vcard-one-bg.png?be460e212eba10e15bd4d418aa879588);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.vcard-one__service .service-card {
  background: transparent;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  max-height: 480px;
  overflow-y: auto;
  padding: 20px;
}
.vcard-one__service .service-card .service-new-image {
  border-radius: 0.5rem;
  height: 25vh;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.vcard-one__service .service-card .card-body {
  padding-left: 0 !important;
}
.vcard-one__service .service-card .card-body .title-text {
  color: #535aae;
}
.vcard-one__service .service-card .card-body .description-text {
  color: #6b6fa2;
}
.vcard-one__service .service-card .service-image {
  background: linear-gradient(151.23deg, #a1bffc 14.23%, #a7def3 87.45%);
  height: 70px;
  max-width: 70px;
  min-width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-one__service .service-card .service-image img {
  height: auto;
  max-height: 40px;
  max-width: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
.vcard-one__service .service-card .service-details .service-title {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
}
.vcard-one__service .service-card .service-details .service-paragraph {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #010101;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 450;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 160px;
}
@media (max-width: 500px) {
  .vcard-one__service .services-slider-view .slick-list {
    height: 245px;
  }
}
.vcard-one__service .services-slider-view .service-card {
  border-radius: 10px;
  max-height: 180px;
  min-height: 160px;
  overflow-y: auto;
}
.vcard-one__service .services-slider-view .service-card .card-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
}
.vcard-one__service .services-slider-view .service-card .description-text {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 500px) {
  .vcard-one__service .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 3;
  }
}
.vcard-one__service .services-slider-view .service-card .img {
  display: inline;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one__service .services-slider-view .service-card .img img {
  height: 120px;
  margin-right: 10px;
  width: 120px;
}
@media (max-width: 500px) {
  .vcard-one__service .services-slider-view .service-card .img img {
    height: 90px;
    width: 90px;
  }
  .vcard-one__service .services-slider-view .service-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    text-align: center;
  }
}
.vcard-one__service .services-slider-view .slick-list .slick-slide {
  margin: 0 15px;
}
.vcard-one__service .services-slider-view .slick-dots {
  bottom: -20px;
}
.vcard-one__service .services-slider-view .slick-dots li {
  margin: 0;
}
.vcard-one__service
  .services-slider-view
  .slick-dots
  .slick-active
  button:before {
  opacity: 1;
}
.vcard-one__service .services-slider-view .slick-dots button:before {
  font-size: 20px;
}
.vcard-one__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard-one__gallery .gallery-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 17px;
}
.vcard-one__gallery .gallery-slider .slick-dots {
  bottom: -5px;
}
.vcard-one__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard-one__gallery .gallery-slider .slick-dots button:before {
  font-size: 30px !important;
}
.vcard-one__gallery .gallery-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.vcard-one__gallery .gallery-card .gallery-profile img {
  height: 238px;
}
.vcard-one__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard-one__gallery .gallery-card .gallery-profile .gallery-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 238px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
}
.vcard-one__product .product-slider .slick-track {
  display: flex !important;
}
.vcard-one__product .product-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 17px;
}
.vcard-one__product .product-slider .slick-slide div {
  height: 100%;
  width: 100%;
}
.vcard-one__product .product-slider .slick-dots {
  bottom: -5px;
}
.vcard-one__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard-one__product .product-slider .slick-dots button:before {
  font-size: 30px !important;
}
.vcard-one__product .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.vcard-one__product .product-card .product-profile img {
  -o-object-fit: contain;
  object-fit: contain;
}
.vcard-one__product .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-one__product .product-card .product-details h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
}
.vcard-one__product .product-card .product-details span {
  font-size: 14px;
  font-weight: 500;
}
.vcard-one__product .product-card .product-details p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #010101;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.vcard-one__product .product-card .review-star .star-icon {
  color: #ffca2c;
}
@media (max-width: 580px) {
  .vcard-one__product .product-card {
    width: 99% !important;
  }
  .vcard-one__product .product-card img {
    width: 100% !important;
  }
}
.vcard-one__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard-one__testimonial .testimonial-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 17px;
}
.vcard-one__testimonial .testimonial-slider .slick-dots {
  bottom: -5px;
}
.vcard-one__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard-one__testimonial .testimonial-slider .slick-dots button:before {
  font-size: 30px !important;
}
.vcard-one__testimonial .testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  height: 290px;
  min-height: 290px;
}
.vcard-one__testimonial .testimonial-card .testimonial-profile img {
  height: 80px;
  left: 50% !important;
  max-width: 80px;
  min-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -35px !important;
  transform: translateX(-50%) !important;
}
.vcard-one__testimonial .testimonial-card .testimonial-details {
  margin-top: 40px !important;
}
.vcard-one__testimonial .testimonial-card .testimonial-details h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
}
.vcard-one__testimonial .testimonial-card .testimonial-details span {
  font-size: 14px;
  font-weight: 500;
}
.vcard-one__testimonial .testimonial-card .testimonial-details p {
  -webkit-box-orient: vertical;
  color: #010101;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  max-height: 190px;
  overflow: auto;
}
.vcard-one__testimonial .testimonial-card .review-star .star-icon {
  color: #ffca2c;
}
.vcard-one__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard-one__blog .blog-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 17px;
}
.vcard-one__blog .blog-slider .slick-slide div {
  width: 100%;
}
.vcard-one__blog .blog-slider .slick-list {
  overflow: visible;
  padding: 15px 0 !important;
}
.vcard-one__blog .blog-slider .slick-dots {
  bottom: -5px;
}
.vcard-one__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard-one__blog .blog-slider .slick-dots button:before {
  font-size: 30px !important;
}
.vcard-one__blog .blog-slider .blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
}
.vcard-one__blog .blog-slider .blog-card .blog-image {
  align-items: center;
  display: flex;
  height: 200px;
}
@media (min-width: 576px) {
  .vcard-one__blog .blog-slider .blog-card .blog-image {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .vcard-one__blog .blog-slider .blog-card .blog-image {
    justify-content: center;
  }
}
.vcard-one__blog .blog-slider .blog-card .blog-image img {
  height: 200px;
  min-width: 100%;
  width: 200px;
}
@media (max-width: 575px) {
  .vcard-one__blog .blog-slider .blog-card .blog-image img {
    height: 200px;
    margin: auto;
    min-width: 100%;
    width: 100%;
  }
}
.vcard-one__blog .blog-slider .blog-card .blog-details p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
}
.vcard-one__blog .blog-slider .blog-card .blog-details a h4 {
  color: #313bac !important;
}
.vcard-one .slick-dots > li {
  display: inline-block;
}
.vcard-one .slick-dots > li:only-child {
  display: none;
}
.vcard-one__qr-code {
  background-image: url(/images/vcard-one-bg.png?be460e212eba10e15bd4d418aa879588);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -7px !important;
}
.vcard-one__qr-code .qr-code {
  max-width: 286px;
}
.vcard-one__qr-code .qr-code .qr-code-profile img {
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-one__qr-code .qr-code .qr-code-image img {
  height: 146px;
  max-width: 146px;
  min-width: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vcard-one__qr-code .qr-code-btn {
  background: #313bac;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one__qr-code .qr-code-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
.vcard-one .share-btn a {
  background: #313bac;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one .share-btn a:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
@media (max-width: 575px) {
  .vcard-one .share-btn {
    margin: 0 auto;
  }
}
.vcard-one__timing .business-card {
  background-color: #edf2f8;
  border: none;
  border-radius: 15px;
  padding: 20px !important;
}
@media (max-width: 575px) {
  .vcard-one__timing .business-card {
    padding: 15px !important;
  }
}
.vcard-one__timing .business-card .calendar-icon {
  background-color: #313bac;
  border-radius: 12px;
}
.vcard-one__timing .business-card-today {
  border: 1px solid #313bac;
}
.vcard-one__contact {
  background-image: url(/images/vcard-one-bg.png?be460e212eba10e15bd4d418aa879588);
}
.vcard-one__contact .contact-form label {
  color: #313bac;
}
.vcard-one__contact .contact-form a {
  color: #313bac !important;
}
.vcard-one__contact .contact-form .input-group .input-group-text {
  background-color: transparent;
  border-color: #b8b8b8;
}
.vcard-one__contact .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard-one__contact .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard-one__contact .contact-form input,
.vcard-one__contact .contact-form textarea {
  background-color: transparent;
  border-color: #b8b8b8;
}
.vcard-one__contact .contact-form input:focus,
.vcard-one__contact .contact-form textarea:focus {
  border-color: #b8b8b8;
  box-shadow: none;
}
.vcard-one__contact .contact-form .contact-btn {
  background: #313bac;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .vcard-one__contact .contact-form .contact-btn {
    margin-bottom: 10px;
  }
}
.vcard-one__contact .contact-form .contact-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
.vcard-one .language ul {
  list-style: none;
}
.vcard-one .language ul .lang-list {
  background: #313bac;
  border: none;
  border-radius: 13px;
  outline: none;
  padding: 9px 15px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one .language ul .lang-list .lang-head,
.vcard-one .language ul .lang-list .lang-head i {
  color: #fff;
}
.vcard-one .language ul .lang-list .lang-hover-list {
  font-size: 15px;
  left: unset !important;
  margin: 15px 0 0;
  min-width: 85px;
  right: 0;
  width: 115%;
}
.vcard-one .language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.vcard-one .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard-one .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard-one .language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.vcard-one .language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.vcard-one .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard-one .language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}
.vcard1-sticky-btn {
  background: #313bac;
  border: 1px solid #313bac;
  border-radius: 50px !important;
  color: #fff;
  height: 40px;
}
a,
a:hover {
  text-decoration: none;
}
.vcard1-btn-group {
  background-color: #fff;
  border-radius: 50px !important;
  color: #313bac;
  height: 50px;
  width: 50px;
}
.vcard-one-btn {
  background: #313bac;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.vcard-one-btn i {
  color: #fff;
}
.vcard-one-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
@media (max-width: 575px) {
  .vcard-one-btn {
    margin: 0 auto;
  }
}
.vcard-one-btn .language ul {
  list-style: none;
}
.vcard-one-btn .language ul .lang-list {
  background: #313bac;
  border: none;
  border-radius: 13px;
  outline: none;
  padding: 9px 15px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-one-btn .language ul .lang-list .lang-head,
.vcard-one-btn .language ul .lang-list .lang-head i {
  color: #fff;
}
.vcard-one-btn .language ul .lang-list .lang-hover-list {
  font-size: 15px;
  margin: 15px 0 0;
  width: 100%;
}
.vcard-one-btn .language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.vcard-one-btn .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard-one-btn .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard-one-btn .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
.product-block {
  max-width: 252px !important;
  width: 252px !important;
}
.gallery-vcard-block {
  height: 254px !important;
  max-height: 254px !important;
  max-width: 254px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 254px !important;
}
.slick-slide div {
  width: 100%;
}
.gallery-profile iframe,
.gallery-profile img {
  height: 238px;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery-profile a .gallery-item {
  height: 238px !important;
}
.video-container {
  height: 238px;
}
.vcard-one .language ul .lang-list .lang-hover-list {
  margin: 0;
}
.vcard-one .language ul .lang-list .lang-hover-list.top-dropdown {
  margin: -80px 0 0;
}
@media (max-width: 575px) {
  .vcard-one__blog .blog-slider .blog-card {
    height: 295px !important;
  }
}
.terms-policies-section {
  height: 100%;
}
.terms-policies-section .vcard-one__contact {
  min-height: 100vh;
}
.vcard-one__contact {
  background-image: url(/images/vcard-one-bg.png?be460e2…);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 350px) and (max-width: 573px) {
  .gallery-vcard-position {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
}
.py-5 {
  height: 100% !important;
}
.profile-description {
  color: #6c757d !important;
  font-size: 17px;
  text-align: center;
}
#wrap {
  background-color: #ddd;
  padding: 50px 0;
}
#slider {
  margin: 0 auto;
  width: 500px;
}
#slider img {
  width: 100%;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}
.prev-arrow {
  border-color: transparent #113463 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  height: 0;
  left: 160px;
  margin-top: 14px !important;
  width: 0;
  z-index: 999;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 0;
  }
}
.next-arrow {
  border-color: transparent transparent transparent #113463;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  height: 0;
  margin-top: 14px !important;
  right: 160px;
  width: 0;
  z-index: 99;
}
@media (max-width: 575px) {
  .next-arrow {
    right: 0;
  }
}
.slide-arrow-testimonial {
  bottom: 0;
  position: absolute;
  width: 15px !important;
}
@media (min-width: 360px) and (max-width: 640px) {
  .testimonial-margin {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .testimonial-margin {
    display: flex !important;
    justify-content: center !important;
  }
}
.vcard-one__gallery .gallery-slider .slick-list {
  height: 100%;
  overflow: visible;
  padding: 30px 0;
}
.slide-arrow {
  top: 88%;
}
.product-slide-arrow,
.slide-arrow {
  position: absolute;
  width: 15px !important;
}
.product-slide-arrow {
  top: 91%;
}
.vcard-one__gallery .gallery-slider .slick-dots {
  bottom: 4px;
}
.vcard-one__product .product-slider .slick-list {
  overflow: visible;
  padding: 30px 0;
}
.vcard-one__product .product-slider .slick-dots {
  bottom: 1px;
}
.vcard-one__testimonial .testimonial-slider .slick-list {
  height: auto !important;
  min-height: 240px !important;
  overflow: visible;
  padding: 30px 0;
}
.vcard-one__testimonial .testimonial-slider .slick-dots {
  bottom: 1px;
}
.vcard-one__blog .blog-slider .slick-list {
  margin-bottom: 20px !important;
}
.vcard-one__blog .blog-slider .slick-dots {
  bottom: 4px;
}
.lb-data .lb-number {
  display: none !important;
}
.social-icons img {
  border-radius: 50% !important;
}
.underline {
  background-color: #313bac;
}
.add-contact-btn {
  text-wrap: nowrap !important;
  width: 200px !important;
}
.add-contact-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
.audio-image {
  height: 175px !important;
}
.product-btn {
  background: #313bac;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background-color: rgba(49, 59, 172, 0.9);
}
.insta-feed {
  max-height: 1000px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.insta-feed-iframe iframe {
  border-radius: 15px !important;
}
.instagram-btn {
  flex: 1;
  position: relative;
}
.instagram-btn:before {
  background-color: #313bac;
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  transition: width 0.3s ease;
  width: 0;
}
.instagram-btn.active:before {
  width: 80%;
}
.instagram-btn .svg-post-icon line,
.instagram-btn .svg-post-icon rect {
  stroke: #313bac;
}
.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
  fill: #313bac;
  stroke: #fff;
}
.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,
.instagram-btn .svg-reels-icon rect {
  fill: #313bac;
}
.instagram-btn.active .svg-reels-icon .not-active-svg {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}
.insta-toggle {
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 8px !important;
  transition: all 0.3s ease !important;
}
#instafeed-container a img {
  border-radius: 15px;
  height: 200px !important;
  margin: 11px;
  width: 44%;
}
.instagram-media {
  max-width: 100% !important;
  min-width: 50% !important;
}
.support-banner {
  background: #fff;
  border-radius: 20px;
  bottom: 20px;
  box-shadow:
    0 7px 8px 0 #848181,
    0 0 11px 0 #000;
  box-sizing: border-box;
  color: #f1faff;
  height: auto !important;
  margin-left: 32px;
  margin-right: 32px;
  max-width: 520px;
  padding: 10px;
  position: fixed !important;
  width: 100%;
  z-index: 99999 !important;
}
@media (max-width: 575px) {
  .support-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  margin-top: 13px;
  max-height: 110px !important;
  overflow: scroll !important;
}
.act-now {
  background: #313bac;
  border: none;
  border-radius: 15px;
  bottom: 10px;
  color: #fff;
  display: inline-block !important;
  outline: none;
  padding: 10px 23px;
  position: relative;
  text-decoration: none;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.banner-close {
  font-size: 20px !important;
  position: absolute;
  right: 25px;
  top: 20px;
}
.modal-backdrop {
  background-color: transparent;
}
.modal {
  background-color: #00000080;
  z-index: 99999 !important;
}
.modal .news-modal #newsLatter-content {
  background-color: #212020;
  border: none;
  border-radius: 0.475rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  outline: 0;
}
.modal .news-modal #newsLatter-content .form-control {
  padding: 0.375rem 0.75rem !important;
}
.modal .news-modal #newsLatter-content .newsmodal-title {
  color: #313bac;
  font-size: 50px;
  text-align: center !important;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #313bac;
  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 {
  border-radius: 8px !important;
  padding: 5px 10px !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: #f5f8fa;
  border: unset;
  border-radius: 0.475rem;
  color: #5e6278;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  background-color: #eef3f7;
  box-shadow: unset;
}
.modal .news-modal #newsLatter-content .modal-body .input-group {
  border: none;
  border-radius: 8px;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  border-radius: 0.475rem !important;
  padding: 10px 20px !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #6571ff !important;
  border: unset;
  color: #fff;
  margin-top: 26px;
  outline: unset;
  padding: 10px 20px !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}
#email-send {
  background-color: #313bac;
  border: none;
  color: #fff !important;
  font-size: 15px;
}
.animate-bottom {
  animation: animatebottom 0.4s;
  position: relative;
}
@keyframes animatebottom {
  0% {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.iframe-slider .slick-track {
  display: flex !important;
}
.iframe-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 0 17px;
}
.iframe-slider .slick-slide div {
  width: 100%;
}
.iframe-slider .slick-list {
  overflow: visible;
  padding-bottom: 30px 0;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots button:before {
  font-size: 30px !important;
}
.iframe-slider .iframe-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .vcard-one_iframe .iframe-slider .iframe-card {
    height: 295px !important;
  }
}
.iframe-prev-arrow {
  border-color: transparent #113463 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  height: 0;
  left: 176px;
  margin-top: 30px !important;
  width: 0;
  z-index: 999;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    left: 40px;
  }
}
.iframe-next-arrow {
  border-color: transparent transparent transparent #113463;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  height: 0;
  margin-top: 30px !important;
  right: 176px;
  width: 0;
  z-index: 99;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    right: 40px;
  }
}
.slide-arrow-iframe {
  position: absolute;
  top: 88%;
  width: 15px !important;
}
@media (max-width: 575px) {
  .slide-arrow-iframe {
    top: 84%;
  }
}
.cover-video {
  height: 226px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.affiliate-link {
  margin-bottom: 55px !important;
}
.made-by {
  padding-top: 50px !important;
}
.verification-icon {
  color: #313bac;
}
.slick-dots {
  bottom: 1px !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  position: relative !important;
  width: 130px !important;
}
@media (max-width: 575px) {
  .slick-dots {
    width: 80% !important;
  }
}
.slick-dots li button:before {
  font-size: 20px !important;
}
.main-content.rtl .pl-50 {
  padding-right: 50px;
}
.main-content.rtl .arrow {
  transform: rotate(180deg) !important;
}
.main-content.rtl
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0.313rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-top-right-radius: 0 !important;
}
.main-content.rtl
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0.313rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .form-check {
  padding-left: 0 !important;
  padding-right: 2.063em !important;
}
.main-content.rtl .form-check .form-check-input {
  float: right !important;
  margin-right: -2.063em !important;
}
.slick-list.draggable {
  margin-bottom: 20px;
}
.toast-message,
.toast-title {
  margin-right: 12px;
}
.selected-files .item .name {
  color: #6e777f !important;
}
.file-list {
  font-size: medium !important;
  list-style-type: none !important;
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
  padding: 0 0 10px !important;
}
@media (min-width: 576px) {
  #newsLatterModal .modal-dialog {
    max-width: 420px !important;
  }
}
.close-modal {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}
.pwa-support {
  background: #fff;
  border-radius: 32px;
  bottom: 20px;
  box-shadow:
    0 7px 8px 0 #848181,
    0 0 11px 0 #000;
  height: auto !important;
  left: 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 24px;
  position: fixed !important;
  right: 0;
  width: 100%;
  z-index: 99999 !important;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
}
.pwa-install-button {
  background: #313bac !important;
  border-radius: 15px !important;
  color: #fff !important;
}
.pwa-install-button:hover {
  background-color: rgba(49, 59, 172, 0.9) !important;
}
.pwa-cancel-button {
  background-color: #adb5bd !important;
  border: none !important;
  border-radius: 15px !important;
  color: #000;
  padding: 0.563rem 1.563rem;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000 !important;
}
.youtube-link-1 {
  padding-top: 56.25%;
  position: relative;
}
.youtube-link-1 iframe {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0;
}
.product-img-slider {
  margin-bottom: 10px !important;
}
.language-btn {
  z-index: 99999 !important;
}
.profile-margin {
  margin-top: 168px !important;
}
.profile-desc-margin {
  margin-top: 60px !important;
}
@media (max-width: 425px) {
  .profile-margin {
    margin-top: 80px !important;
  }
  .profile-desc-margin {
    margin-top: 60px !important;
  }
}
@media (max-width: 320px) {
  .profile-desc-margin,
  .profile-margin {
    margin-top: 30px !important;
  }
}
