* {
  padding: 0;
  margin: 0;
}

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

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


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

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

img {
  height: 100%;
}

#businessLogo{
  width: 100%;
}

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

/* button classes */
.paymentButtons {
  position: relative;
}

#iconImage{
  width: 52px;
  height: 23px;
}

.btn-grad {
  width: 80px;
  height: 38px;
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  top: 28px;
}

.btnIcons {
  width: 100px;
  height: 50px;
}

.btnIcons h2 {
  margin-left: 10px;
  color: #fff;
  font-size: 26px;
}

/* bussiness info */
.companyName {
  font-size: 16px;
  /* text-transform: uppercase */
}

.company-info {
  font-size: 12px;
}

.profile-img {

  width: 150px;
  height: 150px;
      display: flex;
  /* border-radius: 50%; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.profile-img img{
  height: auto !important;
}

.heading {
  margin-top: 30px;
  margin-left: 65px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.informations {
  width: 50%;
  color: #fff;
  font-size: 22px;
  margin-top: 50px
}

.tagline h4 {
  margin-bottom: 10px;
}

.tagline {
  text-align: center;
  flex-direction: column;
  margin-top: 15px !important;
  /* margin-top: 15px; */
  color: #fff;
  font-size: 14px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: auto;
  height: 105px;
}


/* bussiness contact info */
.fontstyle {
  font-size: 12px;
  font-weight: bold;
  color: #fff;

}

.straightLine {
  font-size: 18px;
  color: #fff;
}

.contact_info__ {
  position: relative;
}

/* .contact_info__::before{
  content: "";
  height:130%; width: 3px;
  background-color: #fff;
  position: absolute;
  left:-15px;
} */
.contact-info {
  height: 270px;
  /* margin-top: 15px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.logo {
  width: 40px;
  height: 43px;
}

.info {
  width: 300px;
  margin: 0px auto
}

.info>a>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px
}

/* social media icons */
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;

  gap: 10px;
  flex-wrap: wrap;

  /* margin-top: 15px;
}

.svg-box {
  width: 55px;
  height: 45px;
}

.footer{
  /* margin-top: 50px; */
}

.footer_box {
  display: flex;
  height: 50px;
}

.w-100 {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center
}

.imgSource {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_1,
.box_2 {
  width: 50%
}

.footer_box_2 {
  height: 77px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_box_2>.downloadPdfButton {
  cursor: pointer;
  height: auto !important;
  width: 40px !important;
}

.pdfButton {
  width: 100%;
  background: transparent;
  border: none;
}
.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;

  
}



@media screen and (max-width: 388px) {
  .contact-info{
    height:192px;
    margin-bottom: 20px;
  }
  .logo-box{
    margin-bottom: 20px;
  }
  
}