.text-gray-100 {
  color: #686d74 !important;
}

.text-gray-200 {
  color: #a5aab0 !important;
}

.text-primary {
  color: #2a3e72 !important;
}

.text-warning {
  color: #ffc750 !important;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.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;
}

@media (max-width: 575px) {
  .fs-20 {
    font-size: 18px;
  }
}

.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-16 {
  font-size: 16px;
}

@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-28 {
  font-size: 28px;
}

@media (max-width: 575px) {
  .fs-28 {
    font-size: 24px;
  }
}

.fs-30 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .fs-30 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-36 {
  font-size: 36px;
}

@media (max-width: 575px) {
  .fs-36 {
    font-size: 30px;
  }
}

.text-primary-36 {
  color: #2a3e72 !important;
}

a {
  text-decoration: none;
}

.main-content {
  max-width: 576px !important;
  min-height: 100vh !important;
}

.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;
  justify-content: 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;
}

body {
  font-family: "Poppins";
  font-weight: 400;
}

.section-heading {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading.left-heading h2 {
  padding-left: 31px !important;
  text-align: start !important;
}

.section-heading.left-heading h2::after {
  left: 0 !important;
}

@media (max-width: 575px) {
  .section-heading.left-heading h2 {
    padding-left: 21px !important;
  }
}

.section-heading.right-heading h2 {
  padding-right: 31px !important;
  text-align: end !important;
}

@media (max-width: 575px) {
  .section-heading.right-heading h2 {
    padding-right: 21px !important;
  }
}

.section-heading.right-heading h2::after {
  right: 0 !important;
}

.section-heading h2 {
  font-size: 28px;
  position: relative;
  color: #171b1f;
  font-weight: 700;
}

@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #ffc750;
}

@media (max-width: 575px) {
  .section-heading h2::after {
    width: 5px;
  }
}

.btn {
  border-radius: 0 !important;
  font-weight: 500 !important;
  padding: 12px 40px !important;
  border-radius: 20px !important;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-warning {
  color: #171b1f;
  background-color: #ffc750 !important;
  border: 1px solid #ffc750 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: #ffc750 !important;
  background-color: #171b1f !important;
  border: 1px solid #ffc750 !important;
}

.banner-yt-section .banner-yt-video {
  height: 324px;
  display: none;
}

.banner-yt-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-image: none !important;
}

.banner-section {
  position: relative;
}

.banner-section .banner-img {
  width: 100%;
  height: 320px;
}

@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 275px;
  }
}

.banner-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#031e2f00, #031e2f40);
}

.banner-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#ffffff00, #ffffff);
}

.banner-section .bg-vector {
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 2;
  text-align: end;
}

.banner-section .bg-vector img {
  width: 100%;
}

@media (max-width: 575px) {
  .banner-section .bg-vector img {
    width: 75%;
  }
}

.banner-section .travel-img {
  position: absolute;
  top: 59px;
  left: 31px;
  mix-blend-mode: color-burn;
}

@media (max-width: 575px) {
  .banner-section .travel-img {
    top: 40px;
    left: 20px;
    width: 70%;
  }
}

.profile-section {
  position: relative;
}

.profile-section .profile-bg {
  position: absolute;
  top: 10px;
  right: 30px;
}

@media (max-width: 575px) {
  .profile-section .profile-bg {
    top: 10px;
    right: 10px;
  }
}

.profile-section .profile-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .profile-section .profile-bg img {
    width: 70%;
  }
}

.profile-section .card {
  background-color: transparent !important;
  border: none;
  position: relative;
}

.profile-section .card .card-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #2a3e72;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.profile-section .card .card-body {
  padding-left: 36px !important;
}

@media (max-width: 575px) {
  .profile-section .card .card-body {
    padding-left: 0 !important;
  }
}

.social-media-section {
  position: relative;
}

.social-media-section .social-icon {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  background-color: #f0f4f9 !important;
  color: #2a3e72 !important;
  border-radius: 10px !important;
  border: 1px solid #f0f4f9 !important;
}

.social-media-section .social-icon:hover {
  color: #f0f4f9 !important;
  background-color: #2a3e72 !important;
}

