@charset "utf-8";
/* CSS Document */
.arrowbtn{}
.arrowbtn .prev, .arrowbtn .next{background-color: #ffffff; background-color: var(--arrowbg); position:absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; padding:6px; cursor: pointer; box-shadow: -1px 1px 4px rgba(0 0 0 / 20%);}
.luxury-offers.popular-holiday .arrowbtn .prev, .luxury-offers.popular-holiday .arrowbtn .next{width: 35px; height: 35px; padding: 4px;}
.arrowbtn .prev{left:10px;}
.arrowbtn .next{right:10px;}
.arrowbtn .prev::after, .arrowbtn .next::after{content: url('/assets/images/rightarrow-black.svg'); width: 28px; height: 28px; display: block;} 
.arrowbtn .prev::after{transform: rotate(-180deg);} 
/* Eof: Luxury Offers */

/* Bof: Popluar Holidays */
.popular-holiday{width: 100%; /*max-width: 1340px;*/ overflow: hidden;}
.popular-holiday .row {display:flex;}
.popular-holiday .row .offersitems{flex: 0 0 100%;}
.popular-holiday .row .offersitems a{width: 100%;}
.popular-holiday .arrowbtn .prev{left: 10px;}
.popular-holiday .arrowbtn .next{right: 10px;}
.popular-holiday .row .offersitems .offersimg .offersinfo{bottom:10px; text-align: left;}
.popular-holiday .row .offersitems .offersimg .offersinfo .fltinc{padding:5px 0; font-size: 1em;}
.popular-holiday .row .offersitems .offersimg .offersinfo strong{font-size:1.4em;}
.popular-holiday .row .offersitems {margin-right:0;}
.popular-holiday .row .offersitems:last-child{margin: 0;}
/* Eof: Popluar Holidays */


table {
	border-collapse: collapse;
	width: 60%;
	margin: 30px auto;
}
td, th {
	border: 1px solid #c9c9c9;
	text-align: center;
	padding: 12px;
	font-size: 1.4em;
}
tr:nth-child(even) {
	background-color: #dddddd;
}
tr:first-child {
	background: #000000;
	color: #ffffff;
}
tr:first-child td {
	font-weight: 600;
	font-size: 18px;
}
.txt-subheading {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

ul.tab-wlink {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0px;
}

ul.tab-wlink li {
    flex: 0 0 auto;
    position: relative;
    padding: 5px;
}

ul.tab-wlink li a {
    font-size: 1.8em;
    padding: 10px 15px;
    padding: var(--btnpadding);
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #000000;
    color: var(--txtblack);
    box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
}

ul.tab-wlink li::before {
    height: 2px;
    background-color: #cccccc;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

ul.tab-wlink li.active:after {
    background-color: #174285;
    background-color: var(--bluebg);
    height: 2px;
    position: absolute;
    bottom: -4px;
    width: 50%;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
