/* ==============================
   Responsive Media Breakpoints
================================= */

/* Extra Large Devices (Large Desktops) */
@media (max-width: 1400px) {

}

/* Large Devices (Desktops/Laptops) */
@media (max-width: 1200px) {

}

/* Medium Devices (Tablets Landscape) */
@media (max-width: 992px) {

}

/* Small Devices (Tablets Portrait) */
@media (max-width: 768px) {

}

/* Extra Small Devices (Mobile Large) */
@media (max-width: 576px) {
    .why-description {
    width: 100%;
}
    .headingwrap h2 {
    font-size: 26px;
    line-height: 34px;
}
   .swiper {
    width: 100%;
    height: 100vh;
}
   .right-form {
    width: 100% !important;
}
   .usertrusted {
    width: 96% !important;
}
   .slide-title {
    font-size: 2rem !IMPORTANT;
    LINE-HEIGHT: 41PX;
}
   .slide-overlay {
    display: block !important;
}
.left-content {
    width: 100% !important;
    margin-top: 84px;
}
}

/* Very Small Devices (Mobile Small) */
@media (max-width: 480px) {

}

/* Mini Mobile Devices */
@media (max-width: 360px) {

}