@import url('https://fonts.googleapis.com/css?family=Poppins&amp;display=swap');
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix:after .test {
 color: red;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
header, nav, section, article, aside, footer {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	color: #333;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #444444;
	margin-top: 0;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border: 0.5px solid #444444;
}
b1,b2,b3{
	font-weight: 600;
	margin-bottom: 0;
	color: #444444;
	margin-top: 0;
	line-height: 0.5;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
b2 {
	font-size: 13px;
}
b3 { 
  border-style: solid;
  border-width: thin;
}
p {
	margin-bottom: 15px;
	color: #555;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin-bottom: 15px;
	color: #9fa8a3;
	position: relative;
}
a {
	color: #9fa8a3;
	transition: all ease-in-out 0.3s;
}
a:hover {
	text-decoration: none;
	color: #22a0ff;
}
input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #eceaea;
	border-radius: 0px;
	padding: 10px 25px;
	width: 100%;
	color: #444444;
	height: auto;
	margin-bottom: 0px;
	box-shadow: none;
}
select {
	padding: 10px 20px;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	transition: all 0.5s ease;
}
textarea {
	resize: vertical;
	height: 200px;
}
img {
	width: 100%;
}
section {
	padding: 80px 0 85px;
}
section:nth-child(even) {
	background: #fbfbfb;
}
section:nth-child(odd) {
	background: #fff;
}
section.white-bg {
	background: #fff;
}
body [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin-left: 0;
	font-size: 16px;
}
label {
	font-weight: 500;
	margin-bottom: 5px;
}
a.btn-blue {
	border: 1px solid #005294;
	padding: 7px 25px;
	display: inline-block;
	background: #005294;
	color: #fff;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}
a.btn-blue:hover {
	background: #fff;
	color: #22a0ff;
	border-color: #22a0ff;
}
a.btn-white {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
a.btn-red {
	background: #ff3458;
	border-color: #ff3458;
}
a.btn-red:hover {
	background: #22a0ff;
	color: #ffffff;
	border-color: #22a0ff;
}
.search-outer a.btn-red {
	background: #22a0ff;
	border-color: #22a0ff;
}
.search-outer a.btn-red:hover {
	background: #ff3458;
	border-color: #ff3458;
	color: #ffffff;
}
a.btn-style-1 {
	border-radius: 25px;
	padding: 10px 25px;
}
a.btn-style-2 {
	border-radius: 10px;
	padding: 10px 25px;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
}
#status {
	position: fixed;
	content: '';
	display: block;
	top: 28%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	background: url(../images/loader.gif);
	background-size: cover;
	background-position: center;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999999999;
}
.bg-white {
	background: #fff!important;
}
/* Section Head */
.section-title {
	position: relative;
	padding: 0 20%;
	margin-bottom: 40px;
	z-index: 1;
}
.section-title h2 {
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 35px;
	color: #333;
}
.section-title p {
	margin-bottom: 0;
}
.section-title [class^="flaticon-"]:before, [class*=" flaticon-"]:before {
	font-size: 36px;
	color: #005294;
}
.section-icon {
	display: inline-block;
	background: transparent;
	z-index: 1;
	position: relative;
	padding: 0 20px;
	margin-bottom: 15px;
}
.section-icon:before {
	position: absolute;
	width: 100px;
	height: 1px;
	background: #333;
	content: '';
	left: -100px;
	top: 50%;
}
.section-icon:after {
	position: absolute;
	width: 100px;
	height: 1px;
	background: #333;
	content: '';
	right: -100px;
	top: 50%;
}
/*
breadcrumb*/
section.breadcrumb-outer {
	/*
	background: url(../images/breadcrumb.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
*/
	position: relative;
	padding: 250px 0 0px;
	background-size: cover;
	background-position: center;
}
.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.breadcrumb-outer h2 {
	color: #fff;
	margin: 0;
	font-size: 36px;
	padding: 10px 0 35px;
}
.breadcrumb-content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.breadcrumb-content:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #fff;
	width: 50px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.breadcrumb-content nav {
	display: inline-block;
}
.breadcrumb-content ul {
	margin-bottom: 0;
	background-color: #fff;
	padding: 12px 30px;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
	left: 0;
	right: 0;
	width: 40%;
	margin: 0 auto;
	bottom: -23px;
	border-radius: 0;
}
.breadcrumb-content li {
	margin-bottom: 0;
}
.breadcrumb-content li a {
	transition: all ease-in-out 0.3s;
	color: #666;
}
.breadcrumb-content li a:hover {
	color: #ffb606;
}
.breadcrumb-content .breadcrumb>.active {
	color: #ffb606;
}
.breadcrumb>li+li:before {
	padding: 0 10px 0 5px;
	content: '|'
}
/*pagination*/
ul.pagination {
	margin: 0;
}
.pagination-content {
	margin-top: 30px;
	text-align: center;
}
.pagination>li>a, .pagination>li>span {
	height: 36px;
	width: 36px;
	line-height: 2;
	font-size: 18px;
	padding: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li.active>a {
	background: #005294;
	color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
/* ====================== */
/*         Header         */
/* ====================== */

.navbar-brand {
	padding: 0!important;
}
.navbar {
	border-bottom: 0;
	padding: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	min-height: 30px;
	display: block;
}
.navbar.navbar-default {
	margin: 0;
	padding: 0;
	height: auto;
	background: transparent;
	border: none;
}
.logo {
	padding: 12px 0;
}
.logo a {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.myb {
	font-size: 14px;
	font-weight: bold;
}
.bg-color-header .navbar-default {
	background: #FE8800;
}
/* Main Menu Dropdown */

.logo-wrapper, .navbar-nav-wrapper, .nav-mini-wrapper {
	float: left;
}
.logo-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
ul.nav-mini {
	padding-top: 3px;
	padding-right: 13px;
}
ul.nav-mini li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	background: #00bcd4;
	border-radius: 5px;
	padding: 2px 10px;
}
ul.nav-mini li:last-child {
	margin-right: 0px;
}
ul.nav-mini li i {
	color: #fff;
	padding-right: 5px;
}
.nav.navbar-nav {
	float: left;
	transition: all ease-in-out 0.3s;
}
.nav.navbar-nav>li {
	position: relative;
	float: left;
	display: inline-block;
	margin: 10px 20px;
}
.nav.navbar-nav li:last-child {
	margin-right: 0;
}
.nav.navbar-nav li a {
	color: #FFF;
}
.nav.navbar-nav li.has-child i {
	display: inline-block;
}
.nav.navbar-nav > li > a {
	line-height: 3.5;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 0;
	color: #333;
	position: relative;
	font-weight: 600;
}
.nav.navbar-nav > li > a:hover, .nav.navbar-nav > li.active > a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #D60D45;
	background: none;
	text-decoration: none;
}
.nav.navbar-nav > li:last-child > a:after {
	display: none;
}
.nav.navbar-nav li ul {
	z-index: 99999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 59px;
	left: 0;
	width: 200px;
	display: none;
	background-color: #fff;
	border: 1px solid #EEE;
	border-top: 2px solid #D60D45;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
/*.nav.navbar-nav li:last-child ul, .nav.navbar-nav li:nth-last-child(2) ul  { left: auto; right:0; } */

.nav.navbar-nav li ul li a {
	border-bottom: 1px solid #E6E6E6;
	display: block;
	padding: 14px 20px;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.25;
}
.nav.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.nav.navbar-nav li ul li:hover a {
	padding-left: 25px;
	padding-right: 15px;
}
.nav.navbar-nav li ul li a:hover {
	color: #D60D45;
}
.nav.navbar-nav li ul li ul {
	position: absolute;
	left: 199px;
	top: -2px;
}
.nav.navbar-nav li ul li:hover ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.nav.navbar-nav li ul li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}
.nav.navbar-nav li ul li {
	display: block;
	text-align: left;
	margin: 0;
}
/* Mega Menu */

.navbar-nav > li.mega-menu {
	position: inherit;
	left: 0;
}
.navbar-nav > li.mega-menu ul {
	left: 0%;
	width: 100%;
	top: 36px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
	color: #D60D45;
	background: transparent;
}
.mega-menu-inner {
	padding: 0 20px;
}
.bg-color-header .navbar-nav > li.dropdown:hover > a, .bg-color-header .navbar-nav > li.dropdown > a:hover, .bg-color-header .navbar-nav > li.dropdown.active > a, .bg-color-header .navbar-nav > li.dropdown.active > a:hover, .bg-color-header .navbar-nav > li:hover > a, .bg-color-header .navbar-nav > li.active > a {
	color: #FFF;
}
.nav.navbar-nav > li > a:hover {
	color: #D60D45;
}
.navbar-arrow > ul > li .arrow-indicator {
	margin-left: 7px;
	color: #333;
}
.navbar-arrow ul ul > li .arrow-indicator {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	font-size: 16px;
	color: #333;
}
.nav.navbar-nav li ul li a:hover .navbar-arrow ul ul > li .arrow-indicator {
	color: #D60D45;
}
.megamenu-container .arrow-indicator {
	display: none;
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
}

@media only screen and (max-width: 991px) {
.logo-wrapper {
	width: 50%;
}
.navbar-nav-wrapper {
	width: 0%;
}
.navbar {
	margin: 0;
	padding: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-brand {
	line-height: 30px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-arrow > ul > li .arrow-indicator, .navbar-arrow ul ul > li .arrow-indicator {
	display: none;
}
ul.nav-mini {
	padding-right: 0;
}
ul.nav-mini li {
	margin-right: 5px;
	padding: 2px 6px;
}
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 23px;
}
.navbar.navbar-default {
	padding: 0;
}
#sp-top-bar {
	top: 95px;
}
#sp-top-bar, #sp-top2 {
	text-align: center;
}
#sp-top1 .nav-mini-wrapper {
	display: inline-block;
	float: none!important;
	margin: 10px 0;
}
#sp-top-bar .sp-contact-info {
	display: inline-block;
}
}

