@media screen and (max-width:750px){
    #menu-desktop{
        display: none;
    }
    article img {
        width: 90%!important;
        margin-left: 0px;
    }
    #active {
    margin: 15% 0 0;
    text-align: center;
}
    .header-slider{
            width: 100%;
    height: 100vh;
    background: url(img/slider_mob.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-position-x: center;
    }
    .our-courses{
        display: none;
    }
    .wrap-trigers{
        grid-template-columns: 1fr;
        row-gap: 30px;
        width: 70%;
        padding: 10%;
    }
    .about-us-info{
        grid-template-columns: 1fr;
    }
    .about-info-pic-two{
        
    }
    .feedback-wrap h1 {
        width: 90%;
        font-size: 25px;
    }
    .form-wrap {
        width: 90%;
        margin: auto;
         padding-top: 0px; 
         padding-bottom: 0px; 
         background: none;
    }
    .form-line-one{
        grid-template-columns: 1fr;
    }
    .form input {
        width: calc(100% - 10px);
    padding: 0;
    padding-left: 10px;
    }
    .form {
        width: 80%;
        box-shadow: none;
    }
    .form textarea {
        width: 95%;
    }
    .form-line-three {
        grid-template-columns: 1fr;
    }
    .form-line-three button {
        margin: auto;
        display: block;
    }
    .wrap-footer {
        grid-template-columns: 1fr;
        padding-top: 0px; 
     margin-top: 0px;
     text-align: center;
    }
    .f-menu ul {
        display: block;
        text-align: center;
    }
    .f-menu ul li+li {
        margin-left: 0px;
    }
    .f-col-two{
        margin-top: 50px;
        display: none;
    }
    .f-col-two-new{
        margin: auto;
        margin-top: 50px;
        width: 90%;
    }
    .f-icons{
        width: max-content;
        margin: auto;
    }
    .logo{
        margin-left: 10px;
        width: 100px;
        display: flex;
        align-items: center;
        height: 100%;;
    }
    .phone{
        height: 100%;
    margin-left: 10px;
    justify-content: center;
    }
    .phone > a {
        text-decoration: none;
        font-size: 12px;
        color: black;
        font-weight: 900;
    }
   .menu-mobile{
        background:url(img/slider.jpg) no-repeat;
        background-size: cover;   
    }
    .about-info-pic-one {
        border-radius: 3%;
    }
    .about-info-pic-two {
        width: 130px;
        height: 130px;
        right: -10px;
    }
    .mobile-our-wrap{
        width: 100%;
        overflow: hidden;
        background: url(img/wall_mob.jpg);
        color: #fff;
    }
    .mobile-our{
        width: 90%;
        margin: auto;
    }
    .mobile-our-wrap-black{
        overflow: hidden;
        background: #000000e6;
    }
    .mobile-our-text{
        width: 95%;
        margin: auto;
        text-align: center;
    }
    .mobile-line{
        border-right: solid 1px #ffc600;
        border-bottom: solid 1px #ffc600;
        padding: 2.5%;
        cursor: pointer;
    }
    .innerText{
        text-align: center;
        box-shadow: inset 0 0px 16px 0px #ffc600;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }
    
    .mobile-line h2{
        text-align: center;
    }
    .our-course-title {
        width: 90%;
        padding-left: 0%; 
        padding-top: 2px;
        box-shadow: none; 
        padding-bottom: 1px;
        margin-top: 40px;
    }
    .mobile-our-wrap{
        display: block;
    }
    .menu-mobile{
        display: block;
    }
    .f-col-two-new{
        display: block;
    }
    .triger {
        width: 80%;
        background: white;
        text-align: center;
        box-shadow: inset 0 0px 16px 0px #00000077;
        border-radius: 20px;
        padding: 5% 10%;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr 5fr;
    }
    .triger img{
        width: 80%;
        margin: auto;
    }
    .triger p{
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .header-lines{
        overflow: hidden;
        width: 100%;
       height: auto;
        text-align: center;
        color: #fff;
        background: none;
        background-size: 100%;
        background-position: center;
        background-position-y: 140px;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-auto-columns: 1fr;
        row-gap: 30px;
    }
    .header-lines h1{
        font-size: 30px;
        margin-top: 115px;
    }
    .test {
        margin-top: 40px;
    }
    .header-lines h3 {
        font-size: 22px;
    }
     .wrapper-cards-roz{
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
        column-gap: 50px;
    }
    .pod{
        height: 0;
        overflow: hidden;
        transition: all .0s;
        
    }
    .od{
        transition: all 1s;
        animation-name: open;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-direction: normal;
        animation-timing-function: linear;
    }
    @keyframes open {
        from{
            height: 0;
        }
        99%{
            height: 300px;
        }
       
        to{
            height: 100%;
        }
    }
    .pod img{
        width: 150px;
        margin: auto;
        display: block;
    }
    .header-lines h3+h3 {
        margin-top: 0px;
    }
    .feedback-wrap {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .f-copirate {
        text-align: center;
        margin-top: 40px;
    }
    .capcha input{
        width: 40px;
        text-align: center;
        padding: 0;
    }
}