@charset "UTF-8";

@font-face {
    font-family: myFont;
    src: url("/fonts/Montserrat-Regular.ttf");
}

body{
	color:black !important;
}

:root {
  --primary-color: #67655b;
  --secondary-color: #403f3b;
  --green-color: #7ce0c3;
  --purple-color: #8e76dc;
  --darkGray-color: #767676;
}

body {
	font-family: defaultFont;
}
.ml-0{
    margin-left:0 !important;
}
.mr-0{
    margin-right:0 !important;
}
.pl-0{
    padding-left:0 !important;
}
.pr-0{
    padding-right:0 !important;
}
.navbar .navInner{
    justify-content:space-between;
    padding: 0 16px;
}
.custom-dropdown {
    right: 0;
    top: 100%;
    padding:0 !important;
}
.custom-dropdown li .nav-link {
    padding: 10px;
}
.checkbox-filters-list .custom-control.custom-checkbox {
    display: flex;
    gap: 5px;
}
.srThumbnailContainer2 {
    height: 300px;
}
#travelerDetailsContainer label {
    padding-left: 0;
    padding-right: 0;
}
#travelerDetailsContainer .bkFormInfo{
    padding-left: 0;
    padding-right: 0;
}
#paymentDetailsContainer label{
    padding-left: 0;
    padding-right: 0;
}
#paymentDetailsContainer.bkFormInfo{
    padding-left: 0;
    padding-right: 0;
}
#newCard1 .bkFormInfo {
    padding-left: 0;
    padding-right: 0;
}
.validationCheckmark{
    float:left;
}
#hotels-nearby {
    display: block !important;
}
.car-search-wrapper {
    flex-wrap: nowrap;
}
.car-search-wrapper .srColumnA{
    flex: 0 0 320px;
}
.car-search-wrapper .srColumnB{
    flex: 1;
}
.selected {
    font-weight: bold !important;
    opacity: 100;
}
#carVendorFilters .custom-control.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0 !important;
}
#carTypeFilters .custom-control.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0px !important;
    padding-left: 0 !important;
}
#carTypeFilters .custom-control.custom-checkbox input {
    width: auto;
}
.form-check-input {
    width: 16px;
    max-width: 16px;
    flex: 0 0 16px;
    padding: 0;
}



h1{
	font-size: 24px !important;
	margin:0px;
}

h2{
	font-size: 20px !important;
}

h3{
	font-size: 18px !important;
}

iframe{
	border:none;
	display: none;
}

.alert-warning{
	color:black !important;
}

.ui-breadcrumb{
	background-color: none!important;
}

.breadcrumb{
	background-color: none!important;
}

.btn-light{
    background-color:white !important;
    border-color:#ced4da !important;
}

.btn-light:hover{
    background-color:#f7f8f9 !important;
}

#bodyContainer{
	max-width:1400px;
}

#bodyContainerThin{
	max-width:800px;
}

#bodyContainerUltraThin{
	max-width:600px;
}

.btn:disabled {
	 cursor: not-allowed;
}

.btn{
	transition: background-size 1500ms linear;
}
.btn:hover{
	background-size: 150% 150% !important;
	transition: background-size 1500ms linear;
}
.btnDisabled{
	opacity: 0.65;
}

.pop-box-notop{
    box-shadow: 0 6px 18px -9px rgba(0, 0, 0, 0.08);
    background-color: white;
}

.pop-box{
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
    background-color: white;
}


#createAccountErrorModal{
	max-width:400px !important;
}

.destinationListing{
	
}

.seoPageTitle{
	font-weight: bold;
}

#cityTypeAhead{
	color:#007bff;
}

.gj-icon{
	color:#007bff;
}

.cursorPointer{
	cursor:pointer;
}

.spinner-border-sm{
	top: -3px !important;
	position: relative;
}

.cardCashbackBadge{
	max-width: 180px;
    white-space: normal !important;
}

.cardCashbackBadgeCarousel3{
	max-width: 160px;
    white-space: normal !important;
    height: fit-content;
}

.myCheckbox{
	position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
}

.cashback-price{
	color: #8333d4;
	font-size: 14px;
}
.cashback-price h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  text-align: right;
}
.cashback-price h5 span {
  font-weight: 400;
  font-size: 12px;
  color: var(--darkGray-color);
}
.cashback-price h6 {
  font-weight: 700;
  font-size: 14px;
  color: #3352aa;
  margin-bottom: 0px;
}

