/*-------------------------------------------------------------------------------------
Theme Name:	Tilmonial
Author: OG Web Solutions


[Table of contents]

1. General Style
	1.1 @import font	
2. Header
3. Menu
4. Home Page
	4.1 Banner
	4.2 Booking
	4.3 Why Choose
	4.4 Popular Tours
	4.5 Ultimate Dubai
	4.6 Recommended Hotels
	4.7 Happy Traveler
	4.8 News And Updates
	4.9 Contact Section	
5. Footer
6. Tours page
7. Tours Detail Page
8. Hotel Page	
9. Hotel detail
10. Service Page
11. Blog Page
12. Blog Detail
13. Contact Us Page
14. 404 Error Page
15. Responsive Style
-------------------------------------------------------------------*/

/* ================================================== */

/* 01. General Style */

/* ================================================== */

/*---1.1 @import font---*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 14px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
	color: #250C41;
	font-weight: 400;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
	color: #250C41;
	font-weight: 400;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.form-control:focus {
	box-shadow: none;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	color: #250C41;
	font-family: "Roboto", sans-serif;
}

ul,
li {
	padding: 0;
	margin: 0;
}

select::-ms-expand {
	display: none;
}

textarea {
	overflow: auto;
}

.clear {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #250C41;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #250C41;
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #250C41;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #250C41;
	opacity: 1;
}

.wrapper {
	float: left;
	width: 100%;
	position: relative;
}

/* Preloader */

.preloader {
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}

.preloader .spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

.preloader .double-bounce1,
.preloader .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #eb565c;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.preloader .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.section-spacer {
	padding: 70px 0 80px;
}

.section-equal-spacer {
	padding: 70px 0 50px;
}

.section-alt-spacer {
	padding: 80px 0;
}

/* ================================================== */

/* 02. header */

/* ================================================== */

header {
	position: fixed;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background: #fff;
}

header .header-top {
	float: left;
	width: 100%;
	background: #f1f1f1;
}

.header-top .top-left {
	float: left;
	width: auto;
	display: flex;
	padding: 10px 0;
}

.header-top .phone a {
	font-size: 13px;
	line-height: 18px;
	color: #250C41;
}

.header-top .social-link a {
	color: #250C41;
}

.header-top .contact-view {
	float: right;
	width: auto;
	display: flex;
}

.header-top .contact-view a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	background: #3a8489;
	display: inline-block;
	padding: 11px 20px 10px;
}

.header-top .contact-view a:hover {
	text-decoration: none;
}

.header-top .contact-view .sign-up {
	background: #eb565c;
}

header .header-bottom {
	float: left;
	width: 100%;
	padding: 10px 0;
}

header .header-bottom .container,
header .header-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	float: left;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	max-width: 250px;
}

header .logo img {
	max-width: 280px;
	width: 100%;
}

header .right {
	float: right;
	width: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

header .right .top {
	float: right;
}

header .right .social-link {
	float: left;
	padding: 5px 15px 5px 0;
	border-right: 1px solid #6e6c6e;
}

.social-link {
	padding-left: 10px;
}

.social-link li {
	float: left;
	list-style: none;
	padding: 0 10px;
}

.social-link li a {
	font-size: 15px;
	color: #250C41;
}

.social-link li a:hover {
	color: #eb565c;
}

header .right .contacts {
	float: left;
	padding: 0 30px 0 30px;
}

.right .contacts .phone {
	float: left;
	padding-right: 24px;
}

.contacts .phone a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: 600;
}

.contacts .phone .fa {
	font-size: 25px;
	padding: 0px 10px 0 0;
	position: relative;
	top: 5px;
}

.right .contacts .contact-view {
	float: left;
}

.contacts .contact-view a {
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	display: inline-block;
	background: #f78d2c;
	border-radius: 5px;
	height: 35px;
	width: 85px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.whatsapp {
	content: "";
	width: 70px;
	height: 70px;
	line-height: 50px;
	position: fixed;
	bottom: 25px;
	left: 1%;
	font-size: 17px;
	z-index: 2;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.whatsapp:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 0, 0, 0.25) 0,
		rgba(0, 0, 0, 0) 80%
	);
}
.whatsapp img {
	width: 50px;
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
@-webkit-keyframes vibrate-2 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}
@keyframes vibrate-2 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}
.whatsapp img {
	width: 50px;
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
.vibrate-3 {
	-webkit-animation: vibrate-3 1s ease-in-out 0s infinite alternate;
	animation: vibrate-3 1s ease-in-out 0s infinite alternate;
	animation-duration: 2s;
}

@-webkit-keyframes vibrate-3 {
	0% {
		right: 1260px;
		top: calc(75% - 45px);
	}
	50% {
		right: 1280px;
		top: calc(75% - 35px);
	}
	100% {
		right: 1260px;
		top: calc(75% - 45px);
	}
}

@keyframes vibrate-3 {
	0% {
		right: 1260px;
		top: calc(75% - 45px);
	}
	50% {
		right: 1280px;
		top: calc(75% - 35px);
	}
	100% {
		right: 1260px;
		top: calc(75% - 45px);
	}
}

.whatsapp img {
	width: 80px;
}
.vibrate-4 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
@-webkit-keyframes vibrate-4 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}
@keyframes vibrate-4 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}
.whatsapp img {
	width: 50px;
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

.contacts .contact-view a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.contacts .contact-view .sign-up {
	background: #3a8489;
	margin-left: 12px;
}

header.sticky {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	box-shadow: 0 0 5px #c1c1c1;
}

header.sticky .header-top {
	display: none;
}

/* ================================================== */

/* 03. Menu */

/* ================================================== */

.menuBar {
	float: left;
	width: 100%;
}

.mobilemenu {
	display: none;
}

.menuBar li {
	float: left;
	list-style: none;
	padding: 0 12px;
}

.menuBar li:nth-child(6) {
	padding-right: 0;
}

.menuBar li a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 5px;
	font-weight: 500;
	color: #007bff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.menuBar li a:hover,
.menuBar li.active a {
	color: #eb565c;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.menuBar .search {
	color: #fff;
	font-size: 20px;
	float: right;
	line-height: 25px;
	padding-right: 35px;
}

.menuBar #menu li.signup,
.menuBar #menu li.login {
	display: none;
}

.search-box {
	float: left;
	width: 100%;
	background: #250C41;
	padding: 20px 0;
	position: fixed;
	z-index: 9;
	display: none;
}

.search-box .container {
	position: relative;
}

.search-box form {
	background: #250C41;
	float: left;
	width: 90%;
}

.search-box a.search-close {
	position: absolute;
	right: 0;
	top: 17px;
	height: 25px;
	width: 25px;
	display: inline-block;
	font-size: 40px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 28px;
}

.search-box a.search-close:hover {
	text-decoration: none;
}

.search-box input[type="search"] {
	height: 62px;
	width: 100%;
	border: none;
	background-color: #250C41;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	padding: 0 20px;
	outline: none;
	font-family: "Roboto", sans-serif;
	border-radius: 0;
}

.search-box input[type="submit"] {
	display: none;
}

.search-box-expanded .search-box {
	display: block;
}

.search-box input[type="search"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}

