@media only screen and (max-width: 1399px) {

	.impact-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    border: 2px solid #ae152d;
    transition: 0.3s ease;
    min-height: 380px;
}
.highlight-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    min-height: 300px;
}
}

@media only screen and (max-width: 980px){
.form-card {
    background: #fff;
    padding: 21px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    width: 100%;
    float: right;
    margin-top: 30px;
}
.swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
.apply-btn {
    display: inline-block;
    padding: 11px 35px;
    background: #ae152d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(174, 21, 45, 0.25);
    width: 100%;
    text-align: center;
}
.section-title h2 {
   
    display: inline;
   
}
.title-line {
   display: none;
}
#back-top {
    display: none !important;
}
/*slider button css*/

.enquire-btn {
    right: 0;
    padding: 10px 0;
    font-weight: 500;
    width: 100%;
    font-size: 24px;
    bottom: 0;
    transform: rotateZ(0);
    top: auto;
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: #ae152d;
}

.sliding-form-container.active .sliding-form {
    transform: translateY(0%);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sliding-form {
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}
.contact-form-csr {
    padding: 1rem;
}
}
/*slider button css end*/