.btn-primary-inverted {
    background-color: white;
    border: 0.125rem solid #2794b6;
    color: #2794b6;
    padding: 0.563rem 0.75rem;
}
.component-experience-page-categories .epc-category {
    display: block;
}
.component-experience-page-categories .epc-category .epc-image-container {
    cursor: pointer;
    position: relative;
    width: 100%;
    max-height: 18.813rem;
}
.component-experience-page-categories .epc-category .epc-image-container a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.component-experience-page-categories .epc-category a {
    text-decoration: none;
    font-weight: normal;
}
.component-experience-page-categories .epc-category .epc-image-container p {
    bottom: 0;
    color: white;
    font-weight: 600;
    font-size: 2rem;
    height: 5.25rem;
    line-height: 2.5rem;
    margin: auto 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 0;
    width: 100%;
}
.component-experience-page-categories .epc-category .epc-image-container .epc-image-hover-overlay {
    background: #05213f;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s;
    width: 100%;
}
.component-experience-page-categories .epc-category .epc-image-container:hover .epc-image-hover-overlay {
    opacity: 0.65;
}

.component-experience-page-categories .epc-category .epc-image-container img {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    vertical-align: bottom;
    height: auto;
}
.component-experience-page-categories .epc-category a {
    text-decoration: none;
    font-weight: normal;
}
.component-experience-page-categories .epc-category p {
    color: #05213f;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding-top: 1.688rem;
}


.hidden, [hidden] {
    display: none!important;
}
.a-group{
    display: flex;
    justify-content: space-between;
}
.a-group a{
    width: 100%;
    border: none;
    background: #fff !important;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
}
.a-group a.cur{
    border: 2px #cc0033 solid;
    color: #cc0033 !important;
}
.a-group a:first-child{
    margin-left: 0;
}
.a-group a:last-child{
    margin-right: 0;
}
.checkBox {
    display: inline-block;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.125rem solid #cccbcb;
    background-color: white;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.1s;
}
.checkBox.checked {
    border-color: #1a2b48;
}

.adventures-container-item{
    margin-bottom: 20px;
    font-weight: bold;
}
.adventures-container-item.trip-card-activityLevels-filter-item {
    display: flex;
font-weight: normal;
}
.checkBox-cell {
    margin-right: 10px;
}
.searchController .tripSearch-input-cell input {
    background: #fff;
    border-bottom-left-radius: 0.313rem;
    border-top-left-radius: 0.313rem;
    color: #6d6e70;
    font-size: 16px;
    height: 3rem;
    text-align: left;
    padding: 0.938rem 1.563rem;
    width: 100%;
    box-shadow: 0 0 0.313rem 0 #6d6e70;
    border: none;
    outline: none;
}
.searchController .tripSearch-input-cell{
    display: flex;
    position: relative;
}
.tripSearch-input-cell .tripSearch-button {
    border: none;
    border-radius: 0 5px 5px 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #1a2b48;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.tripSearch-text-cell h4{
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    cursor: pointer;

}
.tripSearch-text-cell{
    display: flex;
    align-items: center;
    justify-content:flex-start;
}

.tripSearch-text-cell a{
    margin: 0 30px;
    color: #1a2b48;
    text-decoration: none;
}
.tripSearch-text-cell i{
    margin-right: 5px;
}
.component-search-dropdown {
    position: relative;
}
.component-search-dropdown .search-dropdown-icon {
    color: #d32226;

    font-size: 1.625rem;

}

.component-search-dropdown  .search-dropdown-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 0.313rem 0 #6d6e70;
}
.component-search-dropdown .search-dropdown-text {
    font-size: 1.1875rem;
    font-weight: 600;
    display: block;
    width: 100%;
    padding-left: 10px;
    cursor: pointer;
}
.search-dropdown-arrow {
    font-size: 28px;
}

.component-search-dropdown .search-dropdown-list{
    background-color: white;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 0 0.125rem 0.188rem 0 #6d6e70;
    border-radius: 0.188rem;
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 0.188rem);
    width: 100%;
    z-index: 17;
    overflow-x: auto;

}
.search-dropdown-sub-list,.search-dropdown-list{
    display: none;
}
.component-search-dropdown.active .search-dropdown-list{
    display: block;
}
.search-dropdown-sub-list{
    max-height: 300px;
    padding-left: 10px;
    list-style: none;
}
.component-search-dropdown .search-dropdown-list li .list-item-table{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 20px;
        white-space: nowrap;
}


.search-checkbox-left{
width: 100%;
}

