@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap);
body {
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: 30px;
    font-weight: 600 !important;
}
h2 {
    font-size: 26px;
    font-weight: 600 !important;
}
h3 {
    font-size: 22px;
    font-weight: 600 !important;
}
.template-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-to-contact {
    background: #fff;
    padding: 10px;
    bottom: -9px;
    position: fixed;
    z-index: 999;
}
.service-name {
    text-align: left;
}
.service-desc {
    text-align: left;
}
.product-name {
    text-align: left;
}
.product-desc {
    text-align: left;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
}
.swiper-button-prev:after {
    background: gray;
    color: #fff;
    padding: 20px;
    font-size: 22px !important;
    opacity: 0.3;
}
.swiper-button-next:after {
    background: gray;
    color: #fff;
    padding: 20px;
    font-size: 22px !important;
    opacity: 0.3;
}
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.9 !important;
}
.swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}
.send-modal,
.qr-modal {
    z-index: 9999;
}