.rating-stars{
	float:left;
}

.rating-stars .unfilled {
  color: #dedede;
}

.search-tags-main {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-block: 30px;
}

.srAmenityIcon {
  font-size: 14px;
  margin-bottom: 2px;
  width:28px;
  flex:0 0 28px;
  line-height:normal;
  overflow:hidden;
}

.search-tag {
  width: 25%;
  flex: 0 0 23.5%;
  min-width: 136px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding-inline: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  color: #6c757d;
  overflow: hidden;
}

.cookieNotifcationBanner{
	position: fixed;
    height: 78px;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    left: 0px;
    padding:.5em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cookieFooterButtonConainer{
	margin-top:12px;	
} 
.cookieFooterDenyConainer{
	padding-top:7px;
}

.cookieFooterHeadline{
	font-weight:bold;
	font-size:18px;
}

.cookieFooterContent{
	font-size: 12px;
}
/********* HEADER ****************************/
.navInner{
	max-width: 1400px; /* applying max-width */
    margin: 0 auto; /* center */
    width:100%;
}

.breadCrumNav{
	height:34px;
	font-size: 14px;
}

.breadcrumbNavContainerInner{
	display: flex;
    text-overflow: ellipsis;
}

.breadCrumNavElement{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important
}

@media only screen and (max-width: 480px) {
	.breadCrumNavElement{
      max-width: 100px;
   }
}




/**************** HOME PAGE ******************/

.carouselCard2 {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  width: 270px;
  min-height:240px;
  margin-right: 1em;
  
}

.carouselCard3 {
  display: inline-block;
  color: black;
  padding: 14px;
  width: 270px;
  min-height:240px;
  
}

.carouselCard4 {  
	display: inline-block;
    color: black;
    margin: 14px;
    width: 240px;
    position: relative;
    display: inline-block;
    width: 240px;
    height: 180px;
    background-size: cover;
    color: white;
    background-position: center;
    border-radius:5px;
}

.carouselCard2 a{
	color:black !important;
}

.carouselCard3 a{
	color:black !important;
}


.carouselCard2:hover{
	text-decoration:none; 
	color:black;
}

.carouselCard2 a:hover{
	text-decoration: none;
	color:black;
}
.cardContainer{
	/*margin-top:44px;*/
}

.cardContainer a{
	color:black !important;
	font-size: 16px;
}

.cardContainerWithSubLabel{
	margin-top:64px;
}

.cardAffiliateLabel{
	color:rgb(116, 201, 71);
	float: right;
    font-size: 18px;
    margin-top:4px;
}

.scrollmenu{
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  /* border-top: 1px solid #f5e5e3; */
}

.linkSection{
	/* border-top: 1px solid #f5e5e3; */
}

.parnerNavbarImg{
	
}

#chatIcon{
	position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 40px;
    z-index: 2;
    cursor:pointer;
}

.plusTaxText{
	/*position: relative;*/
    top: -6px;
    line-height:1;
}

.plusTaxTextSmall{
	/*position: relative;*/
    top: -3px;
    font-size:12px;
}

.scrollmenuTitle{
	font-weight:bold;
	font-size:20px;
}

.cs-pernight{
	display:inline-block;
	font-size:12px;
	font-weight: normal;
}
.carouselCard4::after{
	color:white;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	content: '';
    position: absolute;
    left: 0;
    top: -0;
    width: 240px;
    height: 100%;
    display: inline-block;
    border-radius: 5px;
}

.carouselCard4 img{
	cursor:pointer;
}

.scrollmenuImage{
	object-fit: cover;
    width: 100% !important;
    height: 180px;
}

.scrollmenuSubTitle{
	font-weight:500;
	font-size:14px;
	position:absolute;
	width:100%;
	margin-top:44px;
}

.scrollmenuItemTitle{
	font-size:18px;
	white-space:normal;
	height: 50px;
	overflow: hidden;
	line-height: 1.3;
}

.scrollmenuItemTitleSmall{
	font-size:18px;
	white-space:normal;
	height: 22px;
	overflow: hidden;
}

.smallButton{
	color:white !important;
}

.contentBox{
	background: #fafafa;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 5px;
    color: #545454;
    border-color: #ced4da;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top:none;
}

.contentOption{
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 5px;
    color: #545454;
   	border-color: #ced4da; 	
}

