.bg-primary {
  background-color: #3599ba !important;
}

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

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

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: #3599ba;
  box-shadow: none;
  border: 1px solid #3599ba;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #3599ba;
  background-color: #ffffff;
  border: 1px solid #3599ba;
}

.btn-secondary {
  color: #ffffff;
  background-color: #f69904;
  box-shadow: none;
  border: 1px solid #f69904;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
  color: #f69904;
  background-color: #ffffff;
  border: 1px solid #f69904;
}

@font-face {
  font-family: "Tagesschrift";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Tagesschrift-Regular.ttf?b88e12fc6001bec09f357ed0c87dc332) format("truetype");
  font-display: swap;
}
body {
  font-family: "Rubik";
  font-weight: 400 !important;
  padding-right: 0 !important;
  background-color: #d7eaf2 !important;
}
body.modal-open {
  padding-right: 0 !important;
}

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

.fs-24 {
  font-size: 24px;
}

.main-content {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background-color: #ffffff;
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .profile-section {
    padding-top: 40px;
  }
}
.profile-section .card {
  position: relative;
  background-color: transparent !important;
  border: none;
}
.profile-section .card .card-img {
  border-radius: 0px 50% 50% 50%;
  min-width: 170px;
  width: 170px;
  height: 170px;
  position: relative;
}
.profile-section .card .card-img::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -10px;
  background-color: #f69904;
  width: 110%;
  height: 110%;
  border-radius: 0px 50% 50% 50%;
}
.profile-section .card .card-img img {
  border-radius: 0px 50% 50% 50%;
  position: relative;
  z-index: 1;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
}
@media (max-width: 575px) {
  .profile-section .card .card-img img {
    border: 3px solid white;
  }
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    min-width: 124px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
  }
  .profile-section .card .card-img::after {
    top: -3px;
    right: -3px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
  }
  .profile-section .card .card-img img {
    border-radius: 50%;
  }
}
.profile-section .social-media .social-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(78, 84, 89, 0.1);
  margin-right: 20px;
}
.profile-section .social-media .social-icon:hover {
  border: 1px solid #3599ba;
}
.profile-section .social-media .social-icon svg,
.profile-section .social-media .social-icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-section .social-media .social-icon:last-child {
  margin-right: 0;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 24px;
  font-family: "Tagesschrift";
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
@media (max-width: 425px) {
  .section-heading h2 {
    font-size: 20px;
  }
}
.section-heading h2:after {
  position: absolute;
  content: "";
  background-image: url(/images/line-bg.png?c39eec6209508b328298e8bfb07ed9cc);
  background-repeat: no-repeat;
  background-size: 100px;
  top: 16%;
  width: 100px;
  height: 18px;
  margin-left: 20px;
}
@media (max-width: 425px) {
  .section-heading h2:after {
    background-size: 44px;
    top: 25%;
    width: 75px;
    height: 13px;
    margin-left: 10px;
  }
}
.section-heading h2::before {
  position: absolute;
  content: "";
  background-image: url(/images/line-bg.png?c39eec6209508b328298e8bfb07ed9cc);
  background-repeat: no-repeat;
  background-size: 100px;
  top: 16%;
  right: 0;
  left: -120px;
  width: 100px;
  height: 18px;
  transform: rotateY(180deg);
}
@media (max-width: 425px) {
  .section-heading h2::before {
    background-size: 44px;
    top: 25%;
    width: 75px;
    height: 13px;
    left: -100px;
    margin-left: 10px;
  }
}

.contact-section {
  position: relative;
}
.contact-section .contact-bg {
  position: absolute;
  right: 40px;
  top: 20px;
}
.contact-section .contact-box {
  padding: 35px 10px 10px 10px;
  position: relative;
  border-radius: 40px;
  transition: 0.3s all ease-in-out;
  background-color: #d7eaf2;
  justify-content: center;
  margin-top: 30px;
  border: 1px solid #3699ba;
  z-index: -1;
}
.contact-section .contact-box .contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #3699ba;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 50% 50% 50%;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.contact-section .contact-box .contact-icon::after {
  content: "";
  width: 50px;
  min-width: 50px;
  height: 53px;
  background-color: #f69904;
  position: absolute;
  top: 0px;
  left: 4px;
  z-index: -1;
  border-radius: 0 50% 50% 50%;
}
.contact-section .contact-box .contact-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.contact-section .contact-box .contact-desc a {
  word-break: break-all;
  font-size: 14px !important;
}