.social-media-section .social-icon svg,
.social-media-section .social-icon img {
  transition: 0.3s all ease-in-out;
  width: 23px !important;
  height: 23px !important;
  background-color: transparent !important;
}

.social-media-section .social-icon svg path,
.social-media-section .social-icon img path {
  fill: #2a3e72;
}

.contact-section {
  position: relative;
  z-index: 2;
}

.contact-section .contact-bg {
  position: absolute;
}

.contact-section .contact-bg.img-1 {
  top: 0px;
  right: 0;
}

.contact-section .contact-bg.img-1 img {
  width: 100%;
}

@media (max-width: 575px) {
  .contact-section .contact-bg.img-1 img {
    width: 60%;
  }
}

.contact-section .contact-bg.img-2 {
  top: 60px;
  left: 0;
}

.contact-section .contact-bg.img-3 {
  top: 60%;
  right: 0;
}

.contact-section .contact-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .contact-section .contact-bg img {
    width: 80%;
  }
}

.contact-section .contact-img {
  max-width: 300px;
  margin: 0 auto;
}

.contact-section .contact-box .contact-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #06885c1a;
  color: #06885c;
  border-radius: 10px;
}

.contact-section .contact-box .contact-desc {
  word-break: break-all;
}

.gallery-section {
  position: relative;
}

.gallery-section .gallery-bg {
  position: absolute;
}

.gallery-section .gallery-bg.img-1 {
  top: 0;
  left: 0;
}

.gallery-section .gallery-bg.img-2 {
  top: 40px;
  right: 40%;
}

@media (max-width: 575px) {
  .gallery-section .gallery-bg.img-2 {
    top: 20px;
  }
}

.gallery-section .gallery-bg.img-3 {
  bottom: -20px;
  left: 0;
}

.gallery-section .gallery-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .gallery-section .gallery-bg img {
    width: 70%;
  }
}

.gallery-section .gallery-slider {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.gallery-section .gallery-slider .slick-dots {
  bottom: -25px !important;
}

.gallery-section .gallery-slider .gallery-img {
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1.67;
  position: relative;
}

.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-img iframe {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.gallery-section .gallery-slider .gallery-img .gallery-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 229px;
}

.gallery-section .video-play-button {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  padding: 0px 0px 0px 4px;
}

.gallery-section .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.gallery-section .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.gallery-section .video-play-button svg {
  position: relative;
  z-index: 2;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.our-services-section {
  position: relative;
}

.our-services-section .services-bg {
  position: absolute;
  top: -50px;
  right: 0;
}

@media (max-width: 575px) {
  .our-services-section .services-bg {
    top: -20px;
  }
}

.our-services-section .services-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .our-services-section .services-bg img {
    width: 60%;
  }
}

.our-services-section .services-slider-view .service-slider .slick-slide {
  padding: 0 10px 30px 10px;
}

.our-services-section .services-slider-view .service-slider .service-card {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  box-shadow: 0 10px 20px #0000001a;
}

.our-services-section .services-slider-view .service-slider .service-card .card-img {
  width: 210px;
  min-width: 210px;
  max-height: 248px;
  aspect-ratio: 0.85;
  border: 1px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .our-services-section .services-slider-view .service-slider .service-card .card-img {
    width: 100%;
  }
}

.our-services-section .services-slider-view .service-slider .service-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-services-section .services-grid-view .service-card {
  margin: 7px;
  padding: 20px;
  border-radius: 15px;
  border: 0;
  position: relative;
  background-color: #f0f4f9;
}

.our-services-section .services-grid-view .service-card .card-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.our-services-section .services-grid-view .service-card .card-img svg,
.our-services-section .services-grid-view .service-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.appointment-section {
  position: relative;
}

.appointment-section .appointment-bg {
  position: absolute;
}

.appointment-section .appointment-bg.img-1 {
  top: 0;
  left: 5px;
}

@media (max-width: 575px) {
  .appointment-section .appointment-bg.img-1 {
    top: -20px;
  }
}

@media (max-width: 575px) {
  .appointment-section .appointment-bg.img-1 img {
    width: 50%;
  }
}

.appointment-section .appointment-bg.img-2 {
  top: -22px;
  right: 0;
}

@media (max-width: 575px) {
  .appointment-section .appointment-bg.img-2 {
    top: -10px;
  }
}

.appointment-section .appointment-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .appointment-section .appointment-bg img {
    width: 60%;
  }
}

