.m-logo {
    display: none;
}

@media (max-width:768px) {
    .mainlogo {
        display: none;
    }

    .m-logo {
        display: block;
    }
}

.main-menu-3 a {
    text-transform: uppercase !important;
}
.input::placeholder{
    color: #fff;
}
.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#myVideo {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.recruiters{
    padding: 2rem 0 5rem 0;
    background-color: var(--d-black-2);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    /* Adjust opacity as needed */
}

.woocomerce__hero-item {
    display: flex;
    align-items: center;
    z-index: 1;
}


.swiper-fade .swiper-slide {
    pointer-events: inherit;
}

.hero-form {
    width: 80%;
    margin: 0 auto;
}

.hero-form .input {
    border-bottom: 1px solid #fff !important;
}

.hero-form label {
    color: #fff;
}

.hero-section {
    height: fit-content;
    width: 100%;
    padding-top: 5rem;
    background: url(/assets/imgs/MSU\ -\ 1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    color: #fff;
}


.headline h2,
.headline h1 {
    display: flex;
    align-items: center;
    color: #fff;
    /* letter-spacing: .25px; */
    line-height: 1.1;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.headline h1 {
    align-items: baseline;
    gap: 10px;
    font-weight: 800;
    color: #E09512;
    font-size: 70px;
}

.head {
    /* display: flex;
            flex-direction: column; */
    /* align-items: center; */
}

.head span {
    font-size: 110px;
    font-weight: 900;
    color: #fff;
    position: relative;
    line-height: 1;
}

.head span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, .05));
}

.head h2 {
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 0;
    /* margin-bottom: 3rem; */
}

.headline h1 span {
    font-size: 36px;
    color: #fff;
}

.headline ul {
    padding: 1rem 0 !important;
}

.headline ul li {
    list-style: none;
    display: flex;
    align-items: start;
    font-size: 20px;
    font-weight: 500;
    /*letter-spacing: .5px;*/
    line-height:1.2;
    /* margin-bottom: .5rem; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.headline ul li::before {
    content: '\F2E4';
    font-family: 'Remixicon';
    margin-right: 5px;
    letter-spacing: .5px;
}

.admissionopen {
    margin-top: 1rem;
    padding: .5rem 2rem;
    background-color: var(--primary);
    width: fit-content;
    border-radius: 5px;
}

.admissionopen p {
    font-size: 22px;
    color: #1a1919 !important;
}

.hero-section .form-container, .hero-section2 .form-container {
    height: 100%;
    width: fit-content;
    padding: 1.5rem 2rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-form2 label{
    color:white;
}
.banner-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-no-box {
    width: 25%;
    padding: 1.5rem .5rem;
}

.banner-no-box h5,
.banner-no-box p {
    text-align: center;
}
.hero-form.mobile-form {
    display:none;
}
@media (max-width:768px) {
    .woocomerce__header {
        padding: .5rem !important;
    }

    .banner-no-box {
        width: 50%;
        padding: .8rem .5rem;
    }



    .woocomerce__header-inner {
        display: flex !important;
        justify-content: center !important;
    }

    .hero-section {
        padding-top: 1rem;
    }
    .hero-form{
        display:none;
    }
    
    .hero-form.mobile-form {
    display:block;
}
}

.usp-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2rem;
}

.usp {
    width: calc(25% - 10px);
    padding: 2rem 1rem;
    background-color: #3EC3DA !important;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    /* justify-content: center; */
    /* background: linear-gradient(145deg, #e24525dc, #3ec3dabd) !important; */
}

.usp-bg-diff {
    background-color: #d94799 !important;
}

.usp p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
  @media (max-width:768px) {
                      .service__area-6 {
                        display: none;
                      }

                      .service__item-6 .btn_wrapper {
                        display: none;
                      }

                      .main-button,
                      .right-content.mobile {
                        display: block !important;
                      }

                      .usp {
                        width: calc(50% - 10px);
                      }

                      .hero-form {
                        /* display: none; */
                        width: 100%;
                      }
                      .usp p {
                          font-size: 18px;
                      }

                      .woocomerce__hero-content {
                        width: 100% !important;
                      }
                    }
.faq__list .accordion-body {
    min-height: 100px !important;
}

.faq__txt p {
    font-size: 20px;
    margin-bottom: .3rem;
}

.nfooter {
    height: fit-content;
    width: 100%;
    background-color: var(--black-2);
}

.nfooter .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    gap: 20px;
}

.f-logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 30px;
}

.address {
    display: flex;
}

.f-logo p {
    /* width: 50%; */
}

.f-logo img,
.f-logo p {
    display: inline-block;
}

@media (max-width:768px) {
    .nfooter {
        padding: 0 1rem;
    }

    .f-logo {
        flex-direction: column;
    }

    .address {
        gap: 10px;
    }
}


.otp-container {
    width: 302px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#recaptcha-container {
    margin-bottom: 5px;
}

#send,
#verify,#send2,
#verify2,#send3,
#verify3 {
    /* width: 100%; */
    height: 40px;
    outline: none;
}

.otp-btn {
    width: 30%;
    background-color: transparent;
    border: 1px solid #fff;
    color:#fff;
    font-size: 15px;
    border-radius: 5px;
}

.input.phone {
    width: 70% !important;
    margin-right: 10px;
}

.form-row-otp {
    display: flex;
}


.otp-btn.p-conf {
    /* width: calc(100% - 22px); */
    border: 1px solid green !important;
    /* padding: 8px 10px; */
    /* margin: 4px 0; */
    background-color: rgba(31, 253, 42, 0.5) !important;
    border-color: green !important;
}

.otp-btn.n-conf {
    border: 1px solid red !important;
    background-color: rgba(255, 0, 4, 0.5) !important;
    border-color: red !important;
}

#verifier,#verifier2,#verifier3 {
    width: 100%;

}