@media (min-width: 768px) {
.navbar-nav {
	margin: 0;
}
}
/**
 * Sticky Header
 */

.navbar-sticky {
	background: #fff;
	z-index: 99999;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
}
.navbar-sticky.navbar-default {
	padding: 10px 0 8px;
}
.navbar-sticky .navbar-nav > li > ul {
	top: 59px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
	top: 60px;
}
.transparent-header .navbar-sticky {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.9);
	margin: 0px;
	border: none;
}
.navbar.navbar-sticky .logo {
	padding: 5px 0 5px;
}
.navbar.navbar-sticky .logo img {
	width: 85%;
}
.navbar.navbar-sticky .nav.navbar-nav > li > a {
	line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
#sp-top2.col-sm-9 {
	padding-right: 0;
}
.sp-contact-info li {
	font-size: 12px;
	padding: 6px 4px;
}
.navbar-fixed-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	clear: both;
}
.transparent-header .navbar-sticky {
	padding: 10px 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.slicknav_btn {
	top: 32px;
}
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
	font-size: 21px;
}
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
}
/* Header */
.logo img {
	width: 80%;
}
.logomine {
	padding: 1px 0;
}
.logomine img {
	width: 10%;
}

.logo h1 {
	margin-bottom: 0;
	color: #005294;
	font-size: 40px;
}
.upper-head {
	/* background: #005294; */
	padding: 10px 0;
}
.header-menu {
	padding: 10px 0;
	background: #fff;
}
.contact-info {
	display: inline-block;
}
.upper-head p {
	margin-bottom: 0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
	font-weight: 400;
}
.upper-head i {
	padding-right: 5px;
}
.upper-head [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: 15px;
	margin-left: 0;
	font-weight: 600;
}
.login-btn a {
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
	font-weight: 400;
}
/* ====================== */
/*         Banner         */
/* ====================== */

#home_banner {
	position: relative;
	padding: 0;
	z-index: 3;
}
.swiper-container {
	height: 100%;
	margin: 0px;
}
.swiper-slide {
	overflow: hidden;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}
.slide-inner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255, 245, 245);
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white, .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: none !important;
}
.swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before, .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
	content: '\f3d6';
	font-family: 'Ionicons';
	font-size: 45px;
	position: absolute;
	right: 25px;
	color: #fff;
}
.swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
	content: '\f3d5';
	left: 25px;
}
.home_banner_text {
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 12%;
}
.home_banner_text p {
	font-size: 20px;
	color: #fff;
}
.home_banner_text h2, .home_banner_text span, .home_banner_text a {
	color: #fff;
	background: #005294;
	padding: 5px 15px;
	font-size: 33px;
}
.home_banner_text h2 {
	margin-bottom: 3px;
}
.home_banner_text span {
	background: #017ebb;
}
.home_banner_text a {
	background: #036d9f;
	margin-left: -5px;
	transition: all ease-in-out 0.3s;
}
.home_banner_text a:hover {
	color: #036d9f;
	background: #fff;
}
.search-box {
	padding: 0;
	position: relative;
	background: #fbfbfb;
}
.search-outer {
	background: #ffffff;
	position: relative;
	top: -50px;
	z-index: 9;
	box-shadow: 0px 0px 40px #57575757;
	border-radius: 0;
}
.search-ad {
	background: #22a0ff;
	position: relative;
	padding: 17px 20px;
	border-radius: 0;
	line-height: 1.3;
}
.search-ad p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}
.search-ad p span {
	display: block;
	font-size: 35px;
	font-weight: 600;
}
.search-ad [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: 50px;
	color: #fff;
}
.search-ad i {
	position: absolute;
	top: 10px;
	right: 30px;
}
.search-form {
	padding: 20px;
}
td.day {
	cursor: default;
}

/* ====================== */
/*    Popular Package     */
/* ====================== */