.our-services-section {
  position: relative;
}
.our-services-section .services .service-card {
  position: relative;
  border-radius: 150px;
  background: #d7eaf2;
  border: 2px solid #3599ba;
  max-width: 295px;
  margin: 10px auto;
  border-bottom: 4px solid #3599ba;
  border-top: 4px solid #3599ba;
}
.our-services-section .services .service-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: #f69904;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.our-services-section .services .service-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: #f69904;
  top: -10px;
  left: 0;
  z-index: -1;
}
.our-services-section .services .service-card .card-img {
  width: 100%;
  height: 200px;
  min-width: 100%;
  border-bottom: 1px solid #3599ba;
  border-radius: 150px 150px 0px 0px;
}
.our-services-section .services .service-card .card-img svg,
.our-services-section .services .service-card .card-img img {
  height: 100%;
  width: 100%;
  border-radius: 150px 150px 0px 0px;
}
.our-services-section .services .service-card .card-title {
  font-size: 18px !important;
  padding: 10px 16px 0px 16px;
}
.our-services-section .services .service-card .description-text {
  font-size: 14px;
  padding: 0px 40px 30px 40px;
}
.our-services-section .services .services-slider-view .service-card .services-desc {
  min-height: 154px;
}
.our-services-section .services .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px !important;
  min-height: 53px;
}
.our-services-section .services .services-slider-view .service-card .description-text {
  padding: 0px 40px 30px 40px;
}
.our-services-section .services .services-slider-view .service-card .description-text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.our-services-section .services .services-slider-view .slick-slide {
  padding: 0 10px;
}
.our-services-section .services .services-slider-view .slick-dots {
  bottom: -35px !important;
}

@media (min-width: 768px) {
  .timePick {
    padding: 0 5px !important;
  }
}

.appointment-section {
  position: relative;
}
.appointment-section .appointment {
  padding: 15px;
  background-image: url(/images/appointment-vcard18-bg.png?dfe5dad0732bc6431e0bdf98daedc887);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  border: 1px solid #3699ba;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #f69904;
  color: #1e262d;
  border-radius: 30px;
  box-shadow: none;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #66737d;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #66737d;
}
.appointment-section .appointment .appointment-input:focus {
  outline: none;
  box-shadow: none;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 20px;
  top: 12px;
}
.appointment-section .appointment .hour-input {
  padding: 13px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #66737d;
}

.time-slot {
  font-size: 14px;
  color: black;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #3699ba;
  transition: 0.3s all ease-in-out;
}
.time-slot:hover, .time-slot.activeSlot {
  background: #3599ba;
  color: #ffffff;
}

