:root {
    --primary: #222B5F;
    --secondary: #060b11;
    --white: #ffffff;
    --lightblue: #8194FF;
}

@media (max-width: 575.98px) {
    

.white-transparent {
    background-color: rgb(255 255 255 / 90%);
}
    .content-wrapper .content-title h5{
        font-size: 15px;
    }
    .content-wrapper .content-title h3{
        font-size: 20px;
    }
    .btn-blue{
        margin-right: 10px;
    }
    .mini-box{
        margin-right: 10px;
    }
    .download-brochure{
        max-width: 100%;
    }
    .social-links {
        top: auto;
        bottom: 25px;
        width: 45%;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .bg-banner-1,.half-white-transparent-3 {
        height: 100% !important;
        opacity: 0.5;
        filter: blur(8px);
    }

    .mini-box .content-list-items {
        max-width: 100%;
    }

    .Close {
        top: 0 !important;
        right: 15px !important;
    }

    .Close img {
        width: 40px;
    }

    .spec-title h5 {
        font-size: 15px;
    }

    .spec-title p {
        font-size: 11px;
    }

    .mini-banner-title h1 {
        font-size: 38px;
    }

    .mini-banner-title h4 {
        font-size: 25px;
    }

    .mini-banner-title h5 {
        font-size: 20px;
    }

    .footer-block .call-center {
        align-items: center;
        justify-content: center;
    }

    .footer-block,
    .footer-block h5,
    .footer-block p {
        text-align: center !important;
    }

    .menu-links {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0 15px;
        background: var(--secondary);
        top: 85px;
    }

    .menu-links .navigation-menu {
        display: none;
        padding: 0;
        width: 100%;
        margin: 0;

    }

    .menu-links .navigation-menu li a {
        display: block;
        padding: 5px 0;
    }


    .openMenu {
        display: block;
        color: var(--white);
    }

    .content-black .menu-links .navigation-menu li a {
        color: var(--white);
    }

    #fp-nav {
        top: 43%;
        display: none;
    }

    .c-title.-large {
        font-size: 24px
    }

    .c-searchblock_image img {
        max-width: 205px;
    }

    .product-img {
        max-width: 200px;
        height: 100px;
    }

    .feature-img img {
        display: none;
    }

    .white-transparent,
    .half-white-transparent {
        width: 100%;
    }
  .content-wrapper {
        position: relative;
        z-index: 1;
        padding: 15px !important;
     
    }



    .p-300 {
        padding: 0;
    }

    /* .lagnuvo-header{
        background-color: var(--primary);
    }
    .content-black  .lagnuvo-header{
        background-color: var(--white);
    } */

    .promo-video {
        height: 100%;
    }

    .promo-video video {
        height: 50%
    }

    .mini-box {
        position: absolute;
        bottom: 0;
        padding-bottom: 60px !important;
        height: 50%;
        /* bottom: 0; */
    }
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #fp-nav {
        top: 47%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */