.scrollable--x {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
/*.activity-card__list .activity-card__image { background-color: #DADEE9 !important;}*/

.horizontal-track {
    height: 8px;
    /* How wide is the scrollbar going to be? */
    background-color: #e1e9f3;
    /* What color should the vertical track be? */
}
.table.table-responsive.table-select{
    padding: 5px;
    display: inline-block;
}
.list--style .activity-img{
        max-width: none !important;
    height: 100%;
}
.activity-card__image img{
         max-width: none !important;
    height: 100%;
}
.city-layout .activity-card__image img{    
    width: 100%;
    object-fit: cover;
}
.horizontal-handle {
    top: 1px;
    height: 6px;
    /* How wide is the scrollbar handle? */
    background-color: #67c9d3;
    /* What color should the handle be? */
}

.scrollable--y {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.horizontal-track {
    width: 8px;
    /* How wide is the scrollbar going to be? */
    background-color: #e1e9f3;
    /* What color should the vertical track be? */
}

.horizontal-handle {
    left: 1px;
    width: 6px;
    /* How wide is the scrollbar handle? */
    background-color: #67c9d3;
    /* What color should the handle be? */
}

/*Mani*/
.messages-table .message.replied td {
    background-color: #f5f5f5;
}

.messages-table .message.replied td:first-child {
    padding-left: 50px;
}

.review .review:not(:first-child) {
    margin-top: 1px !important;
    margin-bottom: 0 !important;
}

.review .review.replied {
    border-bottom-width: 0 !important;
    background-color: #f5f5f5;
    padding: 1.25em 1.25em 1.25em 1.25em;
    min-height: 6.5em;
    line-height: 1.4;
}

.review .review.replied > * {
    font-size: 0.85em;
    line-height: 1.4;
}

.grid--style .only-for-list {
    display: none;
}

.list--style .only-for-grid {
    display: none;
}

.grid--style .reviews_text {
    width: 100%;
    float: left;
}

/* .grid--style .activity-card__rating{
    width: 40%;
    float: left;
} */

.activity-card__rating{
background-color: #ffffff;
}
.empty-message {
    margin-left: 20px;
}

li.similar-item {
    width: 25%;
    float: left;
    padding: 10px;
}

.row--reverse .span {
    float: right;
}

ul.coupon-offers li div.coupon-code {
    background-color: #ED6F58;
    color: #fff;
    text-align: left;
    padding: 5px;
}

ul.coupon-offers {
    list-style: none;
}

ul.coupon-offers li {
    padding: 25px;
    text-align: left;
}

.activity-card__list.slider .activity-card,
.island-card__list.slider .island-card {
    padding: 10px;
}

.activity-card__list.slider .activity-card {
    margin-top: 45px;
}

.h__search {
    display: none;
}

.activity-card__highlights {
    display: none;
}

.list--style .activity-card__highlights {
    display: block;
}

.list--style .activity-card__price {
    display: none;
}

.list--style .activity-card__additional {
    display: none;
}

.is--home .h__search {
    display: none;
}


div#google_translator {
    display: inline-flex;
    vertical-align: middle;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
}

div#google_translator select {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height: 35px;
    min-height: 35px;
    margin: 0;
    top: ;
}

@media screen and (min-width: 48rem) {

    .translated-ltr .site-header.site-header--fixed,
    .translated-rtl .site-header.site-header--fixed {
        top: 40px;
    }
}

@media screen and (max-width: 47.9rem) {

    div#google_translator,
    div#google_translator .goog-te-gadget > div,
    div#google_translator select {
        width: 40px;
        min-width: 1px;
    }

    div#google_translator select {
        padding-left: 0.5em;
        padding-right: 0.5em;
        background-position: center center;
        color: transparent;
    }
}


.activity-card__highlights {
    font-size: 13px;
    line-height: 1.5;
}

/* Rajni */
.menu a:not(.button):not(.modaal-confirm-btn) .notification {
    right: 0.3rem
}

.main-menu .sub-menu .sub-menu-dropdown a:hover {
    color: #333;
}

.list.list--horizontal.guest__user__type {
    margin: 1rem 0.8rem;
}

.list.list--horizontal.guest__user__type > * {
    margin-right: 1rem;
}

.list.list--horizontal.guest__user__type > li > label {
    font-size: 1.1rem;
}

.list.list--horizontal.guest__user__type [type=checkbox],
.list.list--horizontal.guest__user__type [type=radio] {
    margin-right: 0.8rem;
}

.search__section .form .input:focus,
.search__section .form input[type="text"]:focus,
.search__section .form input[type="email"]:focus,
.search__section .form input[type="password"]:focus,
.search__section .form input[type="search"]:focus,
.search__section .form .form-element__control .button:focus {
    color: #333;
}

