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

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

.text-secondary {
  color: #51553a !important;
}

.text-dark {
  color: #161611 !important;
}

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

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

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

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

.section-heading {
  margin-bottom: 35px;
  position: relative;
}
.section-heading .main-text {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1.5px #dde2d1;
}
@media (max-width: 767px) {
  .section-heading .main-text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .section-heading .main-text {
    font-size: 48px;
  }
}
.section-heading h4 {
  font-size: 30px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  color: #51553a;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .section-heading h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-heading h4 {
    font-size: 24px;
  }
}

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

.btn-primary {
  color: #161611;
  background-color: #fbd77a;
  border: 1px solid #fbd77a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #ffffff;
  background-color: #51553a;
  border: 1px solid #51553a;
}

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

.banner-section {
  position: relative;
  padding: 20px 20px 0 20px;
}
@media (max-width: 490px) {
  .banner-section {
    padding: 15px 15px 0 60px;
  }
}
.banner-section::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #dde2d1;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-section::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 42%;
  background-color: #51553a;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-section .banner-bg {
  position: absolute;
  top: 0;
  left: 34px;
}
@media (max-width: 768px) {
  .banner-section .banner-bg {
    left: 17px;
  }
}
@media (max-width: 575px) {
  .banner-section .banner-bg {
    left: 5px;
  }
}
.banner-section .banner-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .banner-section .banner-bg img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .banner-section .banner-bg img {
    width: 50%;
  }
}
.banner-section .banner-img {
  width: 100%;
  max-width: 396px;
  height: 220px;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  margin-left: auto;
}

.profile-section .card {
  background-color: transparent !important;
  border: none;
  position: relative;
}
.profile-section .card .card-img {
  width: 130px;
  height: 130px;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0%;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.social-media-section {
  position: relative;
}
@media (min-width: 576px) {
  .social-media-section {
    height: 240px;
    min-width: 45px;
    overflow: auto;
  }
  .social-media-section::-webkit-scrollbar-track {
    background-color: #dde2d1;
  }
  .social-media-section::-webkit-scrollbar {
    width: 3px;
  }
  .social-media-section::-webkit-scrollbar-thumb {
    border: 2px solid #51553a;
  }
}
.social-media-section .social-icon a {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #dde2d1;
  transition: all 0.3s ease-in-out;
  color: #51553a;
}
.social-media-section .social-icon a:hover {
  border: 1px solid #51553a;
}
.social-media-section .social-icon a svg,
.social-media-section .social-icon a img {
  width: 15px !important;
  height: 15px;
  fill: #51553a !important;
}

.contact-section {
  position: relative;
}
.contact-section .contact-box .contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #fbd77a;
  border-radius: 10px;
  margin-right: 15px;
}
.contact-section .contact-box .contact-desc {
  word-break: break-all !important;
}

