/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0px;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
  -webkit-print-color-adjust: exact;
  padding: 0px;
  margin: 0px;
  text-decoration: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.wrapper {
  min-height: 685px;
  max-width: 450px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.share {
  width: auto;
  padding: 5px;
  background: transparent;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  z-index: 100000;
}

#paymentLink {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btnIcons {
  width: 40px;
  height: auto !important;
  margin: auto;
}

.share>button {
  border: none;
  font-weight: 600;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
  top: 0px;
}

.share img {
  width: 100%
}

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

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

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

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

.heading {
  color: #000;
  text-align: center;
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 10px;
}

.profile-img {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading img {
  width: 125px;
  margin: auto;
  object-fit: contain;
  /* width: 100px;
  margin: auto; */
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px !important;
  /* margin: 20px 0; */
  position: relative;
  top: 6px;
  right: 55px;
}

.fontstyle {
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  width: 252px;
  word-break: break-word;
}

/* .contactDetails p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #000;
}

.contactNow p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 148%;
} */

.contactText {
  position: relative;
  left: 10px;
  bottom: 2px;
  font-weight: 700;

}

#DownloadVCF_logo {
  /* width: 30px; */
  /* position: relative; */
  /* right: 31px; */
}


.info-box {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin: auto;
}

.icon {
  width: 30px;
  height: 25px;
  margin-right: 15px;
}

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

.logo-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.centerData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none !important
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.footerData>.logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0 !important;
}

.info {
  width: 100% !important;
}

.info a {
  display: none;
}

.logo {
  width: 40px;
  height: 40px;
  /* margin-right: 15px; */
}

.logo img {
  height: 85%;
  margin-right: 15px;
}

.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 55px auto 20px auto;
  gap: 5px;
  flex-wrap: wrap;
}

.companyName {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 5px;
}

.informations {
  margin-top: 20px;
  position: relative;
}

.information {
  width: 80%;
  margin: 12px auto 0 auto;
}

.information p {
  text-align: center;
  margin: auto;
  font-size: 12px;
  line-height: 12px;
}

/* .informations::before {
  content: '';
  position: absolute;
  width: 30%;
  height: 5px;
  background-color: #00a0e3;
  bottom: -12px;
  border-radius: 2.5px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
} */

.informations h4 {
  font-size: 14px;
  /* line-height: 30px; */
  font-weight: 600 !important;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 300px;
  left: 140px;
  bottom: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-grad {
  position: absolute;
  left: -55px;
  bottom: -60px;
  cursor: pointer;
}

#pdfIcon>img {
  width: 80%;
  height: 100%
}

.pdfButton {
  position: absolute;
  left: 10px !important;
  bottom: 10px !important;
  cursor: pointer;
}

.btn-grad img {
  width: 49px;
  height: auto !important;
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_1 {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
}

.btnText {
  margin-top: 5px;
  font-size: 10px;
  margin-left: 12px;
}

#downloadPdf {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 10px;
}

#downloadPdf>div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
}

#downloadPdf>div>img {
  margin: 0 !important;
}

.box_1 p,
.box_2 p {
  font-size: 14px;
}

.box_1 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.box_2 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
}

.box_2 img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.bx1 {
  width: 135px;
  margin-right: 35px;
}

.footer__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.box_2__ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.bx1 {
  position: relative;
}

.contact-info {
  margin: 0 !important;
}

.btnText {
  /* color: #fff !important;; */
}


.p_text {
  color: #fff !important;
}



@media screen and (max-width: 400px) {
  .footer {
    left: 95px;
    width: 295px;
  }

  /* .contact-info{margin:0;} */
}

@media screen and (max-width: 350px) {
  .footer {
    left: 90px;
    width: 246px;
  }

  /* .contact-info{margin:0;} */
}

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