@media only screen and (min-width:600px) and (max-width:992px){
    .d-hide{
        display:none;
    }
    #d-hide{
      display: none !important;;
  }
      .top_news{
          font-size:14px;
      }
  
      .task_bar{
          display: flex;
          flex-direction: column-reverse;
      }
      
      .logo{
          width:100%;
          display: flex;
          margin: 0;
      }
      
      .logo>div{
          width:33%;
          
      }
            
  .logo img{
      width:70%;
  }
  
  .content2{
      width:100%;
      margin: auto;
      padding-left: 1em;
      display: flex;
      flex-direction: row;
  }
  .content2>div{
      color:white;
      width:25%;
  }
  
  .menu_content{
      display: none;
  }
  
  .menu_bar{
          height:2em;
          background-color: rgb(8, 8, 97);
          margin-left: 0px;
          margin-right: 0px;
          width:100%;
          display: flex;
          flex-direction: row;
      }
     
  
      .mission{
          background-color: white;
          z-index: 1;
          /* background-image: linear-gradient(white, rgb(15, 8, 112),rgb(15, 8, 112)); */
      }
  
  
      .maps{
          flex-direction:row;
      }
      .maps>div{
          width:40%;
      }
      
.header{
    width:100%;
    height:auto;
}
      
  .contact{
      top:21em;
      height:19em;
      background-color: #080861;
  }
  
.form_data{
    position:relative;
    top:8em;
}
.form_register{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.form_register>div{
    width:30%;
    margin:8px;
    background-image:linear-gradient(white,#cccccc);
}

#log_intro{
    width: 25% !important;;
    height:auto;

}
  
.btn-theme{
    font-size: 20px;
}

.mission_img{
    width:100%;
    height:auto;
}

.fees{
    width: 80%;
}

.blob-svg{
    top: 40em;
    width:50%;
}

.study{width: 20%;
    left:40%;
   }
   
.subjects-card{
	overflow:hidden;
	height:18em;
}

.procedure{
    flex-direction: column;
}



.reg-fees {
    flex-direction: row;

    
}

.reg-fees .card{
   width:45%;
}
  }