.gallery-section {
  position: relative;
}
.gallery-section .gallery-slider {
  margin-bottom: 0 !important;
}
.gallery-section .gallery-slider .slick-slide {
  padding: 0 10px;
}
.gallery-section .gallery-slider .expand-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f69904;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-section .gallery-slider .gallery-item {
  position: relative;
  max-width: 100%;
  height: 295px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-section .gallery-slider .gallery-item video, .gallery-section .gallery-slider .gallery-item iframe {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  max-width: 100%;
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  background-color: #d7eaf2;
  padding: 10px;
  border: 2px solid #3599ba;
}
.gallery-section .gallery-slider .gallery-img img, .gallery-section .gallery-slider .gallery-img iframe {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  height: 100%;
}
.gallery-section .gallery-slider .slick-dots {
  position: relative;
  bottom: 0px;
}
.gallery-section .gallery-slider .slick-current.slick-active {
  transform: scale(1);
}

.product-section {
  position: relative;
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  position: relative;
  border-radius: 150px;
  background: #d7eaf2;
  border: 2px solid #3599ba;
  max-width: 295px;
  margin: 10px auto;
  border-bottom: 4px solid #3599ba;
  border-top: 4px solid #3599ba;
}
.product-section .product-slider .product-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: #f69904;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.product-section .product-slider .product-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: #f69904;
  top: -10px;
  left: 0;
  z-index: -1;
}
.product-section .product-slider .product-card .product-img {
  height: 200px;
  border-bottom: 1px solid #3599ba;
  border-radius: 150px 150px 0px 0px;
}
.product-section .product-slider .product-card .product-img img {
  border-radius: 150px 150px 0px 0px;
}
.product-section .product-slider .product-desc {
  min-height: 117px;
}
.product-section .product-slider .product-desc .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px !important;
  min-height: 44px;
}
.product-section .product-slider .product-desc .product-amount {
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
}

.testimonial-section .slick-dots {
  bottom: -35px !important;
}
.testimonial-section .slick-slide {
  padding: 0 10px;
}
.testimonial-section .testimonial-triangle {
  padding-bottom: 24px;
}
.testimonial-section .testimonial-triangle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 26px;
  background-color: #3599ba;
  -webkit-clip-path: polygon(0% 0, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0, 86% 50%, 0% 100%);
  left: 28px;
  bottom: 0px;
  transform: rotate(90deg);
}
.testimonial-section .testimonial-card {
  position: relative;
}
.testimonial-section .testimonial-card .card-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  min-width: 70px;
  border: 3px solid #ffffff;
  outline: 3px solid #3599ba;
}
.testimonial-section .testimonial-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-section .testimonial-card .quote-right-img {
  transform: scaleX(-1);
}
.testimonial-section .testimonial-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px !important;
}
.testimonial-section .testimonial-card .card-body {
  position: relative;
  border-radius: 38px;
  padding: 20px;
  background-color: #d7eaf2;
  border: 1px solid #3599ba;
}
.testimonial-section .testimonial-card .card-body .card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center !important;
  font-size: 16px !important;
  min-height: 96px;
}

.blog-section {
  position: relative;
  margin-bottom: 50px;
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
.blog-section .blog-slider .blog-card {
  position: relative;
  gap: 16px;
  padding: 15px;
  background: #d7eaf2;
  border-radius: 15px;
  border: 1px solid #3599ba;
}
.blog-section .blog-slider .blog-card .card-img {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body {
  padding: 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #3599ba;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 39px;
  font-size: 16px;
  line-height: 1.2;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  line-height: 1.2 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  min-height: 48px;
}
.blog-section .blog-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: -50px !important;
  opacity: 1 !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #f69904;
  border: 1px solid #f69904;
}
.blog-section .blog-slider .next-arrow {
  left: 52%;
}
.blog-section .blog-slider .prev-arrow {
  left: 43%;
}
.blog-section .blog-slider .slick-dots {
  bottom: -35px;
}

.qr-code-section {
  position: relative;
}
.qr-code-section .qr-code {
  max-width: 550px;
  width: 100%;
  border-radius: 90px;
  padding: 25px;
  border: 2px solid #3599ba;
  background-image: url(/images/qr-code-vcard18.png?391cf175d72f3bba0a22752d4345f511);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 575px) {
  .qr-code-section .qr-code {
    border-radius: 30px;
  }
}
.qr-code-section .qr-code::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 180px;
  height: 100%;
  background-color: #3599ba;
  border-radius: 0% 50% 50% 0%;
  z-index: 0;
  border-right: 7px solid white;
}
.qr-code-section .qr-code::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0px;
  width: 180px;
  height: 100%;
  background-color: #f69904;
  border-radius: 0% 50% 50% 0%;
  z-index: 0;
}
@media (max-width: 575px) {
  .qr-code-section .qr-code::after, .qr-code-section .qr-code::before {
    content: none;
  }
}
.qr-code-section .qr-code .qr-code-box {
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media (max-width: 576px) {
  .qr-code-section .qr-code .qr-code-box {
    gap: 20px;
  }
}
.qr-code-section .qr-code .qr-code-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3599ba;
  border-radius: 10px;
  padding: 8px;
  background-color: #ffffff;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
}