.custom-select{
    height: 100%;
}
.component-search-dropdown .search-dropdown-list li .list-item-table .search-checkbox-icon{
    color:#cccbcb;
}
.component-search-dropdown .search-dropdown-list li.active .search-checkbox-icon{
    color: #d32226;
}
.component-search-dropdown .search-dropdown-list li .fa-circle-o:before{
    content: "\f10c";
}
.component-search-dropdown .search-dropdown-list li.active .fa-circle-o:before{
    content: "\f05d";
}

.component-search-dropdown .search-dropdown-list li .list-item-table:hover{
    background: #DEF3F8;
    cursor: pointer;
}    
.component-search-dropdown .search-dropdown-list li .list-item-table:hover ,.search-dropdown-sub-list li:hover .list-item-table {
   background: #DEF3F8; 
}
.component-search-dropdown .search-dropdown-list li:hover .list-item-table .search-checkbox-icon{
    color:#d32226;
}        
.component-search-dropdown .search-dropdown-list li .list-item-table .search-checkbox-arrow{
    font-size: 10px;
    font-weight: bold;
}

.component-search-dropdown .search-dropdown-list li .list-item-table .search-checkbox-arrow i{
    margin-left: 5px;
    font-size: 20px;
   
}
.component-search-dropdown .search-dropdown-list li .list-item-table .search-dropdown-list{
    min-height: auto;
}
.component-search-dropdown .search-dropdown-list li ul{
    padding-left: 0;
}
.component-search-dropdown .search-dropdown-list li ul li .list-item-table {
    
    padding-left: 20px;
}

