.form_wrapper1{
    /* text-align: center; */
}
.bottom_contact{
   display: flex;
    /* justify-content: center; */
}
.Downloadheading{
    font-size: 16px;
    font-family: SF_regular;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 35px;
}
.buttonmain{
    display: flex;
    /* justify-content: center; */
    gap: 10px;
    margin-top: 20px;
}
.buttonmain a{
    text-decoration: none;
}
.google ,.appstore{
    background-color: #000000;
    color: #FFFF;
    display: flex;
    gap: 10px;
    padding: 5px;
    align-items: center;
    height: 45px;
    width: 154px;
    border-radius: 5px;
    justify-content: center;
}
.buttonmain img{
    height: 27px;
    width: 22px;
}
.appstore img{
    width: 30px;
}
.text .textget{
    font-size: 10px;
    font-family: SF_regular;
    color: #FFFF;
    font-weight: 400;
    letter-spacing: 2px;
}
.text .textgoogle{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    font-family: SF_regular;
    letter-spacing: 1px;
    color: #FFFF;
}
.ortext{
    margin-top: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: SF_regular;
}
/* .phone{
    justify-content:center ;
} */
.phone2{
    width:auto;
    margin-left: 10px;
}
.phone1 img{
    height: 32px;
    width: 32px;
}
@media screen and (max-width: 1024px) {
    .phone{
    justify-content:left ;
}
}
@media screen and (max-width: 425px){
    .text .textgoogle{
        font-size: 14px;
    }
    .text .textget{
        letter-spacing: 1px;
        font-size: 8px;
    }
    .google, .appstore{
        gap: 3px;
    }
}