.contentOptionFirst{
	border-bottom: none;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.contentOptionMiddle{
	border-bottom: none;
	border-top: none;
	border-radius: none;
}

.contentOptionLast{
	border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.screenreader-text {
  position: absolute;
  left: -999px;
  width:1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
    /*color: $background-color;*/
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
  }

#chatModal{
	border-color: grey;
    border-width: 1px;
    border-style: solid;
    height: 400px;
    position: fixed;
    max-width: 400px;
    width: 80%;
    bottom: 20px;
    background-color: white;
    right: 30;
    z-index: 4;
    border-radius: 10px;
    
}

#usermessage{
	width:100%;
}

.chatHistoryArea{
	color:grey;
	padding: 1em;
	height:286px;
	overflow-y: scroll;
}

.chatTextInputArea{
	color:black;
	color: black;
    border-top: darkgray;
    border-top-style: solid;
    padding: 1em;
}

.chatTextInputArea:focus input:focus{
    outline: none;
}

.assistantResponse{
	float:left;
	clear:both;
	margin-top: 0.5em;
}
.userResponse{
	float:right;
	clear:both;
	margin-top: 0.5em;
}

.chatTextInputArea input{
	border: none !important;
}

.chatModalHeader{
	border-bottom: darkgray;
    border-bottom-style: solid;
    padding: 1em;
    height:54px;
}

#sendIcon{
	cursor:pointer;
}

/**************** SEARCH RESULTS ******************/

.srAffiliateLabel{
	color:rgb(116, 201, 71);
	float: right;
    font-size: 14px;
    max-width:175px;
    margin-top:3px;
    font-weight:500;
}

/* css changed of toggle group color scheme  */

.toggleGroup{
	border-radius: 8px;
    border-color: #F2F2F2;
    border-style: solid;
	background: #F2F2F2;
}

.toggleButtonActive{
	background-color: #fff;
	padding-top: 7px !important;
}

.toggleButtonInactive{
	background: #F2F2F2;
	cursor:pointer;
	padding-top: 7px !important;
}

/**************** HOTEL DETAILS ******************/

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.refundableLabel{
	color: #036440 !important;
}
	
.priceLarge{
	float:right;
	font-size:24px;
}

#detailsErrorModal{
	position: fixed;
    top: 10px;
    z-index: 3;
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;

    margin: 0 auto;
    max-width: 472px;
    min-height: 200px;
}

.hotelHeadlineText{
	font-size:26px;
	font-weight:500;
	line-height:normal;
}

.popDivLabel{
	font-size:18px;
	font-weight:500;
}

.animated-background-hdetails {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 44px;
    width: 180px;
    position: relative;
}

/*
.strikeThroughPriceTopHotels{
	color:#6c757d;
	text-decoration: line-through;
	margin-top: 7px;
	font-size: 14px;
}
*/

@media only screen and (max-width: 480px) {
	.hotelHeadlineText{
      font-size: 22px;
   }
   
   .search-tag {
  		width: 47%;
   }
}

/****** BOOKING PAGE *****/



/****** ITINERARY PAGE *****/
.bookingSuccessDiv{
	font-size:22px;
}

.itinThumbnail{
	height:300px !important;
}

#itinMap, #itinMap2{
    width: 100%;
    height: 400px;
    background-color: grey;
}

/*** CREATE ACCOUNT ****/
#createAccountErrorModal{
	position: fixed;
    top: 10px;
    z-index:4;
}

/****** MY BOOKINGS **************/
.currentBooking{
	border-bottom-style: solid;
    border-color: #ced4da;
    border-width: 1px;
}

.currentBookingThumbnail{
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.futureBookingThumbnail{
	width:120px !important;
	float:left;
}

.currentBookingHotelInfo{
	float:left;
}

.cbHotelName{
	font-weight:500;
}

.cbDateLabel{
	float:left;
	clear:left;
	width:100px;
}

.cbDate{
	float:left;
	color:#495057;
}

.bookingListing{
	cursor:pointer;
}

.textEditor{
	height:600px;
	display: inline-block;
}

.soldOutText{
	color: #8B0000;
    border-style: solid;
    border-width: 3px;
    max-width: 150px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    transform: rotate(-15deg);
    margin-top: 1em;
    margin-right: 1em;
    font-size:22px;
    font-weight: bold;
    font-family: 'Allerta Stencil';
    text-align:center;
    
}

/******  ACCOUNT PAGES *****/
.accountGroup{
	border-bottom-style: solid;
    border-color: #ced4da;
    border-width: 1px;
}

/******** ERROR PAGES *******/
.bigErrorText{
	font-size:36px;
}

.mediumErrorText{
	font-size:1rem;
}

.smallErrorText{
	font-size:12px;
}

.errorHeroImage{
	object-fit: cover;
    width: 350px;
    height: 100%;
}

/******** DESTINATION PAGES *******/
.destBreadcrumb{
	background-color:transparent !important;
}

.destBreadcrumb a {
	color:white !important;
}

.destBreadcrumb li {
	color:white !important;
}
/******** ERROR PAGES *******/


/*** TERMS ****/
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	padding-bottom:12px;

}

