/****************************************************************************************************
Collage Css Start here
****************************************************************************************************/

.maincontarea {
    margin-top: 0px;
}
.collage {
	margin: 0px;
	background: #000;
}
#collageslide {
    position: relative;
    width: 100%;
    min-height: 580px;
    background-color: #000;
}
.collageform {
	margin-top: 250px;
	width:100%;
    padding-top: 0px;
}
.collageform h2 {
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 40px;
}
.collageform h2 i {
	font-size: 8px;
	vertical-align: middle;
}
.collageformarea {
	background: #fff;
    border-radius: 5px;
	margin-bottom: 12px;
	margin-top: 10px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
}
.formdividerborder {
    border-left: solid 1px #d7dce3;
}
.formpopup {
	background-color: #fff;
	position: absolute;
	z-index: 11;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
	width: 290px;
	border-radius: 5px;
	margin-top: 1px;
	left:0px;
}
.ArrowSelectionUp2 {
	width: 0;
	height: 0;
	margin-top: -15px;
	margin-left:30px;
	position: absolute;
	z-index: -99999;
}
.ArrowSelectionUp2 span {
	display: inline-block;
	transform: scaleX(2.0);
	color: #fff;
	text-shadow: 0px -2px 3px rgba(0,0,0,0.40);
	font-size: 15px;
}
.formpopupheading {
	font-size:16px;
	color:#054f95;
	line-height:20px;
	font-weight:600;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #cbcbcb;
}
.formpopupcontent {
	margin: 15px 15px;
}
.textgray13 {
	font-size:13px;
	color:#58606c;
	line-height:18px;
}
.textblack13 {
	font-size:13px;
	color:#000;
	line-height:20px;
}
.textblack13 a {
	color:#000;
	text-decoration: none;
}
.textblack13 a:hover {
	color:#e1634a;
	text-decoration: none;
}
.txtblack13pxbold {
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight: 700;
}
.addroombox {
	margin-bottom: 10px;
}
.radiobtnarea {
	margin-top: 10px;
    margin-bottom: 0px;
}
.radiobtnarea ul {
	padding: 0px 0px;
	margin: 0px 0px;
}
.radiobtnarea ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0px 0px;
	margin-right: 30px;
}
.radiobtnarea ul li label {
	color: #fff;
}


