.logo img{
    width: 155px;
    object-fit: contain;
}
.delivery-btn{
    display: flex;
    background: #333;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    padding: .2rem 1rem;
}
.delivery-btn img:nth-child(1){
    object-fit: contain;
    width: 50px;
}
.delivery-btn i{
    object-fit: contain;
    font-size: 25px;
}
.dbutn-parent{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.bg-f8{
    background: #f8f8f8 !important;
}
.dbutn{
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1rem 0;
    background: #fff;
    color: #333;
    padding: .3rem .7rem .3rem .3rem;
    width: 400px;
    text-align: left;
    border-radius: 3px;
}
.lhn{
   line-height: normal;
}
.dbutn a img{
    width: 90px;
}
.dbutn>div:nth-child(2)>div:nth-child(1) p:nth-child(1){
    font-size: 14px;
}
.download-butn h4{
    text-align: center;
}
.download-butn{
    margin: auto;
    text-align: center;
}
.tgp{
            margin-top: 1.5rem ;
            margin-bottom: 1.5rem ;
}
@media(min-width:500px) and (max-width:992px){
    .img-mak-res{
        max-width: 75% !important;
        margin: auto;
    }
}
.top-h>div:nth-child(3) {
    margin-left: auto;
}
.dbutn:hover .arow-motion{
    padding-left: 25px;
    transition:.5s;
}
.arow-motion{
    width: 60px;
}
.dbutn>div:nth-child(2)>div:nth-child(1) {
    width: 80%;
}
.dbutn>div:nth-child(2)>div:nth-child(2) {
    width: 16%;
    text-align: center;
}
.dbutn>div:nth-child(2)>div:nth-child(2) i{
    font-size: 22px;
}
 @media(max-width:992px){
    .download-butn h1{
        font-size: 22px;
    }
    .top-h>div:nth-child(1){
        width: 25px !important;
    }
    .top-h>div:nth-child(2){
        width: auto !important;
    }
    .top-h>div:nth-child(3){
        margin-left: auto;
    }
    .top-h{
        gap: .5rem !important;
    }
 }
@media(min-width:1200px) {
    .download-butn{
        max-width: 900px;
        margin: auto;
        text-align: center;
    }
}
@media(max-width:768px){
    .dbutn a img{
        width:60px;
    }
    .delivery-btn img{
       width: 35px !important;
    }
    .delivery-btn
    {
        padding: 5px 16px;
        font-size: 15px;
    }
    .delivery-btn i{
        font-size: 17px;
    }
    .nv-btn{
        padding: 0;
    }
    /* .top-h>div:nth-child(1), .top-h>div:nth-child(2), .top-h>div:nth-child(4){

    } */ 
}
@media(max-width:400px){
    .delivery-btn img{
       width: 31px !important;
    }
    .delivery-btn
    {
        padding: 4px 8px;
        font-size: 8px;
        gap: 3px;
    }
    .delivery-btn i
    {
        font-size: 10px;
    }
    .dbutn{
        width: 100%;
    }
    .dbutn>div:nth-child(2)>div:nth-child(1) p:nth-child(1) {
        font-size: 12px;
    }
}
@media(max-width:400px) and (min-width:375px){
    .delivery-btn
    {
        padding: 4px 10px;
        font-size: 12px;
        gap: 5px;
    }
}
/* @media(max-width:400px) and (min-width:400px){
    .delivery-btn
    {
        padding: 4px 10px;
        font-size: 12px;
        gap: 5px;
    }
} */
@media(max-width:768px) and (min-width:575px){
    .dbutn>div:nth-child(2)>div:nth-child(1) p:nth-child(1) {
        font-size: 11px;
    }
}
@media(max-width:575px){
    /* .top-h{
        height: 60px;
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    } */
    /* #myTop {
        height: 60px;
    } */
    .logo img{
        width: 100px;
        object-fit: contain;
    }
    .dbutn-parent{
        flex-wrap: wrap;
        max-width: 80%;
        margin: auto;
    }
    .dbutn{
        margin: 0;
    }
    .dbutn-parent{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .foo-ter{
        padding: 18px 2.1% 10px;
    }
    .download-butn h4 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .so-cial{
        margin-bottom: 2rem;
    }
}