@media(min-width:320px) and (max-width:480.98px) {
    .about-breadcrumb {
        display: none !important;
    }

    .navbar {
        padding: .5rem !important;
    }

    .hero-slide__content {
        padding: 2rem;
    }

    .hero-slide__content h2 {
        font-size: 2rem;
        line-height: normal;
    }

    .hero-slide__content {
        display: grid;
    }

    .hs-cont {
        width: 100%;
    }

    .hero-slide__content img {
        display: none;
    }

    #heroSplide {
        border-radius: 32px;
        height: 100%;
    }

    .hero-slide {
        height: 100%;
    }

    .hero-slide__content p {
        font-size: .9rem;
        line-height: normal;
    }

    .splide__arrow {
        opacity: 0;
    }

    .site-footer {
        border-radius: 32px 32px 0 0;
        padding-top: 2.5rem;
    }

    main {
        margin-top: 8rem;
    }

    .video-feature {
        min-height: 400px;
    }
}

@media(min-width:481px) and (max-width:575.98px) {
    .navbar {
        padding: .5rem !important;
    }

    .hero-slide__content {
        padding: 2rem;
    }

    .hero-slide__content h2 {
        font-size: 2rem;
        line-height: normal;
    }

    .hero-slide__content {
        display: grid;
    }

    .hs-cont {
        width: 100%;
    }

    .hero-slide__content img {
        display: none;
    }

    #heroSplide {
        border-radius: 32px;
        height: 100%;
    }

    .hero-slide {
        height: 100%;
    }

    .hero-slide__content p {
        font-size: .9rem;
        line-height: normal;
    }

    .splide__arrow {
        opacity: 0;
    }

    .site-footer {
        border-radius: 32px 32px 0 0;
        padding-top: 2.5rem;
    }

    main {
        margin-top: 8rem;
    }

    .video-feature {
        min-height: 400px;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .navbar {
        padding: .5rem !important;
    }

    .hero-slide__content {
        padding: 2rem;
    }

    .hero-slide__content h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    .hero-slide__content {
        display: grid;
    }

    .hs-cont {
        width: 100%;
    }

    .hero-slide__content img {
        display: none;
    }

    #heroSplide {
        border-radius: 32px;
        height: 100%;
    }

    .hero-slide {
        height: 100%;
    }

    .splide__arrow {
        opacity: 0;
    }

    .site-footer {
        border-radius: 32px 32px 0 0;
        padding-top: 2.5rem;
    }

    main {
        margin-top: 8rem;
    }

    .video-feature {
        min-height: 400px;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .absolute-slideimg {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {

    header .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        font-size: .75rem;
    }

    header nav .btn-success {
        display: none;
    }

    .hs-cont {
        width: 400px;
    }

    .hero-slide__content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1.25rem;

    }

    .hero-slide__content p {
        letter-spacing: normal;
    }

    .hero-slide__content {
        padding: 1.5rem 5rem;
    }

    .absolute-slideimg {
        right: -12rem;
    }
}

@media(min-width:1200px) and (max-width:1399.98px) {
    .btn-success {
        font-size: .85rem;
        padding: .75rem 1rem;
    }

    .nav-ico {
        width: 30px;
        height: 30px;
    }

    .absolute-slideimg {
        right: -12rem;
    }
}