section.popular-packages {
	padding: 0 0 50px;
	background-image: url(../images/dl3.jpg);
	background-position: center;
	display: flex;
	justify-content: center;
}
.rowpackage {
	margin: 0;
	display: flex;
	justify-content: center;
}
.popular-packages .section-title {
	margin-bottom: 30px;
	text-align: center;
	color: #1abcc2;
	font-weight: 700;
	margin-top: 10px;
}
.package-item {
	height: 350px;
	width: 250px;
	margin-right: 10px;
	background-color: #d0fff9;
	box-shadow: 0px 0px 15px #35343485;
	transition: all ease-in-out 0.3s;
	border-radius: 30px;
}
.package-item-1 {
	background: rgb(19, 192, 163);
	box-shadow: 0px 0px 15px #b7b7b785;
	margin: 30px 0;
	transition: all ease-in-out 0.3s;
}
.package-content {
	height: 250px;
	padding: 30px;
	text-align: center;
}
.package-content h3 {
	display: block;
	margin-bottom: 0;
}
.package-days {
	display: inline-block;
	/* float: right; */
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	margin: 3px 0 10px 0;
	padding: 3px 8px;
	background: #22a0ff;
	border-radius: 5px;
}
.package-content .deal-rating {
	display: inline-block;
	margin: 9px 0;
}
.package-image {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
	margin-bottom: 22px;
}
.package-image img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 60px) !important;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
.package-item:hover {
	transition: all ease-in-out 0.3s;
	transform: translateY(-5px);
}
.package-item:hover img {
	opacity: 0.6;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.package-price {
	right: 0;
	bottom: 0;
	padding: 10px 25px 8px;
	text-align: center;
	box-shadow: 1px 1px 5px #cccccc57;
	width: 100%;
}
.package-price .deal-rating {
	display: inline-block;
	margin: 0 20px 0 0;
}
.package-price p {
	margin-bottom: 0;
	font-size: 17px;
	color: #fff;
	display: inline-block;
}
.package-price span {
	font-weight: 600;
}
section.popular-packages .slick-prev {
	left: -10px;
	border-color: #fbfbfb;
}
section.popular-packages .slick-next {
	right: -10px;
	border-color: #fbfbfb;
}
.package-info {
	text-align: center;
	margin-top: 25px;
}
.price{
	margin:0;
	color:#56C5D0;
	font-weight:600
}
.price::before{
	content:'\20B9';
	display:inline-block;
	margin-right:0.1rem
}
.detail-image-right-aboutus{
	height: 200px;
	width: 300px;
	display:flex;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-150%);
}
.detail-image-right{
	height: 200px;
	width: 300px;
	display: flex;
	float: right;
	margin-top: -195px;
}
.detail-image-right-mob {
	display:none;
}
.detail-image-bottom {
	display: none;
}
.login-form form h3 {
	width: 600px;
	text-align: left;
	color: rgb(6, 196, 196);
	font-size: xx-large;
	font-weight: 300;
}
.form-title-left {
	width: 100%;
	text-align: left;
	font-size: xx-large;
	font-weight: 300;
	color: #08dacf;
}
.form-title-right {
	width: 100%;
	text-align: right;
	font-size: xx-large;
	font-weight: 300;
	color: #08dacf;
}
@media (max-width: 767px) {
	section.popular-packages {
		padding: 0 0 50px;
		background-image: url(../images/dl3.jpg);
		background-position: center;
	}
	.popular-packages .section-title {
		margin-bottom: 10px
	}
	.package-item {
		height: 250px;
		background-color: #d0fff9;
		box-shadow: 0px 0px 15px #b7b7b785;
		margin: 30px 0;
		transition: all ease-in-out 0.3s;
		border-radius: 30px;
	}
	.package-item-1 {
		background: rgb(19, 192, 163);
		box-shadow: 0px 0px 15px #b7b7b785;
		margin: 30px 0;
		transition: all ease-in-out 0.3s;
	}
	.package-content {
		height: 250px;
		padding: 25px;
	}
	.package-content h3 {
		display: block;
		margin-bottom: 0;
	}
	.package-days {
		display: inline-block;
		/* float: right; */
		font-weight: 400;
		font-size: 14px;
		color: #ffffff;
		margin: 3px 0 10px 0;
		padding: 3px 8px;
		background: #22a0ff;
		border-radius: 5px;
	}
	.package-content .deal-rating {
		display: inline-block;
		margin: 9px 0;
	}
	.package-image {
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		cursor: default;
		background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
		margin-bottom: 22px;
	}
	.package-image img {
		display: block;
		position: relative;
		max-width: none;
		width: calc(100% + 60px) !important;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
		transition: opacity 0.35s, transform 0.45s;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	.package-item:hover {
		transition: all ease-in-out 0.3s;
		transform: translateY(-5px);
	}
	.package-item:hover img {
		opacity: 0.6;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.package-price {
		right: 0;
		bottom: 0;
		padding: 10px 25px 8px;
		text-align: center;
		box-shadow: 1px 1px 5px #cccccc57;
		width: 100%;
	}
	.package-price .deal-rating {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.package-price p {
		margin-bottom: 0;
		font-size: 17px;
		color: #fff;
		display: inline-block;
	}
	.package-price span {
		font-weight: 600;
	}
	section.popular-packages .slick-prev {
		left: -10px;
		border-color: #fbfbfb;
	}
	section.popular-packages .slick-next {
		right: -10px;
		border-color: #fbfbfb;
	}
	.package-info {
		text-align: center;
		margin-top: 25px;
	}
}
@media (max-width: 479px) {
	.detail-image-bottom {
		display: none;
	}	
	.form-title-right {
		text-align: center;
		margin-top: 20px;
	}
	.form-title-left {
		text-align: center;
		margin-top: 20px;
	}
	.package-item {
		height: 250px;
		padding: 30px;
		text-align: center;
	}
	.login-form form h3 {
		font-size:x-large;
		font-weight: 500;
		margin-bottom: -10px;
	}
	section.popular-packages {
		padding: 0 0 50px;
		background-image: url(../images/dl3.jpg);
		background-position: center;
	}
	.popular-packages .section-title {
		margin-bottom: 10px
	}
	.rowpackage {
		margin: 0;
		display: block;
		justify-content: center;
	}
	.package-item {
		height: 400px;
		margin-left: 50px;
	}
	.package-item-1 {
		background: rgb(19, 192, 163);
		box-shadow: 0px 0px 15px #b7b7b785;
		margin: 30px 0;
		transition: all ease-in-out 0.3s;
	}
	.package-content {
		height: 250px;
		padding: 25px;
	}
	.package-content h3 {
		display: block;
		margin-bottom: 0;
	}
	.package-days {
		display: inline-block;
		/* float: right; */
		font-weight: 400;
		font-size: 14px;
		color: #ffffff;
		margin: 3px 0 10px 0;
		padding: 3px 8px;
		background: #22a0ff;
		border-radius: 5px;
	}
	.package-content .deal-rating {
		display: inline-block;
		margin: 9px 0;
	}
	.package-image {
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		cursor: default;
		background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
		margin-bottom: 22px;
	}
	.package-image img {
		display: block;
		position: relative;
		max-width: none;
		width: calc(100% + 60px) !important;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
		transition: opacity 0.35s, transform 0.45s;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	.package-item:hover {
		transition: all ease-in-out 0.3s;
		transform: translateY(-5px);
	}
	.package-item:hover img {
		opacity: 0.6;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.package-price {
		right: 0;
		bottom: 0;
		padding: 10px 25px 8px;
		text-align: center;
		box-shadow: 1px 1px 5px #cccccc57;
		width: 100%;
	}
	.package-price .deal-rating {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.package-price p {
		margin-bottom: 0;
		font-size: 17px;
		color: #fff;
		display: inline-block;
	}
	.package-price span {
		font-weight: 600;
	}
	section.popular-packages .slick-prev {
		left: -10px;
		border-color: #fbfbfb;
	}
	section.popular-packages .slick-next {
		right: -10px;
		border-color: #fbfbfb;
	}
	.package-info {
		text-align: center;
		margin-top: 25px;
	}
}
@media (min-width:480px) and (max-width:1200px){
	.package-item {
		height: 400px;
		width: 200px;
		background-color: #d0fff9;
		box-shadow: 0px 0px 15px #35343485;
		transition: all ease-in-out 0.3s;
		border-radius: 30px;
	}
}

/* ====================== */
/*         Testimonial         */
/* ====================== */

section.testimonials {
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 38px;
}
.testimonials .section-title {
	margin-bottom: 0;
}
.testimonial_094_slide h5 {
	margin-top: 10px;
	font-size: 20px;
}
.testemonials .section-title {
	margin-bottom: 30px;
}
.testimonial-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

/* ====================== */
/*         Footer         */
/* ====================== */

footer {
	background: #505a54;
	width: 100%;
}
.newsletter {
	padding: 55px 0 35px;
	position: relative;
	z-index: 1;
	background: #2c2c2c;
}
.newsletter form {
	position: relative;
	width: 45%;
	margin: 0 auto;
}
.newsletter a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background: #ff3458;
	color: #fff;
}
.newsletter input[type=text] {
	padding-right: 115px;
	margin-bottom: 0;
}
.footer-links {
	padding: 45px 0 41px;
	border-top: 1px dashed #cccccc3b;
	position: relative;
	z-index: 1;
}
.footer-links h3 {
	color: #fff;
	margin-bottom: 30px;
}
.footer-links li {
	padding: 0 0 10px 0px;
	position: relative;
	margin-bottom: 10px
}
.footer-links li a {
	color: #fff;/*	opacity: 0.8;*/
}
.footer-links li a:hover {
	opacity: 1;
}
.footer-links li a i {
	padding-left: 5px;
	transition: all ease-in-out 0.3s;
}
.footer-links-list li a:hover i {
	padding-left: 10px;
}
.footer-links li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.copyright {
	position: relative;
	z-index: 1;
	padding: 0px 0 30px;
}
.copyright-content p {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
}
.copyright-content a {
	color: #fff;
}
.footer-recent-post li {
	padding: 0;
	margin-bottom: 15px;
}
.footer-recent-post li:last-child {
	margin-bottom: 0;
}
.footer-recent-post li:before, .footer-social-links li:before {
	display: none;
}
.recent-post-item {
	display: flex;
}
.recent-post-image {
	width: 27%;
}
.recent-post-content {
	flex: 1 auto;
	padding-left: 15px;
}
.recent-post-content h4 {
	color: #fff;
	margin-bottom: 5px;
}
.recent-post-content p {
	color: #ffc63f;
	margin-bottom: 0;
	font-size: 13px;
}
.footer-social-links li {
	padding: 0;
	display: inline-block;
	margin: 0px 20px 0 0;
}
.footer-instagram li {
	padding: 0;
	display: inline-block;
	width: 32.33%;
	margin: 0 0 4px 0;
}
li.social-icon {
	margin-right: 15px;
	font-size: 20px;
}
li.social-icon a i {
	padding: 0;
}
.footer-about p {
	color: #fff;
	margin: 20px 0;
}
.about-logo img {
	width: auto;
	margin-left: 1.35rem;
}
.about-location li {
	color: #fff;
}
.about-location li i {
	color: #ffc63f;
	padding-right: 10px;
}
.footer-social-links {
	margin-top: 20px;
}
.payment-content {
	text-align: right;
}
.payment-content li {
	display: inline-block;
	margin: 0 0px 0 10px;
	color: #fff;
}
.payment-content li img {
	width: 30px;
}
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid rgb(120, 196, 196);
	background: rgb(120, 196, 196);
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:after {
	position: absolute;
	content: '\f176';
	font-family: 'fontawesome';
	font-size: 20px;
	color: #ffffff;
	top: 5px;
	left: 15px;
	z-index: 1;
	font-weight: 500;
}
.subHeading{
	text-align: center;
	font-size: 36px;
	color: rgb(19, 192, 163);
} 
@media (max-width:479px){
	.subHeading{
		text-align: center;
		font-size: 30px;
		color: rgb(19, 192, 163);
	} 
	.copyright {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.about-logo img {
		margin-left: auto;
		margin-right: auto;
		display:block;
		margin-bottom: -30px;
	}
	.footer-social-links {
		margin-left: 80px;
	}
}

@media(max-width: 991px) {
.destination-fw-desc.fw-content {
	padding-top: 15px;
	text-align: center;
}
.fw-btns a.btn-blue {
	display: inline-block;
}
	#kenburns_061 .carousel-item img {
    width: auto;
    height: unset;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
}

@media(max-width: 478px) {
	#kenburns_061 .carousel-item img {
		width: 100%;
		height: unset;
		background-size:contain !important;
		overflow: hidden !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}
}

/* ====================== */
/*  Blog page */
/* ====================== */

.detail-image-left-mobile {
	display: none;
}
.details{
	margin-left: 450px;
}
.sideheading-right{
	text-align: right;
}
.login-form {
	text-align: center;
}
.login-form form {
	text-align: left;
	min-height: 300px;
	padding: 50px;
	color: #006dbf;
	margin-bottom: 50px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 20px #cccccc57;
}
.login-form-left-text{
	text-align:justify;
	width: 650px;
	font-size: medium;
}
.login-form-imageleft form {
	width: 100%;
	text-align: right;
	padding: 50px;
	color: #006dbf;
	margin-bottom: 50px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 20px #cccccc57;
}
.login-form form a.btn-red {
	width: 100%;
}
.form-text-right{
	margin-left: 500px;
	text-align: justify;
}
.form-text-left{
	margin-right: 500px;
	text-align: justify;
}
.form-text-left-whydenzo{
	margin-right: 500px;
	text-align: justify;
}
.form-text-right-activity{
	margin-left: 650px;
	text-align: right;
}
.form-text-left-activity{
	margin-right: 650px;
	text-align: left;
}
.form-title {
	text-align: left;
	margin-left: 450px;
}
.grid-item {
	padding: 20px;
}
.grid-item .blog-content {
	padding: 0;
}
.grid-item:last-child {
	margin-bottom: 0;
}
.blog-content-1 {
	border: 1px solid #f1f1f1;
}
.login-accounts {
	padding-top: 20px;
	margin-top: 23px;
	border-top: 1px solid #f1f1f1;
}
.login-accounts a.btn-blue {
	margin-right: 10px;
}
a.btn-google {
	background: #d34836;
	border-color: #d34836;
}
a.btn-twit {
	background: #00aced;
	border-color: #00aced;
}
.login-accounts h3 {
	display: block;
	margin: 10px 0 15px;
	padding-bottom: 0;
}
a.forgotpw {
	color: #D60D45;
}
.contact-about .about-logo {
	margin-bottom: 15px;
}
.contact-location i {
	color: #D60D45;
	margin-right: 10px;
}
.form-title h2, .form-title h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.form-title h2:after, .form-title h3:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 50px;
	background: #333;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
}
.make-payment {
	margin-top: 30px;
}
.form-title-1 {
	text-align: left;
}
.form-title-1 h2:after, .form-title-1 h3:after {
	right: none;
	margin: 0;
}
.forgot-password {
	padding: 100px 0 80px;
}

@media(max-width: 991px) {
.contact-about.footer-margin {
	margin: 30px 0 0;
}
}
@media (max-width:479px){
	.login-form-left-text{
		text-align:justify;
		width: 300px;
		font-size: medium;
	}
	.sideheading-right{
		text-align: left;
	}
}

/* ====================== */
/*         About us         */
/* ====================== */


section.aboutus {
	padding-bottom: 55px;
}
.about-item {
	padding: 40px 30px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 20px #cccccc67;
	text-align: center;
	margin-bottom: 30px;
}
.about-icon i {
	font-size: 50px;
	color: #D60D45;
	height: 60px;
	width: 60px;
	line-height: 1;
	padding: 5px;
	transition: all ease-in-out 0.3s;
}
.about-item:hover .about-icon i {
	opacity: 0.8;
}
.about-content {
	padding-top: 20px;
}
.about-content p {
	margin-bottom: 0;
}
.team-image {
	overflow: hidden;
}
.team-image img {
	transition: all ease-in-out 0.3s;
}
.team-item:hover .team-image img {
	transform: scale(1.2);
}
.team-content {
	background: #d60d45;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	bottom: 20px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}
.team-content h3 {
	color: #fff;
}
.team-content p {
	color: #fff;
	margin: 0;
}
.team-item:hover .team-content {
	width: 100%;
	bottom: 0;
}

button.btn-red {
	padding: 10px 20px;
	background: #D60D45;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 2px solid #D60D45;
	transition: all .5s ease;
}
button.btn-red:hover, button.btn-red:focus {
	color: #fff!important;
	background-color: #eb7979;
	border-color: #eb7979;
	transition: all .5s ease;
	text-shadow: initial;
	text-decoration: none;
}

/* ====================== */
/*       Home Style 1         */
/* ====================== */

.style-1 section {
	padding: 95px 0 80px;
}
header.head-style-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	border-bottom: 1px solid #ffffff2e;
}
.head-style-1 .upper-head {
	/* background: rgba(0,0,0,0.2); */
	padding: 0;/* border-bottom: 1px solid #ffffff2e; */
}
.logo-color {
	display: none;
}
.navbar-sticky .logo-white {
	display: none;
	margin: 0rem;
}
.navbar-sticky .logo-color {
	display: block;
}
.head-style-1 .upper-head-inner {
	border-bottom: 1px solid #ffffff2e;
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.075);
	padding: 0 15px;
	border-radius: 0 0px 10px 10px;
}
.head-style-1 .nav.navbar-nav li {
	margin: 0;
}
.head-style-1 .nav.navbar-nav > li > a {
	color: #fff;
	padding: 0px 0px;
	margin: 11px 16px;
}
.head-style-1 .nav.navbar-nav > li > a:hover, .head-style-1 .nav.navbar-nav > li.active > a, .head-style-1 .navbar-default .navbar-nav>.active>a {
	border-bottom: 3px solid #ff3458;
	color: #fff;
}
.head-style-1 .navbar-sticky .nav.navbar-nav > li > a:hover, .head-style-1 .navbar-sticky .nav.navbar-nav > li.active > a, .head-style-1 .navbar-sticky .navbar-default .navbar-nav>.active>a {
	color: #ff3458;
}
.head-style-1 .navbar-sticky .nav.navbar-nav > li > a {
	color: #333;
	font-weight: 600;
}
.head-style-1 .slicknav_menu {
	background: transparent;
}
.head-style-1 .nav.navbar-nav li ul {
	top: 70px;
}
.head-style-1 .navbar-sticky .navbar-nav > li > ul {
	top: 69px;
}
.head-style-1 .nav.navbar-nav li ul li ul {
	top: -2px;
}
.contact-info-item {
	display: inline-block;
	border-right: 1px solid #ffffff2e;
	padding: 10px 0;
	margin-right: 15px;
	color: #79867f;
}
.contact-info-item i {
	font-size: 14px;
	color: #79867f;
}
.banner-style-1 #js_frm_040 {
	max-height: 650px;
}
.banner-style-1 .js_frm_subscribe {
	top: 39%;
}
.banner-with-form .js_frm_subscribe {
	top: 43%;
}
.banner-style-1 .kenburns_061_slide {
	text-align: center;
}
.banner-style-1 .kenburns_061_slide a.btn-blue {
	margin-top: 25px;
}
.head-style-1 .login-btn a:hover {
	opacity: 0.8;
}
.head-style-1 .login-btn {
	/*  line-height: 3.5;*/
	padding: 10px 0;
}
.head-style-1 .upper-head [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	color: #fff;
	font-size: 14px;
}
.head-style-1 .upper-head i {
	margin-right: 10px;
	padding: 8px;
	/* background: #ff3458; */
	border-radius: 50%;
	width: 30px;
	font-size: 13px;
	height: 30px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	color: #fff;
	border: 0.02rem solid #fff;
}
.head-style-1 .upper-head .login-btn i {
	margin-right: 10px;
	padding: 8px;
	/* background: #22a0ff; */
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.head-style-1 .contact-info span {
	display: block;
}
.style-1 section.popular-packages {
	padding: 80px 0;
}
.banner-style-1 .slider-content {
	position: relative;
	margin-bottom: 25px;
	left: 0;
	width: 100%;
}
.style-1 .section-title h2:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 75px;
	background: #D60D45;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.style-1 .section-title h2:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 200px;
	background: #e1e1e1;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.style-1 .section-icon {
	display: none;
}
.style-1 .newsletter input[type=text] {
	padding: 15px 115px 15px 15px;
	border-radius: 5px;
}
.style-1 .newsletter a {
	top: 5px;
	right: 5px;
	border-radius: 5px
}
.style-1 .partners-logo {
	padding: 0;
}
.style-1 .search-box {
	background: #fff;
}
.search-content-slider {
	padding: 20px 20px 5px;
	background: #ffffff57;
}
.search-content-slider .table_item {
	padding: 0;
}
.search-content-slider a.btn-style-1 {
	border-radius: 0;
}

@media(max-width:1100px) {
.head-style-1 .nav.navbar-nav > li > a {
	padding: 10px 8px;
	float: left;
}
}
/*Amazing Tours*/

section.amazing-tours {
	padding-bottom: 50px;
}
.at-item {
	margin-bottom: 30px;
	position: relative;
}
.at-image {
	overflow: hidden;
	position: relative;
}
.at-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.at-image img {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.at-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.at-content h3 a, .at-content span {
	color: #fff;
}
.at-item:hover .at-image img {
	transform: scale(1);
}
.at-image:hover .at-overlay {
	opacity: 0.5;
}
.at-content h3 a:hover {
	color: #ccc;
}
.style-1 .ad-price {
	background: no-repeat;
	box-shadow: none;
}
.style-1 .ad-price-inner {
	background: #44675b;
	border: 2px dashed #fff;
}
.style-1 .trip-ad:before {
	left: 0;
	width: 100%;
	transform: none;
	background: linear-gradient(to left, rgba(255,0,0,0), rgb(29, 12, 12));
}
.style-1 .trip-ad:after {
	display: none;
}
.style-1 section.deals {
	background: #fbfbfb;
	position: relative;
}
.style-1 section.deals:before, .style-2 section.deals:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 59.2%;
	top: 0;
	left: 0;
}
.style-1 .deals-item-outer {
	padding: 0;
}
.style-1 .deal-content {
	background: #fff;
}
.bucket-content-image {
	position: relative;
	z-index: 1;
}
.style-1 section.bucket-list {
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}
.style-1 section.bucket-list:after {
	content: '';
	background: #fff;
	position: absolute;
	width: 80%;
	height: 100%;
	right: -33%;
	bottom: 0;
	transform: rotate(40deg);
	top: 0;
}
.style-1 .box-item {
	border-radius: 10px;
	overflow: hidden;
}
.style-1 .deals-item {
	margin: 0;
	box-shadow: 0px 0px 20px #cccccc67;
}
.style-1 .deals-item:before, .style-1 .deals-item:after, .style-2 .deals-item:before, .style-2 .deals-item:after {
	display: none;
}
.style-1 .ad-title h2, .style-1 .trip-ad-content p {
	color: #fff;
}
.style-1 span.deal-price {
	line-height: 2;
	bottom: 10px;
	height: 50px;
	border-radius: 10px;
	padding: 0;
	font-size: 25px;
	right: 10px;
	margin: 0;
	left: unset;
	background: #ae882f;
}
.style-1 .sale-tag {
	right: 10px;
	background: #ae882f;
	border-radius: 10px;
}
.style-1 .sale-tag:after {
	display: none;
}
.style-1 .package-image {
	width: 50%;
	margin-bottom: 0;
}
.style-1 .package-content {
	width: 50%;
	float: right;
	padding: 12px 15px 15px 15px;
	border-bottom: none;
}
.style-1 .package-price {
	box-shadow: none;
	padding: 0;
	text-align: left;
	display: inline-block;
}
.style-1 .package-price p {
	color: #D60D45;
}
.style-1 .package-content p, .style-1 .package-content h4 {
	margin-bottom: 10px;
}
.style-1 .package-info {
	margin: 0;
}
.style-1 .package-item {
	margin: 30px 0 0;
}
.style-1 .ad-title span {
	color: #ff9900;
}
.style-1 .package-item .package-days {
	display: block;
	float: none;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 10px 15px;
	border-radius: 0px 10px 10px 0px;
	margin-bottom: 0;
	color: #fff;
	background: #403f3f;
}
.style-1 .bucket-content {
	background: transparent;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 0;
}
.style-1 .bucket-item {
	display: block;
	position: relative;
}
.style-1 .bucket-item:before {
	border-radius: 10px;
}
.style-1 .bucket-image {
	float: left;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 15px;
	left: -10%;
}
.bucket-right .bucket-image {
	float: right;
	left: unset;
	right: -10%;
}
.style-1 .bucket-image i {
	padding: 4px 11px;
}
.style-1 .bucket-item-content {
	border-radius: 10px;
	padding: 25px 15px 25px 52px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 20px #cccccc67;
}
.bucket-right .bucket-item-content {
	padding: 25px 52px 25px 15px;
}
.style-1 .bucket-item:hover .bucket-image i {
	border-radius: 10px;
}
.style-1 section.testimonials {
	background: url(../images/bucketbg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	padding-bottom: 45px;
	position: relative;
}
.style-1 section.testimonials:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.testimonial-content {
	position: relative;
	z-index: 1;
}
.style-1 .trusted-partners {
	padding: 0 0 80px;
	background: #fff;
}
.style-1 .trusted-partners:before {
	display: none;
}
.style-1 .newsletter {
	background: #293140;
	padding: 45px 0 30px;
}
.style-1 .newsletter form {
	width: 100%;
}
.newsletter-title h3, .newsletter-title p {
	color: #fff;
}
.newsletter-content {
	margin-top: 8px;
}
.style-1 .footer-links {
	border-top: none;
	padding-bottom: 55px;
}
.style-1 section.newsletter:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 47%;
	top: 0;
	background: #39404e;
}
.style-1 .sale-content a.btn-blue:hover {
	background: #D60D45;
}
.destination-item-1 {
	box-shadow: 1px 1px 10px #cccccc57;
}
.destination-content-1 {
	background: #fff;
	border: 1px solid #f1f1f1;
}
.destination-content-1 h4 a {
	font-size: 22px;
	color: #333;
}
.destination-image-1 {
	overflow: hidden;
	width: 100%;
}
.destination-image-1 img {
	transition: all ease-in-out 1s;
}
.destination-item-1:hover img {
	transform: scale(1.1);
}
.destination-upper {
	padding: 15px 15px 0;
}
.destination-lower {
	padding: 15px 15px 0;
	background: #22a0ff;
}
.destination-lower p {
	display: inline-block;
	color: #fff;
	margin: 0;
}
p.top-price {
	font-size: 16px;
	font-weight: 600;
	color: #ff3458;
}
.destination-lower .deal-rating {
	display: inline-block;
	margin: 3px 0 15px;
}
.sale-content-1 {
	top: 60%;
	transition: all ease-in-out 1s;
}
.sale-content-1 .sale-review {
	margin-bottom: 10px;
}
.sale-content-1 h3 {
	margin-bottom: 50px;
	text-align: left;
}
.sale-content-inner {
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.sale-item:hover .sale-content-1 {
	top: 0;
}
.sale-item:hover .sale-content-inner {
	opacity: 1;
}
.style-1 .partners-logo .slick-slide img {
	border-radius: 10px;
	display: block;
	width: 100%;
	background: linear-gradient(-29deg, #064f79 0, #1581bf 100%);
	padding: 15px;
	border: 5px solid #fff;
	box-shadow: 0 0 10px #ccc;
	margin: 2px;
}
/*Testimonial*/
.style-1 .testimonial_094_slide > p {
	color: #fff;
}
.style-1 .testimonial_094_slide > h5 > a {
	color: #fff;
}
.style-1 .testimonial_094_slide:before {
	display: none;
}

@media(max-width: 991px) {
.style-1 .ad-title h2 {
	color: #005294;
}
.style-1 .trip-ad-content p {
	color: #777;
}
.style-1 .package-image, .style-1 .package-content {
	width: 100%;
}
.style-1 .ad-price {
	top: 68%;
	height: 150px;
	width: 150px;
}
.style-1 .ad-price-inner {
	height: 140px;
	width: 140px;
}
.style-1 .bucket-image {
	width: 15%;
}
.style-1 section.deals:before, .style-2 section.deals:before, .style-1 .deals .section-overlay, .style-2 .deals .section-overlay {
/*	height: 53.5%;*/
}
.head-style-1 .login-btn {
	float: left !important;
}
.style-1 .search-1 {
	background: #fbfbfb;
}
.search-1 .search-ad {
	padding: 20px;
	border-radius: 10px;
}
.search-1 .search-outer {
	top: 0;
	background: #fbfbfb;
	box-shadow: none;
}
.style-1 section.amazing-tours {
	padding-top: 95px;
}
.style-1 .ad-price span {
	font-size: 20px;
}
.style-1 span.rate {
	font-size: 30px;
}
.style-1 .ad-price-inner {
	padding: 35px 0;
}
.style-1 .bucket-image {
	top: 0;
	left: 0;
}
.style-1 .bucket-item-content {
	padding-left: 130px;
}
.style-1 .bucket-right .bucket-image {
	left: unset;
	right: 0;
}
.bucket-right .bucket-item-content {
	padding: 25px 130px 25px 15px;
}
.bucket-content-image {
	width: 40%;
	margin: 0 auto;
}
.sale-content-1 {
	top: 76%;
}
.style-1 .banner-style-1 .slider-content {
	display: none;
}
}

@media(max-width: 767px) {
.section-title {
	padding: 0;
}
.style-1 section.deals {
	padding-bottom: 50px;
}
.style-1 .deals-item {
	margin-bottom: 30px;
}
.style-1 .bucket-image {
	width: 18.5%;
}
.style-1 .newsletter {
	text-align: center;
}
.style-1 section.newsletter:before {
	display: none;
}
.col-left-padding {
	padding-left: 15px;
}
}

@media(max-width: 500px) {
.style-1 .bucket-image, .style-1 .bucket-right .bucket-image {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
}
.style-1 .bucket-item-content {
	padding: 110px 15px 15px;
	text-align: center;
}
.style-1 .ad-price {
	top: 75%;
}
.head-style-1 .upper-head {
	display: none;
}
.style-1 #js_frm_040 {
	height: 400px;
}
section.top-destinations-1 {
	padding-bottom: 50px
}
.destination-item-1 {
	margin-bottom: 30px;
}
.sale-content-1 h3 {
	margin-bottom: 30px;
}
.style-1 section.bucket-list {
	padding-bottom: 0;
}
.bucket-content .col-xs-4 {
	width: 100%;
}
.bucket-content .col-xs-offset-4 {
	margin: 0;
}
.search-content-slider .col-xs-6 {
	width: 100%;
}
.style-1 section.amazing-tours .col-md-3.col-xs-6, .style-2 section.amazing-tours .col-md-3.col-xs-6 {
	width: 100%;
}
}
/* ====================== */
/*     Home Style 2         */
/* ====================== */


.style-2 .search-box {
	background: #ffffff;
}
.style-2 section.top-destinations-1 {
	background: #fbfbfb;
	padding-top: 0;
}
section.full-tours {
	padding-top: 60px;
	overflow: hidden;
}
.full-tours .col-xs-6, .full-tours .col-lg-6, .full-tours .col-md-6, .full-tours .col-xs-3, .full-tours .col-lg-3, .full-tours .col-md-3 {
	padding: 0;
}
.ft-item {
	position: relative;
}
.ft-image {
	position: relative;
	overflow: hidden;
}
.ft-image img {
	transform: scale(1.2);
	transition: all ease-in-out 3s;
}
.ft-overlay {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.ft-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
}
.ft-content h2 a, .ft-content p {
	color: #fff;
	line-height: 1.2;
}
.ft-content h2 {
	margin-bottom: 10px;
}
.ft-item:hover .ft-image img {
	transform: scale(1);
}
.ft-content p span {
	font-size: 32px;
	display: block;
	font-weight: 400;
}
section.testimonial-1 {
	 background-color: #ffffff;
	 border-radius: 30px;
	 padding: 1rem;
	 position: relative;
}
.video-content {
	position: relative;
	z-index: 1;
}
.video-content iframe {
	width: 100%;
	height: 500px;
	position: relative;
}
.testimonial-inner {
	background: #333;
	position: relative;
	bottom: px;
	z-index: 1;
	align-items: center;
}
.testimonial-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #22a0ff;
	width: 60%;
	top: -25px;
	padding: 5px 15px;
	text-align: center;
	border-radius: 0 10px;
}
.testimonial-title h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}
.testimonial-image {
	height: 50px;
	width: 50px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 15px;
	overflow: hidden;
}
.tileBox {
	background-color: #d0fff9;
	color: #fff;
	border-radius: 30px;
	width: 250px;
	height: 200px;
	border: 5px solid white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.priceBox {
	background-color: #d0fff9;
	color: #fff;
	border-radius: 30px;
	width: 350px;
	height: 200px;
	border: 2px solid grey;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	padding-right: 2px
}
.image-box {
	display: block;
  margin-left: auto;
  margin-right: auto;
   height: 90px;
    width: 90px;
}
.image-box1 {
	position:relative;
	left: 300px;
   height: 200px;
	width: 500px;
	margin-bottom: 100px;
}
.style-2 section.amazing-tours {
	padding-bottom: 100px;
}
.style-2 section.deals-on-sale {
	padding-top: 130px;
}
.style-2 .testimonial_095_slide {
	width: 90%;
}
.footer-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

@media(max-width: 991px) {
.testimonial-inner {
	bottom: -50px;
}
.style-2 .search-box, .style-2 .search-outer {
	background: #fff;
}
}

@media(max-width: 767px) {
.full-tours .col-xs-6 {
	width: 100%;
}
.full-tours .col-xs-3 {
	width: 50%;
}
.destination-item-1 {
	margin-bottom: 30px;
}
.style-2 section.top-destinations-1 {
	padding: 90px 0 50px;
}
}

@media(max-width: 567px) {
.full-tours .col-xs-3 {
	width: 100%;
}
}
/*Home Style Dark*/

.dark section:nth-child(odd) {
	background: #23282D;
}
.dark section:nth-child(even) {
	background: #32373C;
}
.dark .trip-ad:before {
	background: #32373C;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark .section-title [class^="flaticon-"]:before, [class*=" flaticon-"]:before {
	color: #fff;
}
.dark .section-icon:before, .dark .section-icon:after {
	background: #fff;
}
.dark .deals-item-outer, .dark .deals-item:before, .dark .deals-item:after {
	background: #23282D;
}
.dark .package-item, .dark .blog-content {
	background: #32373C;
	box-shadow: none;
}
.dark .package-content {
	border-bottom: none;
}
.dark .search-box {
	background: #23282D;
}
.dark section.trip-ad {
	background: url(../images/adbg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.dark section.countdown-section {
	background: url(../images/countdownbg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.dark .blog-content a {
	color: #fff;
}
.dark .blog-content a:hover {
	opacity: 0.8;
}
.dark section.deals {
	background: url(../images/dealsbg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.dark .slider-button .slick-prev, .dark .slider-button .slick-next {
	border-color: #23282D;
}
.dark .blog-item {
	box-shadow: none;
}
.dark .deals-on-sale .slider-button .slick-prev, .dark .deals-on-sale .slider-button .slick-next {
	border-color: #32373C;
}
.dark .search-outer {
	background: #32373C;
	box-shadow: none;
}
#home_banner_video {
	height: 650px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#home_banner_video video {
	width: 100%;
	display: block;
}
.video-banner {
	position: relative;
}
.video-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	z-index: 1;
}
.video-banner-content .js_frm_subscribe {
	z-index: 1;
}
p.rate {
	font-size: 13px;
	color: #666;
	font-weight: 300;
}
.pt-100 {
	padding-top: 100px;
}
/*
.fullht {
	max-height: 1000px;
	overflow: hidden;
}
*/
section.full-tours a.btn-blue.btn-red {
	margin: 30px 0;
	padding: 13px 20px;
	font-size: 18px;
	text-decoration: none;
}
li.social-icon a i {
	color: #ff3458;
	margin-top: 10px;
}
.deals-image.guide img {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 200px;
	margin: 0 auto;
	height: 200px;
	border: 5px solid #fff;
}
section.login .login-form form {
	justify-content: center;
	max-width: 550px;
	margin: 0 auto;
	background: #fff;
}
section.login span {
	color: #22a0ff;
	float: right;
}
.newsletter h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #22a0ff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #ff3458;
	font-size: 16px;
}
.dropdown-menu li a:hover {
	color: #fff;
	background-color: #22a0ff;
	font-size: 16px;
}
.dropdown-menu li a {
	font-size: 16px;
	padding: 10px 15px;
}
#kenburns_061 .carousel-item img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	opacity: 1;
}
.search-content .form-group .form-control {
	height: 52px;
	padding: 11px 20px;
	cursor: pointer;
}
body.style-2.modal-open {
	padding-right: 0!important;
}
div#Loginmodel {
	padding-right: 0px!important;
	overflow-y: hidden;
}
div#Loginmodel .modal-dialog {
	margin-top: 5rem;
}
div#Loginmodel .modal-dialog button.close {
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 15px;
	font-weight: normal;
	cursor: pointer;
	opacity: 1;
}
div#Loginmodel .modal-dialog button.close i {
	font-weight: normal;
	color: #666;
}
body.viewht {
	max-height: 100vh;
	min-height: 100vh;
	overflow-y: hidden!important;
	display: flex;
	flex-direction: column;
}
section.breadcrumb-outer.signup {
	padding: 180px 0 0px;
}
span.arial {
	font-family: 'arial';
}
.copyright.signup {
	position: fixed;
	bottom: 0;
	z-index: 100;
	margin: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	display: block;
	background: rgba(0, 0, 0, 0.7);
}
.loginbg {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-around;
}
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
 to {
 -webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
 to {
 transform: scale(1.5, 1.5);
}
}