/****************************************************************************************************
Others Css Start here
****************************************************************************************************/
.whitecontareahome {
	padding: 60px 0px;
}
.sliderheadingarea {
	position: relative;
}
.sliderarrowbox {
	position: absolute;
	background: #fff;
	width: 80px;
	height: 36px;
	border-radius: 30px;
	right: 0px;
	margin-top: -50px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.sliderheadlinkarea {
	position: absolute;
	right: 100px;
	margin-top: -42px;
}
.infolinkshome {
	font-size: 14px;
	color: #054f95;
	line-height: 18px;
	font-weight: 400;
	vertical-align: middle;
}
.infolinkshome a {
	color: #054f95;
	text-decoration: underline;
}
.infolinkshome a:hover {
	color: #ca9530;
	text-decoration: underline;
}
.holidaysinspireboxpad {
	padding: 10px 30px 10px 0px;
}
.holidaysinspirebox {
	margin-bottom: 0px;
}
.holidaysinspirebox h4 {
	font-size: 17px;
	color: #054f95;
	line-height: 22px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.holidaysinspireimg {
	background: url(../img/noimage.png) no-repeat center center #fff;
	width: 100%;
	height: 180px;
	border-radius: 12px;
	padding: 5px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
}
.holidaysinspireimg img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.toptoursbox {
	border: solid 1px #e2e2e2;
	border-radius: 12px;
}
.toptoursboximg {
	background: url(../img/noimage.png) no-repeat center center #f5f5f5;
	width: 100%;
	height: 180px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
}
.toptoursboximg img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px 12px 0px 0px;
}
.toptoursboxcontarea {
	padding: 20px 15px 15px 15px;
}
.toptoursboxcontarea h3 {
	font-size: 19px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	min-height: 45px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.toptoursboxcontarea h3 a {
	color: #09222d;
	text-decoration: none;
}
.toptoursboxcontarea h3 a:hover {
	color: #ca9530;
	text-decoration: none;
}
.toptourcontrytext {
	font-size: 13px;
	color: #777e82;
	line-height: 18px;
	font-weight: 400;
}
.pricefromtexthome {
	font-size: 12px;
	color: #09222d;
	line-height: 18px;
	font-weight: 400;
	vertical-align: middle;
}
.pricehome {
	font-size: 20px;
	color: #054f95;
	line-height: 20px;
	font-weight: 600;
	vertical-align: middle;
}
.nightlabel {
	position: absolute;
	background: #09222d;
	border-radius: 20px;
	padding: 3px 10px;
	bottom: 0px;
	font-size: 12px;
	color: #fff;
	margin-bottom: -11px;
	margin-left: 15px;
}
.topdestinationsarea {
	background: #e6f4fd;
	border-radius: 12px;
	margin-top: 70px;
	margin-bottom: 60px;
	padding: 30px 30px 0px 30px;
}
.topdestinationstext {
	font-size: 14px;
	color: #09222d;
	line-height: 22px;
	font-weight: 300;
}
.topdestinationsbox {
	position: relative;
	margin-bottom: 30px;
}
.topdestinationsboximg {
	border-radius: 8px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.topdestinationsboximg img {
	width: 100%;
	height: 250px;
	border-radius: 8px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
	object-position: 50% 50%;
}
.topdestinationsboximg img:hover {
    transform: scale(1.1);
}
.topdestinationsboxshade {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 100%;
	padding: 40px 20px 20px 20px;
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 8px 8px;
	z-index: 9;
}
.topdestinationsboxshade h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topdestinationsboxshade h3 a {
	color: #fff;
	text-decoration: none;
}
.topattractionsbox {
	border: solid 1px #e2e2e2;
	border-radius: 12px;
}
.topattractionsboximg {
	background: url(../img/noimage.png) no-repeat center center #f5f5f5;
	width: 100%;
	height: 180px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
}
.topattractionsboximg img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px 12px 0px 0px;
}
.topattractionsboxcontarea {
	padding: 20px 15px 15px 15px;
}
.topattractionsboxcontarea h3 {
	font-size: 19px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	min-height: 45px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.topattractionsboxcontarea h3 a {
	color: #09222d;
	text-decoration: none;
}
.topattractionsboxcontarea h3 a:hover {
	color: #ca9530;
	text-decoration: none;
}
.topattractionscontrytext {
	font-size: 13px;
	color: #777e82;
	line-height: 18px;
	font-weight: 400;
}
.attractiontypelabel {
	position: absolute;
	background: #09222d;
	border-radius: 20px;
	padding: 3px 10px;
	bottom: 0px;
	font-size: 12px;
	color: #fff;
	margin-bottom: -11px;
	margin-left: 15px;
}
.attractionstartext {
	font-size: 13px;
	color: #777e82;
	line-height: 18px;
	font-weight: 400;
	margin-top: 20px;
}
.featuredhotelsbox {
	margin-bottom: 30px;
	border: solid 1px #e2e2e2;
	border-radius: 12px;
}
.featuredhotelsboximg {
	background: url(../img/noimage.png) no-repeat center center #f5f5f5;
	width: 100%;
	height: 200px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
}
.featuredhotelsboximg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px 12px 0px 0px;
}
.featuredhotelsboxcontarea {
	padding: 20px 20px;
}
.featuredhotelsboxcontarea h3 {
	font-size: 19px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}
.featuredhotelsboxcontarea h3 a {
	color: #09222d;
	text-decoration: none;
}
.featuredhotelsboxcontarea h3 a:hover {
	color: #ca9530;
	text-decoration: none;
}
.featuredhotelsratingstar {
	font-size: 13px;
	color: #777e82;
	line-height: 18px;
	font-weight: 400;
}
.planbox {
	background: url("../img/planboxbg.png") no-repeat right center;
	border: solid 1px #e2e2e2;
	border-radius: 12px;
	padding: 20px 30px;
	margin-top: 50px;
}
.planbox h3 {
	font-size: 32px;
	color: #09222d;
	line-height: 34px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
}
.textblack15 {
	font-size: 15px;
	color: #09222d;
	line-height: 22px;
}
.planbtn {
	padding: 7px 20px 8px 20px;
	border:solid 0px #687c99;
	transition:0.4s;
	border-radius: 5px;	
	font-size:15px;
	color: #fff;
	text-align:center;
	font-weight: 500;	
	background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
}
.planbtn:hover, .planbtn:focus, .planbtn.focus {
	text-decoration: none;	
	background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.travellerspeaksbox {
	background: #fff9ef;
	border-radius: 12px;
	padding: 20px 20px;
	min-height: 300px;
}
.travellerspeaksbox h5 {
	font-size: 19px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}
.travellerspeaksname {
	font-size: 13px;
	color: #ca9530;
	line-height: 18px;
}
.travellerspeakstext {
	font-size: 15px;
	color: #09222d;
	line-height: 22px;
	margin-top: 20px;
}
.addreviewbtn {
	padding: 7px 20px 8px 20px;
	border:solid 0px #687c99;
	transition:0.4s;
	border-radius: 5px;	
	font-size:15px;
	color: #fff;
	text-align:center;
	font-weight: 500;	
	background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
}
.addreviewbtn:hover, .addreviewbtn:focus, .addreviewbtn.focus {
	text-decoration: none;	
	background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.travelstoriesbox {
	margin-bottom: 30px;
	border: solid 1px #e2e2e2;
	border-radius: 12px;
}
.travelstoriesboximg {
	background: url(../img/noimage.png) no-repeat center center #f5f5f5;
	width: 100%;
	height: 180px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
}
.travelstoriesboximg img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px 12px 0px 0px;
}
.travelstoriesboxcontarea {
	padding: 15px 15px;
}
.travelstoriesboxcontarea h3 {
	font-size: 19px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	min-height: 45px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.travelstoriesboxcontarea h3 a {
	color: #09222d;
	text-decoration: none;
}
.travelstoriesboxcontarea h3 a:hover {
	color: #ca9530;
	text-decoration: none;
}
.travelstoriestext {
	font-size: 15px;
	color: #09222d;
	line-height: 22px;
}
.aboutusarea {
	margin-top: 60px;
}
.aboutusarea h3 {
	font-size: 32px;
	color: #09222d;
	line-height: 34px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d9e0e5;
}
.aboutusarea h6 {
	font-size: 18px;
	color: #09222d;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
}
.aboutusareatext {
	font-size: 15px;
	color: #09222d;
	line-height: 22px;
	font-weight: 300;
}
.aboutusareatext a {
	color: #054f95;
	text-decoration: underline;
}
.aboutusareatext a:hover {
	color: #ca9530;
	text-decoration: underline;
}
.aboutuspointers {
	margin: 0px;
}
.aboutuspointers ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
	.aboutuspointers ul li {
		list-style-type: none;
		margin: 0px 50px 0px 0px;
		padding: 0px 0px;
		display: inline-block;
		font-size: 22px;
		color: #000000;
		line-height: 24px;
		font-weight: 400;
	}




/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (min-width : 1920px) {
	
}

@media screen and (max-width : 1080px) {
    
.aboutuspointers ul li {
	margin: 0px 30px 0px 0px;
}
	
}

@media screen and (max-width : 992px) {

.rowmargintabmob30 {
	margin-top:30px;
}
.rowmargintabmob20 {
	margin-top: 20px;
}
.rowmargintabmob10 {
	margin-top:10px;
}
.planbox {
	background: url("../img/planboxbg.png") no-repeat right -150px center;
}
.aboutuspointers ul li {
	display: block;
	margin: 0px 0px 20px 0px;
}	
    
}

@media screen and (max-width : 767px) {

.rowmargin40 {
	margin-top:40px;
}	
.rowmargin30 {
	margin-top:30px;
}
.rowmargin20 {
	margin-top:20px;
}
.rowmargin10 {
	margin-top:10px;
}
.rowmargin5 {
	margin-top:5px;
}
.rowmargindesk10 {
	margin-top: 0px;
}	
.rowmargindesk20 {
	margin-top: 0px;
}
.rowmargindesk30 {
	margin-top: 0px;
}
.rowmargindesk50 {
	margin-top: 0px;
}	
.right-mob-left {
	text-align:left;
}
.right-mob-center {
	text-align:center;
}
.left-mob-center {
	text-align:center;
}
.left-mob-right {
	text-align:right;
}
.center-mob-left {
	text-align:left;
}
.center-mob-right {
	text-align:right;
}
.formdividerborder {
    border-left: solid 0px #d7dce3;
	border-top: solid 1px #d7dce3;
}	
.collageform {
	margin-top: 200px;
}	
.sliderarrowbox {
	position: relative;
	right: 0px;
	margin-top: -20px;
	float: right;
	margin-bottom: 20px;
}	
.sliderheadlinkarea {
	position: relative;
	right: 0px;
	margin-top: 10px;
}
.topdestinationsarea {
	padding: 30px 20px 0px 20px;
}	
.featuredhotelsboxcontarea {
	padding: 15px 15px;
}	
	
}

@media screen and (max-width : 480px) {
   
.planbox {
	background: none;
	padding: 20px 20px;
}

	
	
}

@media screen and (max-width : 375px) {

    

}

@media screen and (max-width : 320px) {
    
}