.appointment-section .appointment {
  background-image: url("/assets/img/vcard36/appointment-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.appointment-section .appointment .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #031e2f66;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #ffffff;
}

.appointment-section .appointment .appointment-input::placeholder {
  color: #ffffff;
}

.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}

.appointment-section .appointment .calendar-icon[dir=rtl] {
  left: 18px !important;
  right: auto !important;
}

.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 20px;
  top: 12px;
}

.appointment-section .appointment .hour-input {
  height: 50px;
  font-size: 16px;
  padding: 13px 16px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #171b1f;
}

.product-section {
  position: relative;
}

.product-section .product-bg {
  position: absolute;
}

.product-section .product-bg.img-1 {
  top: -30px;
  left: 0;
}

@media (max-width: 575px) {
  .product-section .product-bg.img-1 {
    top: -20px;
  }
}

.product-section .product-bg.img-2 {
  top: 10px;
  left: 140px;
}

@media (max-width: 575px) {
  .product-section .product-bg.img-2 {
    left: 120px;
  }
}

.product-section .product-bg.img-3 {
  top: 0;
  right: 5px;
}

@media (max-width: 575px) {
  .product-section .product-bg.img-3 img {
    width: 60%;
  }
}

.product-section .product-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .product-section .product-bg img {
    width: 70%;
  }
}

.product-section .product-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.product-section .product-slider .slick-slide {
  padding: 0 10px;
}

.product-section .product-slider .product-card {
  padding: 5px;
  background-color: #f0f4f9;
  height: 100%;
  border-radius: 20px;
  border: none;
  max-width: 260px;
  margin: 0 auto;
}

.product-section .product-slider .product-card .product-img {
  width: 100%;
  aspect-ratio: 1.4;
  overflow: hidden;
  border-radius: 15px;
}

.product-section .product-slider .product-card .product-desc {
  padding: 15px 10px;
}

.product-section .product-slider .product-card .product-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-section .product-slider .product-card .product-desc .amount {
  min-width: 50px;
}

.testimonial-section {
  position: relative;
}

.testimonial-section .testimonial-bg {
  position: absolute;
}

.testimonial-section .testimonial-bg.img-1 {
  top: 5px;
  left: 0;
}

.testimonial-section .testimonial-bg.img-2 {
  top: 50px;
  left: 200px;
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-bg.img-2 {
    left: 120px;
  }
}

.testimonial-section .testimonial-bg.img-3 {
  top: -10px;
  right: 0;
}

.testimonial-section .testimonial-bg.img-4 {
  bottom: 10px;
  left: 0;
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-bg.img-4 {
    bottom: 0;
  }
}

.testimonial-section .testimonial-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-bg img {
    width: 70%;
  }
}

.testimonial-section .testimonial-slider .slick-list {
  padding: 20px 0;
}

.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: none;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #f0f4f9;
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 25px;
    max-width: calc(100% - 40px);
  }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img img {
  width: 45px;
}

@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 38px;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 28px;
  }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left {
  left: -35px;
  top: -35px;
}

