/* Smartphones (portrait and landscape) ----------- */
@media (min-device-width : 240px) and (max-device-width : 575px) {
	body{
		background-color: #444;
		/* width: 1060px ; */
		font-size: 0.875em;
	}
	.col-6{
		margin-bottom: 10px !important;
	}
	/*Header*/
	#header .col-12{
		padding-right: 0px;
		padding-left: 0px;
	}
	.alert{
		margin-bottom: 0;
		padding: .5rem 1rem;
	}
	#main{
		padding:10px !important;
	}
	/*Feature*/
	#feature img{
		padding: 0px !important;
		width:100% !important;
	}
	#headline{
		margin-top: 0px !important;  
	}
	/** headings & typography **/
	h1, h2, h3, h4{
		font-family: 'Open Sans', 'open sans', sans-serif;
		font-size: 26px;
	}
		/** container specific headings **/
		#headline h1{
			font-size: 18px !important;
			font-weight: 300 !important;
		}
		
		#headline h1 span{
			font-size: 18px !important;
			font-family: 'Headland One';
		}
		
	/* Contact */
	/* FeatureWrap */
	#featurewrap #headline{
		margin-bottom: 0px;
	}
	#featurewrap{
		background-size: cover !important;
		background-position: center;
	}
	/* Carousel */
	.carousel-item h4{
		font-size: 20px;
	}
	#carousel-inner-style{
		margin-left: 10px !important;
		margin-bottom: 15px !important;
		padding: 10px !important;
		width: 95% !important;
		height: auto !important;
	}
	.lead{
		font-size: 18px;
	}
	.brands{
		width: 80% !important;
	}
	/*Contact Iframe */
	.contact-form{
		width: 100% !important;
	}
	
	/* Footer */
	#footerwrap .col-6{
		padding-right: 5px;
		padding-left: 5px;
	}
	/* Awards */
	.awards{
		padding-inline-start: 0px;
	}

	/* Bill of Rights Logo */
	.clia-bor{
		width:140px;
	}
	/* Christmas Card */
	.christmas-card{
		height: 300px;
	}

	/* Jobs*/ 
	.jobs-video{
		width:100% !important;
		height:250px !important;
	}

	/* Privacy */
	#welcome a{
		overflow-wrap: break-word;
	}

	/* Terms, Reservations,  */
	#welcome ol{
		padding-inline-start: 15px;
	}
}

@media (min-device-width : 576px) and (max-device-width : 767px) {
	/*Header*/
	.alert{
		margin-bottom: 0;
		padding: .5rem 1rem;
	}
	/*Header*/
	#header .col-12{
		padding-right: 0px;
		padding-left: 0px;
	}
	/*Feature*/
	#feature img{
		padding: 0px !important;
		width:100% !important;
	}
	#carousel-inner-style{
		margin-left: 15px !important;
		margin-bottom: 15px !important;
		padding: 10px !important;
		width: 95% !important;
		height: auto !important;
	}
	.brands{
		width: 80% !important;
	}
	/* Christmas Card */
	.christmas-card{
		height: 450px;
	}

	/* Jobs*/ 
	.jobs-video{
		width:500px !important;
		height:250px !important;
	}
	
}
 
/* Tablets (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
	.alert{
		margin-bottom: 0;
	}
	/*Feature*/
	#feature img{
		padding: 0px !important;
		width:100% !important;
	}
	.brands{
		width: 70% !important;
	}
}

/* Desktops and laptops */
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
	/*Feature*/
	#feature img{
	   padding: 0px !important;
	   width:100% !important;
   }
}

body{
	background-color: #EEE;
}

#headerwrap{
	background-color: #FFF;
	padding-top: 6px;
}
	#header{
		/* margin: 0 auto;
		padding: 20px 0; */
	}
	#logo{
		text-align: center;
	}
	nav{
		/* margin-top: 50px; */
		/* margin-top: 30px; */
		/* float: right; */
	}
		nav li.active{
			float: right;
		}
	.phone{
		/* float: right; */
		text-align: center;
		display: block;
		font-size: 20px;
		font-weight: 500;
		padding: 10px;
	}
#featurewrap{
	padding-top: 20px;
	padding-bottom: 20px; /* new */
	width: 100%;
	background-color: #222;
	background-image: url(https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/background-feature.jpg);
	background-size: 100%;
	background-position: center;
}
#feature{
	margin-bottom: 20px;
	/* background-color: #FFF; */
}
	#feature img{
		/* margin: 10px 10px 0px 10px; */
		/* margin: 10px 10px 10px 10px; new */
		padding: 10px;
		background-color: #FFF;
	}