/* Responsive */

@media(max-width: 1100px) {
}

@media(max-width: 991px) {
.upper-head {
	display: none;
}
.logo {
	margin-bottom: 5px;
}
.logo img {
	width: 100%;
}
.search-content {
	padding: 30px 30px 0;
}
.search-ad {
	padding: 25px;
}
.table_item {
	padding: 30px 0px;
}
.bucket-item:last-child {
	margin-bottom: 40px;
}
.bucket-content {
	padding-bottom: 40px;
}
.top-destination-item .overlay {
	padding: 25px;
}
.top-destination-item .overlay-full {
	padding: 120px 20px;
}
.text .type-time {
	font-size: 15px;
}
.text .val {
	font-size: 45px;
	margin-bottom: 0;
}
section.countdown-section {
	padding-bottom: 50px;
}
.trusted-partners:before {
	width: 40%;
}
.partners-logo li {
	padding: 0 20px;
}
.partners-title h3 {
	text-align: left;
}
.partners-title span {
	font-size: 21px;
}
.breadcrumb-content ul {
	width: 80%;
}
#sidebar-sticky {
	margin: 30px 0 0;
}
/*  .sidebar-item:last-child{
    margin-bottom: 0;
  }*/
#home_banner_video {
	height: auto;
}
.bucket-content .mix {
	display: block;
	width: auto;
}
.search-outer {
	top: 0;
}
section.popular-packages, .style-2 section.top-destinations-1 {
	padding: 80px 0 50px;
}
.search-box {
	padding-top: 80px;
}
.partners-logo {
	padding-top: 50px;
}
.footer-instagram li {
	width: 32%;
}
}