@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left {
    left: -24px;
    top: -24px;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left {
    left: -20px;
    top: -20px;
  }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right {
  right: -35px;
  bottom: -35px;
}

@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right {
    right: -24px;
    bottom: -24px;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right {
    right: -18px;
    bottom: -18px;
  }
}

.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section {
  position: relative;
}

.blog-section .blog-bg-vector {
  position: absolute;
}

.blog-section .blog-bg-vector.vector-1 {
  top: -33px;
  left: 0;
}

.blog-section .blog-bg-vector.vector-2 {
  top: 70px;
  right: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .blog-section .blog-bg-vector.vector-2 {
    top: 40px;
  }
}

@media (max-width: 575px) {
  .blog-section .blog-bg-vector.vector-2 img {
    width: 60%;
  }
}

.blog-section .blog-bg-vector img {
  width: 100%;
}

.blog-section .blog-bg {
  position: absolute;
}

.blog-section .blog-bg.img-1 {
  top: 30px;
  left: 0;
}

.blog-section .blog-bg.img-1 img {
  min-width: 576px;
}

@media (max-width: 575px) {
  .blog-section .blog-bg.img-1 {
    top: 10px;
  }
}

.blog-section .blog-bg.img-2 {
  bottom: -108px;
  left: 0;
}

.blog-section .blog-bg.img-2 img {
  min-width: 576px;
}

@media (max-width: 575px) {
  .blog-section .blog-bg.img-2 {
    bottom: -90px;
  }
}

.blog-section .blog-slider {
  position: relative;
  background-color: #2a3e72;
  margin-left: -75px;
  margin-right: auto;
}

@media (max-width: 575px) {
  .blog-section .blog-slider {
    margin-left: auto;
  }
}

.blog-section .blog-slider .blog-card {
  background-color: transparent;
  overflow: hidden;
  padding-right: 30px;
  gap: 30px;
}

@media (max-width: 575px) {
  .blog-section .blog-slider .blog-card {
    padding-right: 0;
  }
}

.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  width: 296px;
  min-width: 296px;
  aspect-ratio: 1.61;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 2px solid #ffffff;
}

@media (max-width: 575px) {
  .blog-section .blog-slider .blog-card .card-img {
    width: 100%;
    min-width: unset;
    max-width: 296px;
  }
}

.blog-section .blog-slider .blog-card .card-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171b1f;
  opacity: 30%;
  top: 0;
  left: 0;
}

.blog-section .blog-slider .blog-card .card-body {
  padding: 0;
}

.blog-section .blog-slider .blog-card .card-body h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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: 30px;
  height: 30px;
  min-width: 30px;
  z-index: 2;
  background-color: #ffffff;
  font-size: 14px;
  color: #171b1f;
  border-radius: 50%;
  border: 1px solid #171b1f;
  top: auto;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section .blog-slider .slick-prev:before,
.blog-section .blog-slider .slick-next:before {
  display: none;
}

@media (max-width: 575px) {

  .blog-section .blog-slider .slick-prev,
  .blog-section .blog-slider .slick-next {
    bottom: -16px;
  }
}

.blog-section .blog-slider .slick-next {
  right: 30px;
}

@media (max-width: 575px) {
  .blog-section .blog-slider .slick-next {
    right: 44%;
    left: 50%;
  }
}

.blog-section .blog-slider .slick-prev {
  left: auto;
  right: 80px;
}

@media (max-width: 575px) {
  .blog-section .blog-slider .slick-prev {
    right: 52%;
  }
}

.business-hour-section {
  position: relative;
}

.business-hour-section .hour-bg {
  position: absolute;
}

.business-hour-section .hour-bg.img-1 {
  top: 25px;
  left: 0;
}

.business-hour-section .hour-bg.img-2 {
  left: 0;
  bottom: -70px;
}

@media (max-width: 575px) {
  .business-hour-section .hour-bg.img-2 {
    bottom: -50px;
  }
}

@media (max-width: 575px) {
  .business-hour-section .hour-bg.img-2 img {
    width: 50%;
  }
}

.business-hour-section .hour-bg img {
  width: 100%;
}

.business-hour-section .business-hour-card .business-hour {
  padding: 11px 5px;
  border-radius: 10px;
  background-color: transparent;
  color: #171b1f;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a5aab0;
  box-shadow: 0 5px 10px #887e961a;
}

.business-hour-section .business-hour-card .business-hour span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .business-hour-section .business-hour-card .business-hour span {
    font-size: 14px;
  }
}

.qr-code-section {
  position: relative !important;
}

.qr-code-section .qr-bg {
  position: absolute !important;
}

.qr-code-section .qr-bg.img-1 {
  top: 50px;
  left: 43%;
}

@media (max-width: 575px) {
  .qr-code-section .qr-bg.img-1 {
    top: 40px;
    left: 45%;
  }
}

.qr-code-section .qr-bg.img-2 {
  top: 20px;
  right: 10px;
}

@media (max-width: 575px) {
  .qr-code-section .qr-bg.img-2 {
    bottom: -50px;
  }
}