.business-hour-section {
  position: relative;
}
.business-hour-section .business-hour-card .business-hour {
  justify-content: center;
  margin-top: 30px;
  border: 1px solid #3599ba;
  padding: 35px 10px 10px 10px;
  position: relative;
  border-radius: 40px;
  transition: 0.3s all ease-in-out;
  background-color: #d7eaf2;
  border: 1px solid #3599ba;
  display: flex;
  gap: 10px;
  color: #3599ba;
  z-index: -1;
}
.business-hour-section .business-hour-card .business-hour .time-icons {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #3699ba;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 50% 50% 50%;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.business-hour-section .business-hour-card .business-hour .time-icons::after {
  content: "";
  width: 50px;
  min-width: 50px;
  height: 52px;
  background-color: #f69904;
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: -1;
  border-radius: 0 50% 50% 50%;
}
.business-hour-section .business-hour-card .business-hour .time-icons img, .business-hour-section .business-hour-card .business-hour .time-icons svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.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;
  }
}

.contact-us-section {
  position: relative;
}
@media (max-width: 575px) {
  .contact-us-section {
    margin-bottom: 10px;
  }
}
.contact-us-section .contact-form {
  padding: 20px;
  border-radius: 15px;
  background-color: #d7eaf2;
  border: 1px solid #3699ba;
}
.contact-us-section .contact-form form .form-control {
  padding: 12px 20px;
  color: #1e262c;
  background: white;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #f69904;
}
.contact-us-section .contact-form form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #66737d;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #66737d;
}

.create-vcard-section .vcard-link-card {
  background-color: #d7eaf2;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #3699ba !important;
  position: relative;
}
.create-vcard-section .vcard-link-card .link-text {
  word-break: break-all;
}

.add-to-contact-section {
  width: 100%;
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 3;
}
.add-to-contact-section .add-contact-btn {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-wrap: nowrap !important;
  height: 50px;
  transition: 0.3s all ease-in-out;
}
.add-to-contact-section .add-contact-btn:hover {
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
  background-color: #3599ba !important;
  color: #ffffff !important;
}

.btn-section .fixed-btn-section .corporate-bars-btn {
  background-color: #3599ba;
}
.btn-section .fixed-btn-section .sub-btn .corporate-sub-btn {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.btn-section .fixed-btn-section .sub-btn .corporate-sub-btn i {
  color: #3599ba;
}

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

.slick-dots {
  bottom: -15px;
}
.slick-dots li button:before {
  color: #dddddd;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3599ba;
}

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

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

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .mx-30 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fs-12 {
  font-size: 12px;
}

.fs-36 {
  font-size: 36px;
}
@media (max-width: 575px) {
  .fs-36 {
    font-size: 30px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 28px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
}

.main-content {
  max-width: 670px !important;
  min-height: 100vh;
  margin-top: 4px;
  margin-bottom: 4px;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-1 {
  flex: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
}
.btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
}

.social-media .social-media-icon {
  padding: 20px 10px;
}
.social-media .social-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 0px 20px;
}
@media (max-width: 425px) {
  .social-media .social-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin: 0px 16px;
  }
}

.social-icons {
  gap: 16px;
}
@media (max-width: 576px) {
  .social-icons {
    gap: 10px;
  }
}
.social-icons a {
  width: 50px;
  height: 50px;
  background-color: #3699ba;
  position: relative;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 0 50% 50% 50%;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transition: 0.3s all ease-in-out;
}
.social-icons a::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 0px;
  width: 48px;
  height: 52px;
  background-color: #f69904;
  z-index: -1;
  border-radius: 0 50% 50% 50%;
}
.social-icons a img,
.social-icons a svg {
  height: 24px !important;
  fill: #ffffff !important;
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}
.social-icons a:hover {
  transition: 0.3s all ease-in-out;
}
.social-icons a:hover img, .social-icons a:hover svg {
  transition: 0.3s all ease-in-out;
  color: #f69904 !important;
  fill: #f69904 !important;
}