@media(max-width: 991px) {
.fullht {
	max-height: 100%;
}
.section-title {
	padding: 0 10%;
}
.newsletter form {
	width: 60%;
}
.trip-ad:before {
	display: none;
}
.trip-ad-content {
	background: #fff;
	padding: 30px;
}
.trip-ad .ad-price {
	margin-top: 5%;
}
.footer-margin {
	margin-bottom: 30px;
}
}

@media(max-width: 767px) {
.partners-logo {
	padding-top: 37px;
}
.blog-item {
	margin-bottom: 30px;
}
.clock-item {
	width: 20%;
}
.newsletter form {
	width: 80%;
}
section.blog {
	padding-bottom: 50px;
}
.sale-content .sale-review {
	margin-bottom: 45px;
}
.footer-links {
	padding-bottom: 10px;
}
.footer-links .col-md-3.col-xs-6 {
	width: 100%;
}
section.countdown-section {
	padding-bottom: 85px;
}
.detail-info-content {
	margin-top: 20px;
}
.cover-content {
	padding: 0 0 30px 0;
}
.att-content-right {
	padding: 25px 15px;
}
.att-content-right span.bold {
	display: block;
}
a.btn-large {
	padding: 10px 20px;
}
.related-posts .list-item {
	margin-top: 30px;
}
.item-tags {
	padding-bottom: 0;
}
.tabs-navbar {
	padding: 0;
}
section.popular-packages .slick-prev, .sale-slider .slick-prev {
	left: 0;
	top: 45%;
}
section.popular-packages .slick-next, .sale-slider .slick-next {
	right: 0;
	top: 45%;
}
.style-1 section.bucket-list:after {
	right: -65%;
}
.detail-tab .breadcrumb-content ul {
	box-shadow: 0 0 10px #ccc;
	bottom: -23px;
}
.breadcrumb-outer .tabs-navbar {
	display: none;
}
}