.qr-code-section .qr-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .qr-code-section .qr-bg img {
    width: 60%;
  }
}

.qr-code-section .qr-code {
  background-image: url("/assets/img/vcard36/qr-code-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.qr-code-section .qr-code .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #031e2f66;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.qr-code-section .qr-code .qr-code-img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 20px;
  background-color: #171b1f;
  box-shadow: 0 10px 20px #031e2f;
  padding: 30px;
  overflow: hidden;
}

.contact-us-section {
  position: relative;
}

.contact-us-section .contact-us-bg {
  position: absolute;
}

.contact-us-section .contact-us-bg.img-1 {
  top: 20px;
  left: 0;
}

.contact-us-section .contact-us-bg.img-2 {
  top: 30px;
  right: 0;
}

.contact-us-section .contact-us-bg.img-3 {
  bottom: 80px;
  left: 0;
}

.contact-us-section .contact-us-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .contact-us-section .contact-us-bg img {
    width: 60%;
  }
}

.contact-us-section .contact-form {
  position: relative;
  z-index: 2;
}

.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 15px;
  height: 50px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #686d74;
  color: #171b1f;
  font-size: 14px;
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #171b1f;
}

.contact-us-section .contact-form form .form-control::placeholder {
  color: #171b1f;
}

.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  position: relative;
  z-index: 2;
}

.create-vcard-section .create-vcard-bg {
  position: absolute;
}

.create-vcard-section .create-vcard-bg.img-1 {
  top: -40px;
  left: 10px;
}

@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg.img-1 {
    left: 5px;
  }
}

.create-vcard-section .create-vcard-bg.img-2 {
  top: -60px;
  right: 0;
}

@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg.img-2 {
    top: -20px;
  }
}

@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg.img-2 img {
    width: 50%;
  }
}

.create-vcard-section .create-vcard-bg img {
  width: 100%;
}

@media (max-width: 575px) {
  .create-vcard-section .create-vcard-bg img {
    width: 60%;
  }
}

.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #171b1f;
  box-shadow: inset 0 4px 10px #ffffff40;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.create-vcard-section .vcard-link-card .link-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  word-break: break-all;
}

@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 14px;
  }
}

.add-to-contact-section {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 65px;
  z-index: 2;
}

.btn-section .fixed-btn-section .travel-bars-btn {
  background-color: #ffc750;
}

.btn-section .fixed-btn-section .sub-btn .travel-sub-btn {
  background-color: #ffc750;
}

.vcard-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  bottom: -25px !important;
  width: 100% !important;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
}

.slick-dots li.slick-active {
  width: 30px !important;
}

.slick-dots li.slick-active button {
  width: 30px !important;
  border-radius: 10px;
  background-color: #171b1f !important;
  opacity: 1 !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #171b1f !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
}

.slick-dots li button::before {
  content: none !important;
}

.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 40%;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #2a3e72;
  border: none;
  color: #ffffff;
}

@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.slick-arrow.slick-disabled {
  background: #a9afb880;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.next-arrow {
  right: -20px;
}

.prev-arrow {
  left: -20px;
}

.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: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.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: #ffc750 !important;
  color: #171b1f !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  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;
}

.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: white !important;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  margin-left: 32px;
  margin-right: 32px;
}

@media (max-width: 575px) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}

.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow: auto !important;
  margin-top: 13px;
}

.language ul {
  list-style: none;
}

.language ul .lang-list {
  padding: 9px 15px;
  background: #ffc750 !important;
  border: none;
  outline: none;
  border-radius: 13px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.language ul .lang-list .lang-head {
  color: #171b1f !important;
}

.language ul .lang-list .lang-head i {
  color: #51553a !important;
}

.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 85px;
}

.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;
}

.language ul .lang-list:hover .dropdown-menu {
  display: block !important;
  margin-top: 0px;
}

.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;
}

.iframe-slider .slick-dots {
  bottom: -10px !important;
}

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}

.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #ffc750 !important;
  transition: width 0.3s ease;
}

.instagram-btn.active::before {
  width: 80%;
}

.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #2a3e72 !important;
}