#main{
	/* margin-bottom: 20px; */
	margin-top: 20px; /* new */
	padding: 20px;
	background-color: #FFF;
}
	#why{
	}
	#why.carousel .item{
		/* padding: 0 85px; */
		/* padding-left: 72px; */
		padding: 20px 0px 20px 72px
	}
	#carousel-inner-style {
		margin-left: 55px;
		padding-top: 10px;
		height: 200px;
		width: 85%;
	}
	.brands{
		width: 100%;
	}
#secondary{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFF;
}
	#secondary .span4{
	}
	#secondary img{
		margin: 0 10px 20px 0;
		float: left;
	}
/* Footer */
#footerwrap{
}

#footerwrap img{
	/* image-rendering: auto; */
	image-rendering: crisp-edges;
	/* image-rendering: pixelated; */
}
	/* Logos */
	.ovc-logo{
		width: 100px;
		height: 100px;
		margin-right: 8px;
	}
	.clia-logo{
		width: 15%; 
	}

/** headings & typography **/
h1, h2, h3, h4{
	font-family: 'Open Sans', 'open sans', sans-serif;
}
	/** container specific headings **/
	#headline{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#headline h1{
		/* padding-bottom: 20px;  */
		color: #FFF;
		font-size: 24px;
		font-weight: 900;
		text-transform: uppercase;
	}
	#home #headline h1{
		font-weight: 100;
		text-align: center;
		text-transform: none;
	}
		#headline h1 span{
			font-size: 28px;
			font-family: 'Headland One';
		}
	#secondary h4{
		font-size: 16px;
		font-weight: 600;
	}
	
::selection, ::moz-selection{
	background: #ffb7b7;
}
/** tour cms brand specific **/

/** awards **/
.awards{
	margin: 0;
	list-style: none;
}
	.awards li{
		margin-bottom: 15px;
		clear: both;
		float: left;
		width: 100%;
	}
	.awards img{
		margin-right: 15px;
		float: left;
	}
	.awards span{
		color: #037ebc;
		font-weight: 600;
	}
	
/** contact **/
.contact{
	clear: both;
	/* padding: 20px; */
	text-align: center;
}
.contact-form{
	width: 550px;
	height: 650px;
	border: 0px;
}
#contact{
	width: 400px;
}
	#contact input{
	width:100%;
	}

.item{
	padding: 5%;
	margin-bottom: 15px;
	width: 90%;
	float: left;
	
	background-color: #F1F2F1;
}

.lead {
	/* width: 520px; */
	width: 100%;
}
/* } */

/* Bill of Rights Logo */
	.clia-bor{
		float:right;
		padding-left:20px;
	}

/* Jobs*/ 
.jobs-video{
	width:660px;
	height:371px;
}
.hero {
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.carnival-au-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/carnival-au-hero-section.png') 0% 0% no-repeat padding-box;
}
.apt-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/apt-hero.png') 0% 0% no-repeat padding-box;
}
.emerald-waterways-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/emerald-waterways.png') 0% 0% no-repeat padding-box;
}
.holland-america-img  {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/holland-america.png') 0% 0% no-repeat padding-box;
}
.msc-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/msc.png') 0% 0% no-repeat padding-box;
}
.scenic-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/scenic.png') 0% 0% no-repeat padding-box;
}
.seabourn-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/seabourn.png') 0% 0% no-repeat padding-box;
}
.silversea-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/silversea.png') 0% 0% no-repeat padding-box;
}
.travelmarvel-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/travelmarvel.png') 0% 0% no-repeat padding-box;
}
.uniworld-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/uniworld.png') 0% 0% no-repeat padding-box;
}
.viking-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/viking.png') 0% 0% no-repeat padding-box;
}
.celebrity-hero-img {
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/celebrity-hero.png') 0% 0% no-repeat padding-box;
}
.cunard-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/cunard-hero.png') 0% 0% no-repeat padding-box;
}
.disney-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/disney-hero.png') 0% 0% no-repeat padding-box;
}
.norwegian-cruise-line-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/norwegian-cruise-line-hero.png') 0% 0% no-repeat padding-box;
}
.po-cruises-australia-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/p&o-cruises-australia-hero.png') 0% 0% no-repeat padding-box;
}
.princess-cruises-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/princess-cruises-hero.png') 0% 0% no-repeat padding-box;
}
.royal-caribbean-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/royal-caribbean-hero.png') 0% 0% no-repeat padding-box;
}
.virgin-voyages-hero-img{
	background: transparent url('https://assets.cruisemail.com.au/ourvacationcentre/brand-assets/img/cruise/virgin-voyages-hero.png') 0% 0% no-repeat padding-box;
}

