* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

img[src=""] {
  display: none;
}

.heading-box {
  height: 250px !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* overflow: hidden; */
}

.wrapper {
  height: 700px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -99;
}

.waterMarkImage {
  position: absolute;
  max-width: 300px;
  height: auto;
  top: 55%;
  left: 50%;
  transform: translate(-40%, -50%);

}

.waterMarkImage img {
  height: 100%;
  width: 100%;
}

.companyName {
  font-size: 18px;
}

.bg-img img {
  height: 100%;
  width: 100%;
}

.profile-img {
  width: 130px;
  margin: 0 auto;
  padding-top: 14px;
}

#WhatsApp {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}

#WhatsApp>p {
  color: #fff !important;
  width: 47%;
  font-size: 12px;
  /* margin-right: 10px; */
}

.upi {
  width: 40%;
}

.buttonsBox {
  position: absolute;
  right: 30px;
  top: 10px;
}

.pdfButton {
  z-index: 1000;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.profile-img img {
  width: 100%;
}

.tagline {
  margin-bottom: 7px !important;
}

.tagline-info {
  font-size: 14px;
}

.informations {
  text-align: center;
  margin-bottom: 4px;
  width: 90%;
}

.informations h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0px 0;
  padding: 0 5px;
  margin-top: 0px;
}

.informations h4 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 12px;
  padding: 0 5px;
}

#Mobile_Number_logo,
#Email_logo,
#Location_logo,
#DownloadVCF_logo {
  padding-bottom: 4px;
}

#Mobile_Number_text,
#Email_text,
#Location_text,
#downloadVcfText {
  line-height: 18px;
}

.logo {
  /* width: 20px; */
  width: 30px;
  /* height: 20px; */
}

.logo img {
  width: 100%;
  height: 100%;
}

.logo {
  height: 100%;
}

.centerData {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.bottom-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 38px;
  height: 2px;
  background-color: #fff;
}

.contact-info {
  height: 265px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.company-info {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 0 5px;
}

/* .contact-info{
  font-weight: 600;
} */

.centerData .contact_info__ {
  width: 70%;
  border-bottom: 3px dashed #ccc;
  /* padding: 0px 0 20px 0; */
  height: 41px;
  display: flex;
  align-items: center;
}

.info a {
  text-decoration: none;
  color: #000;
}

.info>a>div {
  height: 100%;
}

.logo-background {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.borderRadiusTRR {
  border-top-right-radius: 25px;
}

.borderRadiusBRR {
  border-bottom-right-radius: 25px;
}

.socialMedia-icons {
  height: 45px;
  /* width: 317px; */
  max-width: 66%;
  margin: 52px auto 0 auto;
  display: flex;
  width: 100%;
}

.socialMedia-icons>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 45%;
}

.info-box {
  margin-bottom: 0px;
}

.iconBox {
  width: 33px;
  height: 30px;
  color: #fff;
}

.iconBox img {
  width: 105%;
}

.footer {
  display: flex;
  margin-top: 34px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.footer>.footerIcon {
  width: 50px;
  height: 50px;
  /* padding: 15px; */
  padding: 7px;
  border: 1px solid #636e74;
}

.footerIcon>img {
  width: 100%;
}

.social-media-icons {
  width: 35px;
}

.btnIcons {
  background: transparent;
}

.btn-grad {
  background: transparent;
  border: none;
}

#paymentLink {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.payText {
  font-size: 8px;
}

.info>a {
  height: 100%;
}

/* loader style */
.skeleton-loader-background {
  width: 100%;
  height: 15px;
  display: block;
  background: lightgray;
}

.skeleton-loader-gradient {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%),
    lightgray;
  background-repeat: repeat-y;
  background-size: 50px 200px;
  background-position: 0 0;
  animation: shine 1s infinite;
}

.skeleton-loader:empty {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%),
    lightgray;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
}

@keyframes shine {
  to {
    background-position: 100% 0,
      /* move highlight to right */
      0 0;
  }
}

.loader {
  width: 450px;
  margin: auto;
}

.heading-profile-img {
  height: 175px !important;
  border-radius: 50%;
}

.h2-heading {
  width: 70% !important;
  margin: auto;
}

.h4-heading {
  width: 80% !important;
  margin: auto;
}

.logo-background-loader {
  background: lightgray !important;
}

.logo-background-loader::before {
  background: lightgray !important;
}

.contactP {
  width: 300px !important;
  height: 15px !important;
}

.noBefore::before {
  width: 0 !important;
  height: 0 !important;
}

.contactP-subFooter {
  width: 100px !important;
  height: 15px !important;
}

.footer-skeleton-loader {
  gap: 5px;
  margin-top: 20px;
}

.container {

  width: 448px;
  height: 101px;
  z-index: 999;
  background: black;
  opacity: 0.9;
  box-shadow: 0px 4px 4px rgb(26 26 26 / 25%);
  backdrop-filter: blur(1000px);
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin: auto auto;
  margin-top: 29px;


}


img:not([src]), img[type='src'], img[type='src'] {
  display: none !important;
}

#downloadIcon{
  width: 35px;
}

#paymentIcon{
width: 62px;
}

#iconImage{
  width: 62px;
}