.instagram-btn.active .svg-post-icon rect,
.instagram-btn.active .svg-post-icon line {
  fill: #2a3e72 !important;
  stroke: #ffffff !important;
}

.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: #2a3e72 !important;
}

.instagram-btn .svg-reels-icon path {
  fill: #2a3e72 !important;
}

.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;
  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-thirtysix.main-content {
  max-width: 576px !important;
  text-align: center !important;
  background-color: #ffffff !important;
  color: #211c29 !important;
}

.vcard-thirtysix .vcard-thirtysix-heading {
  font-weight: 500;
  font-size: 28px;
  color: #2a3e72 !important;
}

.vcard-thirtysix-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #ffc750 !important;
  color: #171b1f !important;
  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: 100% !important;
}

@media (max-width: 575px) {
  .vcard-one__product .product-card {
    width: 99% !important;
  }
}

.add-to-cart-btn {
  padding: 10px 20px;
  background: #ffc750 !important;
  border: none;
  outline: none;
  color: #171b1f !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}

.add-to-cart-btn:hover {
  background-color: rgba(42, 62, 114, 0.9);
}

.back-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #ffc750 !important;
  color: #171b1f;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500 !important;
}

.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: white;
}

.modal .news-modal #newsLatter-content .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
  border-radius: 8px !important;
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #2a3e72;
}

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}

.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}

.modal .news-modal #newsLatter-content .modal-body .content {
  color: #2a3e72;
  font-size: 23px;
  font-weight: 500 !important;
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: gray;
  font-size: 16px;
  font-weight: 500 !important;
}

.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}

.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 5px 10px !important;
  border-radius: 8px !important;
}

.modal .news-modal #newsLatter-content .modal-body #emailSubscription {
  border: 1px solid #686d74 !important;
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700 !important;
  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 {
  margin-top: 15px;
}

.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
}

.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: #6571ff !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: #6571ff !important;
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background: #ffc750 !important;
  color: #171b1f !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;
  }
}

.wp-btn {
  background-color: #ffc750 !important;
}

.wp-btn svg path {
  fill: #171b1f !important;
}

.vcard36-share {
  background-color: #ffc750 !important;
  border: none;
  border-radius: 50px;
}

.vcard36-share svg path {
  fill: #171b1f !important;
}

.social-media-section svg path {
  fill: #2a3e72 !important;
}

.social-media-section .social-icon:hover {
  background-color: #2a3e72 !important;
}

.social-media-section .social-icon:hover path {
  fill: #f0f4f9 !important;
}

.vcard36-btn-group {
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #2a3e72;
  background-color: #ffc750;
  border-radius: 50px !important;
}

.vcard36-btn-group svg path {
  fill: #2a3e72 !important;
}

.time-slot {
  font-size: 15px !important;
  padding: 13px 16px !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  background-color: #171b1f !important;
  text-align: center !important;
}

.time-slot:hover,
.time-slot.activeSlot {
  border: 1px solid white;
  background: #ffc750 !important;
  color: #171b1f !important;
}

.timePick {
  width: 250px !important;
}

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #686d74 !important;
  border-radius: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-box h4 {
  margin: 0;
  color: #171b1f !important;
  font-size: 16px !important;
}

.file-list li span {
  color: #6c757d !important;
}

.selected-files .item {
  border: 1px solid #686d74 !important;
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #ffffff !important;
}

.selected-files .item .name {
  color: #686d74 !important;
}

.selected-files h5 {
  color: #171a1e !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}

small {
  font-size: 12px;
  color: #171a1e !important;
}

.file-list {
  overflow-y: auto;
  list-style-type: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0;
  max-height: 220px;
  font-size: medium !important;
}

.product-img-slider .slick-dots {
  bottom: 35px !important;
  width: 100% !important;
}

.product-img-slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
}

.product-img-slider .slick-dots li.slick-active {
  width: 30px !important;
}

.product-img-slider .slick-dots li.slick-active button {
  width: 30px !important;
  border-radius: 10px;
  background-color: #171b1f !important;
  opacity: 1 !important;
}

.product-img-slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #171b1f !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
}

.product-img-slider .slick-dots li button::before {
  content: none !important;
}

.product-img-slider .product-img {
  height: auto !important;
}