.social-icons img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 4px 10px;
  background: #3599ba;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.language ul .lang-list .lang-head {
  color: white;
}
.language ul .lang-list .lang-head i {
  color: white;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 4px 8px;
}
.language ul .lang-list .lang-hover-list li:hover {
  background-color: #d7eaf2 !important;
}
.language ul .lang-list .lang-hover-list li:hover a {
  color: #3599ba !important;
}
.language ul .lang-list .lang-hover-list li.active {
  background-color: #d7eaf2 !important;
}
.language ul .lang-list .lang-hover-list li.active a {
  color: #3599ba !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 16px !important;
}

.vcard18-sticky-btn {
  background: #3599ba;
  color: #ffffff;
  border: 1px solid #dddddd;
  height: 40px;
}

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

.vcard-eighteen .product-card {
  background: #d7eaf2;
  border-radius: 15px;
  padding: 15px !important;
  border: 1px solid #3699ba !important;
  box-shadow: none !important;
}
.vcard-eighteen.main-content {
  max-width: 670px;
  min-height: 100vh;
  text-align: center !important;
  color: #1e262d;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 15px;
}
.vcard-eighteen .vcard-eighteen-heading {
  font-weight: 500;
  font-size: 28px;
  color: #3599ba;
}
.vcard-eighteen .vcard-prodcut-heading {
  font-weight: 500;
  color: #3599ba;
  font-size: 24px !important;
}

.vcard-eighteen-btn {
  padding: 10px 20px;
  background: #3599ba;
  border: 1px solid #3599ba;
  outline: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
.vcard-eighteen-btn:hover {
  color: #3599ba;
  background-color: white;
}

.add-contact-btn {
  height: 40px;
}
.add-contact-btn i {
  font-size: 1rem;
}

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

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

.product-btn {
  padding: 10px 20px;
  background: #009ef7;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background-color: rgba(53, 153, 186, 0.9);
}

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

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

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

.insta-toggle {
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}

#instafeed-container a img {
  width: 44%;
  height: 200px !important;
  margin: 11px;
  border-radius: 15px;
}

.instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
}

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

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: #212020;
}
.modal .news-modal #newsLatter-content .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #009ef7;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #009ef7;
  font-size: 23px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 16px;
  font-weight: 400;
}
.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 4px 10px !important;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #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;
  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: #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: #009ef7;
  color: white !important;
  font-size: 15px;
  border: none;
}

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #3599ba;
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 13px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

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

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

.ifram-body {
  height: 300px !important;
  width: 100% !important;
}

