@media (max-width:500px) {
    .nav-bar-nav {
        display: none !important;
    }

    .nav-second-row {
        display: none;
    }

    .moby .moby-close {
        color: #fdfdfd !important;
        font-weight: bold;
        padding: 16px !important;
        background: #0022d2 !important;
    }

    .moby .moby-close .moby-close-icon::after,
    .moby .moby-close .moby-close-icon::before {
        background: #ffffff !important;
    }

    .moby ul li a {
        padding: 16px !important;
    }

    .moby ul li a:hover {
        background: #0022d217 !important;
        color: black !important;
    }

    .header-text h1 {
        font-size: 25px;
        /* margin-top: -49px; */
        /* width: 100%; */
    }

    .header-text h3 {
        font-size: 45px;
        margin-top: -14px;
        width: 100%;
    }

    .header-text h4 {
        font-size: 25px;
    }

    .header-text .container {
        /* top: 27%; */
        width: 100%;
        height: 67%;
    }

    .join-btn {
        padding: 6px;
        width: 49%;
    }

    .puff-in-left {
        width: 100%;
        margin-top: 190px;
        /* background: #ffffffa1; */
        padding: 17px 25px;
        border-left: 0;
        margin-top: 198px;
    }

    .abot-img-wrapper img {
        width: 50%;
    }

    .site-nav-logo {
        width: 60px;
        position: absolute;
        top: 4px;
    }

    .toggler-icon i {
        font-size: 27px;
    }

    .mob-setup {
        flex-direction: column;
        text-align: center;
    }

    .abt-detial h3 {
        font-size: 20px;
        margin-top: -47px;
    }

    .abt-detial p {
        font-size: 14px;
        line-height: 25px;
    }

    .about-section {
        margin-top: -25px !important;
    }

    .card-custom .card-title {
        font-size: 18px;
        margin-top: -51px;
    }

    .box {
        flex-direction: column;
    }

    /* 
    .back-video {
        height: 325px;
    } */



    .site-footer {
        text-align: center;
    }

    .card-custom picture {
        clip-path: unset;
    }

    .t-main-w {
        margin-top: 0;
    }

    .back-image {
        height: 550px;
        background-size: 336%;
        background-position: center;
    }

    .login-button .btn {
        width: 100%;
    }

    .login-form-title {
        margin-top: 10px;
    }

    .nav-login-btn {
        padding: 6px 10px;
    }

    .reg-btn {
        margin-top: 0px;
        padding: 6px 13px;
    }

    .contact-det{
        margin-bottom: 25px;
        margin-top: 15px!important;
        padding-top: 18px!important;
        padding: 8px;
    }

}

@media (max-width: 767px) {
    .testimonials-section .item {
        padding: 38px;
    }

    .testimonials-section .item i {
        display: none;
        margin-bottom: 5px;
        width: 45px;
        height: 35px;
        line-height: 39px;
        font-size: 22px;
        margin-top: 133px;
    }

    .testimonials-section .item video {
        /* max-width: 171px; */
        right: 1px;
        top: -6%;
        transform: translateY(0);
        height: 202px;
        max-width: 334px;
    }

    .course-title {
        font-size: 28px;
    }

    .btn-detail {
        bottom: 17px;
    }

    .c-ti {
        margin-top: 26px !important;
    }

    .testimonials-section .item h4 {
        margin-top: 64px;
    }

    .testamonial-video .right-image video {
        width: 100%;
        margin-top: -16px;
    }

    .testimonials-section .carousel-control-prev,
    .carousel-control-next {
        bottom: 156px;
        /* background-color: red; */
        top: 73px;
    }

    .event_section .event_container .box .detail-box {
        padding: 10px 20px;
    }

}

@media (min-width:760px) {
    .navbar-menu-trigger {
        display: none;
    }

    .nav-login-mob {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .card-custom {
        height: 360px;
    }

    .card-custom .card-body {
        padding: 1rem 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .card-custom picture {
        clip-path: circle(61.8033988272% at 20% 50%);
    }

    .u-xl-mode .u-valign-middle-xl,
    .u-xl-mode .u-valign-top-xl,
    .u-xl-mode .u-valign-bottom-xl {
        display: flex;
        flex-direction: column;
    }
}