@media(max-width: 735px) {
.bucket-list .mt_filter .list-inline>li {
	margin-bottom: 4px;
}
}

@media(max-width: 639px) {
.package-price .deal-rating {
	margin: 0;
	display: block;
}
.section-title h2 {
	font-size: 24px;
}
.top-destinations .col-md-4 {
	width: 100%;
	padding: 0 15px;
}
.top-destination-item:last-child {
	margin-bottom: 6px;
}
}

@media (max-width: 479px) {
header .col-xs-3 {
	width: 75%;
}
header .col-xs-9 {
	width: 25%;
}
.section-title {
	padding: 0;
}
.upper-head {
	text-align: center;
}
.login-btn {
	float: none !important;
}
.search-content .col-xs-6 {
	width: 100%;
}
.table_item {
	padding: 0 0 30px;
}
.search-ad {
	margin-bottom: 30px;
}
ul.post-category li {
	margin: 10px 0;
	width: 30%;
}
.bucket-item {
	display: block;
}
.bucket-item-content {
	padding: 25px;
}
.trip-ad:before {
	transform: skew(0);
	left: 0;
}
.ad-price {
	left: 50%;
	top: 46%;
	height: 170px;
	width: 170px;
}
.ad-price-inner {
	height: 160px;
	width: 160px;
	padding: 30px 0;
}
.clock-item {
	width: 45%;
	margin: 5px;
}
.trusted-partners .col-xs-4, .trusted-partners .col-xs-8 {
	width: 50%;
}
.trusted-partners:before {
	width: 55%;
}
footer .col-xs-6, .newsletter form {
	width: 100%;
}
footer .about-location li {
	color: #fff;
	margin-top: 10px;
}	
.countdown-title h2 {
	font-size: 30px;
}
.destination-margin {
	margin: 6px 0 !important;
}
.partners-logo {
	padding: 30px 0 0;
}
.partners-logo li {
	padding: 0 30px;
}
.partners-title {
	padding: 40px 0;
}
.top-destination-item .overlay {
	padding: 90px 20px;
}
.top-destination-item .overlay-full {
	padding: 210px 20px;
}
.login-btn a {
	margin: 0 10px;
}
.copyright {
	text-align: center;
	padding: 15px 0;
}
.payment-content {
	text-align: center;
	margin-top: 10px;
}
section.testimonials {
	padding-bottom: 90px;
}
section.testimonials .testimonial_094_indicators > .carousel-indicators li {
	display: none;
	transition: all ease-in-out 0.3s;
}
section.testimonials .testimonial_094_indicators > .carousel-indicators .active {
	display: block;
	margin: 0 auto;
}
section.testimonials #testimonial_094 {
	min-height: 340px;
}
.detail table td ul li {
	width: 100%;
}
.fw-content {
	margin: 15px 0;
}
.destinations .col-xs-6 {
	width: 100%;
}
.att-item {
	padding: 15px;
}
.att-content-right {
	text-align: center;
	position: relative;
}
.att-content-left ul li {
	width: 100%;
}
.comment-image {
	margin-bottom: 10px;
}
.breadcrumb-content ul {
	width: 100%;
	padding: 12px;
}
.att-content-right p:last-child {
	margin-bottom: 0;
}
.detail-info-content p.detail-info-price {
	float: none;
	display: block;
	margin-bottom: 8px;
}
section.main-content.detail {
	padding: 40px 0 30px;
}
.breadcrumb-content {
	width: 100%;
}
.sidebar-slider .slick-prev, .sidebar-slider .slick-next {
	top: 40%;
}
.destination-content .deal-rating {
	float: none;
}
.att-image {
	width: 100%;
	margin-bottom: 20px;
}
.att-content {
	padding-left: 0;
	width: 100%;
}
.timeline li {
	padding-left: 80px;
}
span.travel-date, .comment-desc .deal-rating {
	float: none;
	display: block;
	text-align: center;
}
a.btn-large {
	width: 100%;
}
ul.reply {
	padding-left: 0px;
	background: #fbfbfb;
}
.comment-content p.date {
	display: block;
	float: none;
}
.login-accounts a.btn-blue {
	margin: 10px 10px 0 0;
}
.search-content-slider {
	padding: 20px;
}
form .col-xs-6 {
	width: 100%;
}
.booking-outer h3 {
	margin: 10px 0;
}
.sale-content {
	padding: 20px 40px;
}
.detail-image-right {
	display: none;
}
.detail-image-right-aboutus{
	display: none;
}
.detail-image-right-mob {
	display: inline-block;
	vertical-align: middle;
	height: 200px;
	width: 300px;
}
.detail-image-left {
	height: 200px;
	width: 300px;
	float: left;
	margin-top: -180px;
}
}
.earlyDetectionGrid {
	width: 30%;
	padding: 1rem;
	margin: 1%;
	display:-webkit-box;
	display: -ms-flexbox;
	height: 150px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #efefef;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 30px;
	background-color: #08dacf;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.earlyDetectionGrid:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.earlyDetectionGrid .earlyDetectionGridIcon {
	width: 50px;
}
.earlyDetectionGrid .earlyDetectionGridText {
	font-size: 0.889rem;
	font-weight: 500;
	margin-top: 0.5rem;
}
.videobutton {
	height:200px;
	width:200px;
	outline:none !important
}
.header-social-links {
	display: inline-block;
	margin-right: 10px;
}
.header-social-links li {
	padding: 0;
	display: inline-block;
	margin: 0px 20px 0 0;
	border-right: 1px solid #ffffff2e;
}