.iframe-slider {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.iframe-slider .slick-slide {
  padding: 0 10px;
}
.iframe-slider .iframe-card {
  position: relative;
  border-radius: 15px;
  border: none !important;
}
.iframe-slider .iframe-card iframe {
  display: block !important;
}
.iframe-slider .iframe-card .card-body {
  border: 1px solid #3599ba;
  box-shadow: 0 5px 10px rgba(78, 84, 89, 0.1);
  max-width: 330px;
  min-width: 330px;
  min-height: 116px;
  max-height: 116px;
  overflow: hidden;
  margin-left: auto;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 575px) {
  .iframe-slider .iframe-card .card-body {
    position: relative;
    top: -15px;
    max-width: 100%;
    min-width: 100%;
    z-index: -1;
  }
}

.verification-icon {
  color: #3599ba;
}

.main-content.rtl .profile-section .card-img {
  border-radius: 50% 0 50% 50% !important;
}
.main-content.rtl .profile-section .card-img img {
  border-radius: 50% 0 50% 50% !important;
  border-left: 5px solid #ffffff;
  border-right: none !important;
}
@media (max-width: 575px) {
  .main-content.rtl .profile-section .card-img img {
    border: 3px solid white !important;
  }
}
.main-content.rtl .profile-section .card-img::after {
  border-radius: 50% 0 50% 50% !important;
}
@media (max-width: 575px) {
  .main-content.rtl .profile-section .card-img {
    min-width: 124px;
    width: 124px;
    height: 124px;
    border-radius: 50% !important;
  }
  .main-content.rtl .profile-section .card-img::after {
    top: -3px;
    right: -3px;
    border-radius: 50% !important;
    height: 130px;
    width: 130px;
  }
  .main-content.rtl .profile-section .card-img img {
    border-radius: 50% !important;
  }
}
.main-content.rtl .qr-code::before {
  right: 10px;
  left: auto;
  border-radius: 50% 0 50% 50%;
}
.main-content.rtl .qr-code::after {
  left: auto;
  right: 0;
  border-radius: 50% 0 50% 50%;
  border-left: 7px solid #ffffff;
  border-right: none !important;
}
.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-content.rtl .testimonial-triangle::after {
  left: auto;
  right: 28px;
}
.main-content.rtl .main-bg-vector {
  left: -80px;
  right: auto;
  transform: rotate3d(1, 1, -3, 45deg);
}
.main-content.rtl .lang-hover-list {
  left: 0 !important;
}
.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-sm-start {
  text-align: right !important;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .time::after {
  right: 0;
  left: auto;
}
.main-content.rtl .me-4 {
  margin-left: 1.5rem !important;
}
.main-content.rtl .banner-img, .main-content.rtl .curve-img {
  transform: rotateY(180deg);
}
@media (min-width: 576px) {
  .main-content.rtl .flex-sm-row-reverse {
    flex-direction: row !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-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
  border-bottom-right-radius: 0.313rem !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-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
  margin-right: -1px !important;
  margin-left: 0 !important;
}
.main-content.rtl .form-check {
  padding-right: 2.063em !important;
  padding-left: 0 !important;
}
.main-content.rtl .form-check .form-check-input {
  float: right !important;
  margin-right: -2.063em !important;
}

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

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

.modal-content[dir=rtl] .pl-50 {
  padding-right: 50px;
}
.modal-content[dir=rtl] .text-center {
  text-align: start !important;
}
.modal-content[dir=rtl] .arrow {
  transform: rotate(180deg) !important;
}
.modal-content[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
  border-bottom-right-radius: 0.313rem !important;
}
.modal-content[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
}

.slick-prev:before {
  color: black !important;
}

.slick-next:before {
  color: black !important;
}

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

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

.input-box {
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 15px 20px;
  color: #1e262c;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #f69904;
}

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

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

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

.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: #66737d !important;
}

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

small {
  font-size: 12px;
  color: #3599ba !important;
  font-weight: 600;
}

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

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

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

.close-modal {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}

.product-img-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.product-img-slider .slick-dots {
  bottom: 0px;
}
.product-img-slider .slick-dots li button:before {
  color: #dddddd;
}
.product-img-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3599ba;
}
.product-img-slider .slick-slide {
  margin: 0 !important;
  padding: 0px 10px !important;
}
.product-img-slider .slick-list {
  padding: 0 !important;
}
.product-img-slider .product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
  border: 1px solid #f69904;
  border-radius: 10px;
}
.product-img-slider .product-img-height img {
  aspect-ratio: 2.76;
  border-radius: 10px;
}

.dots-none .slick-dots {
  display: none !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #3599ba;
}
.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: #3599ba !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  font-size: 0.875rem !important;
  padding: 0.563rem 1.563rem !important;
}
.pwa-install-button:hover {
  background: #3599ba;
}

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

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

.profile-detail {
  margin-top: -21px !important;
  min-height: 130px;
}

.profile-margin {
  margin-top: 20px !important;
}
@media (max-width: 576px) {
  .profile-margin .card {
    padding-top: 0 !important;
    gap: 16px;
  }
}
.profile-margin .profile-detail {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: auto;
}

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

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

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

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

