.tab-tour-type .custom_tour_column.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.col-md-6 {
  float: left;
  -ms-flex: 0 0 50%;
  flex: 0 0 47%;
  max-width: 47%;
  position: relative;

  /* width: 100%; */
  padding-right: 15px;
  padding-left: 15px;
}

.tab-tour-type .custom_tImg img {
  margin: 0 auto !important;
  display: block;
  max-width: 100%;
  width: 100%;
}

.cbp-panel .quick_facts {
  padding: 5px;
}

.tab-tour-type .tour_by_type li {
  display: inline-block;
  width: 31%;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.tour_by_type li:nth-child(6),
.tab-tour-type .tour_by_type li:nth-child(3) {
  padding-right: 0;
}

.tab-tour-type .tourTypesImg.custom_tImg {
  border-radius: 2px;
  border: 3px solid #e2e1e1;
}

.tab-tour-type .tourTypesName a {
  margin-top: 0;
  background: #e2e1e1;
  margin-bottom: 0;
  padding-top: 15px;
  color: #6b6969;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 12px;
  display: block;
  text-align: center;
}

.tab-tour-type .tour_by_type li:hover .tourTypesImg.custom_tImg {
  border: 3px solid #9a9898;
}

.tab-tour-type .tour_by_type li:hover .tourTypesName a {
  background: #9a9898;
  color: #fff;
}

.tab-tour-type .tour_by_type li:hover {
  cursor: pointer;
}

.tab-tour-type .tour_by_type {
  margin-top: 20px;
}

h2.toursbyDestinationSubHdr {
  margin-top: 15px;
}

#toursbyDestinationSub {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .tab-tour-type .tour_by_type li {
    width: 31%;
  }
}

@media (max-width: 991px) {
  .tab-tour-type .tour_by_type li {
    width: 48%;
  }

  .tour_by_type li:nth-child(4),
  .tour_by_type li:nth-child(6),
  .tab-tour-type .tour_by_type li:nth-child(2) {
    padding-right: 0;
  }

  .tab-tour-type .tour_by_type li:nth-child(3) {
    padding-right: 20px;
  }
}

@media (max-width: 614px) {
  #toursbyDestinationList td {
    padding: 0 8px 0 0;
    font-size: 12px;
  }

  #toursbyDestinationList td p {
    margin-bottom: 2px !important;
  }
}

@media (max-width: 604px) {
  .tab-tour-type .tour_by_type li {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .col-md-6 {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 46%;
    max-width: 50%;
    position: relative;

    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .col-md-6 {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 45%;
    max-width: 47.2%;
    position: relative;

    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-6 {
    float: left;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;

    /* width: 100%; */
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .adc_tabs .tabs .tab {
    padding: 10px 9px;
  }
}

@media (max-width: 991px) {
  .adc_tabs .tabs .tab {
    padding: 10px 7px;
    font-size: 16px;
  }
}
