  /*
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 : 14-Dec-2021, 10:35:02
    Author     : Jafran Mjm
*/
@media screen and (max-width: 1000px) {
  .websites ul li {
    width: calc((100% / 3) - 20px); }

  .book-appontment .text {
    background: rgba(32, 89, 168, 0.78);
    z-index: 9; }
  .book-appontment .img {
    overflow: unset;
    width: 100%; } }
@media screen and (max-width: 800px) {
  .websites ul li {
    width: calc((100% / 2) - 20px); }

  .book-appontment .text {
    width: 100%;
    background: rgba(32, 89, 168, 0.78);
    z-index: 9; }
  .book-appontment .img {
    overflow: unset;
    width: 100%; } }
@media screen and (max-width: 600px) {
  .websites ul li {
    width: calc((100% / 1) - 20px); } }

/*# sourceMappingURL=students-responsive.css.map */