.card-margin {
  margin-top: 50px !important;
}

.share-wp-btn-div .share-wp-btn {
  min-width: 40px !important;
}

.act-now {
  padding: 7px 21px;
  background: #ffc750;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: #171b1f !important;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 15px;
}

.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
}

.bg-vector[dir=rtl] {
  left: 0;
  right: auto;
  transform: scalex(-1);
}

.profile-section[dir=rtl] .card .card-body {
  padding-right: 36px !important;
  padding-left: 0 !important;
}

.btn-section.rtl {
  right: auto !important;
  left: 15px !important;
}

.sub-btn-div-left[dir=rtl] {
  left: 150px !important;
  right: auto !important;
}

.right-heading[dir=rtl] h2 {
  padding-left: 31px;
  padding-right: 0;
}

.right-heading[dir=rtl] h2::after {
  right: auto !important;
  left: 0 !important;
}

.left-heading[dir=rtl] h2 {
  padding-left: 0px;
  padding-right: 31px;
}

.left-heading[dir=rtl] h2::after {
  right: 0 !important;
  left: auto !important;
}

.gallery-bg.img-1[dir=rtl] {
  left: auto !important;
  right: 0 !important;
  transform: scaleX(-1);
}

.gallery-bg.img-3[dir=rtl] {
  left: auto !important;
  right: 0 !important;
  transform: scaleX(-1);
}

.services-bg[dir=rtl] {
  left: 0;
  right: auto;
}

.appointment-section[dir=rtl] .appointment-bg.img-2 {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.appointment-section[dir=rtl] .appointment-bg.img-1 {
  right: 5px;
  left: auto;
}

.appointment-section[dir=rtl] .appoint-input {
  text-align: right !important;
}

.product-bg[dir=rtl].img-3 {
  right: auto;
  left: 5px;
}

.product-bg[dir=rtl].img-1 {
  left: auto;
  right: 0;
}

.product-bg[dir=rtl].img-2 {
  left: auto;
  right: 140px;
}

.testimonial-bg[dir=rtl].img-1 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.testimonial-bg[dir=rtl].img-3 {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.testimonial-bg[dir=rtl].img-4 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.blog-card[dir=rtl] {
  padding-right: 0px;
  padding-left: 30px;
}

.slick-prev[dir=rtl] {
  left: 30px !important;
  right: auto !important;
}

.slick-next[dir=rtl] {
  left: 80px !important;
  right: auto !important;
}

.qr-code-section[dir=rtl] .qr-bg.img-2 {
  right: auto;
  left: 10px;
}

.business-hour-section[dir=rtl] .hour-bg.img-2 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.contact-us-section[dir=rtl] .contact-us-bg.img-1 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.blog-rtl {
  margin-left: auto !important;
  margin-right: -75px !important;
}

.blog-bg-vector[dir=rtl].vector-2 {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.create-vcard-section[dir=rtl] .create-vcard-bg.img-1 {
  left: auto;
  right: 10px;
}

.create-vcard-section[dir=rtl] .create-vcard-bg.img-2 {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

.contact-section[dir=rtl] .contact-bg.img-1 {
  right: auto;
  left: 0;
}

.youtube-link-36 {
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
}

.youtube-link-36 iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
  width: 100 !important;
}

.copy-vcard-clipboard {
  border-radius: 0 !important;
}

.sticky-btn-36 {
  position: relative;
  max-width: 576px;
  width: 100%;
  margin: auto;
}

.lang-button {
  z-index: 99 !important;
}

.product-heading {
  font-size: 28px !important;
  background: #2a3e72 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (max-width: 408px) {
  .add-to-contact-section .btn {
    max-width: 190px !important;
    padding: 10px 10px !important
  }
}

@media (max-width: 472px) {
  .add-to-contact-section .btn {
    max-width: 250px !important;
    padding: 12px 28px !important;
  }
}

@media (max-width: 425px) {
  .add-to-contact-section .btn {
    max-width: 210px !important;
    padding: 11px 20px !important
  }
}
@media (max-width: 388px) {
  .add-to-contact-section .btn {
     max-width: 179px !important;
        padding: 7px 19px !important;
  }
}