.component-custom-date-dropdown {
  background: white;
  border-radius: 0.313rem;
  color: #05213f;
  position: relative;
  width: 100%;
  cursor: initial;
  /*!
  * Pikaday
  * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
  */
}
.component-custom-date-dropdown .custom-date-explanation {

  color: #002a57;

  padding: 0 0.55rem;
  margin: 0.938rem 0rem 0.938rem 0rem;
}
.component-custom-date-dropdown .custom-date-body {
  border-bottom: none;
  /*height: 19.813rem;*/
  padding: 0 0.55rem;
}
.component-custom-date-dropdown .custom-date-body .custom-date-input-col {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.375rem;
}
.component-custom-date-dropdown .custom-date-tab {
  color: #05213f;

  font-weight: bold;
  font-size: 1.375rem;
  padding: 0.5rem 0.938rem;
  position: relative;
  text-transform: capitalize;
  width: 50%;
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 0.1rem solid #e8e8e8;
  transition: all 0.05s ease-in-out;
}
.component-custom-date-dropdown .custom-date-tab label {
  text-transform: uppercase;
  font-size: 1rem;
}
.component-custom-date-dropdown .custom-date-tab.end-date label {
  color: #6bb30a;
}
.component-custom-date-dropdown .custom-date-tab:nth-child(2) label, .component-custom-date-dropdown .custom-date-tab:nth-child(2) #enddate {
  padding-left: 0.3125rem;
}
.component-custom-date-dropdown .custom-date-tab.is-active {
  border-color: #dde9ea;
  border-bottom: 0.375rem solid #d32226;
  margin-bottom: -0.275rem;
}
.component-custom-date-dropdown .custom-date-tab.is-active .border {
  z-index: 3;
}
.component-custom-date-dropdown .custom-date-tab:hover:not(.is-active) {
  border-bottom: 0.375rem solid #d32226;
  margin-bottom: -0.275rem;
  cursor: pointer;
}
.component-custom-date-dropdown .custom-date-tab:hover:not(.is-active) .border {
  display: none;
}
.component-custom-date-dropdown .custom-date-tab:hover:not(.is-active) label, .component-custom-date-dropdown .custom-date-tab:hover:not(.is-active) input {
  cursor: pointer;
}
.component-custom-date-dropdown input[type=radio] {
  display: none;
}
.component-custom-date-dropdown label {
  display: inline-block;
  width: 4.375rem;
}
@media only screen and (min-width: 0) and (max-width: 599px) {
  .component-custom-date-dropdown label {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
.component-custom-date-dropdown #startdate, .component-custom-date-dropdown #enddate {
  display: inline-block;
 
  font-size: 1.1875rem;
  border: none;
  border-radius: 0;
  outline: none;
  width: 98%;
  font-weight: 400;
}
.component-custom-date-dropdown .calendar-col {
  margin-left: -0.188rem;
  z-index: 2;
}
.component-custom-date-dropdown .calendar.is-active, .component-custom-date-dropdown .end-date-calendar.is-active {
  position: relative;
  z-index: 2;
}
.component-custom-date-dropdown .custom-date-footer {
  border-top: 0.063rem solid #e8e8e8;
  padding: 1.25rem 0.55rem;
}
.component-custom-date-dropdown button {
  text-transform: capitalize;
  width: 48%;
}
.component-custom-date-dropdown .custom-date-btn-apply {
  float: right;
}
.component-custom-date-dropdown .pika-single {
  color: #002a57;
 
  font-size: 1.125rem;
  position: relative;
  z-index: 9999;
}
.component-custom-date-dropdown .pika-single:before, .component-custom-date-dropdown .pika-single:after {
  content: " ";
  display: table;
}
.component-custom-date-dropdown .pika-single:after {
  clear: both;
}
.component-custom-date-dropdown .pika-lendar {
  margin: 0.313rem;
}
.component-custom-date-dropdown .pika-title {

  font-weight: bold;
  position: relative;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.component-custom-date-dropdown .pika-title select {
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  top: 0.313rem;
  z-index: 9998;
  width: 100%;
}
.component-custom-date-dropdown .pika-label {
  display: inline-block;
  overflow: hidden;
  line-height: 1.25rem;
  margin: 0;
  padding: 0.5rem 0.188rem 0.313rem;
  position: relative;
  z-index: 9999;
  border: 0.063rem solid #e8e8e8;
  padding: 0.5rem;
  font-weight: 400;
}
.component-custom-date-dropdown .pika-label:first-child {
  width: 59%;
}
.component-custom-date-dropdown .pika-label:nth-child(2) {
  width: 39%;
}
.component-custom-date-dropdown .pika-label::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.625rem;
  content: "\f0d7";
  position: relative;
  float: right;
  right: 0.625rem;
}
.component-custom-date-dropdown .pika-prev,
.component-custom-date-dropdown .pika-next {
  display: none;
}
.component-custom-date-dropdown .pika-prev,
.component-custom-date-dropdown .is-rtl .pika-next {
  left: 0.313rem;

}
.component-custom-date-dropdown .pika-next,
.component-custom-date-dropdown .is-rtl .pika-prev {
  
  right: 0.313rem;
}
.component-custom-date-dropdown .pika-select {
  display: inline-block;
}
.component-custom-date-dropdown .pika-table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.625rem;
  width: 100%;
}
.component-custom-date-dropdown .pika-table th,
.component-custom-date-dropdown .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.component-custom-date-dropdown .pika-table th {

  font-weight: bold;
  text-align: center;
}
.component-custom-date-dropdown .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.component-custom-date-dropdown .end-date-calendar td:hover .pika-button {
  background: #6bb30a;
}
.component-custom-date-dropdown td:hover .pika-button {
  background: #05213f;
  border-radius: 50%;
  color: white;
  width: 1.875rem;
  margin: 0 auto;
}
.component-custom-date-dropdown .pika-button {
  background: white;
  border: 0;
  cursor: pointer;
  display: block;
  height: 1.875rem;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 50%;
}
.component-custom-date-dropdown .is-inrange, .component-custom-date-dropdown .is-inrange .pika-button {
  background: #e9f4f7;
}
.component-custom-date-dropdown .is-startrange {
  background: #e9f4f7;
  background-image: linear-gradient(to right, white, white, #e9f4f7, #e9f4f7);
}
.component-custom-date-dropdown .is-startrange.hide-background {
  background: white;
  background-image: none;
}
.component-custom-date-dropdown .is-startrange .pika-button {
  color: white;
  width: 1.875rem;
  margin: 0 auto;
  background: #05213f;
  font-family: "SourceSansPro", "Verdana", "Arial", "Helvetica", "Tahoma", sans-serif;
  font-weight: bold;
}
.component-custom-date-dropdown .is-endrange {
  background: #e9f4f7;
  background-image: linear-gradient(to left, white, white, #e9f4f7, #e9f4f7);
}
.component-custom-date-dropdown .is-endrange.hide-background {
  background: white;
  background-image: none;
}
.component-custom-date-dropdown .is-endrange .pika-button {
  color: white;
  width: 1.875rem;
  background: #6bb30a;
  margin: 0 auto;
  font-weight: bold;
}
.component-custom-date-dropdown .is-disabled {
  cursor: default;
}
.component-custom-date-dropdown .is-disabled .pika-button {
  pointer-events: none;
  color: gray;
  cursor: default;
  opacity: 0.3;
}
.component-custom-date-dropdown .is-disabled .pika-button:hover {
  background-color: transparent;
}

.component-search-dropdown.activity.active {
    position: absolute;
    width: 730px;
    z-index: 9;
}
.component-search-dropdown.activity.active .activity_list{
    
    padding: 20px;
}
.component-search-dropdown.activity.active .activity_list .adventures-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}
.activity-level-container{
    
}
.component-search-dropdown.activity.active .activity_list .adventures-container .traditional,.component-search-dropdown.activity.active .activity_list .adventures-container .outdoor{
    width: 50%;
}
.bravo_wrap .bravo-list-item .topbar-search .control{
      font-size: 1rem;
      font-weight: bold;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown .dropdown-toggle{
    background: #fff;
}
.tourController{
  padding-top:20px;
  background: #f9f3e4;

}

.findtrip.dropdown-menu{
    width: 100%;
    padding:0;
}
.findtrip .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    display: block;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border-bottom: 1px #dedede solid;
    background-color: transparent;
}
.findtrip .dropdown-item:last-child{
   border-bottom:0!important; 
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #d32226 !important;
    border-color: #d32226 !important; 
}
.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.item-tour{
    margin: 15px 0;
    white-space: normal;
}
.item-tour .tfu-image {
    position: relative;
    height: 11.625rem;
    overflow: hidden;
}
.item-tour .tfu-image img {
    min-width: 100%;
    margin: auto;
    min-height: 186px;
    font-size: 0.875rem;
    color: #05213f;
    width: 100%;
}
.item-tour .tfu-image .tfu-categories {
    position: absolute;
    bottom: 0.938rem;
    left: 0.938rem;
}

.item-tour .tfu-wishlist-container {
    position: relative;
}


.item-tour .special-offer-tag {
    background-color: #cc0033;
    color: white;
    font-weight: bold;
    position: absolute;
    height: 1.625rem;
    padding: 0.313rem 0.625rem;
    width: 35%;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 100px;
    
}

.item-tour .special-offer-icon {
    font-size: 14px;
    font-weight: 900;
    padding-right: 0.625rem;
}
.item-tour .special-offer-text {
    font-size: 0.8125rem;
    text-transform: uppercase;
    vertical-align: 0.188rem;
}
.item-tour .tfu-category {
    display: inline-block;
    font: 600 1rem;
    line-height: 1;
    color: white;
    background: #05213f;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}
.item-tour.tfu-program-info {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}
.item-tour .tfu-details {
    border: 0.063rem solid #cccbcb;
    background-color: white;
}
.item-tour a.tfu-clickable {
    display: block;
    text-decoration: none;
    height: 17.313rem;
}
.item-tour .tfu-head {
    padding: 0.938rem 0.813rem 0.313rem;
}

.item-tour .tfu-head .tfu-location {
    font-weight: bold;
    color: #05213f;
    font-size: 0.875rem;
    margin: 0 0 0.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-tour .tfu-head .tfu-location .tfu-location-icon {
    display: inline-block;
    width: 0.688rem;
    height: 1rem;
    color: #d32226;
    vertical-align: middle;
    margin: 0 0.1rem 0 0;
    font-size: 0.875rem;
}
.item-tour .tfu-head .tfu-title {
    color: #05213f;
    font-size: 22px;
    font-weight: bold;
}

.item-tour .tfu-description {
    color: #05213f;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.313rem;
    padding: 0.5rem 0.813rem;
    position: relative;
}
.item-tour .tfu-program-info .tfu-challenge {
    font-weight: 600;
    color: #6d6e70;
    font-size: 1rem;
    border-width: 0.063rem 0;
    border-style: solid;
    border-color: #cccbcb;
    width: 100%;
    padding: 0.688rem 0.813rem;
    display: table-cell;
    cursor: pointer;
}

.item-tour .activity-level-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.item-tour  .activity-level-container .activity-level-bar-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
}

 .item-tour .tfu-image .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
}

.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar.filled:first-child, .item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar + .activity-level-bar {
    border-left: none;
}
.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar.filled {
    border-color: #7e0106;
    background: #d32226;
    color: white;
}

.item-tour .activity-level-container .activity-level-bar-wrapper .activity-level-image .activity-level-bar {
    background: white;
    border: 1px solid #cccbcb;
    line-height: 1;
    min-width: 2.25em;
    padding: 1rem 0 0.2rem 1rem;
}
.item-tour .activity-level-container .activity-level-bar-wrapper .component-activity-bar-help-btn {
    color: #006f90;
    font-size: 1.6875rem;
    cursor: pointer;
    margin-left: 0.5rem;
}


.item-tour .tfu-program-info .tfu-program-number {
    padding: 0.688rem 0 0.688rem 0.625rem;
    vertical-align: top;
    height: 4.063rem;
    width: 30%;
    display: table-cell;
    border: 0.063rem solid #cccbcb;
    border-right: 0;
    color: #6d6e70;
    font-weight: 600;
    font-size: 14px;
}

.item-tour .tfu-program-info .tfu-program-number .tfu-program-number-value {
    width: 6rem;
}

.item-tour .tfu-footer {
    display: table;
    width: 100%;
    height: 4.438rem;
}

.item-tour .tfu-footer .tfu-footer-cell.tfu-no-rating {
    background: url(//www.roadscholar.org/Themes/RoadScholar/assets/images/gray-stripes.png) repeat;
    color: #d32226;
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    min-width: 7.063rem;
    padding-right: 0.625rem;
}

.item-tour  .tfu-footer .tfu-footer-cell {
    border-right: 0.063rem solid #cccbcb;
    color: #6d6e70;
    display: table-cell;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 0 0.625rem 0.625rem;
    vertical-align: middle;
}
.item-tour .tfu-footer .tfu-footer-cell.tfu-footer-cell-middle {
    width: 100%;
}
.item-tour .tfu-footer .tfu-footer-cell:last-child {
    border: 0;
}
.item-tour .tfu-footer .tfu-footer-cell .tfu-duration, .item-tour  .tfu-footer .tfu-footer-cell .tfu-price {
    font-weight: 600;
    color: #05213f;
    font-size: 18px;
    margin: 0.313rem 0 0;
}
.item-tour .tfu-footer .tfu-footer-cell .tfu-duration {
    width: 4.875rem;
}
.item-tour .tfu-footer .tfu-footer-cell .tfu-price {
    width: 7rem;

}


.item-tour .tfu-footer .tfu-footer-cell .tfu-rating-meter {
    margin: 0.625rem 0 0;
    min-width: 5.75rem;
}
.item-tour .component-rating-meter {
    display: inline-block;
    clear: both;
}
.item-tour .component-rating-meter .rating-star {
    color: #d32226;
    font-size: 1rem;
    margin-right: 0.188rem;
    position: relative;
    float: left;
}
.item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.item-tour .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
    display: flex;
}
.item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 16px;
    color: #d32226;
}
.item-tour .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}