.coupon-wrap .field_cover {
    display: flex;
    margin-bottom: 5px;
}

.coupon-wrap .field_cover input[type="text"] {
    width: calc(100% - 6rem);
    min-width: auto;
    margin-right: 1rem;
}

.coupon-wrap .field_cover input[type=submit] {
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 1.15rem;
    min-width: 6rem;
    color: #fff;
    background: #4D979B;
}

.form.form--theme.form--vertical .input,
.form.form--theme.form--vertical input[type="text"],
.form.form--theme.form--vertical input[type="email"],
.form.form--theme.form--vertical input[type="password"],
.form.form--theme.form--vertical input[type="search"],
.form.form--theme.form--vertical input[type="tel"],

.form.form--theme.form--vertical textarea {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 1.25em;
    font-size: 1rem;
}
.form.form--theme.form--vertical select{
     background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
.rating__block .rating__score,
.rating .rating__bg,
.rating .rating__score {
    left: 0 !important;
}

.activity-card__tag {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity-card__list.list--style .activity-card__tags {
    position: relative;
    top: 0;
    left: 0;
    margin: 0.4rem 0;
}

.tt-menu .tt-dataset > div {
    line-height: 30px;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 10px;
}

ul.coupon-offers {
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

ul.coupon-offers li div.coupon-code {
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.coupon-offers li div.coupon-code a {
    background: #fff;
    border-radius: 4px;
    min-height: 30px;
    line-height: 30px;
    color: #ED6F58;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;

}

.order__section .booking__block {
    padding-top: 0;
}

.applied-coupon {
    background: #eee;
    padding: 10px;
}

.applied-coupon a {
    float: right;
    color: #ED6F58;
    font-size: 14px;
    font-weight: 600;
}

.order__section .booking__block .booking-media__list .booking-media {
    padding-bottom: 0;
}

.cart__section .continue__block,
.cart__section .summary__block:first-child {
    padding-top: 0;
}

.site-header .h__search .search__wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.activity-card:hover .activity-card__float li , 
body[style*="overflow"] .activity-card .activity-card__float li{
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 40rem) {
    .cart__list .cart__item .action-del {
        text-align: right;
    }
}

@media screen and (min-width: 80rem) {
   /* .span__row.row--reverse .span .activity-card__list.list--3 .activity-card {
        float: right;
    }*/
}

@media screen and (max-width: 66rem) {
    .order__section .booking__block {
        padding-bottom: 0;
    }
}

/*Aug 6*/
.activity-card__image img,
.activity-card__image img + img{
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transition: transform 15s linear;
    -webkit-transition: transform 15s linear;
    transition: -webkit-transform 15s linear;
    transition: transform 15s linear;
}

.modaal-inner-wrapper .table.table--bordered.table--responsive {
    table-layout: fixed;
}
.search__wrap .search__text {
    width: 100% !important;
}
.twitter-typeahead {
    width: 100%;
}
#facebox{
    z-index: 9999;
}
.rating .rating__overlay{background-size: 100% 100%;}
.activity-card__tag{margin-right: 5px;}
.pagination .next a, .pagination .prev a {
    padding: 0.15em;
}

.pagination .next svg, .pagination .prev svg{
    height: 17px;
}

/****************Aug 27****************/
.d-calendar .d-calendar__action .list.list--vertical{
    overflow: auto;
    height: 230px;
}
.Cities_slider .island-card {
    padding: 0 !important;
    margin-right: 0.79239%;
}
.site-footer{
    /*min-height: 400px; */
    bottom: 0;
    width: 100%;
}
body {
    position: relative;
    min-height: 100vh;
}
.activity-card__image a img:first-child:last-child{ transition: transform 5s ease ; }
.site-header .h__search .search__wrap{
    position: relative;
    float: right; width: 27%; margin-right: 16px;
}
#frmRegister .form-element__label {
    padding: 0 10px;
}
#country_code {
    /*top: 5px !important;*/
    /*left: 10px !important;*/
}
 .tag .tag__remove {
    font-weight: 600;
    background-color: #ED6F58;
    color: #fff !important;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: -9px;
    border-radius: 50px;
    padding-top: 3px;
    top: -5px;
}
.activity-card__content{
    padding: 1rem;
}
.island-card__heading strong, .island-card__heading span{
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
display: inline-block;
}

 .tag{
    position: relative;
}
.booking-media .span nav{
    margin-top: 0;
}
/*.search__wrap .search__text .tt-menu {
    min-width: 440px;
    left: -39px !important;
}*/
.coupon-offers small {
    padding: 10px 5px;
    display: inline-block;
}
ul.coupon-offers li{
    padding: 10px;
}
.site-header .h__search .search__icon {
    position: absolute;
    top: -2px;
    left: 7px;
}
.search__text{position: relative;}
#search-autocomplete {
    padding-left: 50px;
}
.avatar-upload{ overflow: inherit !important; }
.errorlist.erlist_avatar_file {
    position: absolute;
    top: -25px;
}

