.st_alert{
    text-align: left;
}
.st_img_alert{
    width: 27px;
    margin-right: 10px;
}
.after-nav {
    background: #3d3e3e;
}
.index-header {
    height: unset !important;
}
.st_cart{
    margin-top: 27px;
}
.st_off{
    color: aliceblue;
    font-size: 3px;
    padding: 4px;
    border-radius: unset !important;
}
.before-nav{
    padding: 9px 265px !important;
    display: flex !important;
}
.st_valid-section{
    width: 70%
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media only screen and (max-width: 768px) {

    nav {
        padding-left: unset !important;
        padding-right: unset !important;
      }
      .rose-right {
        display: none !important;
    }
    .navbar-brand {
        margin-left: 10px !important;
    }
    .product-section {
        padding: 30px 15px !important;
    }
    .st_valid-section {
        width: 100% !important;
    }
    .valid-section button {
     margin: 10px !important;
    }
    .home-pro a {
        position: unset !important;
    }
    .after-nav {
        padding: 7% 32px;
    }
    .blog-details {
        display: unset;
    }
    input[type="email"], .input-50 {
        width: 100%;
        margin-right: unset;
    }
    .verifed {
        padding: unset;
    }

    .select_qun {
        padding: unset;
    }
  }