.detail-image-left-activity{
	height: 250px;
	width: 600px;
	float: left;
	margin-top: -210px;
}
.detail-image-right-activity{
	height: 250px;
	width: 600px;
	float: right;
	margin-top: -250px;
}
.detail-image-left-general{
	height: 250px;
	width: 400px;
	float: left;
	margin-top: -160px;
}
.detail-image-right-general{
	height: 250px;
	width: 400px;
	float: right;
	margin-top: -160px;
}
.bs-example { 
    margin: 2px; 
} 
.thankyouPopupSection{
	position:fixed;
	top:0;
	left:0;
	right:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:auto;
	width:50vw;
	height:100vh;
	overflow-y:auto;
	-ms-flex-item-align:center;
	align-self:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3,3,3,0.082)), to(rgba(14,14,14,0.171))),url(../images/wall.jpg);
	background-image:linear-gradient(180deg, rgba(3,3,3,0.082) 0%, rgba(14,14,14,0.171) 100%),url(../images/wall.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(255,255,255,0.849);
	z-index:99999
}
#thankyouPopupSection #thankyouContainer{
	min-width:300px;
	height:auto;
	margin:auto;
	padding:.8rem;
	background-color:#fff;
	-webkit-box-shadow:0px 0px 25px 5px rgba(0,3,35,0.103);
	box-shadow:0px 0px 25px 5px rgba(0,3,35,0.103);
	border-radius:5px
}
#thankyouPopupSection #thankyouDiv{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-item-align:center;
	align-self:center;
	justify-items:center;
	border:1px dashed #56C5D0;
	border-radius:5px;
	background-color:#fff
}
#thankyouPopupSection #thankyouDiv .thankyouTitle{
	color:#56C5D0;
	font-weight:500;
	text-align:center;
	margin:0
}
#thankyouPopupSection #thankyouDiv .thankyouSubTitle{
	color:#161718;
	font-weight:400;
	text-align:center;
	margin:1rem 0
}
#thankyouPopupSection #thankyouDiv #thankyouLogo{
	min-width:130px;
	width:130px;
	-ms-flex-item-align:center;
	-ms-grid-row-align:center;
	align-self:center;
	margin:2rem 0
}
#thankyouPopupSection #thankyouDiv #thankyouInformationMainDiv{
	width:100%;
	padding:.5rem;
	border-top:1px dashed #56C5D0
}
#thankyouPopupSection #thankyouDiv #thankyouInformationMainDiv #thankyouInformationTitle{
	color:#757575;
	font-weight:500;
	text-align:left
}
#thankyouPopupSection #thankyouDiv #thankyouInformationMainDiv #thankyouInformationDiv{
	margin:.7rem 0
}
#thankyouPopupSection #thankyouDiv #thankyouInformationMainDiv #thankyouInformationDiv .thankyouInformation{
	margin:.5rem 0;
	color:#161718;
	font-size:.79rem
}
#thankyouPopupSection #thankyouPopupButton{
	width:100%;
	height:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-align:center;
	justify-self:flex-end;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border:none;
	border-radius:1px;
	font-size:14px;
	font-weight:500;
	margin-top:1rem;
	background-color:#56C5D0;
	color:#fff;
	-webkit-transition:all .3s;
	transition:all .3s
}
#thankyouPopupSection #thankyouPopupButton:hover{
	opacity:.8
}
.box { 
  border-style: solid;
  border-width: thin;
}
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #56c5d0;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 660px;
  background-color: #56c5d0;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 5%;
  margin-left: -300px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