@media (max-width: 1440px) {
.tt-menu{width: 100%; min-width: 100%;}
}
@media (min-width: 768px) and @media (max-width: 1200px) {

.blogs-card__list .slick-prev {
    left: 0;
}
   
   .blogs-card__list .slick-next {
   right: -4px;
}
        .activities-table .activity{ position: relative; }
    .activities-table .activity__actions {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 30px;
}
    .section__listing .listing__filter{ height: 100%; overflow: auto !important; }
    .section__listing .listing__filter .filter__block:last-child{margin-bottom: 1.875em;}
.site-main__header__image .img img{
    position: relative;
    left: 0;
    width: 100%;
    transform:translate(0 ,0) !important; top:0 !important;
}
.section__listing .listing__filter{
    top: 0;
    z-index: 99999; position: fixed;
}
.destination__section .island-card__image::before {
    padding-bottom: calc(89% + 284px);
}

}
@media (max-width: 992px) {
.site-header .h__search .search__icon{ display: none; }
.media__body.media--middle.booking-media__content .booking-media__heading {
    padding: 0;
}
    .site-header .h__search .search__wrap{
        width: 40%;
    }
    .destination__section .island-card__image::before {
    padding-bottom: calc(89% + 340px);
}
.filter-mobile .hidden-on--desktop.displayFilter.listing__filter-button {
    float: right;
    width: auto;
    margin-right: 5px;
}
.filters .list.list--horizontal > :not(:last-child) {
    margin-right: 0;
}
    .slick-prev {
    height: 35px; 
    width: 35px;
    left: -8px;
}
.slick-next
{   
    right: -8PX;
    height: 35px; 
    width: 35px; 
}
.slick-prev::after, .slick-next::after{
    top: 18px;
right: 0;
}
.slick-prev::before, .slick-next::before{
    top: 15px;
}
#search-autocomplete {
    padding-left: 10px;
}

.media__figure.span img{
    width: auto;
}
.order__section .booking__block .booking-media__content{
    padding-left:10px;
}
.booking-media .buttons__group a {
    margin: 10px 10px 0px 0px !important;
    float: left;
    width: auto;
}
.booking-media__heading {
    padding-top: 10px;
}
.tag .tag__remove{
    right: -4px;
}
.fl--right,.fl--left{ font-size: 18px; }
}

@media only screen and (device-width: 768px) {
    .activity-card__tag{
        max-width: 70px;
    }
    .activity-card__content{    padding: 0.5rem; }
    .activity-card__price{ max-width: 35%; }
    .site-header .h__search .search__icon{ display: none; }
    .activity-card__rating{ max-width: 100%; }
 div#google_translator{ position: relative; }
    div#google_translator,
    div#google_translator .goog-te-gadget > div,
    div#google_translator select { width: 40px; min-width: 1px;  }
    .goog-te-gadget{ position:absolute; top: 6px; }
    .menu__toggle{ line-height: normal; height: 40px; width: 40px;}
    div#google_translator select {  padding-left: 0.5em;  padding-right: 0.5em;   background-position: center center;  color: transparent; line-height: normal;min-height: 40px;   }
    .menu a:not(.button):not(.modaal-confirm-btn) .notification {
    right: 0.7rem;
}
.activity__gallery {
    padding: 10px 0 !important;
}
.activity {
    position: relative;
}
.activity .activity__actions {
    position: absolute !important;
    bottom: 0;
    right: 0;
}
table.table.table--bordered.table--responsive.info-table {
table-layout: unset;
width: 100%;
overflow: auto;
display: inline-block;
}
} 