.item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.item-tour .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.item-tour .thumb-image .service-wishlist i {
    transition: all .3s;
    font-size: 16px;
}

.list-item .no-results-view {
    display: inline-block !important;
    display: block;
    font-size:18px;
    padding: 2.5rem;
    text-align: center;
    width: 100%;
}

.component-collections .component-collections-filter {
    background-color: #b5cdd0;
    position: relative;
}
.component-collections .component-collections-filter .heading-container {
    width: 100%;
    padding: 0.9375rem;
}

.component-collections .component-collections-filter .heading-container .heading-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.component-collections-filter .heading-container .heading-wrapper .heading {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    font-size: 1.875rem;
    font-weight: normal;
    color: #05213f;
    line-height: 2.875rem;
}
.component-collections .component-collections-filter .desktop {
    display: block;
}

.component-collections-filter .heading-container .heading-wrapper .heading.mobile {
    text-transform: capitalize;
}
.component-collections .component-collections-filter .heading-container .heading-wrapper .heading {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    font-size: 1.875rem;
    font-weight: normal;
    color: #05213f;
    line-height: 2.875rem;
}
.component-collections .component-collections-filter .mobile {
    display: none;
}

.component-collections .component-collections-filter .heading-container .heading-wrapper .heading.mobile .heading-icon {
    font-size: 1.875rem;
    padding-right: 0.625rem;
    vertical-align: middle;
}

.component-collections .component-collections-filter .heading-container .heading-wrapper .heading.mobile .heading-text {
    vertical-align: middle;
}
.component-collections .component-collections-filter .button-reset .icon-reset {
    height: 1.375rem;
    margin-right: 0.25rem;
    vertical-align: top;
}

.component-collections .component-collections-filter .filters-container {
    width: 100%;
    box-shadow: inset 0rem 0.125rem 0.375rem #c3bdaf;
    background-color: #dde9ea;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.component-collections-filter .custom-select {
    height: 100%;
    box-shadow: 0 0 0.313rem 0 #6d6e70;
    background: #fff;
    border: none;
}

.component-collections .ccc-results {
    min-height: 31.25rem;
    background-color: #fdf5e3;
    border-top: 0.063rem solid #cccbcb;
    padding: 3.125rem 0;
}