.main {
  min-height: calc(60vh);
}

.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.details-container {
  margin-top: 70px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: initial;
  color: #2148FE !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.col-ctx img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.nav-container {
  display: flex;
  margin: 0 auto;
}
@media (min-width:992px) {
  .navbar-nav>li.nav-item {
    /* padding-right: 50px; */
  }

  .nav-link {
    height: 38px;
  }

  .banner {
    height: 600px;
  }
}

@media (min-width:768px) {
  .logo {
    width: 300px;
    height: 50px;
  }

  .nav-link.active {
    color: #FFF !important;
    font-weight: bold;
  }
  .nav-link:hover{
      color: #FFF !important;
      font-weight: bold;
  }

  .nav-link{
    color: #d1cfcf !important;
    white-space: nowrap;
  }
  .foot-container {
    padding: 60px 0;
  }
}



@media (max-width:992px) {
  .navbar-nav .nav-link {
    height: 38px;
  }

  .foot-container {
    padding: 10px 0 !important;
  }
}

@media (max-width:768px) {
  .navbar-collapse {
    background: rgba(0, 0, 0);
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    padding: 30px 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .navbar-toggler {
    transition: all .3s;
  }

  .navbar-toggler:hover {
    background-color: #fff;
  }

  .logo {
    width: 150px;
    max-height: 40px;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-collapse .nav-item,
  .offcanvas-header,
  .btn-login {
    padding: 5px 15px;
  }

  .navbar-collapse .nav-link {
    text-align: left;
    color: #fff;
    font-size: 15px;
  }
  .nav-link.active {
    color: #2148FE !important;
    font-weight: bold;
  }
  .nav-link:hover{
      color: #2148FE !important;
      font-weight: bold;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .nav-link.show {
    color: #fff;
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    display: block;
    background-color: initial;
    text-indent: 1em;
    padding: 0;
    --bs-dropdown-link-active-bg: initial;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: initial;
  }

  .navbar-collapse .dropdown-item {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }

  .navbar-shrink {
    height: auto !important;
  }

  .banner {
    height: 240px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item {
    text-indent: 2em;
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .fs-14 {
    height: 20px;
    margin: 13px 0;
  }

  .foot-container .fs-16 {
    height: 22px;
    display: inline-block;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }
}
