/* DESKTOP */
@media (min-width: 992px) {
    .desktop-d-n {
        display: none !important;
    }

    .arbor_spec {
        width: 70%;
    }
}

/* MOBILE */

@media (max-width: 992px) {
    .homehero h2 {
        font-size: 42px;
        font-weight: 500;
    }

    .homehero {
        background-image: url('../img/68403e3d92e7b.jpg');
        background-size: cover;
        background-position: center;
    }

    .arbor_spec {
        width: 100%;
    }

    .mobile-d-n {
        display: none !important;
    }

    .custom-navbar {
        position: absolute;
        width: 100%;
        padding: 0px 0%;
        z-index: 2;
    }

    .top_blanko p {
        font-size: 18px;
        text-align: center;
    }

    .benefits-title {
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
        font-size: 46px;
        margin-top: 30px;
        color: #000;
    }

    .swipe_section h3 {
        font-size: 46px;
    }

    .testimonial_cardsw p {
        padding: 0% 15%;
        font-size: 23px;
    }

    .process-title {
        font-family: 'Inter', sans-serif;
        font-size: 46px;
        font-weight: 500;
    }

    .package-title {
        font-size: 46px;
    }

    .team-title {
        font-size: 46px;
        font-weight: 500;
    }

    .hero-title {
        font-size: 37px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .align-items-start img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .news-card.big img {
        height: 300px;
        object-fit: cover;
    }

    .profile-text-box {
        background: #f8fafc;
        padding: 20px 10px;
    }

    .stats_row .cardin {
        padding: 40px 20px;
        min-height: 120px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        margin: 10px 0px;
        box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    }

    .navbar-brand img {
        width: 70px;
    }

    .bg-video {
        display: none;
    }


    .placements-title {
        margin-top: 20px;
    }

    .blur-menu {
        background-color: rgb(0 0 0 / 45%);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-toggler {
        border: solid 3px white;
    }


    /* EXTRA */

    .process-card::after {
        content: '';
        background-image: url('../img/path30.png');
        background-position: center;
        background-size: cover;
        width: 40px;
        height: 40px;
        position: absolute;
        top: inherit;
        bottom: -13.5%;
        right: 50%;
        transform: rotate(90deg);
    }

    .spec:after {
        content: '';
        background-image: url('../img/path30.png');
        background-position: center;
        background-size: cover;
        width: 70px;
        height: 34px;
        position: absolute;
        top: 25%;
        right: -7px;
        display: none;
    }


    td.text-center,
    th.text-center {
        text-align: left !important;
        padding-left: 0px;
        /* background-color: red; */
    }


    .mob-height {
        padding-top: 20vh;
        min-height: 80vh !important;
    }

    
    /* .hero-team-section {
        min-height: 60vh;
        max-height: 80vh;
    } */

    /* .placements-hero {
        min-height: 80vh;
    } */

    /* .testimonialsss {
        height: 80vh !important;
        min-height: 80% !important;
        max-height: 80% !important;
    } */

}