/*.banner-desc {
  height: 70vh; }
  .banner-desc img {
    height: 70vh; }*/
  .banner-desc.active .desct_search {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #A7CE38;
    z-index: 11; }

.desct_search {
  background: #FFF;
  width: 80%;
  margin: 0 auto; }
  .desct_search form {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between; }
    .desct_search form .form-group {
      position: relative;
      margin: 0;
      width: 25%; }
      .desct_search form .form-group input,
      .desct_search form .form-group select {
        padding: 5px 10px 5px 30px;
        position: relative;
        border: none; }
      .desct_search form .form-group label {
        position: absolute;
        top: 50%;
        left: 10px;
        z-index: 111111;
        color: #000;
        font-weight: bold;
        transform: translate(0px, -50%); }
      .desct_search form .form-group .form-control,
      .desct_search form .form-group input {
        font-size: 16px;
        height: 54px;
        line-height: 1.7;
        outline: 0 !important;
        box-shadow: none !important; }
      .desct_search form .form-group:before {
        position: absolute;
        content: "";
        height: 30px;
        right: -5px;
        width: 0.4px;
        background: #014c81;
        z-index: 1;
        top: 50%;
        transform: translate(0px, -50%); }
    .desct_search form .btn-search {
      text-align: center;
      background-color: #014c81;
      padding: 15px 15px;
      color: #FFF;
      text-transform: uppercase;
      font-size: 1rem;
      width: 25%; }

.destination-list .grid {
  display: grid;
  grid-template-columns: calc((100% - 20px)/3);
  grid-template-rows: 230px 230px;
  column-gap: 5px;
  row-gap: 5px; }
  .destination-list .grid .item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2; }
    .destination-list .grid .item:nth-child(1) img {
      min-height: 465px; }
  .destination-list .grid .item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3; }
    .destination-list .grid .item:nth-child(2) img {
      min-height: 230px; }
  .destination-list .grid .item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3; }
    .destination-list .grid .item:nth-child(3) img {
      min-height: 230px; }
.destination-list .content-grid {
  padding: 30px;
  background: #014c81;
  margin-top: 30px;
  color: #FFF; }
.destination-list .details-grid {
  padding: 30px;
  background: #014c81;
  color: #FFF;
  margin-top: 10px;
  border-radius: 10px; }
.destination-list .panel {
  display: none; }

/*# sourceMappingURL=destination.css.map */