.our-services-section {
  position: relative;
}
@media (max-width: 575px) {
  .our-services-section {
    padding-bottom: 30px !important;
  }
}
.our-services-section .services .service-card {
  position: relative;
  position: relative;
  display: flex;
}
.our-services-section .services .service-card .card-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 10px;
  border: 1px solid #dde2d1;
  background-color: #ffffff;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .our-services-section .services .service-card .card-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
}
.our-services-section .services .service-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.appointment-section {
  background-image: url("/assets/img/vcard32/appointment-bg-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.appointment-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px #878979 !important;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: transparent;
  border: 2px solid #878979;
  color: #dde2d1;
  border-radius: 10px;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}
.appointment-section .appointment .time-slot {
  padding: 10px 6px;
  font-size: 14px !important;
  background-color: #dde2d1;
  border-radius: 10px;
  color: #211c29 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
.appointment-section .appointment .time-slot:hover, .appointment-section .appointment .time-slot.activeSlot {
  border: 1px solid #fbd77a;
  background-color: #fbd77a !important;
  color: #f5f2fb !important;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  background-color: #dde2d1;
  border-radius: 10px;
}

.gallery-section {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .gallery-section {
    margin-bottom: 12px !important;
  }
}
.gallery-section .gallery-slider .slick-slide {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gallery-section .gallery-slider .slick-slide .gallery-img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-slide .gallery-img {
    width: 200px;
    height: 200px;
  }
}
.gallery-section .gallery-slider .audio-container img {
  height: calc(100% - 54px);
}
.gallery-section .gallery-slider .gallery-item.gallery-file-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-section .gallery-slider .slick-current.slick-active {
  padding-top: 0;
  padding-bottom: 0;
}
.gallery-section .gallery-slider .slick-current.slick-active .gallery-img {
  max-width: 220px;
  width: 100%;
  height: 280px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-current.slick-active .gallery-img {
    max-width: 200px;
    height: 260px;
  }
}
.gallery-section .gallery-slider .slick-current.slick-active + .slick-slide {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.gallery-section .gallery-slider .slick-current.slick-active + .slick-slide .gallery-img {
  height: 180px !important;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-current.slick-active + .slick-slide .gallery-img {
    height: 160px !important;
  }
}

.product-section {
  position: relative;
  z-index: 2;
}
.product-section .product-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.product-section .product-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .product-bg img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .product-section .product-bg img {
    width: 60%;
  }
}
@media (max-width: 375px) {
  .product-section .product-bg img {
    width: 50%;
  }
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  max-width: 245px;
  height: 270px;
  border: none;
  position: relative;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img {
  position: absolute;
  max-width: 100%;
  width: 150px;
  height: 150px;
  margin-left: 25px;
  border-radius: 15px;
}
.product-section .product-slider .product-card .product-desc {
  padding: 90px 25px 15px 25px;
  background-color: #dde2d1;
  border-radius: 10px 120px 10px 10px;
}
.product-section .product-slider .product-card .product-desc h3,
.product-section .product-slider .product-card .product-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-bg {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg {
    top: 75px;
  }
}
@media (max-width: 490px) {
  .testimonial-section .testimonial-bg {
    top: 90px;
  }
}
.testimonial-section .testimonial-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-bg img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .testimonial-section .testimonial-bg img {
    width: 60%;
  }
}
.testimonial-section .quote-img {
  position: absolute;
  top: 75px;
  right: 0;
}
@media (max-width: 575px) {
  .testimonial-section .quote-img {
    top: 85px;
  }
}
@media (max-width: 490px) {
  .testimonial-section .quote-img {
    top: 90px;
  }
}
.testimonial-section .quote-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-section .quote-img img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .testimonial-section .quote-img img {
    width: 60%;
  }
}
@media (max-width: 375px) {
  .testimonial-section .quote-img img {
    width: 50%;
  }
}
.testimonial-section .testimonial-slider {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider {
    margin-left: 50px;
  }
}
@media (max-width: 490px) {
  .testimonial-section .testimonial-slider {
    margin-left: 35px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: none;
  margin: 0 auto;
  background-color: transparent;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .prev-arrow {
  right: 40px;
  bottom: 5px;
}
.testimonial-section .testimonial-slider .next-arrow {
  right: 0;
  bottom: 5px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-dots {
    margin-left: -20px;
  }
}
@media (max-width: 490px) {
  .testimonial-section .testimonial-slider .slick-dots {
    margin-left: -20px;
  }
}

.blog-section {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .blog-section {
    padding-bottom: 70px !important;
  }
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 150px;
  background-color: #dde2d1;
  border-radius: 0 10px 10px 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-section .blog-slider .blog-card {
  margin: 0 auto;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  min-width: 220px;
  max-width: 220px;
  max-height: 150px;
  border: 1px solid #51553a;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-section .blog-slider .blog-card .card-img {
    max-width: 370px;
    max-height: 245px;
  }
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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 {
  content: url(/assets/img/vcard32/right-arrow.svg);
  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;
  content: url(/assets/img/vcard32//left-arrow.svg);
}

.business-hour-section {
  position: relative;
  z-index: 2;
}
.business-hour-section .business-hour-img {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.business-hour-section .business-hour-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .business-hour-section .business-hour-img img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .business-hour-section .business-hour-img img {
    width: 60%;
  }
}
.business-hour-section .business-hour-card .business-hour {
  padding: 13px 5px;
  border-radius: 10px;
  background-color: #fbd77a;
  color: #161611;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-hour-section .business-hour-card .business-hour span {
  font-size: 14px;
}

.qr-code-section {
  background-image: url("/assets/img/vcard32/qr-code-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.qr-code-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px #ffffff !important;
}
.qr-code-section .qr-code-bg {
  background-image: url("/assets/img/vcard32/tv-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.qr-code-section .qr-code-bg .qr-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 27px;
}
@media (max-width: 360px) {
  .qr-code-section .qr-code-bg .qr-code {
    padding: 30px 25px;
  }
}
.qr-code-section .qr-code-bg .qr-code .qr-profile-img {
  width: 110px;
  height: 106px;
  min-width: 106px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 360px) {
  .qr-code-section .qr-code-bg .qr-code .qr-profile-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.qr-code-section .qr-code-bg .qr-code .qr-code-img {
  width: 106px;
  height: 106px;
  min-width: 106px;
}
@media (max-width: 360px) {
  .qr-code-section .qr-code-bg .qr-code .qr-code-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.qr-code-section .qr-code-bg .qr-code .qr-code-img img, .qr-code-section .qr-code-bg .qr-code .qr-code-img svg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-section {
  position: relative;
  z-index: 2;
}
.contact-us-section .contact-bg-img {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.contact-us-section .contact-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-us-section .contact-bg-img img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .contact-us-section .contact-bg-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 #dde2d1;
  color: #878979;
  font-size: 14px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #878979;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #878979;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  background-image: url("/assets/img/vcard32/create-vcard-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.create-vcard-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px #8789794d !important;
}
.create-vcard-section .content {
  position: relative;
  z-index: 2;
}
.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #dde2d1;
}
.create-vcard-section .vcard-link-card .link-text {
  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: 28px;
  z-index: 9;
}

.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 .interior-bars-btn {
  background-color: #fbd77a;
}
.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-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 25px !important;
  height: 5px !important;
}
.slick-dots li button {
  width: 25px !important;
  height: 5px !important;
  font-size: 0;
}
.slick-dots li button:before {
  font-size: 0 !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 10px;
  background-color: #dde2d1;
}
.slick-dots li.slick-active {
  width: 25px !important;
}
.slick-dots li.slick-active button {
  width: 25px !important;
}
.slick-dots li.slick-active button:before {
  width: 25px !important;
  opacity: 1;
  background-color: #51553a;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  opacity: 1 !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dde2d1;
  border: 1px solid #dde2d1;
  color: #161611;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 10px 20px;
  background: #fbd77a !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: #51553a !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: 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;
}
.language ul .lang-list:hover .dropdown-menu {
  display: block !important;
}

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

.vcard-thirtytwo-btn {
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #fbd77a !important;
  color: #fbd77a !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: 75% !important;
}
@media (max-width: 575px) {
  .vcard-one__product .product-card {
    width: 99% !important;
  }
}
.vcard-one__product .product-card .product-img {
  height: 200px !important;
}

.product-heading {
  font-size: 28px !important;
  font-weight: 500;
  color: #ffffff !important;
}

.buy-product {
  padding: 10px 20px;
  background: #fbd77a !important;
  border: none;
  outline: none;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.buy-product:hover {
  background-color: rgba(251, 215, 122, 0.9);
}

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

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #dde2d1 !important;
  border-radius: 8px !important;
  margin-bottom: 5px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

small {
  font-size: 12px;
  color: #9a9a9a !important;
}

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

.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: #f6f6f6;
  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: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 25px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

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

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

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

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

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

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

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

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #51553a;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #51553a;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #51553a;
  stroke: #f9f5f9;
}
.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: #51553a;
}
.instagram-btn .svg-reels-icon path {
  fill: #51553a;
}
.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;
}

.vcard32-sticky-btn {
  color: #fbd77a;
  border: 1px solid #51553a;
  border-radius: 5px;
  height: 40px;
  background-color: #ffffff;
}

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

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

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

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.main-content.rtl .btn-section {
  left: 18px !important;
  right: auto !important;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .me-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.main-content.rtl .calendar-icon {
  left: 18px !important;
  right: auto !important;
}
.main-content.rtl .qr-code {
  flex-direction: row-reverse;
}
.main-content.rtl .service-card {
  flex-direction: row-reverse;
}
.main-content.rtl .service-card .card-img {
  margin-left: 30px;
  margin-right: 0;
}
.main-content.rtl .time-slot {
  text-align: right;
}
.main-content.rtl .justify-content-start {
  justify-content: flex-end !important;
}
.main-content.rtl .product-img {
  margin-right: 25px;
  margin-left: auto;
}
.main-content.rtl .product-desc {
  border-radius: 120px 10px 10px 10px !important;
}
@media (min-width: 576px) {
  .main-content.rtl .flex-sm-row {
    flex-direction: row-reverse !important;
  }
  .main-content.rtl .text-sm-start {
    text-align: right !important;
  }
}
