@media (max-width: 768px) {
  .swiper-button-next {
    display: none !important;
  }
  .section-padding {
    padding: 20px 0 !important;
  }
}

@media only screen and (max-width: 600px) {
     .img-fluid {
        width:100% !important;
    }
}

.sticky-inquiry-btn2 {
    position: fixed;
    bottom: 379px;
    z-index: 9999;
    display: block;
    width: auto;
    right: 0px;
    transform: rotate(-90deg);
    transform-origin: right bottom; 
    height: 33.5px;
    width: 124.66px;
}

.sticky-inquiry-btn2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2e2b7b;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-inquiry-btn2 a:hover {
    background-color: #2e2b7b;
}