#termsBody h3{
	padding-top:18px;
	font-weight:bolder;
}

/******** FOOTER ************/

#footerContainer {
	display: flex;
}

.footerLink a:link{
	color:grey;
}

.footerLink:hover a{
}

.footerLink a:hover{
	color:yellow;
}

.tw-footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tw-footer-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 90px 0px;
}

.tw-footer-content-padding {
    width: 100%;
    padding: 0px 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 40px;
}

.tw-footer-copyright {
    width: 100%;
    max-width: 1200px;
    margin: 0px;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, .25) !important;
    text-align: center;
}

.tw-footer-copyright, .tw-footer-copyright a {
    font-size: 14px;
}

.tw-footer-logo-container {
    font-size: 16px;
}

.tw-footer-left {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
}

.tw-footer-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
}

.tw-footer-left span, .tw-footer-left span a {
    font-size: 16px;
}

.tw-footer-left span.tw-footer-pb {
	font-size: 20px;
}


.tw-footer-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: 140px;
}

.tw-footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
}

.tw-footer-col .tw-footer-col-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.tw-footer-col a {
    text-decoration: none;
    font-size: 14px !important;
}

.tw-footer-col-mobile {
    display: none;
}

.tw-footer-col-desktop {
    display: flex;
}

.tw-footer-logo {
    width: 267px;
}

.faq-tab{
	width: 120px;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    color:#767676;
}

.faq-tab-selected{
	 width: 120px;
    display: flex;
    justify-content: center;
    border: 2px solid black;
    border-radius: 5px;
    cursor: pointer;
}

/**** RESPONSIVE BREAKPOINTS ****/
@media only screen and (max-width:1200px){
    .search-tag{
        flex: 0 0 48%;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1250px){
    .search-tag{
        flex: 0 0 30%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .srAmenityListingDiv {
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 1000px) {
	
    .tw-footer-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 20px 0px;
    }
    
    .tw-footer-wrapped-spacer  .tw-footer-container{
		padding-bottom: 75px;
	}

    .tw-footer-content-padding {
        padding: 0px 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

    .tw-footer-left {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 14px;
    }

    .tw-footer-logo {
        width: 198px;
    }

    #tw-footer-pb-body {
        display: none;
    }

    #tw-footer-pb-link {
        display: none;
    }

    .tw-footer-right {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }

    .tw-footer-col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        padding: 14px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
    }

    .tw-footer-col-mobile {
        display: flex;
    }

    .tw-footer-col-desktop {
        display: none;
    }   

    .tw-footer-col-mobile-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0px;
    }

    .footer-sub-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tw-footer-col .tw-footer-col-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    #travel-links, #support-links, #policy-links {
        display: none;
    }

    .tw-footer-caret {
        width: 24px;
        height: 24px;
        background: none;
        background-image: url('/images/footer-down-caret@2x.png');
        background-size: 24px 24px;
        transition-property: transform;
        transition-duration: .2s;
        transform: rotate(0deg);
    }

    .tw-footer-caret-active {
        transform: rotate(180deg);
    }

    .tw-footer-copyright {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        padding: 10px 0px 24px 0px;
        border-top: none !important;
        text-align: center;
    }
    
    .cookieNotifcationBanner{
		height:94px;
	}
}

@media only screen and (max-width: 700px) {
	.cookieNotifcationBanner{
		height:120px;
	}
}

@media only screen and (max-width: 560px) {
	.cookieNotifcationBanner{
		height:160px;
	}
}

@media only screen and (max-width: 400px) {
	.cookieNotifcationBanner{
		height:184px;
	}
}

@media only screen and (max-width: 360px) {
	
	
	.calendarSingleTrigger{
		display:none;
	}
	
	.singleDateInput{
		margin-left: 0px !important;
	}
}

