
.login-modal {
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
   z-index: 1000;
}

.login-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
 /* Hides the spinners in most browsers */
 input[type="number"]::-webkit-outer-spin-button,
 input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 /* Hides the spinners in Firefox */
 input[type="number"] {
     -moz-appearance: textfield;
 }


@media screen and (min-width:320px) and (max-width:475px){
    .login-modal{
        display: flex;
        left: 0;
      
       justify-content: center;
       align-items: center;
       z-index: 1000;
       bottom: 60px !important;
       position: fixed;
       padding: 5px;
    }
     
     .hidden {
        display: none;
    }
    .otp-input {
        width: 30px;
        height: 40px;
        margin: 5px;
        text-align: center;
        font-size: 18px;
    }
  footer{
    margin-bottom: 50px !important;
  }
  
}
@media screen and (min-width:475px) and (max-width:600px){
    .login-modal{
        display: flex;
        left: 0;
       justify-content: center;
       align-items: center;
       z-index: 1000;
       bottom: 60px !important;
       position: fixed;
       padding: 5px;
    }
     
     .hidden {
        display: none;
    }
    .otp-input {
        width: 30px;
        height: 40px;
        margin: 5px;
        text-align: center;
        font-size: 18px;
    }
  footer{
    margin-bottom: 50px;
  }
 
}
/* @media screen and (max-width:600px) {
    .delivery_address{
        display: none;
    }
    .fixed-bottom-card {
        position: fixed;
        bottom: 10%;
        width: 100%;
        background-color: #ece9e9;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 5px 5px 0px 0px;
    }
    .main_add{
        color:#009A93;
    }
    .cart_add_address{
      background-color: #009A93 !important;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
    }
} */

/* footer_new */
.footer_about h5{
    font-size: 19px;
}
.about_footer_list h6{
    font-size: 14px;
    line-height: 1.6;
}

.about_footer_list_1 a{
    font-size: 14px;
    line-height: 1.4;
}
.barotass{
    font-size: 14px;
    line-height: 1.6;
}
.add_foot{
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
}
.add_foot_1{
    display: flex;
    justify-content: center;
    padding-right: 150px;
}
.footer_about_1 h6{
    font-size: 14px !important;
}
