/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jun-2021, 11:44:28
    Author     : Jafran Mjm
*/
@media screen and (max-width: 1080px) {
  .tution-blks .blk {
    width: calc((100% / 2) - 60px);
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .secondary-schools br.px-70 {
    margin: 40px 0 0;
    line-height: 40px;
  }
  .secondary-schools .text {
    margin-top: 0 !important;
  }
  .secondary-schools .img.pc {
    display: none;
  }
  .secondary-schools .img.mobile {
    display: block;
    margin: 20px 0;
  }
}

@media screen and (max-width: 800px) {
  .tution-blks .blk {
    width: calc((100% / 1) - 60px);
    margin-bottom: 20px;
    padding: 20px;
    background: #f3f3f3;
    border-bottom: none;
  }
  .tution-blks .blk:before {
    display: none;
  }
  .tution-blks .blk h5 {
    height: 44px;
  }
}

@media screen and (max-width: 700px) {
  .contact-blks {
    position: relative;
  }
  .contact-blks .blk {
    width: 100% !important;
    height: 350px;
  }
  .contact-blks .blk.text {
    position: absolute;
    background: rgba(0, 84, 183, 0.65);
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -33px top;
  }
}
/*# sourceMappingURL=undergraduate-admissions-responsive.css.map */