/* style-25 */

* {
    margin: 0;
    padding: 0;
}

.countView1 {
    left: 540px !important;
}

.countView {
    top: 0 !important;
}

a:hover {
    cursor: pointer;
}

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


#card .backgroundImg {
    max-width: 450px;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -5;
}

#businessLogo {
    width: 130px;
    margin-top: 20px;
}

#heading {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#head {


    text-align: center;
    /* width: 267px; */
    width: 90%;
    margin-bottom: 25px;
}

.companyName {
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0;
    letter-spacing: 0.01em;
    color:white;
}

.tagline {
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.01em;
    color: white;
    padding: 5px 0;
}

#head p {
    margin: 0;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 148%;
}

#head small {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 108%;
}

#contact {
    display: flex;
    justify-content: center;
}

#social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 314.93px;
}

#social li {
    padding: 15px;
}


#Mobile_Number_text,
#Email_text,
#Location_text,
#Website_text {
    width: 80%;
}

#Mobile_Number_logo,
#Email_logo,
#Location_logo,
#Website_logo {
    width: 43px;
}

#Mobile_Number,
#Email,
#Location,
#Website {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* payment btn */

.pitem p {
    width: 60%;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 127%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.pitem {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 12px;
}

#paymentDiv {
    position: absolute;
    bottom: 61px;
    right: 0;
    width: 246px;
    /* width: 100%; */
    display: flex;
    /* margin-left: 205px; */
    justify-content: center;
    align-items: center;
    width: 55%;
}

/* @media only screen and (max-width: 375px) {
    #paymentDiv {
        margin-left: 230px;

    }
  } */

.adb-footer {
    position: absolute;
   
    top: 0px !important;
    height: 16px;
    margin-top: 0px !important;
    
    
}


#downloadPdf {
    position: absolute;
    bottom: 40px;
    left: 20px;
    cursor: pointer;
    width: 60px;
    height: 50px;
    text-align: center;
    background: none;
    border: none;
}

.divider {
    margin: 2px auto;
    background: #fff;
    height: 0.5px;
    width: 50%;
}

#WhatsApp_logo {
    width: 35px;
}

#iconImage {
    width: 80%;
}

#WhatsApp {
    text-decoration: none;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#paymentRedirect {
    background: none;
    border: none;
}

#downloadIcon {
    width: 50px;
}

.btnText {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    /* text-shadow: 0 0 2px #ffffff; */
}

/* Social section  */

#media {
    position: relative;
    bottom: 132px;
    left: 71px;
}

.mediaNav {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 7px;
    position: absolute;
    bottom: 0;
    right: 8px;
}

.mediaNav img {
    max-width: 28px;
    width: 100%;
    /* padding-right: 5px; */
    margin: 10px 0px;
    /* height: auto; */
    /* border-right: 1px solid rgba(252, 250, 250, 0.19); */
}

#payment p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 127%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

#social p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    letter-spacing: 0.01em;
    color:white;
}

.company-info {
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 108%;
    letter-spacing: 0.07em;
    padding: 5px 0;
    color: white;
}

.contact_item img {
    margin-right: 16px;
}
.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;

    
}