@media (max-width: 767px) {
	.site-footer{ position:relative;}
	body{ padding-bottom:0;}
 .order__section .booking__block .booking-media__content{text-align: left;}
 .section .section__header{
	 background:#ebebeb; padding:10px !Important; 
 }
 .filter-mobile .hidden-on--desktop.displayFilter.listing__filter-button{
	 margin-bottom:0 !important;
 }
 .cart__item .option__action select{
min-width: auto;
max-width: auto;
width: 80px;
height: 40px;
padding: 0;
min-height: auto;
padding: 0 10px;
margin-bottom: 8px;
    }
    /*.site-main__header__image{ overflow: inherit; } */
    .activities .span__row {
    justify-content: space-between;
    display: flex;
}
.site-header .h__search .search__wrap {
    width: 100%;
    float: none;
}
div#google_translator select{
    line-height: 27px;
min-height: 27px;
margin-top: 7px;
}
.search__section .form .form-element .errorlist{
    z-index: 99;
}
.booking__block .media.booking-media {
    text-align: left;
}
.block.booking__block{
    text-align: left;
}
.block.summary__block {
    text-align: left;
}
.booking__block .media.booking-media .media__figure{
    text-align: left;
}
.detail-head{
    text-align: left;
}
.section.order__section {
    text-align: left;
}
.site-header.site-header--fixed{
    position: fixed;
top: 0;
left: 0;
right: 0;
}
.site-main {
    padding-top: 5rem;
}
.island-card {
    margin-right: 10px;
}

.grid--style  .activity-card{
    min-height: 380px;
}

}

/* CUSTOMIZATIONS 29-10-2020 */
.seprator-login-form {margin-left: 10px; margin-right: 10px;}
.activity-card{
    min-height: 355px;
}

.list--style  .activity-card, .destination__section  .activity-card{
    min-height: auto !important;
}

/* .grid--style  .activity-card .activity-card__content{
    position: absolute;
    width: 100%;
    bottom: 0px;
} */


.activity-card__content-addition, .activity-card__content-basic {
    padding-top : 0px !important;
    padding-bottom : 0px !important;
}

.activity-card__image{
    height:200PX;
}

.booking-request-modal .modaal-container {
    max-width: 100em;
}

.btn-blue {
    background-color: #3c5fa5;
    color: #FFF;
}

.activity-card__price-number{
    display: block;
    min-height: 10px;
}





.heading-text{
    text-transform:inherit;
}

/* For activity pagination */
.activity-media__list {
    position: relative;
    padding-bottom: 3.5rem;
}
.showMoreButton {
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    padding: 0;
}

.fl--right {float:right !important;}

.site-header {
    padding: 0;
}
.main-menu .sub-menu .sub-menu-dropdown {
    top: 100%;
}

.menu__toggle {
    margin: 1rem 0;
}

@media (min-width: 48rem){
.site-header .h__brand > a, .site-header .h__brand .main-menu > ul > li > a:not(.avatar):not(.button):not(.modaal-confirm-btn), .site-header .h__navigation > a, .site-header .h__navigation .main-menu > ul > li > a:not(.avatar):not(.button):not(.modaal-confirm-btn) {
    height: 4.375em;
    line-height: 4.375em;
}
.site-header .h__brand, .site-header .h__navigation{
    height: 4.375em;
}
}


.grid-layout{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-gap:24px;    
}
.activity-media__list.grid-layout .activity-card{
    width:auto; 
    min-width:0;
}
 @media (max-width: 75rem){
     .grid-layout{
          grid-template-columns:repeat(3,1fr);
      }
 } 
  @media (max-width: 47.9375rem){
     .grid-layout{
          grid-template-columns:repeat(2,1fr);
      }
 } 
  /* @media (max-width: 30rem){ */
     /* .grid-layout{ */
          /* grid-template-columns:repeat(1,1fr); */
      /* } */
 /* }  */

 /*  NEW HEADER UPDATES */


 .site-header .h__search.custom-search {
     display: flex;
     height: 4.375em;
     width: auto;
     align-items: center;
 }

 .site-header .h__search.custom-search .search__wrap {
     width: 100%;
 }
 .site-header .h__search>div {
     max-width: calc(150px + 9vw);
     margin: 0 auto;
     height: auto;
     line-height: 1;
 }

.info.unread {
    background-color: #fff;
}

.info.read {
    background-color:#f2f2f2;
}


/*  VERTICAL LISTING  */
.table--vertical th , .table--vertical td {
    padding: 0.625em 1.25em !important;
}

.table--vertical th {
    font-weight: bolder;
    width: 30%;
    vertical-align: top;
}

.table--vertical .list--vertical {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}

.table--vertical .list--vertical .tag {
    align-items: center;
}
.booking-request-modal .modaal-container:has(.table--vertical) {
    max-width: 530px;
}
.activity-table-wrapper {
    margin-top: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
}
.activity-media {
    background: #fff;
    border-radius: 10px;
    display: grid;
    place-content: center;
    height: 230px;
}
.message__details .regular-text  {
    word-wrap: break-word;
}

.cust-messages-table .media__body {
    display: block;
}



.form-element--password .fa {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}


.form-element--password input {
    padding-right: 3rem !important;
}


