	html {
	  scroll-behavior: smooth;
	}
	#page-wrap {
		overflow: hidden;
		z-index: 9;
		background-color: #f7f7f7;
	}
	.ui-autocomplete {
		max-height: 400px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
								overflow-x: hidden;
		text-transform:uppercase;
		font-size:12px;
		color: #000;
		background-color:#FFF;
	}
	.tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
		color: #0091EA;
		font-weight: bold;
	}
	.ui-widget-content a {
		color: #777;
	}
	.trip-flight-hotel-tabs .ui-tabs-panel {
		overflow-x: hidden;
	}
	.awe-services__list li:last-child {
		border-bottom: 2px dotted #a1adb9;
	}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #fff;
	}
	 @media (max-width: @screen-xs-min) {
	 .modal-xs {
	width: @modal-sm;
	}
	}
	.modal-body {
		padding: 5px;
	}
	.table-responsive {
		border: 1px solid #fff;
		margin-bottom: 1px;
	}
	.tabs {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;}
	/*  QR CODE   */
	.ifd_r_t {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    font-size: 13px;
    width: auto;
    border: 1px solid #e5e5e5;
    position: fixed;
    z-index: 1010;
    background: #fff;color:#000;
    right: 10px;
    top: 140px;
	text-align: center;
	width: 162px;
}
.ifd_r_t_in_t {
    position: relative;
    background: #e5e5e5; color:#000;
    height: auto;
    line-height: 22px;
    text-align: left;
    padding-left: 2px;
}
.ifd_r_t_in {
    padding:0px 0px 6px 0px;color:#000;
}
.ifd_r_t_in_close {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 21px;
}
	/*  QR CODE   */

/******************************************************** new cass ************************************************************/
        
.TravelProducts h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #302a4e;
    font-size: 66px;
    font-weight: 700;
    font-family: 'Lato';
	float: none;
    width: auto;
}
.TravelProducts h2:hover{color: #0091EA;font-size: 68px;}
.TravelProducts .page-header {
	text-align: center;
	border-bottom: none;
	margin-bottom: 30px;
	color: #2c3e50;
}
.TravelProducts .product-card {
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.TravelProducts .photo-placeholder {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.TravelProducts .section-title {
	text-align: center;
	margin-bottom: 25px;
	color: #34495e;
	font-weight: normal;
}

.TravelProducts .photo-placeholder a:hover{border: 3px solid #0091EA;}
/******************************************************** new cass ************************************************************/