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

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

    .moby .moby-close {
        color: #ffe9ff !important;
        padding: 16px !important;
        background: #f44336 !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: #4315121f !important;
        color: black !important;
    }

    .header-text h1 {
        font-size: 20px;
        margin-top: 29px;
        /* width: 100%; */
        margin-left: 159px;

    }

    .header-text h3 {
        font-size: 38px;
        margin-top: -11px;
        width: 74%;
        line-height: 1;
        margin-left: 61px;
        text-align: right;
    }

    .header-text h4 {
        font-size: 18px;
        margin-top: 93px;
        margin-left: 182px;
    }

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

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

    .puff-in-left {
        width: 100%;
        margin-top: -255px;
        /* background: #ffffffa1; */
        padding: 22px 5px 6px 0px;
        border-left: 0;
        z-index: 1;
        position: absolute;
        margin-left: -12px;

    }

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

    .site-nav-logo {
        width: 90px;
        position: absolute;
        top: 0px;
    }

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

    .mob-setup {
        flex-direction: column-reverse;
        text-align: center;
        margin-top: 30px;
        gap: 0px !important;
    }

    .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;
    }

    .nav-login-mob {
        display: block !important;
    }

    .sir-img {
        bottom: 0px;
        left:5px;
    }

    .button-reg-no {
        padding: 10px 35px;
        margin-left: 0px;
    }

    .button-reg-med{
        padding: 10px 35px;
        margin-left: 130px;
    }

    .leturer-details {
        margin-top: 10px;
    }

    .testimonials-section iframe {
        width: 100%;
        /*height: calc(100vw - -343px) !important;*/
    }

    .iframe1 {
        height: calc(100vw - -343px) !important;
    }
}


@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;
    }

    .course-card{
        /*width: 21rem!important;*/
        margin-bottom: 10px;
    }

    .course-card .card-title {
        font-size: 17px !important;
    }
}

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

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

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

@media screen and (max-width: 992px) {
    .art-box {
        display: none;
    }

    .registration-wrapper {
        display: none;
    }
}

@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;
    }
}