@media (max-width:479px){
	.footer-margin {
		margin-bottom: 50px;
	}
	.login-form form {
		text-align: justify;
		padding: 30px;
		color: #006dbf;
		margin-bottom: 50px;
		border: 1px solid #f1f1f1;
		box-shadow: 1px 1px 20px #cccccc57;
	}
	.login-form-imageleft form {
		width: 100%;
		text-align: center;
		color: #006dbf;
		margin-bottom: 50px;
		border: 1px solid #f1f1f1;
		box-shadow: 1px 1px 20px #cccccc57;
	}
	.detail-image-left-activity {
		display: none;
	}
	.detail-image-right-activity {
		display: none;
	}
	.detail-image-right-general {
		display: none;
	}
	.detail-image-left-general {
		display: none;
	}
	.form-text-right{
		text-align: justify;
		margin-left: auto;
	}
	.form-text-left{
		text-align: justify;
		margin-right: auto;
	}
	.form-text-left-whydenzo{
		text-align: justify;
		margin-right: auto;
	}
	.form-text-right-activity{
		text-align: justify;
		margin-left: auto;
	}
	.form-text-left-activity{
		text-align: justify;
		margin-right: auto;
	}
	.detail-image-left-mobile {
		display: block;
	}
}
@media (min-width:480px) and (max-width:1025px){
	.detail-image-left-activity{
		height: 300px;
		width: 450px;
		float: left;
		margin-top: -300px;
	}
	.detail-image-right-activity{
		height: 300px;
		width: 450px;
		float: right;
		margin-top: -300px;
	}
	.form-text-right-activity{
		margin-left: 500px;
		text-align: right;
	}
	.form-text-left-activity{
		margin-right: 500px;
		text-align: left;
	}
	.form-text-left-whydenzo{
		text-align: justify;
		margin-right: 50px;
	}
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.sitemessage {
  display: inline-block;
  white-space: nowrap;
  animation: floatText 15s infinite linear;
  padding-left: 100%; /*Initial offset*/
}
.sitemessage:hover {
  animation-play-state: paused;
}
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}