.search-box input[type="search"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.search-box input[type="search"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}

.search-box input[type="search"]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.content {
	float: left;
	width: 100%;
	position: relative;
}

/* ================================================== */

/* 04. Home Page */

/* ================================================== */

/*---4.1 Banner---*/

.main-banner {
	float: left;
	width: 100%;
	background: url(../images/main-banner.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

.banner-text {
	padding-top: 230px;
	padding-bottom: 230px;
	width: 100%;
	text-align: center;
}

.banner-text p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: #fff;
}

.banner-text h1 {
	font-weight: 600;
	color: #fff;
	font-size: 50px;
	margin-bottom: 15px;
	line-height: 55px;
}

.banner-text h1 span {
	color: #fff;
}

.banner-text h2 {
	font-size: 29px;
	font-weight: normal;
	font-style: italic;
	color: #f78d2c;
	margin-bottom: 20px;
	text-transform: uppercase;
}

a.now {
	text-transform: uppercase;
	color: #eb565c;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	display: inline-block;
	border-radius: 5px;
	padding: 12px 18px;
	border: 1px solid #eb565c;
}

a.now:hover {
	text-decoration: none;
	border: 1px solid #eb565c;
	color: #fff;
	background: #eb565c;
}

/*--- 4.2 Booking---*/

.find-booking {
	float: left;
	width: 100%;
	margin-top: -115px;
	position: relative;
}

.find-booking .container {
	padding: 14px 80px;
}

.find-booking .booking-outer {
	float: left;
	width: 100%;
	border: 1px solid #bababa;
	box-shadow: 0px 1px 4px #cacaca;
	border-radius: 20px;
	padding: 30px 45px 15px;
	background: #fff;
}

.find-booking .find-hotel .container {
	padding: 0;
}

.find-booking .booking-outer form .col {
	padding: 0 7px;
}

.booking-outer .nav-tabs {
	border-radius: 5px;
	border: solid 1px #dedede;
}

.booking-outer .nav-tabs .nav-item {
	margin-bottom: 0;
	width: 25%;
	text-align: center;
}

.booking-outer .nav-tabs .nav-item:not(:last-child) {
	border-right: solid 1px #dedede;
}

.booking-outer .nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.booking-outer .nav-tabs .nav-item:last-child .nav-link {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.booking-outer .nav-tabs .nav-link {
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
}

.booking-outer .nav-tabs .nav-link .fa {
	font-size: 24px;
	margin-right: 10px;
}

.booking-outer .nav-tabs .nav-link.active {
	border: none;
	border-radius: 0;
}

.booking-outer .nav-tabs .nav-link:hover,
.booking-outer .nav-tabs .nav-link.active {
	background: #eb565c;
	text-decoration: none;
	color: #fff;
}

.tab-content {
	float: left;
	width: 100%;
	padding-top: 25px;
}

label {
	color: #250C41;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

input[type="date"] {
	text-transform: uppercase;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	padding-right: 5px;
}

input,
select {
	width: 100%;
	height: 43px;
	background: #fff;
	border: none;
	color: #818181;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 0 13px;
	border: 1px solid #ededed;
}

input[type="submit"] {
	background: #3a8489;
	border-radius: 5px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #3a8489;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

input[type="submit"]:hover {
	background: transparent;
	color: #3a8489;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.find-booking input[type="submit"] {
	margin-top: 28px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

#tab2 .luxury_room .owl-carousel .owl-item {
	width: 100%;
}

/*--- 4.3 Why Choose---*/

.why-choose {
	float: left;
	width: 100%;
	background: #fff;
}

.title {
	text-align: center;
	padding-bottom: 40px;
}

.title h2 {
	color: #250C41;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.title p {
	color: #5c5c5c;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	padding: 0 150px;
}

.why-choose figure {
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	border: 1px solid #eb565c;
	color: #eb565c;
	display: table;
	text-align: center;
}

.why-choose figure .fa {
	display: table-cell;
	vertical-align: middle;
	font-size: 35px;
	line-height: 40px;
}

.why-choose .details {
	float: left;
	width: calc(100% - 68px);
	width: -webkit-calc(100% - 68px);
	width: -moz-calc(100% - 68px);
	padding-left: 30px;
	margin-bottom: 30px;
}

.why-choose .details h2 {
	color: #250C41;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.why-choose .details p {
	color: #250C41;
	font-weight: 400;
}

.why-choose .col-md-4 {
	padding-bottom: 50px;
}

.why-choose .col-md-4.diverse figure .fa {
	font-size: 45px;
}

.why-choose .col-md-4.passionate-travel .fa {
	padding-top: 6px;
}

/*--- 4.4 Popular Tours---*/

.popular-tours {
	float: left;
	width: 100%;
	background: #f1f1f1;
}

.tour li {
	float: left;
	padding: 0 15px;
	list-style-type: none;
}

.tour .tp {
	position: relative;
	float: left;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.tour .tp img {
	transition: transform 0.2s;
}

.tour .tp img:hover {
	transform: scale(1.1);
	transition: transform 0.2s;
}

.tour .tp .amt {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #eb565c;
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	padding: 6px 20px 0 20px;
}

.tour .detail {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 5px solid #eb565c;
	padding: 20px 25px 25px;
}

.tour .detail p {
	margin-bottom: 0;
}

.tour .detail h3 {
	font-size: 18px;
	line-height: 32px;
	color: #250C41;
	font-weight: 700;
	margin-bottom: 5px;
}

.tour .detail h3 a:hover {
	color: #eb565c;
}

.tour .bottom {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #c5c5c5;
}

.tour .bottom li {
	list-style: none;
	float: left;
	padding: 10px 0;
	width: 28%;
	text-align: center;
	border-right: 1px solid #c5c5c5;
}

.tour .bottom li:last-child {
	width: 15%;
	border-right: none;
}

.tour .bottom li:last-child a .fa {
	padding: 0;
}

.tour .bottom a {
	color: #5c5c5c;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
}

.tour .bottom a:hover {
	color: #eb565c;
	text-decoration: none;
}

.tour .bottom a .fa {
	font-size: 25px;
	vertical-align: sub;
	padding-right: 10px;
}

.owl-nav .owl-prev {
	position: absolute;
	background: url(../images/leftArrow.png) no-repeat center center !important;
	background-size: cover !important;
	width: 25px;
	height: 45px;
	top: 50%;
	left: -50px;
	font-size: 0 !important;
	margin: -25px 0 0 !important;
}

.owl-nav .owl-next {
	position: absolute;
	background: url(../images/rightArrow.png) no-repeat center center !important;
	background-size: cover !important;
	width: 25px;
	height: 45px;
	top: 50%;
	right: -50px;
	font-size: 0 !important;
	margin: -25px 0 0 !important;
}

.owl-theme .owl-dots {
	margin-top: 25px !important;
	margin-bottom: 0 !important;
}

.explore-btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

a.btn {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	background: #3a8489;
	text-transform: uppercase;
	padding: 10px 30px;
	border: 1px solid #3a8489;
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #250C41;
	font-weight: 400;
}

a.btn:hover {
	color: #3a8489;
	background: none;
	border-color: #3a8489;
}

/*--- 4.5 Ultimate Dubai---*/

.ultimate-dubai {
	float: left;
	width: 100%;
	background: url(../images/planBg.jpg) no-repeat top left;
	background-size: cover;
}

.ultimate-dubai .ultimate-outer {
	float: left;
	width: 100%;
	max-width: 700px;
	margin: auto;
	text-align: center;
}

.ultimate-dubai .ultimate-outer .btn {
	margin-top: 50px;
	background: #eb565c;
	border-color: #eb565c;
}

.ultimate-dubai h2 {
	color: #eb565c;
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

.ultimate-dubai h3 {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ultimate-dubai p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}

.ultimate-dubai a.btn:hover {
	color: #fff;
	background: none;
	border-color: #fff;
}

/*--- 4.6 Recommended Hotels---*/

.recommended-hotels {
	float: left;
	width: 100%;
}

.tour .tp .amt span {
	font-size: 15px;
}

.recommended-hotels .box {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border: 1px solid #c5c5c5;
}

.recommended-hotels .detail h3 {
	background: url(../images/start-icons.png) right center no-repeat;
	background-size: 60px;
}

/*--- 4.7 Happy Traveler---*/

.happy-traveler {
	float: left;
	width: 100%;
	padding: 70px 0 65px;
	background: #f1f1f1;
}

.happy-traveler.white-bg {
	background: #fff;
}

.happy-traveler .container {
	max-width: 1000px;
}

.happy-traveler .traveler-slider figure img {
	width: auto;
	display: inline-block;
	border: 3px solid #eb565c;
	border-radius: 100%;
}

.traveler-slider li {
	list-style: none;
	text-align: center;
}

.traveler-slider p {
	font-size: 18px;
	line-height: 30px;
	color: #250C41;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.traveler-slider p sup {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	top: 0;
	padding-right: 5px;
	font-family: "Roboto", sans-serif;
}

.traveler-slider p sub {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	bottom: -15px;
	padding-left: 5px;
	font-family: "Roboto", sans-serif;
}

.traveler-slider h3 {
	font-size: 18px;
	line-height: 24px;
	color: #250C41;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

.traveler-slider h3 span {
	color: #eb565c;
	font-size: 20px;
}

.owl-nav .owl-prev {
	background: url(../images/leftArrowBlack.png) no-repeat center center !important;
	background-size: cover !important;
}

.owl-nav .owl-next {
	background: url(../images/rightArrowBlack.png) no-repeat center center !important;
	background-size: cover !important;
}

/*--- 4.8 News And Updates---*/

.news-updates {
	float: left;
	width: 100%;
}

.news-updates .item {
	margin-bottom: 30px;
	float: left;
}

.news-updates .item h2,
.blog_list_sec .detail h2 {
	font-size: 20px;
	line-height: 26px;
	color: #250C41;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
}

.news-updates .item h2:after,
.blog_list_sec .detail h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 50px;
	height: 2px;
	background: #eb565c;
}

.news-updates .item h2 a:hover,
.blog_list_sec .detail h2 a:hover {
	color: #eb565c;
	text-decoration: none;
}

.news-updates .item p {
	margin: 10px 0 0;
}

.news-updates .item p a {
	color: #eb565c;
}

.news-updates figure,
.blog_list_sec .item figure {
	margin: 0;
}

.news-updates .detail {
	float: left;
	width: 100%;
	padding: 25px;
	border: 1px solid #f1f1f1;
}

.blog_list_sec .item .detail {
	width: 100%;
	padding: 25px;
	border: 1px solid #f1f1f1;
}

.blog_list_sec .item .detail p {
	margin-bottom: 0;
	font-size: 16px;
}

.news-updates .detail span {
	color: #757575;
}

.blog_list_sec .item {
	margin-bottom: 30px;
}

.news-updates .detail span .fa,
.blog_list_sec .item .detail span .fa {
	color: #eb565c;
	padding-right: 5px;
}

.news-updates .right figure {
	max-width: 121px;
	width: 100%;
	margin: 0;
}

.news-updates .right .detail {
	border: 1px solid #f1f1f1;
	padding: 15px;
	text-align: left;
}

.news-updates .right .detail h3 {
	font-size: 14px;
	color: #250C41;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}

.news-updates .right .item {
	float: left;
	width: 100%;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 19px;
}

.news-updates .right .item span {
	color: #5c5c5c;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}

.news-updates .right .item:last-child {
	margin-bottom: 0;
}

/*--- 4.9 Contact Section---*/

.contact-sec {
	float: left;
	width: 100%;
	background: url(../images/contact-us-bg-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-sec h2,
.contact-sec p {
	color: #fff;
}

.contact-sec .right {
	padding-left: 120px;
}

.contact-sec .right .form-group {
	margin-bottom: 33px;
}

.contact-sec .right input {
	border-radius: 0;
	border: none;
	background: none;
	padding: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.contact-sec .right textarea {
	resize: none;
	height: 85px;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
}

.contact-sec .contact_us_sec form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}

.contact-sec .contact_us_sec form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.contact-sec .right .btn.btn-success {
	font-size: 18px;
	text-transform: uppercase;
	width: 130px;
	line-height: 35px;
	margin-top: 20px;
	background: #eb565c;
	border-color: #eb565c;
}

.contact-sec .right .btn.btn-success:hover {
	background: none;
	border-color: #fff;
}

/* ================================================== */

/* 05. Footer */

/* ================================================== */

footer {
	float: left;
	width: 100%;
	background: #f1f1f1;
}

footer .title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
	text-align: left;
	margin: 0 0 20px;
}

footer .title h2 {
	color: #250C41;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
}

footer .social-link {
	margin: 15px 0 0;
	float: left;
}

footer .social-link li:first-child {
	padding-left: 0;
}

footer .social-link li {
	padding: 0 12px;
}

footer .social-link li a {
	color: #250C41;
	font-size: 24px;
}

footer .social-link li a:hover {
	opacity: 0.6;
}

footer .footer_top {
	float: left;
	width: 100%;
	padding: 40px 0 20px;
}

footer .footer_top .item {
	margin-bottom: 30px;
}

footer .contact_info a {
	color: #250C41;
	text-decoration: none;
	float: left;
	width: 100%;
	margin: 0 0 18px;
	font-weight: 500;
	display: flex;
}

footer .contact_info a:hover {
	color: #eb565c;
}

footer .contact_info a .fa {
	font-size: 20px;
	width: 40px;
}

footer .contact_info a.call .fa {
	font-size: 25px;
}

footer .contact_info a.location .fa {
	font-size: 25px;
	padding-right: 24px;
}

footer .footer_top li {
	display: block;
	list-style: none;
	margin-bottom: 15px;
}

footer .footer_top li:last-child {
	margin-bottom: 0;
}

footer .footer_top li a {
	font-weight: 500;
	font-size: 14px;
}

footer .footer_top li a:hover {
	color: #eb565c;
	text-decoration: none;
}

footer .footer_bottom {
	float: left;
	width: 100%;
	background: #d5d5d5;
	text-align: center;
}

footer .copyright p {
	color: #787878;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

footer .copyright {
	padding: 20px 0;
}
/* ================================================== */

/* 06. Tours page */

/* ================================================== */

.banner {
	float: left;
	width: 100%;
	background: url(../images/tours-banner.jpg) no-repeat top center;
	background-size: cover;
	min-height: 498px;
	padding: 210px 0 0;
	text-align: center;
}

.banner h1 {
	color: #fff;
	font-size: 60px;
	line-height: 92px;
	font-weight: 900;
	margin: 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.banner h1::before {
	position: absolute;
	background: #fff;
	height: 1px;
	width: 50px;
	left: -66px;
	top: 50%;
	content: "";
}

.banner h1::after {
	position: absolute;
	background: #fff;
	height: 1px;
	width: 50px;
	right: -66px;
	top: 50%;
	content: "";
}

.banner p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.banner_search_sec {
	float: left;
	width: 100%;
	background: #eb565c;
	padding: 25px 0 20px;
}

.banner_search_sec label {
	color: #fff;
}

.banner_search_sec [class*="col-"] {
	margin-bottom: 10px;
}

.banner_search_sec input[type="submit"] {
	margin: 28px 0 0;
}

select {
	background: #fff url(../images/select_arrow.png) 97% center no-repeat;
	border-radius: 0;
}

.small_slect {
	background-position: 85% center;
}

.breadcrumb {
	background: #f1f1f1;
	margin-bottom: 0;
	padding: 1.8rem 1rem;
}

.breadcrumb .breadcrumb-item {
	color: #eb565c;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
}

.breadcrumb-item.active {
	color: #9e9e9e;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "\f105";
	font-family: "FontAwesome";
}

.tours_list {
	float: left;
	width: 100%;
}

.tours_list .tour .detail {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

.tours_list .tours_details {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.tour .detail h3 a:hover {
	text-decoration: none;
}

.tours_list .tour .bottom {
	border: 1px solid #c8c8c8;
}

.pagination_sec {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.pagination_sec ul {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.pagination_sec li {
	padding: 0;
	display: inline-block;
	float: none;
	margin: 0 4px;
}

.page-link {
	color: #898989;
	font-size: 15px;
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	border: 0;
	border-radius: 0;
}

.page-item.active .page-link,
.page-link:hover {
	background-color: #eb565c;
	border-color: #eb565c;
	color: #fff;
}

.page-item.disabled .page-link {
	background-color: #e2e2e2;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.email_subscribe_sec {
	float: left;
	width: 100%;
	background: #424242;
	padding: 40px 0;
}

.left_text {
	text-align: right;
}

.email_subscribe_sec .left_text {
	text-align: left;
}

.left_text h2 {
	color: #ffffff;
	font-size: 29px;
	line-height: 30px;
	font-weight: 900;
	padding: 0;
	margin: 0;
}

.left_text p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 4px;
	text-align: left;
}

.subscribe_form input {
	float: left;
	width: calc(100% - 150px);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.subscribe_form input[type="submit"] {
	width: 120px;
	font-size: 16px;
	padding: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.subscribe_form input[type="submit"]:hover {
	background: #eb565c;
	color: #fff;
	border-color: #eb565c;
}

/* ================================================== */

/* 07. Tours Detail */

/* ================================================== */

.tour_details_sec {
	float: left;
	width: 100%;
	padding-top: 80px;
}

.tour_entities {
	float: left;
	width: 100%;
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}

.tour_entities li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 15px 5px;
	border: 1px solid #dadada;
	border-left: 0;
}

.tour_entities li:first-child {
	border-left: 1px solid #dadada;
}

.tour_entities h5 {
	color: #250C41;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	margin: 10px 0 2px;
}

.tour_entities p {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
}

.return_boxes.departure {
	margin-top: 15px;
}

.return_boxes {
	float: left;
	width: 100%;
	border-top: 1px solid #dadada;
	padding: 10px 0;
}

.return_boxes:nth-child(6) {
	border-bottom: 1px solid #dadada;
}

.return_boxes h2 {
	color: #250C41;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.return_boxes p {
	margin: 0;
}

.return_boxes ul {
	list-style: none;
	float: left;
	width: 100%;
}

.return_boxes li {
	float: left;
	width: 50%;
}

.return_boxes li:nth-child(3),
.return_boxes li:nth-child(4) {
	margin-bottom: 0;
}

.not_include_icon li {
	width: 50%;
	margin: 0;
}

.return_boxes li .fa {
	margin-right: 5px;
}

.include_icon li .fa {
	color: #2cef23;
}

.not_include_icon li .fa {
	color: #ff4141;
}

.return_boxes.itinerary_sec {
	border-bottom: 1px solid #dadada;
	margin-bottom: 0;
	padding-bottom: 0;
}

.itinerary_sec h2 {
	color: #250C41;
	font-size: 30px;
	line-height: 83px;
	text-transform: uppercase;
	background: url(../images/itinerary-icon.png) left center no-repeat;
	padding-left: 35px;
	margin: 0;
}

.card-header.collapsed {
	border: 0;
	margin: 10px 0 0;
	cursor: pointer;
	background: #fff;
}

.card-header {
	border: 0;
	margin: 10px 0 0;
	cursor: pointer;
}

.card {
	border: 0;
}

.card-header.collapsed .card-title,
.card-header.collapsed .card-title.collapsed:hover {
	background: #3a8489;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	display: block;
	padding: 20px 40px;
	padding-left: 68px;
	position: relative;
	margin-bottom: 0;
}

.card-header.collapsed .card-title.collapsed {
	text-decoration: none;
	background: #e1e1e1;
	color: #250C41;
}

.card-header.collapsed .card-title span {
	position: absolute;
	left: 15px;
	top: 20px;
}

.card-header.collapsed .card-title.collapsed:after,
.card-header.collapsed .card-title:after {
	position: absolute;
	height: 15px;
	width: 15px;
	right: 16px;
	top: 27px;
	content: "";
	font-weight: bold;
	background: url(../images/plus-icon.png) center center no-repeat;
}

.card-header.collapsed .card-title:after {
	background: url(../images/min-icon.png) center center no-repeat;
}

.card-header .card-title {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

.accordion .card-header:after {
	font-family: "FontAwesome";
	content: "\f068";
	float: right;
	color: #fff;
}

.accordion .card-header.collapsed:after {
	content: "\f067";
	color: #250C41;
}

a:not([href]):not([tabindex]) {
	color: #fff;
}

.accordion-section {
	background: #efefef;
	margin-bottom: 10px;
}

.accordion-section-content {
	display: none;
	padding: 20px;
}

.photos_sec {
	float: left;
	width: 100%;
	padding-bottom: 70px;
}

.photos_sec h2 {
	background: url(../images/photos-icon.png) left bottom 29px no-repeat;
	color: #250C41;
	font-size: 30px;
	text-transform: uppercase;
	padding: 40px 0 20px 35px;
	font-weight: 600;
	margin-bottom: 0;
}

.tour-photo-slider {
	float: left;
	width: 100%;
	list-style: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border: 1px solid #d2d2d2;
	background: none;
	margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #eb565c;
	border-color: #eb565c;
}

.one_tour_one_person {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.one_tour_one_person h2 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #3a8489;
	padding: 17px 0 12px;
	margin: 0;
}

.one_tour_one_person p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #eb565c;
	padding: 20px 0;
	margin: 0;
}

.book_the_tour {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #3a8489;
	text-align: center;
	padding: 30px 15px;
}

.book_the_tour h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 24px;
}

.book_the_tour .form-control {
	border: 0;
	border-radius: 0;
	color: #9e9d9d;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.book_the_tour input[type="submit"] {
	width: 170px;
	margin-top: 10px;
	background: #eb565c;
}

.book_the_tour input[type="submit"]:hover {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.why_book_with_us {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 25px 15px;
	text-align: center;
}

.why_book_with_us h2 {
	color: #250C41;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}

.why_book_with_us .box {
	border-top: 1px solid #acacac;
	float: left;
	width: 100%;
	padding: 30px 0 0;
}

.why_book_with_us .box.No-hassle {
	border: 0;
	padding-top: 20px;
}

.why_book_with_us .box p {
	color: #250C41;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 20px 0 0;
}

.you_may_also_like_sec {
	float: left;
	width: 100%;
}

.you_may_also_like_sec .title {
	text-align: left;
	padding-bottom: 15px;
}

/* ================================================== */

/* 08. Hotel Page */

/* ================================================== */

.banner.hotel-banner {
	background-image: url(../images/hotel.jpg);
}

/* ================================================== */

/* 09. Hotel detail */

/* ================================================== */

.hotels_detail_Sec {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.hotel_features ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

.hotel_features li {
	float: left;
	width: 16.666%;
	text-align: center;
	padding: 18px 5px;
	border: 1px solid #dadada;
	border-left: 0;
}

.hotel_features li:first-child {
	border-left: 1px solid #dadada;
}

.hotel_features li img {
	display: inline-block;
}

.hotel_features li p {
	color: #250C41;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 14px 0 0;
}

.heading h2 {
	color: #250C41;
	font-size: 30px;
	line-height: 83px;
	font-weight: bold;
	text-transform: uppercase;
}

.hotel_overview.tabs {
	float: left;
	width: 100%;
}

.hotel_overview.tabs {
	float: left;
	width: 100%;
}

.hotel_overview .nav-tabs {
	border-bottom: none;
}

.hotel_overview .nav-tabs .nav-item {
	margin-bottom: 0;
}

.hotel_overview .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-size: 18px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
	font-weight: 600;
	padding: 20px 0;
}

.hotel_overview .nav-tabs .nav-item {
	width: 33.333%;
	text-align: center;
}

.hotel_overview .nav-tabs .nav-link.active,
.hotel_overview .nav-tabs .nav-link:hover {
	color: #eb565c;
	border-color: #eb565c;
	border-width: 3px;
}

.hotel_overview.tabs .tab-links {
	width: 100%;
	max-width: 100%;
	float: left;
	margin: 0;
}

.hotel_overview.tabs .tab-links li {
	width: 33.333%;
}

.hotel_overview.tabs .tab-links a,
.hotel_overview.tabs .tab-links li:last-child a {
	background: none;
	border: 0;
	color: #250C41;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #f1f1f1;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}

.hotel_overview.tabs .tab-links a:hover,
.hotel_overview.tabs .tab-links li.active a,
.hotel_overview.tabs .tab-links li:last-child a:hover {
	color: #eb565c;
	border-color: #eb565c;
	background: none;
	border-width: 3px;
	border-radius: 0;
}

.hotel_overview.tabs .tab-content {
	background: none;
}

.hotel_overview.tabs .tab-content .text_left {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 42px 28px;
}

.hotel_overview.tabs .tab-content .text_left .amt {
	color: #eb565c;
	font-size: 39px;
	font-weight: 900;
	line-height: 30px;
	margin: 0 0 20px;
}

.hotel_overview.tabs .tab-content .text_left .amt sub {
	font-weight: bold;
	font-size: 17px;
	bottom: 0;
}

.hotel_overview.tabs .tab-content .text_left p {
	color: #250C41;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.hotel_overview.tabs .tab-content .text_left .btn {
	background: #3a8489;
	border-color: #3a8489;
	font-weight: 600;
}

.hotel_overview.tabs .tab-content .text_left .btn:hover {
	background: none;
	color: #3a8489;
}

.tab .hotel_slider .item {
	float: left;
	width: 100%;
}

.hotel_overview.tabs .hotel_slider li {
	list-style: none;
}

.hotel_overview .tab {
	display: block;
}

.leave_review_sec {
	float: left;
	width: 100%;
	background: #f1f1f1;
}

.leave_review_sec h2 {
	color: #250C41;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

.leave_review_sec p.rat {
	color: #250C41;
	font-size: 18px;
	line-height: 30px;
	background: url(../images/review.png) right center no-repeat;
	padding-right: 120px;
	float: left;
	margin: 0 0 30px;
}

.leave_review_sec .form-control {
	border-radius: 0;
	padding: 0.75rem;
	height: auto;
	line-height: 1;
}

.leave_review_sec textarea.form-control {
	resize: none;
	height: 105px;
}

/* ================================================== */

/* 10. Service Page */

/* ================================================== */

.service_banner {
	background-image: url(../images/service-banner.jpg);
}

.service_banner1 {
	background-image: url(../images/service_banner1.png);
}
.about_banner {
	float: left;
	width: 100%;
	background: url(../images/about-banner.jpg) no-repeat top center;
	background-size: cover;
	min-height: 498px;
	padding: 210px 0 0;
	text-align: center;
}
.why-box {
	background: var(--white-color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 25px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	transition: 0.3s all ease-in-out;
	margin-bottom: 25px;
}
.why-box2 {
	background: var(--white-color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 25px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	transition: 0.3s all ease-in-out;
	margin-bottom: 25px;
}
.why-box:hover {
	transform: translateY(-10px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.why-content {
	text-align: center;
	padding: 0px;
}
.why-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: var(--primary-color);
	font-size: 21px;
	display: block;
	position: relative;
}
.why-title:before {
	content: " ";
	width: 80px;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.why-icon i {
	height: 80px;
	width: 80px;
	background: var(--primary-color);
	line-height: 80px;
	border-radius: 80px;
	color: var(--white-color);
	font-size: 52px;
	text-align: center;
}
.servivces_list {
	float: left;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.servivces_list .box {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #999999;
	padding: 20px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.servivces_list .box:hover {
	box-shadow: 0 0 8px #919191;
}

.servivces_list .box h2 {
	color: #250C41;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin: 15px 0 10px;
}

.servivces_list .box img {
	display: inline-block;
}

.servivces_list .box p {
	line-height: 26px;
	margin-bottom: 0;
}

/* ================================================== */

/* 11. Blog Page */

/* ================================================== */

.blog_banner {
	background-image: url(../images/blog-banner.jpg);
}

.blog_list_sec {
	float: left;
	width: 100%;
}

.blog_list .box {
	margin-bottom: 30px;
}

.blog_list .box .tp {
	border: 1px solid #b3b3b3;
}

.blog_list .box .detail {
	border: 1px solid #b3b3b3;
	border-top: 0;
	float: left;
	width: 100%;
	padding: 10px;
}

.blog_list .box .detail h3 {
	color: #250C41;
	font-size: 18px;
	font-weight: 500;
}

.blog_list .box .detail h3 a {
	text-decoration: none;
}

.blog_list .box .detail h3 a:hover {
	color: #f78d2c;
}

.blog_list .box .detail .dates {
	color: #757575;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	background: url(../images/calender-icon.png) left center no-repeat;
	padding-left: 25px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.blog_list .box .detail .comments {
	color: #757575;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	background: url(../images/comment-icon.png) left center no-repeat;
	float: right;
	width: 46%;
	padding-left: 25px;
}

.blog_sidebar .form-control {
	background: #fafafa;
	height: 40px;
	text-transform: uppercase;
	font-size: 14px;
}

.blog_sidebar .input-group-text {
	background: #eb565c;
	color: #fff;
	font-weight: 300;
	border: 0;
}

.blog_sidebar .search-form {
	border-bottom: 1px solid #e9e9e9;
}

.blog_sidebar .catagories {
	float: left;
	width: 100%;
	padding: 15px 0;
}

.blog_sidebar h2 {
	color: #250C41;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding-bottom: 15px;
}

.blog_sidebar a:hover {
	color: #eb565c;
	text-decoration: none;
}

.blog_sidebar .arrowlist {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog_sidebar .arrowlist li {
	color: #250C41;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	background: url(../images/arrowlist.png) left center no-repeat;
	padding-left: 30px;
}

.blog_sidebar .arrowlist li:not(:last-child) {
	margin-bottom: 15px;
}

.sidebox {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e9e9e9;
}

.recent_blog_list {
	float: left;
	width: 100%;
}

.recent_blog_list:not(:last-child) {
	margin-bottom: 20px;
}

.recent_blog_list p {
	margin-bottom: 0;
}

.recent_blog_list img {
	float: left;
	max-width: 87px;
	margin-right: 10px;
}

.recent_blog_list h3 {
	color: #250C41;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sidebox.keyword a {
	color: #250C41;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
	margin-right: 20px;
}

.sidebox.keyword a:hover {
	color: #eb565c;
}

/* ================================================== */

/* 12. Blog Detail */

/* ================================================== */

.blog_details .metabox {
	float: left;
	width: 100%;
	padding: 20px 0 20px;
}

.blog_details .author {
	color: #757575;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	float: left;
	margin-right: 10px;
}

.blog_details .dates {
	color: #757575;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	background: url(../images/calender-icon.png) left center no-repeat;
	float: left;
	padding-left: 25px;
}

.blog_details h1 {
	color: #250C41;
	font-size: 30px;
	margin: 0 0 15px;
	padding: 0;
	line-height: 35px;
	font-weight: 400;
}

.blog_details p {
	color: #250C41;
	line-height: 26px;
	margin: 0 0 15px;
	padding: 0;
}

.social_sharing {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	margin: 40px 0 20px;
}

.social_sharing::before {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: calc(100% - 135px);
	background: #e9e9e9;
	content: "";
}

.social_sharing li {
	display: inline-block;
	width: 30px;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	background: #3c5a9a;
	margin: 0 4px;
}

.social_sharing li:nth-child(2) {
	background: #28a9e2;
}

.social_sharing li:nth-child(3) {
	background: #007bb7;
}

.social_sharing li a {
	color: #fff;
	font-size: 30px;
	line-height: 24px;
}

.social_sharing li a:hover {
	opacity: 0.5;
}

.social_sharing li .fa {
	font-size: 14px;
}

.comments_list {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.comments_list h2 {
	color: #250C41;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 20px;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.comments_list_box {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.comments_list_box img {
	float: left;
	margin-right: 15px;
}

.comments_list_box .comment_detail::before {
	position: absolute;
	top: 15px;
	left: -30px;
	width: 25px;
	height: 30px;
	background: url(../images/comment-right-arrow.png) center center no-repeat;
	content: "";
}

.comments_list_box .comment_detail {
	border: 1px solid #e9e9e9;
	float: right;
	width: calc(100% - 100px);
	padding: 20px;
	position: relative;
}

.comment_detail h4 {
	font-size: 18px;
	color: #250C41;
	line-height: 24px;
	font-weight: 400;
	float: left;
	margin: 0 20px 0 0;
}

.comment_detail .datetime {
	color: #757575;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}

.comment_detail h4 span {
	color: #eb565c;
	font-size: 20px;
}

.comment_detail p {
	color: #250C41;
	line-height: 26px;
	font-weight: 400;
	margin: 6px 0 12px;
}

.comment_detail a {
	color: #250C41;
	background: url(../images/reply-icon.png) left center no-repeat;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
}

.comment_detail a:hover {
	text-decoration: none;
}

.leave_comment {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
}

.leave_comment h2 {
	color: #eb565c;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 40px;
}

.leave_comment .form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 28px;
	color: #808080;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}

.leave_comment textarea {
	resize: none;
	height: 100px;
}

.leave_comment input[type="submit"] {
	color: #fff;
	background: #eb565c;
	border: 1px solid #eb565c;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 5px;
	margin-top: 40px;
}

.leave_comment input[type="submit"]:hover {
	color: #eb565c;
	background: none;
}

/* ================================================== */

/* 13. Contact Us Page */

/* ================================================== */

.contact_banner {
	background-image: url(../images/contact-banner.jpg);
}

.contact_us_sec {
	float: left;
	width: 100%;
	text-align: center;
}

.contact_us_sec h2 {
	color: #250C41;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.contact_us_sec p {
	color: #250C41;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

.contact_us_sec form .form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	line-height: 25px;
	color: #a8a8a8;
	margin-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
}

.contact-sec .contact_us_sec form .form-control {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}

.contact_us_sec form textarea {
	resize: none;
	height: 120px;
}

.contact_us_sec form input[type="submit"] {
	color: #fff;
	background: #eb565c;
	border: 1px solid #eb565c;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	float: none;
	width: 170px;
	margin-top: 40px;
}

.contact_us_sec form input[type="submit"]:hover {
	color: #eb565c;
	background: none;
}

.reach_me_Sec {
	float: left;
	width: 100%;
	background: #eb565c;
	padding: 30px 0;
}

.left_icon {
	float: left;
	margin-right: 20px;
}

.left_icon .fa {
	font-size: 60px;
	color: #fff;
}

.left_icon_text {
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

.left_icon_text::before {
	position: absolute;
	top: 10px;
	left: 0;
	height: 50px;
	width: 1px;
	background: #fff;
	content: "";
}

.left_icon_text h2 {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

.left_icon_text p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
}

.left_icon_text a {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
}

.left_icon_text a:hover {
	text-decoration: none;
}

.map_sec {
	float: left;
	width: 100%;
}

.map_sec iframe {
	width: 100%;
	float: left;
}

/* ================================================== */

/* 14. 404 Error Page */

/* ================================================== */

.error_sec {
	float: left;
	width: 100%;
	padding: 180px 0 80px;
	text-align: center;
	background: #f1f1f1;
}

.error_sec h1 {
	color: #33d1ff;
	font-size: 80px;
	font-weight: 900;
	-webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

.error_sec p {
	color: #7f7f7f;
	font-size: 28px;
	line-height: 51px;
	font-weight: 400;
	margin: 30px 0;
}

.login_sign_up_popup {
	display: none;
	max-width: 800px;
	padding: 40px 50px;
}

.login_sign_up_popup .logo_text {
	float: left;
	width: 100%;
}

.login_sign_up_popup h2 {
	color: #250C41;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 15px 0 35px;
}

.login_sign_up_popup .form-control {
	border: 0;
	border-bottom: 1px solid #aaaaaa;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.login_sign_up_popup .btn.btn-primary.login-btn.btn-block {
	background: #eb565c;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 12px 0;
	border-color: #eb565c;
	margin: 15px 0 0;
}

.login_sign_up_popup .btn.btn-primary.login-btn.btn-block:hover {
	color: #eb565c;
	background: none;
}

.login_sign_up_popup .pull-left.checkbox-inline input {
	width: auto;
	height: auto;
	margin-right: 4px;
}

.login_sign_up_popup .pull-left.checkbox-inline,
.login_sign_up_popup .pull-right {
	color: #250C41;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.login_sign_up_popup .loginwith p {
	color: #696969;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.login_sign_up_popup .loginwith {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.login_sign_up_popup .loginwith::before {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #aaaaaa;
	top: 14px;
	content: "";
	left: 0;
}

.login_sign_up_popup .text-center.text-muted.small {
	color: #250C41 !important;
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	font-weight: 400;
	margin: 10px 0 0;
}

.login_sign_up_popup .text-center.text-muted.small a,
.login_sign_up_popup .pull-right {
	color: #eb565c;
}

.login_sign_up_popup .btn.facebook {
	background: none;
	border-color: #3b5998;
	color: #3b5998;
	font-size: 17px;
	line-height: 24px;
	text-transform: capitalize;
	width: 50%;
	margin-right: 0;
	padding: 10px 15px;
}

.login_sign_up_popup .btn.facebook:hover {
	background: #3b5998;
	color: #fff;
}

.login_sign_up_popup .btn.google {
	background: none;
	border-color: #c43523;
	color: #c43523;
	font-size: 22px;
	line-height: 24px;
	text-transform: capitalize;
	width: 48%;
}

.login_sign_up_popup .btn.google:hover {
	background: #c43523;
	color: #fff;
}

.fancybox-skin {
	background: #fff !important;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

/* ================================================== */

/* 15.Responsive Style */

/* ================================================== */

@media (min-width: 1200px) {
	.popular-tours .explore-btn {
		margin-top: 80px;
	}
	.login_sign_up_popup .text-center.text-muted.small {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1279px) {
	.main-banner {
		background-attachment: scroll;
	}
	header .right .contacts {
		padding: 0 30px 0 15px;
	}
	.banner-text h1 span.d {
		font-size: 110px;
	}
	.banner-text {
		padding: 150px 0;
	}
	.banner-text h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	a.now {
		font-size: 14px;
		line-height: 16px;
	}
	.booking-outer .nav-tabs .nav-link {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.booking-outer .nav-tabs .nav-link .fa {
		font-size: 18px;
	}
	.tab-content .tab-title h2 {
		padding: 0 0 20px 0;
		font-size: 20px;
	}
	input[type="submit"] {
		font-size: 16px;
	}
	.title p {
		padding: 0 50px;
		font-size: 16px;
	}
	.title h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.why-choose .details {
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		padding-left: 20px;
	}
	.why-choose figure {
		width: 60px;
		height: 60px;
		margin-top: 5px;
	}
	.recommended-hotels .detail h3 {
		background-size: 90px;
	}
	.title {
		padding-bottom: 25px;
	}
	.owl-controls .owl-prev {
		left: -25px;
	}
	.owl-controls .owl-next {
		right: -25px;
	}
	.ultimate-dubai h2 {
		font-size: 34px;
		line-height: 35px;
	}
	.ultimate-dubai h3 {
		font-size: 20px;
		line-height: 24px;
	}
	a.btn {
		font-size: 16px;
	}
	.happy-traveler .container {
		max-width: 940px;
	}
	.traveler-slider p {
		font-size: 16px;
	}
	.contact-sec .right {
		padding-left: 60px;
	}
	footer .destinations li {
		padding: 0 10px 10px 0;
	}

	.news-updates .right .detail {
		padding: 9px;
	}
	.news-updates .right .detail h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.banner {
		min-height: 340px;
		padding: 130px 0 0;
	}
	.banner h1 {
		font-size: 40px;
		line-height: 90px;
	}
	.left_text h2 {
		font-size: 23px;
		line-height: 25px;
	}
	.blog_list_sec {
		padding: 0 0 65px;
	}
	.blog_sidebar h2 {
		font-size: 18px;
	}
	.blog_list .box .detail h3 {
		font-size: 17px;
	}
	.blog_details h1 {
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 27px;
	}
	.blog_list .box .detail .dates,
	.blog_list .box .detail .comments {
		line-height: 17px;
	}
	.login_sign_up_popup {
		padding: 20px;
	}
	.login_sign_up_popup h2 {
		font-size: 16px;
		margin: 30px 0 20px;
	}
	.left_icon_text p {
		font-size: 16px;
	}
	.left_icon_text a {
		font-size: 16px;
		line-height: 24px;
	}
	.left_icon {
		margin-right: 12px;
	}
	.left_icon_text {
		padding-left: 9px;
	}
	.blog_list_sec .item .detail p {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	.hotel_overview.tabs .tab-content .text_left p {
		line-height: 26px;
	}
	.hotel_overview.tabs .tab-content .text_left {
		padding: 25px 25px;
	}
}

@media only screen and (max-width: 1023px) {
	.section-spacer {
		padding: 45px 0 50px;
	}

	.section-equal-spacer {
		padding: 45px 0 20px;
	}

	.section-alt-spacer {
		padding: 50px 0;
	}

	.breadcrumb {
		padding: 1rem 1rem;
	}
	.main-banner {
		height: auto !important;
	}
	.banner p br {
		display: none;
	}
	header .right .social-link {
		display: none;
	}
	.header-top .top-left {
		padding: 5px 0;
	}
	.header-top .contact-view a {
		padding: 7px 20px 6px;
	}
	.search-box,
	.search-box input[type="search"] {
		padding: 0;
		font-size: 20px;
	}
	.mobilemenu {
		display: block;
		float: right;
		font-size: 0;
	}
	#menu {
		display: none;
	}
	.mm-menu .mm-listview > li.active a {
		background: #fff;
		color: #3a8489;
	}
	.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
		background: #3a8489;
		color: #fff;
	}
	.right .contacts .phone {
		display: none;
		float: right;
		padding-right: 0;
		padding-left: 21px;
	}
	.menuBar .search {
		float: left;
		line-height: 34px;
		padding-right: 40px;
	}
	.mobilemenu .fa.fa-bars {
		font-size: 35px;
		color: #6f6f6f;
		line-height: 44px;
	}
	.mm-panel.mm-hasnavbar .mm-navbar .mm-title {
		color: #fff !important;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.mm-navbar {
		height: unset;
		padding: 15px 40px;
	}
	.mm-btn.close {
		position: absolute;
		right: 32px;
		top: -8px;
		width: 32px;
		height: 32px;
	}
	.mm-btn.close:hover {
		opacity: 1;
	}
	.mm-btn.close:before,
	.mm-btn.close:after {
		position: absolute;
		left: 15px;
		content: " ";
		height: 33px;
		width: 2px;
		background-color: #fff;
	}
	.mm-btn.close:before {
		transform: rotate(45deg);
	}
	.mm-btn.close:after {
		transform: rotate(-45deg);
	}
	.mm-menu {
		background: #3a8489;
	}
	.mm-listview > li > a {
		font-size: 18px;
		text-transform: uppercase;
		line-height: 24px;
		color: #fff;
		padding: 20px;
	}
	.mm-listview > li:not(.mm-divider)::after {
		left: 0;
	}
	.banner-text {
		padding: 170px 0 75px;
	}
	.find-booking {
		margin-top: 0;
	}
	.find-booking .container {
		padding: 0;
		max-width: 100%;
	}
	.tab-links {
		padding: 0 10px;
	}
	.find-booking .booking-outer {
		padding: 50px 50px 40px;
		background: #f1f1f1;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.find-hotel label {
		margin: 12px 0 5px;
	}
	.owl-nav .owl-next,
	.owl-nav .owl-prev {
		background-size: 18px !important;
	}
	.owl-nav .owl-next {
		right: -15px;
		background-size: 18px !important;
	}
	.owl-nav .owl-prev {
		left: -15px;
		background-size: 18px !important;
	}
	.popular-tours .container {
		max-width: 710px;
	}
	.explore-btn {
		margin-top: 20px;
	}
	.ultimate-dubai .ultimate-outer .btn {
		margin-top: 30px;
	}
	.recommended-hotels {
		padding: 45px 0 50px;
	}
	.title {
		padding-bottom: 12px;
	}
	.news-updates .left figure img {
		width: 100%;
		height: auto;
	}
	.news-updates .left .detail {
		margin-bottom: 20px;
	}
	.contact-sec {
		padding: 50px 0;
	}
	.contact-sec .right {
		padding-left: 20px;
	}
	footer .footer_top {
		padding: 45px 0 20px;
	}
	footer .title {
		margin: 0 0 15px;
	}
	footer .title h2 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	footer .social-link {
		margin: 5px 0 0;
	}
	footer .social-link li {
		padding: 0 10px;
	}
	footer .contact_info a .fa {
		width: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	footer .contact_info a {
		line-height: 22px;
		margin: 0 0 15px;
	}
	footer .contact_info a.call .fa {
		font-size: 20px;
	}
	footer .contact_info a.location .fa {
		font-size: 23px;
	}
	footer .copyright p {
		font-size: 14px;
		line-height: 1;
	}
	.left_text h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.itinerary_sec h2,
	.photos_sec h2 {
		font-size: 22px;
		padding-left: 30px;
		background-size: 18px;
	}
	.card-header.collapsed .card-title {
		font-size: 15px;
		line-height: 22px;
	}
	.card-header.collapsed .accordion-section:last-child .card-title {
		margin-bottom: 0;
	}
	.photos_sec {
		padding-bottom: 50px;
	}
	.leave_review_sec h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.hotel_features li {
		width: 33.33%;
	}
	.hotel_features li:first-child {
		border-bottom: 0;
	}
	.hotel_features li:nth-child(2) {
		border-bottom: 0;
	}
	.hotel_features li:nth-child(3) {
		border-bottom: 0;
	}
	.hotel_features li:nth-child(4) {
		border-left: 1px solid #dadada;
	}
	.hotel_overview.tabs {
		padding: 0 0 20px;
	}
	.recommended-hotels .col-12.col-md-6.col-lg-4:last-child .box {
		margin-bottom: 0;
	}
	.happy-traveler {
		padding: 45px 0 40px;
	}
	.happy-traveler .container {
		max-width: 700px;
	}

	.traveler-slider h3 {
		font-size: 16px;
	}
	.traveler-slider h3 span {
		font-size: 18px;
	}
	.traveler-slider p {
		font-size: 16px;
		line-height: 26px;
	}
	.blog_list .box .tp img {
		width: 100%;
		height: auto;
	}
	.blog_list_sec .blog_sidebar .search-form {
		padding-top: 40px;
	}
	.left_icon .fa {
		font-size: 20px;
		margin: 15px 0 0;
	}
	.left_icon_text h2 {
		font-size: 18px;
	}
	.left_icon_text a {
		font-size: 15px;
	}
	.left_icon_text p {
		font-size: 15px;
		line-height: 20px;
	}
	.left_icon {
		margin-right: 10px;
	}
	.left_icon_text {
		padding-left: 10px;
		width: calc(100% - 50px);
	}
	.left_icon_text::before {
		height: 40px;
	}
	.map_sec iframe {
		height: 400px;
	}

	.hotel_overview.tabs .tab-content .text_left {
		margin-top: 15px;
	}
	.pagination_sec {
		margin-top: 20px;
	}
	.recommended-hotels.you_may_also_like_sec {
		padding: 45px 0 50px;
	}
	.contact-sec .contact_us_sec {
		padding-bottom: 0px;
	}
	.tour_details_sec {
		padding-top: 45px;
	}
	.one_tour_one_person {
		margin-top: 15px;
	}
	.blog_sidebar .search-form {
		border-bottom: none;
	}
	.leave_comment input[type="submit"] {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.blog_list .box .detail .dates,
	.blog_list .box .detail .comments {
		font-size: 9px;
	}
	.why_book_with_us .box:not(:last-child) {
		margin: 10px 0 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.blog_sidebar .catagories,
	.sidebox,
	.sidebox.keyword {
		width: 45%;
	}
	.blog_sidebar .catagories,
	.blog_sidebar .sidebox:nth-of-type(3) {
		margin: 0;
		margin-right: 4%;
	}
	.blog_sidebar .catagories,
	.blog_sidebar .sidebox:nth-of-type(2) {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991.98px) {
	.why_book_with_us .box.No-hassle {
		border-top: 1px solid #963d3d;
		padding-top: 30px;
	}
	.why_book_with_us .box {
		width: 33.33%;
		margin: 20px 0 0;
		padding: 30px 0 0;
	}
	.subscribe_form input {
		margin-top: 0;
	}
	.hotel_slider .owl-controls {
		margin-bottom: 20px;
	}
	.book_the_tour input[type="submit"] {
		margin-top: 10px;
	}
	.blog_sidebar .catagories {
		border-top: 1px solid #e9e9e9;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	header .header-top {
		display: none;
	}
	.banner-text {
		padding: 110px 20px 40px;
	}
	.banner-text p {
		font-size: 18px;
		line-height: 26px;
	}
	.banner-text p br {
		display: none;
	}
	.banner-text h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.banner-text h1 span.d {
		font-size: 70px;
	}
	.banner-text h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.tab-links a {
		font-size: 0;
		padding: 0;
		height: 40px;
	}
	.tab-links a .fa {
		padding-right: 0;
	}
	.title h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.title p {
		font-size: 15px;
		line-height: 24px;
		padding: 0;
	}
	a.btn {
		font-size: 14px;
		line-height: 21px;
	}
	.login_sign_up_popup .pull-left.checkbox-inline,
	.login_sign_up_popup .pull-right {
		font-size: 12px;
	}
	.why-choose .details:last-child {
		margin-bottom: 0;
	}
	.why-choose .details h2 {
		font-size: 18px;
		margin: 0;
	}
	.why-choose {
		padding: 40px 0 30px;
	}
	.tour .tp .amt {
		font-size: 16px;
		line-height: 25px;
	}
	.tour .tp img {
		width: 100%;
		height: auto;
	}
	.recommended-hotels .detail h3 {
		background-size: 50px;
	}
	.owl-theme .owl-nav {
		display: none;
	}
	.ultimate-dubai {
		text-align: center;
		padding: 50px 0;
	}
	.ultimate-dubai h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.ultimate-dubai h3 {
		font-size: 18px;
	}
	.ultimate-dubai .ultimate-outer {
		padding: 0 15px;
	}
	.owl-theme .owl-dots {
		margin-top: 15px !important;
	}
	.contact-sec .right .btn.btn-success {
		margin-top: 0;
	}
	.recommended-hotels .explore-btn {
		padding-top: 0;
	}
	.traveler-slider p {
		font-size: 15px;
		line-height: 26px;
		padding: 0 15px;
	}
	.traveler-slider h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.news-updates .left .detail h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.news-updates .right figure {
		width: 100%;
	}
	.news-updates .right .detail {
		width: 100%;
	}
	.contact-sec .right {
		padding-left: 15px;
	}
	footer .destinations {
		margin: 0;
	}
	.banner {
		min-height: 340px;
		padding: 130px 0 20px;
	}
	.banner h1 {
		font-size: 22px;
		line-height: 60px;
	}
	.banner h1::before {
		width: 40px;
		left: -50px;
	}
	.banner h1::after {
		width: 40px;
		right: -50px;
	}
	.banner p {
		font-size: 15px;
		line-height: 24px;
	}
	.banner_search_sec label {
		margin: 12px 0 6px;
	}
	.banner_search_sec input[type="submit"] {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.banner_search_sec {
		padding: 20px 0 30px;
	}
	.email_subscribe_sec .left_text {
		text-align: center;
		margin: 0 0 13px;
	}
	.email_subscribe_sec {
		text-align: center;
	}
	.subscribe_form input {
		width: 100%;
		border-radius: 0.25rem;
	}
	.subscribe_form input[type="submit"] {
		margin: 12px 0 0;
		border-radius: 0.25rem;
		display: inline-block;
		float: none;
	}
	.breadcrumb {
		margin: 0;
	}
	.tour_entities li {
		width: 50%;
		border: 1px solid #dadada;
	}
	.tour_entities li:first-child {
		border-bottom: 0;
		border-right: 0;
	}
	.tour_entities li:nth-child(2) {
		border-bottom: 0;
	}
	.tour_entities li:nth-child(3) {
		border-bottom: 0;
		border-right: 0;
	}
	.return_boxes h2 {
		font-size: 15px;
		margin: 0 0 5px;
	}
	.card-header.collapsed {
		padding-right: 8px;
	}
	.accordion .card-header::after {
		padding: 5px 0 0;
	}
	.hotel_overview.tabs .tab-content .owl-controls {
		margin: 10px 0;
	}
	.tours_list .tours_details:last-child {
		margin-bottom: 0;
	}
	.hotel_features li {
		width: 50%;
	}
	.hotel_features li:nth-child(3) {
		border-left: 1px solid #dadada;
	}
	.hotel_features li:nth-child(4) {
		border-bottom: 0;
		border-left: 0;
	}
	.hotel_features li:nth-child(5) {
		border-left: 1px solid #dadada;
	}
	.hotel_overview.tabs .tab-links a,
	.hotel_overview.tabs .tab-links li:last-child a {
		font-size: 14px;
	}
	.hotel_overview .nav-tabs .nav-link {
		font-size: 14px;
	}
	.slide-cont .owl-theme .owl-dots {
		height: 40px;
	}
	.comments_list_box .comment_detail {
		width: 100%;
		margin: 20px 0 5px;
	}
	.comments_list_box .comment_detail::before {
		left: 15px;
		top: -26px;
		background-size: 10px;
		transform: rotate(269deg);
		-webkit-transform: rotate(269deg);
		-moz-transform: rotate(269deg);
		-ms-transform: rotate(269deg);
		-o-transform: rotate(269deg);
	}
	.leave_comment h2 {
		font-size: 18px;
		margin: 0 0 20px;
	}
	.leave_comment {
		margin: 0;
		padding: 25px 0 0;
	}
	.sidebox.keyword {
		padding-bottom: 0;
	}
	.login_sign_up_popup .btn.google {
		width: 100%;
	}
	.login_sign_up_popup .btn.facebook {
		width: 100%;
		margin: 0 0 15px;
	}
	.login_sign_up_popup .btn.btn-primary.login-btn.btn-block {
		font-size: 18px;
		line-height: 22px;
	}
	.contact_us_sec h2 {
		font-size: 20px;
		margin: 0;
	}
	.contact_us_sec p {
		font-size: 15px;
	}
	.contact_us_sec form {
		margin: 20px 0 0;
	}
	.reach_me_Sec .col-md-4:not(:last-child) {
		margin-bottom: 20px;
	}
	.left_icon {
		width: 24px;
	}
	.map_sec iframe {
		height: 290px;
	}
	.error_sec p {
		font-size: 17px;
		line-height: 30px;
		margin: 20px 0;
	}
	.search-box a.search-close {
		top: 14px;
		right: 10px;
	}
	.contact_us_sec form input[type="submit"] {
		margin-top: 0;
	}
	.footer_top .col-sm {
		width: 100%;
		flex-basis: 100%;
	}
	footer .contact_info a.location {
		margin-bottom: 0;
	}
	footer .footer_top li {
		float: left;
		width: 50%;
	}
	.left_text p {
		text-align: center;
	}
	.contact-sec .right .btn.btn-success {
		font-size: 16px;
		line-height: 26px;
		width: 120px;
	}
	.news-updates .item figure img {
		width: 100%;
	}
	.booking-outer .nav-tabs .nav-link .fa {
		margin-right: 0;
	}
	footer .contact_info a .fa {
		margin-right: 10px;
	}
	.reach_me_Sec {
		padding: 25px 0 30px;
	}
	.you_may_also_like_sec {
		padding: 45px 0 50px;
	}
	.photos_sec {
		padding-bottom: 30px;
	}
	.leave_comment input[type="submit"] {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575.98px) {
	.why_book_with_us .box.No-hassle {
		border: 0;
		padding: 0;
		margin-top: 30px;
	}
	.why_book_with_us .box {
		width: 100%;
	}
	.breadcrumb > .container {
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.news-updates .right .detail h3 {
		max-height: 60px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 350px) {
	header .logo img,
	header.sticky .logo img {
		max-width: 200px;
		display: inline-block;
	}
}

.location-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.location-list li {
	flex: 1 0 50%;
}

/* Adjust the column layout for smaller screens */
@media (max-width: 767px) {
	.location-list li {
		flex: 1 0 100%;
	}
}
.searchbar {
	max-width: 700px;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 5px;
}

.test-shadow {
	color: white;
	text-shadow: 2px 2px 4px #000000;
}