@keyframes right-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.view-more {
  padding: 10px 25px 10px 15px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  background-color: #3599ba;
  color: #ffffff;
  border: 1px solid #3599ba;
}
.view-more a, .view-more svg {
  font-size: 16px;
  color: #ffffff;
}
.view-more:hover {
  color: #3599ba;
}
.view-more:hover a, .view-more:hover svg {
  color: #3599ba;
}

.iframe-card iframe, .insta-feed iframe {
  border: 2px solid #3599ba !important;
  border-radius: 15px !important;
  overflow: hidden;
}

.insta-feed-iframe iframe {
  margin-bottom: 0 !important;
}

.iframe-border {
  position: relative;
  box-shadow: rgba(73, 173, 254, 0.8) 3px 3px 6px 0px inset, rgba(73, 173, 254, 0.8) -3px -3px 6px 1px inset;
  padding: 10px;
  border-radius: 15px;
}
.iframe-border iframe {
  display: block;
  border: 3px solid #3599ba;
}

.vcard-eighteen-body {
  background-color: #d7eaf2 !important;
}

.vcard-banner-18 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-mask-image: none;
          mask-image: none;
  aspect-ratio: auto;
}

.card-back {
  background-color: #d7eaf2 !important;
  border: 1px solid #3599ba !important;
}

@keyframes right-left {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.right-left-animation {
  animation: right-left 2s linear 1s infinite alternate;
}

.zoom-in-out-animation {
  animation: zoom-in-out 2s linear 1s infinite alternate;
}

.top-bottom-animtion {
  animation: top-bottom 2s linear 1s infinite alternate;
}

.map-section {
  border: 1px solid #3599ba;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d7eaf2;
  position: relative;
  z-index: -1;
}
.map-section .map-location {
  padding: 10px;
}
.map-section .map-location .location-icon {
  width: 50px;
  height: 50px;
  background-color: #3699ba;
  position: relative;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 0 50% 50% 50%;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transition: 0.3s all ease-in-out;
}
.map-section .map-location .location-icon::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 0px;
  width: 48px;
  height: 52px;
  background-color: #f69904;
  z-index: -1;
  border-radius: 0 50% 50% 50%;
}
.map-section .map-location .location-icon img {
  width: 18px;
}
.map-section iframe {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: -6px;
}

.main-bg-vector {
  -webkit-mask: radial-gradient(111.8px at 50% calc(100% - 150px), #000 99%, #0000 101%) calc(50% - 100px) 0/200px 100%, radial-gradient(111.8px at 50% calc(100% + 100px), #0000 99%, #000 101%) 50% calc(100% - 50px)/200px 100% repeat-x;
  mask: radial-gradient(111.8px at 50% calc(100% - 150px), #000 99%, #0000 101%) calc(50% - 100px) 0/200px 100%, radial-gradient(111.8px at 50% calc(100% + 100px), #0000 99%, #000 101%) 50% calc(100% - 50px)/200px 100% repeat-x;
  background: #3599ba;
  width: 320px;
  height: 220px;
  position: absolute;
  right: -61px;
  top: -70px;
  transform: rotate3d(1, 1, 1, 45deg);
  z-index: -1;
  opacity: 0.8;
}
.main-bg-vector img {
  opacity: 0.6;
}

.half-circle-left {
  position: absolute;
  left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #3599ba;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(173, 216, 230, 0.8), transparent 70%);
}

.half-circle-right {
  position: absolute;
  right: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #3599ba;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(173, 216, 230, 0.8), transparent 70%);
}

.vector-1, .vector-3, .vector-5, .vector-7, .vector-9, .vector-11, .vector-13, .vector-15 {
  left: 5px;
  top: 5px;
}

.vector-2, .vector-4, .vector-6, .vector-8, .vector-10, .vector-12, .vector-14 {
  right: 5px;
  top: 5px;
  text-align: end;
}

.background-vcard18-bg-effect {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
