@media screen and (max-width: 481px) {
  section {
    padding: 0px 10px;
  }

  .top-bar {
    font-size: 12px;
    padding-left: 20px;
  }

  .time-stamp {
    display: none;
  }

  .envelope {
    border-left: none;
    padding-inline: 0px;
  }

  .contact-info {
    margin-left: 0px;
    gap: 3px;
  }

  header > div > .logo {
    height: 65px;
  }

  .header-title-box {
    /* padding: 10px 15px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-12 {
    width: 100%;
    margin-bottom: 10px;
  }

  .pt-sm-4 {
    padding-top: 15px;
  }

  header {
    /* display: flex; */
    justify-content: space-evenly !important;
  }

  .header-office {
    font-size: 19px;
  }

  .header-department {
    font-size: 13px;
  }
  .header-ministry {
    font-size: 13px;
  }

  .header-province {
    font-size: 12px;
  }
  .header-address {
    font-size: 11px;
  }

  .updates {
    font-size: 11px !important;
  }
  .news-section .updates::after {
    border-bottom: solid 19px var(--cs-main-color);
    border-top: solid 18px var(--cs-main-color);
    border-right: solid 20px #f2f2f2;
  }
  .col-sm-12 {
    width: 100%;
  }
  .update-news {
    margin-left: 0px;
    height: 38px;
  }

  .marquee ul {
    font-size: 12px;
  }

  .splide__slide img {
    height: 250px !important;
  }

  .right-side {
    margin-top: 20px;
  }

  .extra-info > div {
    margin-inline: 10px;
  }
  .divideer {
    width: 30%;
  }

  .news-section {
    padding: 5px 0px;
  }
  .mainSlider .splide__slide img {
    vertical-align: top !important;
    height: 247px !important;
    width: 100% !important;
  }

  .employee-image-box {
    width: 100%;
    height: 100%;
  }

  .dropdown-menu {
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  .caret {
    position: absolute !important;
    right: 3% !important;
    top: 25px !important;
  }

  .nav-bg {
    background: transparent !important;
    padding: 0px;
    border-left: none;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .details-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }

  .director-image img {
    max-width: 150px;
    height: auto;
  }

  .director-image {
    text-align: center;
    padding: 10px 0px 10px 0px;
  }
}

@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

@media (min-width: 992px) {
  .desktop-view-header {
    display: block;
  }
  .mobile-view-header {
    display: block;
  }


  .mobile-menu{
    margin-bottom:0;
  }

  .right-logo {
    justify-content: end;
  }

  .main-header {
    background: url("../../uploads/header-image-desktop.png");
    background-position: right;
    /* background-color: #cde7f2; */
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .text-white {
    color: #fff !important;
  }
}

/* Mobile View */
@media (max-width: 991px) {
  .desktop-view-header {
    display: block;
  }

  /* header {
    padding-left: 15px;
  } */

  .navlnk{
    /* display: grid; */
    display: flex;
    flex-wrap:wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:20px;
    /* grid-template-columns: 1fr auto; */
  }

  .right-logo {
    justify-content: center;
  }
  header .right-image,
  header .logo {
    height: 65px;
  }

  .navbar {
    padding-left: 10px;
  }

  .main-header {
    background: url("../../uploads/header-image-mobile.png");
    background-position: right;
    background-size: contain;
    background-color: #cde7f2;
    background-repeat: no-repeat;
  }

  .mobile-menu {
    padding-inline: 0px !important;
    margin-inline: 0px !important;
  }

  .mobile-menu > div {
    /* margin: 0 0 5px 0; */
    /* margin-top: 25px; */
    margin-bottom: 0px;
  }
}