.carnival-au-headline {
	display: flex; /* Use flexbox */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	height: 28rem;
}

.banner-text h1 {
	text-align: center;
	font-size: xxx-large;
	font-weight: 700;
	/* Remove margin-top to let flexbox handle vertical centering */
}
@media only screen and (max-width: 600px) {
	.banner-text h1 {
		font-size: 2em;
	}
}

@media only screen and (min-width: 600px) {
	.banner-text h1 {
		font-size: 4em;
	}
}

@media only screen and (min-width: 768px) {
	.banner-text h1 {
		margin-top: 1rem;
		font-size: 5em;
	}
}

@media only screen and (min-width: 992px) {
	.banner-text h1 {
		font-size: 5em;
	}
}

@media only screen and (min-width: 1200px) {
	.banner-text h1 {
		font-size: 5em;
	}
}

/* Ensure all cards in a row are of equal height */
.row.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.panel {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.panel-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.btn-view-deal-div {
	margin-top: auto;
}

.package-provider img, .package-image {
	max-width: 100%;
	height: auto; /* Ensuring the images are responsive */
}

.mb-3-em {
	margin-bottom: 3rem!important;
}
.h-16 {
	height: 16em!important;
}
.h-11 {
	height: 11em!important;
}
.bg-brand {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-image {
    max-height: 150px;
    min-height: 150px;
}
.btn-red {
	background-color: #9C301F;
}
.btn-radius-9-bottom {
	border-radius: 0px 0px 9px 9px !important;
}
.panel-grid {
	border-color: #fffefe !important;
	background-color: #d1d1d145 !important;
}
.search-panel {
	padding: 0em 20px;
	border-color: #bebebe !important;
	margin-top: 2em;
	margin-bottom: 2em !important;
}
.p-0 {
	padding: 0 !important;
}
.deal-duration {
	color: gray;
	font-size: 11px;
	font-weight: 300;
}
.text-red {
	color: #a64a4a!important;
}
.deal-name {
	/*font-size: 12px;*/
}
.deal-country {
	color: gray;
	font-size: 11px;
}
.image-provider {
	width: 8em;
}
.font-9em {
	font-size: .9em;
}
.mt-1em {
	margin-top: 1em !important;
}
.text-gray {
	color: gray !important;
}
.text-line-through {
	text-decoration: line-through;
}
.d-none {
	display: none;
}
.w-50 {
	width: 50%!important;
}
.p-2em {
	padding: 2em!important;
}
.btn-blue {
	background-color: #007bff;
	background-image: NONE;
	color: #ffffff !important;
}
.text-blue {
	color: #007bff !important;
}

.img-grid {
	width: 13.5em;
}

.deal-grid-linear {
	background-color: #80808026;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.deal-summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* Adjust this value based on your needs */
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-10-px {
	padding: 10px;
}
.border-right-deal {
	border-right: 1px solid #3333442e;
}
.deal-pricing {
	padding: 22px;
	text-align: center;
}
.img-grid-ad {
	height: 12.5em;
}
.height-container {
	height: 123px;
	align-items: center;
	max-height: 100%;
	object-fit: cover;
}
.height-container > img {
	max-height: 100%; /* Make sure image max-height does not exceed the container's height */
	max-width: 100%;  /* Image max-width does not exceed the container's width */
	object-fit: cover;
}
.parent-absolute {
	position: relative;
}

.center-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.image-details{
	max-width: 100%;
	margin-bottom: 5px;
	width: 25em;
}
.p-10-2 {
	padding: 10px 2px;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link{
	color: #121111 !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	border-bottom: 2px solid #007bff !important;
	opacity: 0.2;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover
.nav-pills .nav-link.active:focus, .nav-pills .show>.nav-link:focus{
	color: #121111 !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	border-bottom: 2px solid #007bff !important;
	opacity: 1;
}

.nav-pills .nav-link:hover, .nav-pills .show>.nav-link:hover {
	opacity: 1;
}
small {
	font-size: 0.8em !important;
}
.btn {
	text-shadow: none !important;
}
h3, h4, h5, h6 {
	line-height: 26px !important;
}
.logo-bar {
	margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
	display: inline-flex;
}
.logo-bar img {
	width: 50% ;
}
.logo-bar li:nth-child(4) img {
    margin-top: 4px;
    width: 45%;
}
.logo-bar li:nth-child(3) img {
	margin-top: -7px;
    width: 57%;
}