
/*
Theme Name: Travel Point
Theme URI: 
Author: Zwin
Author URI: 
Description: Travel Point - Travel, Tour Booking HTML5 Template
Version: 1.0.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Banner

# Custom
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900%7CPoppins:200,300,300i,400,400i,500,600,700,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('http://fonts.cdnfonts.com/css/HelveticaNeueLT_arabic');


@font-face {
  font-family: 'FONTSPRING';
  src: url('../fonts/FONTSPRINGDEMO-BlueVinylBold.eot');
  src: url('../fonts/FONTSPRINGDEMO-BlueVinylBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylBold.woff2') format('woff2'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylBold.woff') format('woff'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylBold.ttf') format('truetype'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylBold.svg#FONTSPRINGDEMO-BlueVinylBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FONTSPRING';
  src: url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.eot');
  src: url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.woff2') format('woff2'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.woff') format('woff'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.ttf') format('truetype'),
      url('../fonts/FONTSPRINGDEMO-BlueVinylRegular.svg#FONTSPRINGDEMO-BlueVinylRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'HelveticaNeueLTArabic';
    src: url('HelveticaNeueLTArabic-Bold.eot');
    src: url('HelveticaNeueLTArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeueLTArabic-Bold.woff2') format('woff2'),
        url('HelveticaNeueLTArabic-Bold.woff') format('woff'),
        url('HelveticaNeueLTArabic-Bold.ttf') format('truetype'),
        url('HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic';
    src: url('HelveticaNeueLTArabic-Light.eot');
    src: url('HelveticaNeueLTArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeueLTArabic-Light.woff2') format('woff2'),
        url('HelveticaNeueLTArabic-Light.woff') format('woff'),
        url('HelveticaNeueLTArabic-Light.ttf') format('truetype'),
        url('HelveticaNeueLTArabic-Light.svg#HelveticaNeueLTArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic';
    src: url('HelveticaNeueLTArabic-Roman.eot');
    src: url('HelveticaNeueLTArabic-Roman.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeueLTArabic-Roman.woff2') format('woff2'),
        url('HelveticaNeueLTArabic-Roman.woff') format('woff'),
        url('HelveticaNeueLTArabic-Roman.ttf') format('truetype'),
        url('HelveticaNeueLTArabic-Roman.svg#HelveticaNeueLTArabic-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




 body { direction: rtl ; }
 
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
	--main-color-one: #648cbc;
	--main-color-two: #2c2426;
	--main-color-three: #363a47;
  --main-color-four: #bcd2ed;
	--heading-color: #363a47;
	--paragraph-color: #7c7973;
	--heading-font: 'HelveticaNeueLTArabic', sans-serif;
	--body-font: 'HelveticaNeueLTArabic', sans-serif;
	--body-font-size: 15px;
	--body-font-width: 400;
	--body-line-height: 32px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font)!important;;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	-webkit-font-smoothing: antialiased;
	/* WebKit  */
}

body {
	margin:0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font)!important;;
	font-size: var(--body-font-size);
	font-weight: var(--body-font-width);
	line-height: var(--body-line-height);
	text-align: right;
}

p span{	font-family: 'HelveticaNeueLTArabic', sans-serif!important;}
span span{	font-family: 'HelveticaNeueLTArabic', sans-serif!important;}
font {	font-family: 'HelveticaNeueLTArabic', sans-serif!important;}

h1 {
	font-size: 65px;
	line-height: 1.0833333333333333;
}

h2 {
	font-size: 55px;
	line-height: 1.2380952380952381;
}

h3 {
	font-size: 34px;
	line-height: 1.2333333333333333;
}

h4 {
	font-size: 26px;
	line-height: 1.2380952380952381;
}

h5 {
	font-size: 22px;
	line-height: 1.2380952380952381;
}

h6 {
	font-size: 20px;
	line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: 'HelveticaNeueLTArabic', sans-serif;;
}

p {
	color: var(--paragraph-color);
	/* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
	margin-bottom: 10px;
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

pre {
	word-break: break-word;
}

a i {
	padding:0 2px;
}

img {
	max-width: 100%;
}

ol {
	counter-reset: counter;
	padding-right: 0;
}

ol li {
	list-style: none;
	margin-bottom: 1rem;
}

ol li:before {
	counter-increment: counter;
	content: counter(counter);
	font-weight: 500;
	margin-left: 10px;
}

.desktop-center-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

code {
	color: #faa603;
}

.border-none {
	border: 0 !important;
}

.gray-bg {
	background: #FBFBFB;
}

.blue-bg {
	background: #01358D;
}

.green-bg {
	background: #01B9B7;
}

.dark-bg {
	background-color: #111d5c;
}

.section-bg-1 {
	background-color: #f4f7fc;
}

.bg-none {
	background: none;
}

.bg-none:after {
	display: none;
}

.check-list {
	margin:0;
	padding:0;
	list-style: none;
}

.check-list li {
	display: block;
	padding-right: 20px;
	position: relative;
	z-index: 0;
}

.check-list li:after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'fontawesome';
	content: "\f105";
	color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
	color: var(--main-color-one);
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin:-1px;
	overflow: hidden;
	padding:0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius:3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding:15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	float: right;
	clear: both;
	margin-left: 20px;
}

.alignright {
	float: left;
	clear: both;
	margin-right: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 1.75em;
}

.alignfull {
	margin:1.5em 0;
	max-width: 100%;
}

.alignwide {
	max-width: 1100px;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.blog-pagination ul li {
	display: inline-block;
}

.blog-pagination ul li+li {
	margin:0 5px;
}

.blog-pagination {
	display: block;
	width: 100%;
}

.blog-pagination ul {
	margin:0;
	padding:0;
	list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding:0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin:0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*----------------------------------------
    # Unit test
------------------------------------------*/

.wp-link-pages a {
	margin:0 5px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding:5px 15px;
	display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
	margin-left: 5px;
}

dl,
ol,
ul {
	padding-right: 15px;
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius:3px;
	padding:0 20px;
}

.post-password-form label {
	font-weight: 600;
	color: #333;
}

.post-password-form input[type=submit] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.post-password-form input[type=submit]:hover {
	background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
	padding:0.50rem !important;
}


/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/

.btn {
	height: 52px;
	line-height: 52px;
	padding:0 30px;
	border-radius:4px;
	overflow: hidden;
	position: relative;
	border: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn:focus,
.btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transform: scale(1, 0.5);
	-ms-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-read-more {
	color: var(--main-color-one);
}

.btn-read-more span {
	position: relative;
	padding-left: 28px;
}

.btn-read-more span i {
	position: absolute;
	top: 2px;
	font-size: 22px;
	margin-right: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-read-more:hover {
	color: var(--main-color-one);
}

.btn-read-more:hover span i {
	margin-right: 6px;
}

.btn-yellow {
	background: var(--main-color-one);
	color: #ffffff;
}

.btn-yellow:hover,
.btn-yellow:focus {
	color: #ffffff;
}

.btn-yellow i {
	margin-right: 7px;
	font-size: 22px;
}

.btn-yellow span {
	position: relative;
	padding-left: 28px;
}

.btn-yellow span i {
	position: absolute;
	top: 1px;
}

.btn-blue {
	background: var(--main-color-one);
	color: #ffffff;
}

.btn-blue:hover,
.btn-blue:focus {
	color: #ffffff;
}

.btn-blue i {
	margin-right: 7px;
	font-size: 22px;
}

.btn-blue span {
	position: relative;
	padding-left: 28px;
}

.btn-blue span i {
	position: absolute;
	top: 4px;
	    transform: scale(-1);
}



.btn-sonicsilver {
	background: var(--paragraph-color);
	color: #ffffff;
}

.btn-sonicsilver:hover,
.btn-sonicsilver:focus {
	color: #ffffff;
}

.btn-sonicsilver i {
	margin-right: 7px;
	font-size: 22px;
}

.btn-sonicsilver span {
	position: relative;
	padding-left: 28px;
}

.btn-sonicsilver span i {
	position: absolute;
	top: 1px;
}



.btn-gray {
	background: #F8F8F8;
	color: var(--main-color-two);
}

.btn-gray:hover,
.btn-gray:focus {
	color: #ffffff;
	background: var(--main-color-one);
}

.btn-gray:hover:before,
.btn-gray:focus:before {
	display: none;
}

.btn-gray i {
	margin-right: 7px;
	font-size: 22px;
}

.btn-gray span {
	position: relative;
	padding-left: 28px;
}

.btn-gray span i {
	position: absolute;
	top: 1px;
}

.btn-transparent {
	color: var(--main-color-two);
	border: 1px solid #76819F;
}

.btn-transparent:hover,
.btn-transparent:focus {
	color: #76819F;
}

.btn-transparent i {
	margin-left: 7px;
	font-size: 22px;
}

.btn-transparent span {
	position: relative;
}

.btn-transparent span i {
	position: absolute;
	top: 1px;
}

.pd-none {
	padding:0 !important;
}

.container-bg {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 45px #071C5517;
	-moz-box-shadow: 0px 0px 45px #071C5517;
	box-shadow: 0px 0px 45px #071C5517;
	border-radius:23px;
	z-index: 1;
	position: relative;
	padding-top: 70px; padding-left: 0; padding-bottom: 69px; padding-right: 0;
}

.bg-none {
	background: none !important;
	background-color: none !important;
}

.bg-dark-blue {
	background: var(--main-color-two);
}

.bg-gray {
	background: #F8F8F8;
}

.ic-yellow {
	color: var(--main-color-four);
}

.border-tp-solid {
	border-top: 1px solid #CFD3DE;
}

.border-bt-dot {
	border-bottom: 1px dashed #CFD3DE;
}

.mg-top--70 {
	margin-top: -70px !important;
}


/* -----------------------------------------------------
    default style
----------------------------------------------------- */

.section-title {
	margin-bottom: 63px;
}

.section-title .title {
	font-weight: 700;
	margin-bottom: 0;
}

.section-title .title span {
	color: var(--main-color-one);
}

.section-title p {
	margin-bottom: 0;
	margin-top: 18px;
}

.section-title a {
	margin-top: 32px;
}

.section-title.style-two .title,
.section-title.style-two p,
.section-title.style-two a {
	color: #ffffff;
}

.section-title.section-title-left-border {
	position: relative;
	padding-right: 40px;
}

.section-title.section-title-right-border:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	background: var(--main-color-one);
}

.section-title.section-title-right-border {
	position: relative;
	padding-left: 40px;
}

.section-title.section-title-left-border:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	background: var(--main-color-one);
}

.single-page-small-title {
	font-family: var(--body-font);
	font-weight: 500;
	color: var(--main-color-two);
	line-height: 36px;
	margin-bottom: 25px;
}

.tp-list-meta {
	margin:0;
	padding:0;
}

.tp-list-meta li {
	list-style: none;
	display: inline-block;
	margin:0 14px;
}

.tp-list-meta li i {
	color: #01B9B7;
	margin-left: 5px;
}

.tp-price-meta p {
	margin-bottom: 0;
	line-height: 16px;
}

.tp-price-meta h2 {
	display: inline-block;
	font-family: var(--body-font);
	font-weight: 600;
	font-size: 50px;
	color: var(--main-color-four);
	position: relative;
	margin-left: 40px;
}

.tp-price-meta h2 small {
	font-size: 28px !important;
	font-weight: 300;
	position: absolute;
	margin-top: 7px;
	position: absolute;
	left: -16px;
	top: 0;
}

.tp-price-meta h2 span {
  font-size: 28px !important;
  font-weight: 300;
  position: absolute;
  margin-top: 7px;
  top: 14px;
  right: 105%;
}

.tp-price-meta del {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.tp-price-meta del span {
	font-size: 14px !important;
	position: absolute;
	margin-top: -4px;
}

.tp-price-meta-cl {
	display: inline-block;
	text-align: right;
}

.ads-thumb {
	border-radius:37px;
}

.ads-thumb img {
	border-radius:37px;
}

.tp-review-meta span {
	margin-right: 10px;
	color: #fff;
}

.tp-control-nav .slick-arrow {
	border: 3px solid #F8F8F8;
	height: 56px;
	width: 56px;
	border-radius:50%;
	display: inline-block;
	font-size: 35px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	color: #F8F8F8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tp-control-nav .slick-arrow:hover,
.tp-control-nav .slick-arrow:active,
.tp-control-nav .slick-arrow:focus {
	border: 3px solid var(--main-color-one);
	color: var(--main-color-one);
}

.tp-common-slider-style .slick-arrow {
	border: 3px solid #CFD3DE;
	height: 56px;
	width: 56px;
	border-radius:50%;
	display: inline-block;
	font-size: 35px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	color: #CFD3DE;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

.tp-common-slider-style .slick-arrow:hover,
.tp-common-slider-style .slick-arrow:active,
.tp-common-slider-style .slick-arrow:focus {
	border: 3px solid var(--main-color-one);
	color: var(--main-color-one);
}

.social-icon {
	margin-bottom: 0;
	padding-right: 0;
	display: inline-block;
}

.social-icon li {
	display: inline-block;
	margin:0 5px;
}

.social-icon li a {
	height: 40px;
	width: 40px;
	font-size: 15px;
	display: inline-block;
	border-radius:50%;
	text-align: center;
	line-height: 33px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #ffffff;
}

.social-icon li:hover a {
	color: var(--main-color-four) !important;
	border: 2px solid var(--main-color-four) !important;
}

.social-icon.style-two li a {
	border: 2px solid #EAEAEA;
	color: var(--main-color-two);
}

.social-icon.style-three li a {
	border: 2px solid #EAEAEA;
	color: #01B9B7;
}

.tp-slider-extra {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tp-slider-extra .first {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	height: 65px;
	width: auto;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}

.tp-slider-extra .devider {
	font-size: 24px;
	color: #ffffff;
}

.tp-slider-extra .last {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF59;
}

.tp-pagination ul {
	padding-right: 0;
	margin-bottom: 0;
}

.tp-pagination ul li {
	display: inline-block;
	float: right;
}

.tp-pagination ul li .page-numbers {
	width: 50px;
	height: 50px;
	border: 2px solid #CFD3DE;
	border-radius:50%;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	color: #97A1B3;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	margin:0 8px;
}

.tp-pagination ul li .page-numbers:hover,
.tp-pagination ul li .page-numbers.current {
	background: #ffffff;
	border: 2px solid var(--main-color-one);
	color: var(--main-color-one);
}

.tp-pagination ul li .page-numbers.prev,
.tp-pagination ul li .page-numbers.next {
	line-height: 50px;
}

.tp-pagination ul li .page-numbers.prev i,
.tp-pagination ul li .page-numbers.next i {
	font-size: 27px;
	line-height: 48px;
}

.tps-arrow-left-right .slick-prev {
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -30px;
}

.tps-arrow-left-right .slick-next {
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -30px;
}

.tps-arrow-center {
	margin-bottom: 80px;
}

.tps-arrow-center .slick-prev {
	position: absolute;
	right: 50%;
	bottom: -80px;
	margin-right: -70px;
}

.tps-arrow-center .slick-next {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: -80px;
}

.location-details-map #map {
	height: 398px;
	border-radius:10px;
}

.pd-top-50 {
	padding-top: 50px;
}

.pd-top-65 {
	padding-top: 65px;
}

.pd-top-70 {
	padding-top: 70px;
}

.pd-top-75 {
	padding-top: 75px;
}

.pd-top-80 {
	padding-top: 80px;
}

.pd-top-90 {
	padding-top: 90px;
}

.pd-top-105 {
	padding-top: 105px;
}

.pd-top-108 {
	padding-top: 108px;
}

.pd-top-100 {
	padding-top: 100px;
}

.pd-top-110 {
	padding-top: 110px;
}

.pd-top-112 {
	padding-top: 112px;
}

.pd-top-120 {
	padding-top: 120px;
}

.pd-top-142 {
	padding-top: 142px;
}

.pd-bottom-30 {
	padding-bottom: 30px;
}

.pd-bottom-40 {
	padding-bottom: 40px;
}

.pd-bottom-50 {
	padding-bottom: 50px;
}

.pd-bottom-70 {
	padding-bottom: 70px;
}

.pd-bottom-92 {
	padding-bottom: 92px;
}

.pd-bottom-100 {
	padding-bottom: 100px;
}

.pd-bottom-120 {
	padding-bottom: 120px;
}

.pd-default-100 {
	padding:100px 0;
}

.pd-default-two {
	padding-top: 92px; padding-left: 0; padding-bottom: 100px; padding-right: 0;
}

.pd-default-3 {
	padding:92px 0;
}

.mg-top-92 {
	margin-top: 92px;
}

.mg-top-96 {
	margin-top: 96px;
}

.mg-top-100 {
	margin-top: 100px;
}

.mg-top-110 {
	margin-top: 110px;
}

.mg-top-120 {
	margin-top: 120px;
}

.mg-bottom-92 {
	margin-bottom: 92px;
}

.mg-bottom-100 {
	margin-bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .single-destination-grid .thumb img{
    object-fit: cover;
    max-height: 310px !important;
    width: 100%;
    }

    
}

@media all and (max-width: 1550px) {
	 :root {
		--body-font-size: 15px;
		--body-line-height: 28px;
	}
	.btn {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding:0 22px;
	}
	.btn span i {
		top: 0;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	
.single-destination-grid .thumb img{
    object-fit: cover;
    max-height: 310px;
    width: 100%;
}

}

@media all and (max-width: 320px) {
	 :root {
		--body-font-size: 14px;
		--body-line-height: 28px;
	}
}


/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/

.single-post-details-item .entry-content>.alignwide {
	max-width: 1100px;
}

.single-post-details-item .entry-content>.alignfull {
	margin:1.5em 0;
	max-width: 100%;
}

.wp-block-video video {
	max-width: 636px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
	margin:1.5em auto;
}

.wp-block-cover-text p {
	padding:1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding:0 14px;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding:.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wp-block-quote.is-large {
	margin:0 auto 16px;
}

.wp-block-pullquote>p:first-child {
	margin-top: 0;
}

.wp-block-separator {
	margin:3em auto;
	padding:0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding:1.5em 0;
	}
}

wp-block-video video {
	max-width: 636px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
	margin:1.5em auto;
}

.wp-block-cover-text p {
	padding:1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding:0 14px;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding:.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wp-block-quote.is-large {
	margin:0 auto 16px;
}

.wp-block-pullquote>p:first-child {
	margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-right: 4px solid #000;
	padding-right: 1em;
}

.wp-block-separator {
	margin:3em auto;
	padding:0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding:1.5em 0;
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}


/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/

.has-strong-blue-color {
	color: #0073aa;
}

.has-strong-blue-background-color {
	background-color: #0073aa;
}

.has-lighter-blue-color {
	color: #229fd8;
}

.has-lighter-blue-background-color {
	background-color: #229fd8;
}

.has-very-light-gray-color {
	color: #eee;
}

.has-very-light-gray-background-color {
	background-color: #eee;
}

.has-very-dark-gray-color {
	color: #444;
}

.has-very-dark-gray-background-color {
	background-color: #444;
}


/*---------------------
    ## Breadcumb 
----------------------*/

.breadcrumb-area {
	text-align: center;
	padding:350px 0 150px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.breadcrumb-area:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 0;
	opacity: 0.5;
}

.breadcrumb-area .breadcrumb-inner {
	position: relative;
	z-index: 2;
}

.breadcrumb-area .page-title {
	font-size: 55px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
}

.breadcrumb-area .page-list {
	margin:0;
	padding:0;
}

.breadcrumb-area .page-list li {
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	position: relative;
	padding-right: 8px;
}

.breadcrumb-area .page-list li:after {
	position: absolute;
	right: 0;
	top: -3px;
	content: "|";
	font-family: 'fontawesome';
}

.breadcrumb-area .page-list li:first-child {
	padding-right: 0;
}

.breadcrumb-area .page-list li:first-child:after {
	display: none;
}

.breadcrumb-area.style-two {
	padding:188px 0 182px;
}

.breadcrumb-area.style-three {
	padding-top: 305px; padding-left: 0; padding-bottom: 0; padding-right: 0;
}

.breadcrumb-area.style-three .breadcrumb-inner {
	display: inline-block;
	background: #ffffff;
	padding-top: 30px; padding-left: 110px; padding-bottom: 20px; padding-right: 110px;
	border-top-right-radius: 49px; border-top-left-radius: 49px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}

.breadcrumb-area.style-three .page-title {
	color: var(--main-color-two);
}

.breadcrumb-area.style-three .page-list {
	margin:0;
	padding:0;
}

.breadcrumb-area.style-three .page-list li {
	color: var(--main-color-two);
}


/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 65px;
}

.comments-area .comments-title {
	line-height: 33px;
	margin-bottom: 40px;
	font-family: var(--body-font);
}

.comments-area .comments-title span {
	font-size: 18px;
	line-height: 24px;
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px;
}

.comments-area .comment-list {
	margin:0;
	padding:0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 70px;
}

.comments-area .comment-list li {
	margin-top: 30px;
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
	margin:0;
	padding:0;
	margin-right: 50px;
	list-style: none;
	list-style-type: none;
}

.comments-area .comment-list li ul {
	list-style: none;
}

.comments-area .comment-list li ul.children {
	margin-right: 50px;
}

.comments-area .comment-list li ul.children li {
	list-style-type: none;
	list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border: 1px solid #CFD3DE;
	border-radius:10px;
	padding:30px;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-left: 30px;
	height: 65px;
	width: 65px;
	border-radius:50%;
	border: 2px solid var(--main-color-one);
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	border-radius:50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
	display: block;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.14px;
	margin-bottom: 18px;
	color: rgba(66, 84, 134, 0.8);
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	overflow: auto;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 0.22px;
	margin-bottom: 5px;
	font-family: var(--body-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: var(--body-font-size);
	line-height: var(--line-height30);
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
	letter-spacing: 0.3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 35px;
	line-height: 35px;
	padding:0 10px;
}

.comments-area .comment-list li .single-comment-wrap .content .reply span {
	padding-right: 25px;
	padding-left: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply span i {
	top: 3px;
	right: 0;
	margin-right: 0;
	font-size: 16px;
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius:5px;
	font-weight: 400;
	background-color: var(--main-color-one);
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #ffffff;
}

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.comment-respond {
	/*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
	margin-left: 5px;
}


/*----------------------------------------
  ## Search Popup
----------------------------------------*/

.search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
}

.search-popup .search-form {
	min-width: 600px;
	position: absolute;
	position: fixed;
	top: 50%;
	right: 50%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	visibility: hidden;
	opacity: 0;
	-ms-transform: translate(+50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(+50%, -50%);
	/* Chrome, Safari, Opera */
	transform: translate(+50%, -50%);
	z-index: 9999;
	border-radius:6px;
}

.search-popup .search-form .form-group {
	margin-bottom: 0;
}

.search-popup .search-form .form-group .form-control {
	border: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 54px;
	padding-top: 0; padding-left: 100px; padding-bottom: 0; padding-right: 30px;
}

.search-popup .search-form .submit-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 54px;
	border: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: var(--main-color-one);
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:0;
	text-align: center;
	cursor: pointer;
}

.search-popup .search-form .submit-btn:hover {
	opacity: 0.7;
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(2, 48, 71, 0.9);
	z-index: 9999;
	content: '';
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
	visibility: visible;
	opacity: .90;
}

.login-register-popup.active {
	visibility: visible;
	opacity: 1;
}

.login-register-popup {
	background: #ffffff;
	position: absolute;
	position: fixed;
	top: 50%;
	right: 50%;
	width: 62%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-ms-transform: translate(+50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(+50%, -50%);
	/* Chrome, Safari, Opera */
	transform: translate(+50%, -50%);
	max-height: calc(100% - 15%);
	overflow-y: auto;
	transition: 0.5s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 69px #97A1B238;
	box-shadow: 0px 2px 69px #97A1B238;
	border-radius:10px;
}

.login-register-popup .riyaqas-form-wrap {
	display: block;
	width: 100%;
	padding:0 55px;
}

.login-register-popup .riyaqas-form-wrap .single-input-wrap label {
	line-height: unset;
}

.login-register-popup .riyaqas-form-wrap .widget-title {
	font-size: 20px;
}

.login-register-popup .riyaqas-form-wrap span,
.login-register-popup .riyaqas-form-wrap label {
	font-size: 12px;
	letter-spacing: 0.24px;
}

.login-register-popup .riyaqas-form-wrap .check-box-area {
	overflow: hidden;
}

.login-register-popup .riyaqas-form-wrap .check-box-area input {
	margin-left: 5px;
	float: right;
}

.login-register-popup .riyaqas-form-wrap .check-box-area label {
	margin-bottom: 0;
	margin-top: -3px;
	float: right;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap {
	line-height: 41px;
	margin-top: 30px;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap .btn {
	height: 40px;
	line-height: 41px;
	padding:0 30px;
	border-radius:0;
	margin-top: 0;
	margin-left: 15px;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap a.signup {
	font-size: 12px;
	margin-right: 5px;
}

.login-register-popup-wrap {
	background: var(--main-color-two);
}

.login-register-popup-wrap .shape-thumb {
	position: absolute;
	top: -44px;
	right: -9px;
	z-index: 8;
}

.login-form-wrap {
	background: #ffffff;
	margin-top: 20px; margin-left: 50px; margin-bottom: 20px; margin-right: 80px;
	padding:20px 30px;
	border-radius:10px;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: -1px 12px 21px #071C5526;
	box-shadow: -1px 12px 21px #071C5526;
}

.login-form-wrap:after {
	content: '';
	position: absolute;
	right: -27px;
	left: 0;
	top: 5%;
	bottom: 0;
	height: 90%;
	width: 100%;
	background: #ffffff;
	border-radius:10px;
	z-index: -1;
	opacity: 0.95;
}

.login-form-wrap h4 {
	font-weight: 700;
	margin-bottom: 40px;
}

.login-form-wrap .single-input-wrap {
	position: relative;
}

.login-form-wrap .single-input-wrap input {
	color: var(--paragraph-color);
	font-weight: 200;
	padding-top: 0 !important; padding-left: 51px !important; padding-bottom: 0 !important; padding-right: 18px !important;
}

.login-form-wrap .single-input-wrap input::-webkit-input-placeholder {
	color: var(--paragraph-color);
}

.login-form-wrap .single-input-wrap input:-ms-input-placeholder {
	color: var(--paragraph-color);
}

.login-form-wrap .single-input-wrap input::-ms-input-placeholder {
	color: var(--paragraph-color);
}

.login-form-wrap .single-input-wrap input::placeholder {
	color: var(--paragraph-color);
}

.login-form-wrap .single-input-wrap .single-input-title {
	color: var(--paragraph-color);
	font-weight: 400;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	height: 79%;
	width: 45px;
	line-height: 41px;
	text-align: center;
	border-right: 1px solid #CFD3DE;
	font-weight: 200;
}

.login-form-wrap .single-input-wrap .btn {
	margin-top: 20px;
	height: 45px;
	line-height: 46px;
}

.login-form-wrap .checkbox {
	display: block;
	overflow: hidden;
	font-weight: 200;
}

.login-form-wrap .checkbox input {
	margin-top: 9px;
	margin-left: 5px;
	float: right;
}

.login-form-wrap .sign-in-btn {
	font-weight: 200;
}

.login-form-wrap .sign-in-btn a {
	color: var(--main-color-two);
	font-weight: 400;
}

.login-form-wrap .social-wrap p {
	font-size: 12px;
}

.login-form-wrap .social-wrap .social-icon li {
	margin-top: 0; margin-left: 5px; margin-bottom: 0; margin-right: 0;
}

.login-form-wrap .social-wrap .social-icon li a {
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border: 0;
	height: 28px;
	width: 28px;
	font-size: 12px;
	line-height: 29px;
}

.login-form-wrap .social-wrap .social-icon li .facebook {
	background: #3b5999;
}

.login-form-wrap .social-wrap .social-icon li .twitter {
	background: #55acee;
}

.login-form-wrap .social-wrap .social-icon li .pinterest {
	background: #c8232c;
}

.login-form-wrap .social-wrap .social-icon li:hover a {
	border: 0 !important;
}


/* -----------------------------------------------------
    main search style
----------------------------------------------------- */

.tp-main-search-area {
	margin-top: -85px;
	z-index: 2;
	position: relative;
}

.tp-main-search {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 13px #23397421;
	-moz-box-shadow: 0px 3px 13px #23397421;
	box-shadow: 0px 3px 13px #23397421;
	border-radius:4px;
	padding:60px 40px;
}

.tp-main-search .btn-yellow {
	width: 100%;
}

.tp-main-search .btn-yellow i {
	margin-right: 0;
	font-size: 14px;
	margin-left: 6px;
}

.tp-search-single-wrap {
	border-bottom: 2px solid #CFD3DE;
	display: block;
	position: relative;
	width: 100%;
}

.tp-search-single-wrap input {
	border: 0;
	padding:0 25px;
	color: var(--body-color);
	height: 45px;
	font-family: var(--body-font);
	background: transparent;
}

.tp-search-single-wrap input:focus {
	outline: 0;
	border: 0;
}

.tp-search-single-wrap input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.tp-search-single-wrap input:-ms-input-placeholder {
	color: #CFD3DE;
}

.tp-search-single-wrap input::-ms-input-placeholder {
	color: #CFD3DE;
}

.tp-search-single-wrap input::placeholder {
	color: #CFD3DE;
}

.tp-search-single-wrap i {
	color: #CFD3DE;
}

.tp-search-single-wrap i,
.tp-search-single-wrap img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.tp-search-single-wrap .nice-select {
	border: 0;
	background: transparent;
	padding:0 25px;
	color: #CFD3DE;
	height: 45px;
	line-height: 45px;
}

.tp-search-single-wrap .nice-select .current {
	color: var(--body-color);
	font-size: 16px;
}

.tp-search-single-wrap .nice-select .new-current {
	color: var(--paragraph-color);
}

.tp-search-single-wrap .nice-select:after {
	display: none;
}

.tp-search-single-wrap .nice-select .list {
	width: 100%;
}

.tp-search-single-wrap .nice-select .list li {
	color: #777;
}

.tp-search-single-wrap .tp-returning-date-wrap {
	position: relative;
}

.tp-search-single-wrap .tp-returning-date-wrap input {
	text-align: left;
	display: inline-block;
	width: auto;
	max-width: 179px;
	min-width: auto;
	padding-left: 10px;
	float: left;
}

.tp-search-single-wrap .tp-returning-date-wrap img {
	margin-right: -4px;
}

.tp-search-single-wrap:after {
	content: '';
	position: absolute;
	right: auto;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.tp-search-single-wrap:hover:after,
.tp-search-single-wrap:active:after,
.tp-search-single-wrap:focus:after {
	visibility: visible;
	opacity: 1;
	left: auto;
	right: 0;
	width: 100%;
	bottom: -2px;
}

.tp-search-single-wrap:hover i,
.tp-search-single-wrap:active i,
.tp-search-single-wrap:focus i {
	color: var(--main-color-one);
}

.ui-datepicker {
	background: #ffffff;
	width: auto !important;
	border: 1px solid #EAEAEA;
	-webkit-box-shadow: 0px 3px 13px #23397421;
	-moz-box-shadow: 0px 3px 13px #23397421;
	box-shadow: 0px 3px 13px #23397421;
	padding:20px;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
	border: 0;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	position: relative;
	cursor: pointer;
	border: 0;
	background: none;
	font-weight: 400;
	color: var(--paragraph-color);
	top: 1px;
	left: 1px;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
	display: none;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: "\f120";
	right: 0;
	position: absolute;
	font-size: 24px;
	top: 0;
	font-family: lineAwesome;
}

.ui-datepicker .ui-datepicker-next {
	float: left;
}

.ui-datepicker .ui-datepicker-next:after {
	content: "\f121";
	left: 0;
	position: absolute;
	font-size: 24px;
	top: 0;
	font-family: lineAwesome;
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	line-height: 2.4em;
	color: var(--paragraph-color);
	font-weight: 400;
	font-family: var(--body-font);
}

.ui-datepicker .ui-datepicker-calendar th {
	font-size: 15px;
	font-weight: 400;
	color: var(--paragraph-color);
	font-family: var(--body-font);
}

.ui-datepicker .ui-datepicker-calendar tr td {
	height: 36px;
	width: 36px;
	text-align: center;
	font-size: 15px;
}

.ui-datepicker .ui-datepicker-calendar tr td a {
	text-align: center;
	border: 0;
	background: none;
	padding:0;
	color: var(--paragraph-color);
	font-family: var(--body-font);
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
	background: var(--main-color-one);
	border-radius:4px;
	color: #ffffff;
}

.tp-main-search-2 {
	background: #01B9B7;
}

.tp-main-search-2 .tp-search-single-wrap i,
.tp-main-search-2 .tp-search-single-wrap input,
.tp-main-search-2 .tp-search-single-wrap .nice-select .current {
	background: transparent;
	color: #ffffff;
}

.tp-main-search-2 .tp-search-single-wrap input::-webkit-input-placeholder {
	color: #ffffff;
}

.tp-main-search-2 .tp-search-single-wrap input:-ms-input-placeholder {
	color: #ffffff;
}

.tp-main-search-2 .tp-search-single-wrap input::-ms-input-placeholder {
	color: #ffffff;
}

.tp-main-search-2 .tp-search-single-wrap input::placeholder {
	color: #ffffff;
}

.tp-main-search-2 .tp-search-single-wrap img {
	-webkit-filter: contrast(200%) brightness(150%);
	filter: contrast(200%) brightness(150%);
}

.tp-main-search-2 .tp-search-single-wrap:hover i {
	color: var(--main-color-one);
}

.tp-main-search-3 {
	margin-top: -115px !important;
}

.tp-main-search-3 .tp-main-search {
	padding-top: 0; padding-left: 0; padding-bottom: 0; padding-right: 40px;
}

.tp-main-search-3 .tp-main-search .tp-search-single-wrap {
	margin-top: 15px;
}

.tp-main-search-3 .tp-main-search .btn {
	height: 80px;
	line-height: 80px;
}


/* -----------------------------------------------------
    tp-tour-list-search-area style
----------------------------------------------------- */

.tp-tour-list-search-area {
	margin-bottom: 40px;
}

.tp-tour-list-search-area .single-input-wrap {
	position: relative;
	margin-bottom: 0;
}

.tp-tour-list-search-area .single-input-wrap i {
	position: absolute;
	top: 17px;
	right: 20px;
	color: #CFD3DE;
}

.tp-tour-list-search-area .single-input-wrap input {
	padding-top: 0; padding-left: 18px; padding-bottom: 0; padding-right: 48px;
	border-radius:4px;
}

.tp-tour-list-search-area .single-input-wrap input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.tp-tour-list-search-area .single-input-wrap input:-ms-input-placeholder {
	color: #CFD3DE;
}

.tp-tour-list-search-area .single-input-wrap input::-ms-input-placeholder {
	color: #CFD3DE;
}

.tp-tour-list-search-area .single-input-wrap input::placeholder {
	color: #CFD3DE;
}

.tp-tour-list-search-area .single-input-wrap.tour-list-search-icon i {
	font-size: 22px;
	top: 15px;
}


/*-------------------------
    ## Preloader Css
---------------------------*/

.pre-wrap {
	position: fixed;
	content: '';
	-webkit-transform: translate(+100%, -240%);
	-ms-transform: translate(+100%, -240%);
	transform: translate(+100%, -240%);
	font-size: 62px;
}

.preloader-inner {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: rgba(2, 48, 71, 0.9);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.preloader-inner .cancel-preloader a {
	background-color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--main-color-one);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius:30px;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}

.spinner {
	margin:120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color-one);
	border-radius:100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-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);
	}
}


/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/

.tp-lang-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tp-lang-wrap .single-select {
	width: 75px;
	background: transparent;
	border: 0;
	font-size: 16px;
	text-align: center !important;
	padding:0;
	-webkit-transition: all 0s ease-in-out !important;
	-o-transition: all 0s ease-in-out !important;
	transition: all 0s ease-in-out !important;
	position: relative;
}

.tp-lang-wrap .single-select:after {
	left: 50%;
	top: 84%;
	margin-left: -1px;
	margin-top: -20px;
	border: none !important;
	content: '\f0d7';
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.tp-lang-wrap .single-select ul li {
	display: block !important;
	line-height: 40px !important;
	font-size: 15px;
	color: var(--paragraph-color) !important;
}

.navbar-area {
	padding:0;
	position: fixed!important;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-area-fixed {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
	box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

@media all and (min-width: 992px) {
	.sticky-logo {
		display: none;
	}
	.navbar-area .nav-container .desktop-logo {
		margin-left: 140px;
		position: relative;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		width: 100%;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: inline-block;
		margin:0 10px;
		position: relative;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
		color: #ffffff;
		line-height: 95px;
		font-weight: 400;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:before {
		position: absolute;
		right: auto;
		left: 0;
		top: 62%;
		content: '';
		background: var(--main-color-one);
		height: 1px;
		width: 0%;
		visibility: hidden;
		opacity: 0;
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Chrome, Safari, Opera */
		transform: translateY(-50%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:before {
		visibility: visible;
		opacity: 1;
		left: auto;
		right: 0;
		width: 100%;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
		color: var(--main-color-four);
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
		position: relative;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		position: absolute;
		text-align: right;
		min-width: 196px;
		margin:0;
		list-style: none;
		right: 0;
		top: 100%;
		-webkit-box-shadow: 0px 6px 20px #84848442;
		box-shadow: 0px 6px 20px #84848442;
		z-index: 9;
		visibility: hidden;
		opacity: 0;
		z-index: 2;
		background: #ffffff;
		padding-right: 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
		display: block;
		margin-right: 0;
		line-height: 24px;
		font-size: 16px;
		margin-left: 0;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
		display: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		display: block;
		padding:5px 26px;
		font-size: 15px;
		white-space: nowrap;
		line-height: inherit;
		color: #666;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
		padding-top: 5px; padding-left: 26px; padding-bottom: 5px; padding-right: 28px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		padding-top: 13px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
		padding-bottom: 13px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
		position: relative;
		z-index: 0;
		padding-left: 0px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
		position: absolute;
		left: 15px;
		top: 50%;
		content: '\f105';
		font-family: 'fontawesome';
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Chrome, Safari, Opera */
		transform: translateY(-50%);
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children a:after {
		position: absolute;
		left: 23px;
		top: 20px;
		content: '\f105';
		font-family: 'fontawesome';
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
		right: 100%;
		top: 0;
		-webkit-box-shadow: 6px 6px 20px #84848442;
		box-shadow: 6px 6px 20px #84848442;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu a:after {
		display: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
		right: auto;
		left: 100%;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		opacity: 1;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
		content: '';
		position: absolute;
		right: auto;
		left: 0;
		top: 61%;
		background: var(--main-color-one);
		height: 1px;
		width: 0%;
		visibility: hidden;
		opacity: 0;
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Chrome, Safari, Opera */
		transform: translateY(-50%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
		color: var(--main-color-one);
	}
	.navbar-area-fixed {
		background: #ffffff;
		-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
		box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
	}
	.navbar-area-fixed .main-logo {
		display: none;
	}
	.navbar-area-fixed .sticky-logo {
		display: block;
	}
	.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li a {
		line-height: 80px;
		color: var(--paragraph-color);
	}
	.navbar-area-fixed .nav-container .nav-right-content ul li {
		display: inline-block;
		line-height: 80px;
		color: var(--paragraph-color);
	}
	.navbar-area-fixed .nav-container .nav-right-content ul li .btn {
		height: 48px;
		line-height: 48px;
	}
	
	.navbar-area-fixed .btn-lang {
		color: var(--paragraph-color);
	}
	
	.navbar-area-fixed .tp-lang-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-area-fixed .tp-lang-wrap .single-select {
		padding:0;
	}
	.navbar-area-fixed .tp-lang-wrap .single-select:after {
		border-color: var(--paragraph-color) !important;
	}
	.navbar-area-fixed .tp-lang-wrap .single-select ul li {
		color: var(--paragraph-color) !important;
	}
	.navbar-area-fixed .nav-left-content ul li:before {
		background: #CFD3DE;
	}
	/********** header two ***********/
	.nav-style-02 #tp_main_menu {
		position: relative;
	}
	.nav-style-02 #tp_main_menu .navbar-nav {
		display: none;
		margin-right: 240px;
	}
	.nav-style-02 .nav-container .desktop-logo {
		margin-left: 0;
		position: absolute;
		right: 0;
		width: 115px;
	}
	.nav-style-02 .dropdown-menu-btn {
		font-size: 30px;
		border-right: 1px solid #ffffff;
		padding-right: 25px;
		position: absolute;
		margin-right: 140px;
		cursor: pointer;
		line-height: 57px;
		height: 32px;
		padding-top: 10px;
	}
	.nav-style-02 .dropdown-menu-btn .line {
		height: 2px;
		width: 21px;
		background: #ffffff;
		margin-bottom: 4px;
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.nav-style-02 .dropdown-menu-btn .line:nth-child(3) {
		margin-bottom: 0;
		width: 14px;
	}
	.nav-style-02 .dropdown-menu-btn.open .line.line:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		-ms-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	.nav-style-02 .dropdown-menu-btn.open .line:nth-child(2) {
		opacity: 0;
	}
	.nav-style-02 .dropdown-menu-btn.open .line:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		-ms-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
		width: 21px;
	}
	.navbar-area-fixed .dropdown-menu-btn {
		border-right: 1px solid var(--paragraph-color);
	}
	.navbar-area-fixed .dropdown-menu-btn .line {
		background: var(--paragraph-color);
	}
}

.nav-right-content ul {
	margin-bottom: 0;
}

.nav-right-content ul li {
	display: inline-block;
	line-height: 95px;
	padding:0 27px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	cursor: pointer;
}

.btn-lang {
  display: inline-block;
  height: 42px !important;
  position: relative;
  padding-top: 0; padding-left: 30px; padding-bottom: 0; padding-right: 30px;
  background-color: #648CBC;
  cursor: pointer;
  border: 0;
  border-radius:4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: 0.25s background-color linear !important;
  vertical-align: middle;
  white-space: nowrap;
}


.nav-left-content ul li:first-child:before,
.nav-left-content ul li:nth-child(2):before {
	display: none;
}

.nav-right-content ul li .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobile-logo,
.responsive-mobile-menu .nav-right-content {
	display: none;
}

@media all and (max-width: 991px) {
    
    .single-destination-grid .thumb img{
        object-fit: cover;
        max-height: 175px !important;
        width: 100%;
    }
    
	.responsive-mobile-menu {
		width: 100%;
	}
	.responsive-mobile-menu .mobile-logo img {
		width: 115px;
		height: auto;
		margin-top: 5px;
	}
	.responsive-mobile-menu .navbar-toggler {
		margin-top: 14px;
		padding-top: 0; padding-left: 0; padding-bottom: 0; padding-right: 20px;
	}
	.responsive-mobile-menu .navbar-toggler:focus {
		outline: 0;
	}
	.responsive-mobile-menu .navbar-toggle-icon .line {
		height: 2px;
		width: 21px;
		background: var(--main-color-two);
		margin-bottom: 4px;
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.responsive-mobile-menu .navbar-toggle-icon .line:nth-child(3) {
		margin-bottom: 0;
	}
	.responsive-mobile-menu button.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		-ms-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	.responsive-mobile-menu button.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
		opacity: 0;
	}
	.responsive-mobile-menu button.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		-ms-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
	.mobile-logo,
	.navbar-area .responsive-mobile-menu .nav-right-content {
		display: inline-block;
	}
	.navbar-area .responsive-mobile-menu .nav-right-content {
		float: left;
	}
	.desktop-logo,
	.navbar-area .nav-right-content {
		display: none;
	}
	.nav-right-content ul li {
		color: var(--paragraph-color);
	}
	.nav-left-content ul li:before {
		background: #CFD3DE;
	}
	.nav-right-content ul li {
		line-height: inherit;
	}
	.nav-right-content .btn {
		height: 38px !important;
		line-height: 37px !important;
		font-size: 12px !important;
	}
	.nav-right-content .btn i {
		font-size: 11px !important;
		margin-right: 4px;
	}
	.navbar-area {
		padding:13px 0;
		background: #ffffff;
		z-index: 9999;
	}
	
	.navbar-area .btn-lang {
		color: var(--paragraph-color);
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 13px;
		border-top: 1px solid #CFD3DE;
		padding-top: 10px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: right;
		line-height: 30px;
		padding:6px 0;
		margin:0 !important;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-right: 0;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		top: 25px;
		left: 20px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
		padding-bottom: 0;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		height: auto;
		opacity: 1;
		background-color: transparent;
		border-bottom: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		position: initial;
		display: block;
		width: 100%;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin:0;
		padding-bottom: 0;
		padding-right: 32px;
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
		max-height: 250px;
		overflow-y: scroll;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
		content: "\f107";
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
		line-height: 28px;
		padding:0;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
		top: 30px;
		color: #ffffff;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		margin-top: 10px !important;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
		margin-bottom: 10px !important;
	}
}

.top-navbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-navbar .topbar-contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-navbar .topbar-contact {
	display: inline-block;
	min-width: 200px;
}

.top-navbar .topbar-contact i {
	float: right;
	height: 100%;
	padding-top: 10px;
	font-size: 30px;
	color: var(--main-color-one);
	margin-left: 10px;
}

.top-navbar .topbar-contact span {
	display: block !important;
	color: #ffffff;
}

.top-navbar .topbar-contact .title {
	font-size: 12px;
	line-height: 16px;
}

.top-navbar .nav-right-content ul li {
	line-height: 75px;
}

.top-navbar .nav-left-content ul li:nth-child(2):before {
	display: block;
}

.top-navbar .nav-left-content ul li:last-child {
	padding-left: 0;
}

.top-navbar .nav-left-content ul li:before {
	top: 0;
	bottom: 0;
	margin-top: 0;
	height: 100%;
}

.nav-style-03 {
	position: absolute;
	margin-top: 80px;
}

.nav-style-03.navbar-area-fixed {
	position: fixed;
	margin-top: 0;
}

.error-page-area .logo-wrapper,
.comming-soon-page .logo-wrapper,
.navbar-area .nav-container .desktop-logo img {
	max-width: 135px;
}

.about_us_widget .footer-logo img {
	max-width: 185px;
}

.nav-right-content ul li .btn {
	height: 49px;
	line-height: 41px;
}


/*------------------------------------------------
	## Banner style
------------------------------------------------*/

.banner-area {
	position: relative;
}

.banner-container {
	/*right: 50%;*/
}

.banner-slider .banner-slider-item {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

.banner-slider .banner-slider-item .banner-inner {
	margin-bottom: 80px;
}

.banner-slider .banner-slider-item .banner-inner .banner-cat {
	font-size: 18px;
	color: #f1f1f1;
	margin-bottom: 0;
}

.banner-slider .banner-slider-item .banner-inner .banner-title {
	font-size: 65px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--heading-font)!important;
}

.banner-slider .banner-slider-item .banner-inner .content {
	color: #ffffff;
	margin-bottom: 45px;
}

.banner-slider .banner-slider-item .banner-inner .btn {
	padding:0 50px;
}

.banner-slider .banner-slider-item .tp-price-meta p {
	color: #f1f1f1;
}

.banner-slider .banner-slider-item .tp-price-meta h2 {
	color: #ffffff;
	font-size: 35px;
}

.banner-slider .banner-slider-item .tp-price-meta h2 small {
	font-size: 20px !important;
}

.banner-slider .banner-slider-item .tp-price-meta .tp-price-meta-details {
	font-weight: 400;
	color: #ffffff;
}

.banner-slider .banner-slider-item .tp-price-meta .tp-price-meta-details span {
	color: #f1f1f1;
	font-weight: 200;
}

.banner-slider .banner-slider-item div.bannerimage {
	content: '';
	position: absolute;
	width: 100%;
	background-size: cover;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: all 9s ease;
	-moz-transition: all 9s ease;
	-o-transition: all 9s ease;
	transition: all 9s ease;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-slider .banner-slider-item.banner-bg-1 div.bannerimage {
	background-image: url("../img/banner/1.jpg");
}

.banner-slider .banner-slider-item.banner-bg-2 div.bannerimage {
	background-image: url("../img/banner/2.jpg");
}

.banner-slider .banner-slider-item.banner-bg-3 div.bannerimage {
	background-image: url("../img/banner/3.jpg");
}

.banner-slider .banner-slider-item:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	opacity: 0.4;
}

.banner-slider .slick-arrow {
	font-size: 35px;
	color: var(--main-color-four);
	top: 50%;
	z-index: 2;
	margin-top: -25px;
	position: absolute;
	border: 1px solid var(--main-color-four);
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius:50%;
}

.banner-slider .slick-prev {
	right: -60px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.banner-slider .slick-next {
	left: -60px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.banner-slider:hover .slick-prev {
	right: 60px;
}

.banner-slider:hover .slick-next {
	left: 60px;
}

.banner-social-meta {
	position: absolute;
	left: -40px;
	bottom: 250px;
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.banner-social-meta .banner-slider-dots {
	display: inline-block;
}

.banner-social-meta .banner-slider-dots ul {
	padding:0;
	margin:0;
}

.banner-social-meta .banner-slider-dots li {
	display: inline-block;
	list-style: none;
	height: 1px;
	width: 12px;
	background: #ffffff;
	margin:5px 3px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin:0 3px;
	cursor: pointer;
}

.banner-social-meta .banner-slider-dots li.slick-active {
	width: 40px;
	background: var(--main-color-four);
}

.banner-social-meta .banner-slider-dots li button {
	display: none;
}

.banner-social-meta .social-icon {
	display: inline-block;
	margin-right: 10px;
}

.banner-social-meta .social-icon li {
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.banner-slider-controls {
	position: absolute;
	top: 55%;
}

.banner-slider .slick-active .s-animate-1 {
	-webkit-animation: 1.5s .3s fadeInLeft both;
	animation: 1.5s .3s fadeInLeft both;
}

.banner-slider .slick-active .s-animate-2 {
	-webkit-animation: 1.5s .7s fadeInLeft both;
	animation: 1.5s .7s fadeInLeft both;
}

.banner-slider .slick-active .s-animate-3 {
	-webkit-animation: 1.5s 1s fadeInLeft both;
	animation: 1.5s 1s fadeInLeft both;
}

.banner-slider .slick-active .s-animate-4 {
	-webkit-animation: 1.5s 1.4s fadeInLeft both;
	animation: 1.5s 1.4s fadeInLeft both;
}

.banner-slider .slick-active .s-animate-5 {
	-webkit-animation: 1.5s 1.5s fadeInLeft both;
	animation: 1.5s 1.5s fadeInLeft both;
}

.banner-slider .slick-active:after {
	-webkit-animation: 15s 0s banner_zoomOut both;
	animation: 15s 0s banner_zoomOut both;
}

.banner-slider .slick-active .s-animate-video {
	-webkit-animation: 1.5s .7s zoomIn both;
	animation: 1.5s .7s zoomIn both;
}





/*------------------------------------------------
	## Banner style
------------------------------------------------*/

.banner-areainner {
	position: relative;
}

.banner-sliderinner .banner-slider-item {
	position: relative;
	height: 70vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

.banner-sliderinner .banner-slider-item .banner-inner {
	margin-bottom: 80px;
}

.banner-sliderinner .banner-slider-item .banner-inner .banner-cat {
	font-size: 18px;
	color: #f1f1f1;
	margin-bottom: 0;
}

.banner-sliderinner .banner-slider-item .banner-inner .banner-title {
	font-size: 90px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: 700;
}

.banner-sliderinner .banner-slider-item .banner-inner .content {
	color: #ffffff;
	margin-bottom: 45px;
}

.banner-sliderinner .banner-slider-item .banner-inner .btn {
	padding:0 50px;
}

.banner-sliderinner .banner-slider-item .tp-price-meta p {
	color: #f1f1f1;
}

.banner-sliderinner .banner-slider-item .tp-price-meta h2 {
	color: #ffffff;
	font-size: 35px;
}

.banner-sliderinner .banner-slider-item .tp-price-meta h2 small {
	font-size: 20px !important;
}

.banner-sliderinner .banner-slider-item .tp-price-meta .tp-price-meta-details {
	font-weight: 400;
	color: #ffffff;
}

.banner-sliderinner .banner-slider-item .tp-price-meta .tp-price-meta-details span {
	color: #f1f1f1;
	font-weight: 200;
}

.banner-sliderinner .banner-slider-item div.bannerimage {
	content: '';
	position: absolute;
	width: 100%;
	background-size: cover;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: all 9s ease;
	-moz-transition: all 9s ease;
	-o-transition: all 9s ease;
	transition: all 9s ease;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.banner-sliderinner .banner-slider-item.banner-bg-1 div.bannerimage {
	background-image: url("../img/banner/1.jpg");
}

.banner-sliderinner .banner-slider-item.banner-bg-2 div.bannerimage {
	background-image: url("../img/banner/2.jpg");
}

.banner-sliderinner .banner-slider-item.banner-bg-3 div.bannerimage {
	background-image: url("../img/banner/3.jpg");
}

.banner-sliderinner .banner-slider-item:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	opacity: 0.4;
}

.banner-sliderinner .slick-arrow {
	font-size: 35px;
	color: var(--main-color-four);
	top: 50%;
	z-index: 2;
	margin-top: -25px;
	position: absolute;
	border: 1px solid var(--main-color-four);
	height: 50px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	border-radius:50%;
}

.banner-sliderinner .slick-prev {
	right: -60px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.banner-sliderinner .slick-next {
	left: -60px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.banner-sliderinner:hover .slick-prev {
	right: 60px;
}

.banner-sliderinner:hover .slick-next {
	left: 60px;
}

.banner-social-meta {
	position: absolute;
	left: -40px;
	bottom: 250px;
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.banner-social-meta .banner-slider-dots {
	display: inline-block;
}

.banner-social-meta .banner-slider-dots ul {
	padding:0;
	margin:0;
}

.banner-social-meta .banner-slider-dots li {
	display: inline-block;
	list-style: none;
	height: 1px;
	width: 12px;
	background: #ffffff;
	margin:5px 3px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin:0 3px;
	cursor: pointer;
}

.banner-social-meta .banner-slider-dots li.slick-active {
	width: 40px;
	background: var(--main-color-four);
}

.banner-social-meta .banner-slider-dots li button {
	display: none;
}

.banner-social-meta .social-icon {
	display: inline-block;
	margin-right: 10px;
}

.banner-social-meta .social-icon li {
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.banner-slider-controls {
	position: absolute;
	top: 55%;
}

.banner-sliderinner .slick-active .s-animate-1 {
	-webkit-animation: 1.5s .3s fadeInLeft both;
	animation: 1.5s .3s fadeInLeft both;
}

.banner-sliderinner .slick-active .s-animate-2 {
	-webkit-animation: 1.5s .7s fadeInLeft both;
	animation: 1.5s .7s fadeInLeft both;
}

.banner-sliderinner .slick-active .s-animate-3 {
	-webkit-animation: 1.5s 1s fadeInLeft both;
	animation: 1.5s 1s fadeInLeft both;
}

.banner-sliderinner .slick-active .s-animate-4 {
	-webkit-animation: 1.5s 1.4s fadeInLeft both;
	animation: 1.5s 1.4s fadeInLeft both;
}

.banner-sliderinner .slick-active .s-animate-5 {
	-webkit-animation: 1.5s 1.5s fadeInLeft both;
	animation: 1.5s 1.5s fadeInLeft both;
}

.banner-sliderinner .slick-active:after {
	-webkit-animation: 15s 0s banner_zoomOut both;
	animation: 15s 0s banner_zoomOut both;
}

.banner-sliderinner .slick-active .s-animate-video {
	-webkit-animation: 1.5s .7s zoomIn both;
	animation: 1.5s .7s zoomIn both;
}


.slick-slide {
    height: 100vh;
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  
    .banner-area .slick-track {
      height: 100vh;
  }


  .destinations-list-slider .slick-slide {
    height: auto!important;
	margin-left: 15px;
  }

  .destinations-list-slider .slick-dots{
	list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	margin-top: 35px;
  }

  .destinations-list-slider .slick-dots li button{
    border: 0px;
    background: #638cbc;
    color: #fff;
    width: 15px;
    height: 15px;
    margin:5px;
    border-radius:50%;
    font-size: 0;

  }

/*------------------------------------------------
	## Video banner
------------------------------------------------*/

.video-banner-area {
	overflow: hidden;
	position: relative;
	height: 70vh!important;
}

.video-banner-area-home{
	height: 100vh!important;
}

.video-banner-area:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: transparent -webkit-radial-gradient(50% 50%, closest-side, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-radial-gradient(50% 50%, closest-side, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;
	background: transparent radial-gradient(closest-side at 50% 50%, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;*/
	opacity: 1;
	z-index: 2;
}

.video-banner-area .video-banner-content-wrap {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-banner-area .video-banner-content-wrap .video-banner-content {
	position: relative;
	z-index: 3;
	width: 100%;
}

.video-banner-area .video-banner-content-wrap .video-banner-content h2 {
	color: #ffffff;
	font-size: 100px;
}

.video-banner-area .video-banner-content-wrap .video-banner-content h2.main-title {
	font-weight: 700;
}

.video-banner-area .video-banner-wrap .tv {
	-webkit-transform: scale(1.3) !important;
	-ms-transform: scale(1.3) !important;
	transform: scale(1.3) !important;
}

.ytp-pause-overlay.ytp-scroll-min {
	display: none !important;
}


/*------------------------------------------------
	## parallax banner
------------------------------------------------*/

.main-banner-area {
	height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-size: cover;
}

.main-banner-area:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent -webkit-radial-gradient(50% 50%, closest-side, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-radial-gradient(50% 50%, closest-side, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;
	background: transparent radial-gradient(closest-side at 50% 50%, #1E51B957 0%, #071C55B3 100%) 0% 0% no-repeat padding-box;
	opacity: 0.80;
	z-index: 0;
}

.main-banner-area .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -50px;
	margin-top: 30px;
}

.main-banner-area h1 {
	color: #ffffff;
	font-family: var(--body-font);
	font-weight: 600;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(30%, transparent), color-stop(40%, #d0ccd4));
	background: -webkit-linear-gradient(bottom, transparent 30%, #d0ccd4 40%);
	background: -o-linear-gradient(bottom, transparent 30%, #d0ccd4 40%);
	background: linear-gradient(to top, transparent 30%, #d0ccd4 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 160px;
	font-weight: 800;
	z-index: 3;
	position: relative;
}

.main-banner-area .shadow {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	margin-top: -100px;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(30%, transparent), color-stop(40%, #ffffff));
	background: -webkit-linear-gradient(bottom, transparent 30%, #ffffff 40%);
	background: -o-linear-gradient(bottom, transparent 30%, #ffffff 40%);
	background: linear-gradient(to top, transparent 30%, #ffffff 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.1;
}

.main-banner-area h2 {
	color: var(--main-color-one);
	font-size: 24px;
	font-weight: 600;
	font-family: var(--body-font);
	z-index: 3;
	position: relative;
}

.main-banner-area .scroll-down {
	position: absolute;
	right: 50%;
	bottom: 30px;
	-webkit-transform: translateX(+50%);
	-ms-transform: translateX(+50%);
	transform: translateX(+50%);
}

.main-banner-area .scroll-down a {
	color: #fff;
	z-index: 99;
	cursor: pointer;
	position: relative;
}

.main-banner-area .scroll-down a span {
	height: 46px;
	width: 29px;
	border-radius:15px;
	background: transparent;
	display: inline-block;
	border: 1px solid #ffffff;
	position: absolute;
	margin-top: -30px;
	margin-right: 4px;
}

.main-banner-area .scroll-down a span:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background: #ffffff;
	right: 50%;
	top: 10px;
	border-radius:50%;
	margin-right: -3px;
}

.main-banner-area .scroll-down a i {
	font-size: 34px;
	-webkit-animation: top-image-bounce 2s infinite ease-in-out;
	animation: top-image-bounce 2s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}

@keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}

.scroll-down.style-two a {
	position: relative;
}

.scroll-down.style-two a:after {
	content: '';
	background-image: url("../img/banner/arrow.png");
	position: absolute;
	width: 105px;
	height: 60px;
	background-size: 100%;
	margin-top: -4px;
	right: 50%;
	margin-right: -50px;
}

.scroll-down.style-two a {
	color: var(--main-color-one);
}

.scroll-down.style-two a span {
	height: 30px;
	width: 17px;
	border-radius:15px;
	background: transparent;
	display: inline-block;
	border: 1px solid var(--main-color-one);
	position: absolute;
	margin-top: 2px;
	margin-right: 7px;
	z-index: 9;
}

.scroll-down.style-two a span:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background: var(--main-color-one);
	right: 50%;
	top: 4px;
	border-radius:50%;
	margin-right: -3px;
}

.scroll-down.style-two a i {
	z-index: 9;
	position: inherit;
	font-size: 24px;
	-webkit-animation: top-image-bounce 2s infinite ease-in-out;
	animation: top-image-bounce 2s infinite ease-in-out;
	margin-top: 19px;
	margin-right: 2px;
}

@-webkit-keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}

@keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}


/*------------------------------------------------
	## banner 3 style
------------------------------------------------*/

.banner-slider-3 .banner-slider-item .banner-inner {
	margin-bottom: 0;
}

.banner-slider-3 .slick-prev {
	right: 50% !important;
	margin-right: -65px;
	bottom: 150px;
	top: auto;
}

.banner-slider-3 .slick-next {
	right: 50% !important;
	margin-right: 15px;
	bottom: 150px;
	top: auto;
}

.banner-paginations-3 {
	display: inline-block;
	float: left;
	top: 50%;
	position: absolute;
	right: 0;
	max-width: 1610px;
	left: 0;
	text-align: left;
	margin:0 auto;
}

.banner-paginations-3 ul {
	display: inline-block;
}

.banner-paginations-3 ul li {
	list-style: none;
	position: relative;
	background: transparent;
}

.banner-paginations-3 ul li button {
	opacity: 0;
}

.banner-paginations-3 ul li:after {
	content: '\f041';
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontAwesome;
	color: #ffffff;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.banner-paginations-3 ul li:before {
	position: absolute;
	left: 28px;
	top: 0;
	color: #ffffff;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.banner-paginations-3 ul li#slick-slide00:before {
	content: 'Alaska';
}

.banner-paginations-3 ul li#slick-slide01:before {
	content: 'Norway';
}

.banner-paginations-3 ul li#slick-slide02:before {
	content: 'Iceland';
}

.banner-paginations-3 ul .slick-active:after {
	opacity: 1;
}

.banner-paginations-3 ul .slick-active:before {
	position: absolute;
	opacity: 1;
}

.banner-slider-two {
	position: relative;
	width: 100%;
	z-index: 111;
}

.banner-slider-two .tp-control-nav {
	margin-top: 40px;
}

.banner-slider-two .swiper-buttons-prev {
	margin-left: 15px;
}

.banner-slider-two .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 33.33%;
	height: auto;
	-webkit-transform: translate3d(-0px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
	transform: translate3d(-0px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.banner-slider-two .swiper-slide {
	position: relative;
}

.banner-slider-two .swiper-slide:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 0;
	opacity: 0.5;
}

.banner-slider-two .banner-inner {
	padding:250px 140px;
	height: 100vh;
	background-size: cover;
}

.banner-slider-two .banner-inner .banner-cat {
	font-size: 18px;
	color: #CFD3DE;
	border-bottom: 1px solid #CFD3DE;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.banner-slider-two .banner-inner .title-and-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.banner-slider-two .banner-inner .title-and-video .video-popup-btn {
	position: relative;
	top: 0;
	display: inline-block;
	right: auto;
	float: left;
	left: 0;
	margin-right: 0;
	padding:8px;
}

.banner-slider-two .banner-inner .video-popup-wrap:after {
	display: none;
}

.banner-slider-two .banner-inner .banner-title {
	font-size: 55px;
	color: #ffffff;
	line-height: 70px;
	font-weight: 700;
	display: inline-block;
	width: 70%;
	position: relative;
	z-index: 2;
}

.banner-slider-two .banner-inner .btn {
	position: relative;
	z-index: 2;
}

.banner-slider-two .banner-inner .content {
	color: #ffffff;
	margin-bottom: 45px;
	font-weight: 200;
	position: relative;
	z-index: 2;
}

.banner-slider-two .banner-inner-item-2 .video-popup-btn {
	border-color: #ffffff;
}

.banner-slider-two .banner-inner-item-2 .video-popup-btn .video-play-btn {
	background: #ffffff;
	color: var(--main-color-two);
}

.banner-slider-two .banner-inner-item-2 .btn {
	background: #ffffff;
	color: var(--main-color-two);
}

.banner-slider-two .banner-inner-item-3 .video-popup-btn {
	border-color: #ffffff;
}

.banner-slider-two .banner-inner-item-3 .video-popup-btn .video-play-btn {
	background: #01B9B7;
	color: #ffffff;
}

.banner-slider-two .banner-inner-item-3 .btn {
	background: #01B9B7;
	color: #ffffff;
}

.banner-slider-two .package-meta {
	padding:0;
	position: absolute;
	bottom: 50px;
	z-index: 2;
}

.banner-slider-two .package-meta .tp-price-meta {
	margin-left: 30px;
	display: inline-block;
}

.banner-slider-two .package-meta .tp-price-meta i {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 20px;
}

.banner-slider-two .package-meta .tp-price-meta p {
	color: #ffffff;
	font-weight: 200;
	font-size: 15px;
}

.banner-slider-two .package-meta .tp-price-meta h2 {
	margin:0;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

.banner-slider-two .package-meta .tp-price-meta h2 span {
	font-size: 14px !important;
	color: #ffffff;
}


/* -----------------------------------------------------
    single blog style
----------------------------------------------------- */

.single-blog {
	margin-bottom: 30px;
	border-radius:10px;
}

.single-blog .thumb {
	position: relative;
}

.single-blog .thumb img {
	border-radius:10px;
}

.single-blog .thumb .tag {
	position: absolute;
	right: 20px;
	top: 21px;
}

.single-blog .single-blog-details {
	padding-top: 20px; padding-left: 0; padding-bottom: 10px; padding-right: 0;
}

.single-blog .single-blog-details .title {
	margin-bottom: 20px;
	font-weight: 700;
}

.single-blog .single-blog-details .content {
	margin-bottom: 13px;
}

.single-blog .single-blog-details .btn {
	margin-top: 13px;
}

.single-blog .tag {
	background: #01B9B7;
	padding-top: 0; padding-left: 6px; padding-bottom: 0; padding-right: 7px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	border-radius:2px;
}

.single-blog .author {
	color: #01B9B7;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	padding-top: 15px;
}

.single-blog .author:before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px;
	width: 30px;
	background: var(--main-color-one);
}

.single-blog.sticky {
	background: #F8F8F8;
	padding:30px;
}

.single-blog.sticky .single-blog-details {
	padding:0;
}

.single-blog.style-two .single-blog-details {
	padding:20px 30px;
}

.single-blog.style-three {
	position: relative;
	overflow: hidden;
}

.single-blog.style-three .thumb {
	position: relative;
}

.single-blog.style-three .thumb img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-blog.style-three .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	z-index: 0;
	opacity: 0.6;
	border-radius:10px;
}

.single-blog.style-three .single-blog-details-wrap {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 40px;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.single-blog.style-three .single-blog-details-wrap .single-blog-details {
	padding:20px 25px;
}

.single-blog.style-three .single-blog-details-wrap .title,
.single-blog.style-three .single-blog-details-wrap p {
	color: #ffffff;
}

.single-blog.style-three .single-blog-details-wrap .title {
	margin-bottom: 0;
}

.single-blog.style-three .single-blog-details-wrap .btn {
	visibility: hidden;
	opacity: 0;
	margin-top: 22px;
	height: 49px;
	line-height: 49px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-blog.style-three:hover .single-blog-details-wrap {
	margin-top: 0px;
}

.single-blog.style-three:hover .single-blog-details-wrap .btn {
	visibility: visible;
	opacity: 1;
}

.single-blog.style-three:hover .thumb img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.single-blog.style-four {
	position: relative;
	padding:20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin:0 15px;
}

.single-blog.style-four .single-blog-details {
	padding:20px 30px;
}

.single-blog.style-four:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 82%;
	border: 1px solid var(--main-color-one);
	z-index: -1;
}

.single-blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 12px #071C551F;
	box-shadow: 0px 0px 12px #071C551F;
}

.single-blog-wrap .single-blog-left-wrap {
	width: 46%;
	display: table-cell;
	float: none;
	position: relative;
}

.single-blog-wrap .single-blog-left-wrap img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.single-blog-wrap .single-blog-right-wrap {
	width: 56%;
	display: table-cell;
	float: none;
	height: auto;
	overflow: hidden;
}


/* -----------------------------------------------------
    blog details style
----------------------------------------------------- */

.tp-blockquote {
	padding-top: 40px; padding-left: 20px; padding-bottom: 35px; padding-right: 90px;
	position: relative;
	border-radius:10px;
	margin-top: 13px; margin-left: 0; margin-bottom: 20px; margin-right: 0;
}

.tp-blockquote p {
	color: #ffffff;
	font-weight: 200;
	font-size: 16px;
}

.tp-blockquote:after {
	content: '\f10d';
	position: absolute;
	font-size: 40px;
	right: 38px;
	top: 30px;
	font-family: FontAwesome;
	color: var(--main-color-one);
}

.single-blog-post-tags .all-tags-title {
	min-width: 115px;
}

.single-blog-post-tags a {
	background: #01B9B7;
	padding-top: 0; padding-left: 6px; padding-bottom: 0; padding-right: 7px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	border-radius:2px;
	margin-right: 10px;
}

.single-post-navigation .nav-previous {
	border: 1px solid #CFD3DE;
	border-radius:10px;
	padding:30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-post-navigation .nav-previous h4 {
	padding-right: 64px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 34px;
}

.single-post-navigation .nav-previous:hover {
	background: #F8F8F8;
}

.single-post-navigation .nav-previous:hover .slick-arrow {
	border: 3px solid var(--main-color-one);
	border: 3px solid var(--main-color-one);
	color: var(--main-color-one);
}

.single-post-navigation .nav-next {
	border: 1px solid #CFD3DE;
	border-radius:10px;
	padding:30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-post-navigation .nav-next h4 {
	padding-left: 66px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 34px;
}

.single-post-navigation .nav-next:hover {
	background: #F8F8F8;
}

.single-post-navigation .nav-next:hover .slick-arrow {
	border: 3px solid var(--main-color-one);
	border: 3px solid var(--main-color-one);
	color: var(--main-color-one);
}

.single-post-navigation .slick-arrow {
	border: 3px solid #CFD3DE;
	color: #CFD3DE;
}

.single-post-navigation .nav-post-text {
	line-height: 56px;
}

.author-area {
	background: #F8F8F8;
	padding:50px 60px;
	border-radius:10px;
}

.author-area .media-left img {
	height: 100px;
	width: 100px;
	border-radius:50%;
	border: 2px solid #01B9B7;
}

.author-area .media-body {
	margin-right: 30px;
}

.author-area .media-body h4 {
	font-family: var(--body-font);
	margin-bottom: 30px;
}

.author-area .media-body p {
	margin-bottom: 30px;
}


/* -----------------------------------------------------
    intro style
----------------------------------------------------- */

.single-intro {
	padding:0 52px;
	margin-bottom: 30px;
}

.single-intro .thumb {
	margin-bottom: 10px;
}

.single-intro .intro-title {
	position: relative;
	margin-bottom: 2px;
	font-weight: 600;
}

.single-intro .intro-title .intro-count {
	font-family: var(--body-font);
	color: #CFD3DE;
	font-size: 70px;
	font-weight: 700;
}

.single-intro .intro-title .intro-cat {
	position: absolute;
	background: #ffffff;
	padding:0 8px;
	margin-right: -12px;
	margin-top: 4px;
}

.single-intro p {
	margin-bottom: 0;
}

.single-intro.style-two {
	padding:0 15px;
}

.single-intro.style-two .thumb {
	margin-bottom: 20px;
}

.single-intro.style-two .intro-title {
	position: relative;
	margin-bottom: 30px;
}

.single-intro.style-two .intro-title:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: var(--main-color-one);
    transform: translateX(+50%);
}

.single-intro.style-nine{
    border: 1px solid #f2f3f5;
    padding:30px 25px;
    border-radius:10px;
    background: #638cbc;
}

.single-intro.style-nine .intro-title:after {
    content: '';
    position: absolute;
    right: 0%;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: var(--main-color-one);
    transform: translateX(-0%);
}

.single-intro-two {
	border-right: 1px solid #EAEAEA;
	margin-bottom: 30px;
}

.single-intro-two.bl-0 {
	border-right: 0;
}

.single-intro-two .single-intro.style-two {
	margin-bottom: 0;
}


/* -----------------------------------------------------
    destinations list style
----------------------------------------------------- */

.single-destinations-list {
	margin-left: 15px;
	/* -webkit-box-shadow: 0px 3px 9px #071C551F;
	box-shadow: 0px 3px 9px #071C551F; */
	border-radius:5px;
	position: relative;
	overflow: hidden;
	background: #fafafa;
	width: 100%;
}

.single-destinations-list:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	background: var(--main-color-one);
	bottom: 0;
	right: 0;
	width: 100%;
}

.single-destinations-list:after {
	content: '';
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 10px;
	background: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.single-destinations-list:hover:after {
	visibility: visible;
	opacity: 1;
	left: auto;
	right: 0;
	width: 100%;
	bottom: 0;
}

.single-destinations-list .thumb {
	position: relative;
	background: var(--main-color-two);
	overflow: hidden;
}

.single-destinations-list .thumb img {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.single-destinations-list .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
}

.single-destinations-list .thumb .d-list-tag {
	position: absolute;
	top: 0;
	right: 50%;
	-ms-transform: translate(+50%, -50%);
	-webkit-transform: translate(+50%, -50%);
	transform: translate(+50%, 0);
	color: #ffffff;
	padding:3px 35px;
	font-size: 14px;
	z-index: 2;
}

.single-destinations-list .thumb .d-list-tag:after {
	content: '';
	background-image: url("../img/shape-1.png");
	position: absolute;
	width: 100%;
	background-size: cover;
	height: 43px;
	right: 50%;
	-webkit-transform: translate(+50%, 0);
	-ms-transform: translate(+50%, 0);
	transform: translate(+50%, 0);
	background-position: 100% 100%;
	z-index: -1;
	top: -3px;
}

.single-destinations-list .thumb .d-list-btn-wrap {
	position: absolute;
	right: 0;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.single-destinations-list:hover .d-list-btn-wrap {
	visibility: visible;
	opacity: 1;
	top: 50%;
}

.single-destinations-list:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.single-destinations-list:hover .thumb:after {
	visibility: visible;
	opacity: 0.6;
}

.single-destinations-list .details {
	padding-top: 35px; padding-left: 35px; padding-bottom: 0px; padding-right: 35px;
	background: #f7f7f7;
}

.single-destinations-list .details .location {
	color: #01B9B7;
	margin-bottom: 8px;
}

.single-destinations-list .details .location img {
	margin-left: 8px;
}

.single-destinations-list .details .title {
	font-weight: 700;
}

.single-destinations-list .details .content {
	margin-bottom: 15px;
}

.single-destinations-list .tp-price-meta {
	padding-top: 28px;
}

.single-destinations-list .list-price-meta {
    margin-top: 0px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 28px;
}

.single-destinations-list .list-price-meta .tp-list-meta {
	float: right;
	margin-top: 30px;
}

.single-destinations-list .list-price-meta .tp-price-meta {
	padding-right: 30px;
	margin-right: 20px;
	border-right: 1px solid #CFD3DE;
	padding-top: 0;
}

.single-destinations-list.style-two {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin:0;
}

.single-destinations-list.style-two .thumb {
	border-radius:5px;
}

.single-destinations-list.style-two .thumb:after {
	border-radius:5px;
}

.single-destinations-list.style-two .thumb img {
	border-radius:5px;
}

.single-destinations-list.style-two .details {
	padding:22px 0;
	background: none;
}

.single-destinations-list.style-two .content {
	margin-bottom: 10px;
}

.single-destinations-list.style-two .tp-price-meta {
	padding-top: 0;
}

.single-destinations-list.style-two:before,
.single-destinations-list.style-two:after {
	display: none;
}

.single-destinations-list.style-three {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0; margin-left: 0; margin-bottom: 30px; margin-right: 0;
	border: 1px solid #CFD3DE;
	border-radius:7px;
}

.single-destinations-list.style-three .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
	border-radius:5px;
}

.single-destinations-list.style-three .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	border-radius:5px;
}

.single-destinations-list.style-three .details {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
}

.single-destinations-list.style-three:before,
.single-destinations-list.style-three:after {
	display: none;
}

.single-destinations-list.style-four {
	position: relative;
	min-height: 380px;
	margin-top: 0; margin-left: 0; margin-bottom: 30px; margin-right: 0;
}

.single-destinations-list.style-four .blur-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border-radius:5px;
}

.single-destinations-list.style-four .details {
	background: none;
	position: absolute;
	bottom: 0;
	z-index: 5;
	overflow: hidden;
	width: 100%;
}

.single-destinations-list.style-four .details .tp-review-meta {
	color: #ffffff;
	display: none;
}

.single-destinations-list.style-four .details .content {
	width: 75%;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	line-height: normal;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.single-destinations-list.style-four .details .location {
	color: #ffffff;
}

.single-destinations-list.style-four .details .location img {
	-webkit-filter: brightness(100000%);
	filter: brightness(100000%);
}

.single-destinations-list.style-four .details .list-price-meta .tp-price-meta {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	padding-top: 0;
	float: left;
}

.single-destinations-list.style-four .details .title,
.single-destinations-list.style-four .details .content,
.single-destinations-list.style-four .details .tp-list-meta li,
.single-destinations-list.style-four .details .tp-list-meta li i,
.single-destinations-list.style-four .details .tp-price-meta p {
	color: #ffffff;
}

.single-destinations-list.style-four .details .tp-price-meta h2 {
	margin-bottom: 0;
	margin-left: 55px;
}

.single-destinations-list.style-four .details .tp-list-meta li:first-child {
	margin-right: 0;
}

.single-destinations-list.style-four:before {
	display: none;
}

.single-destinations-list.style-four:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.5;
	visibility: visible;
	filter: blur(3px);
    -webkit-filter: blur(3px);
}

.single-destinations-list.style-four:hover .blur-thumb {
	/* filter: blur(3px);
	-webkit-filter: blur(3px); */
}

.single-destinations-list.style-four:hover .details .content {
	/*max-height: 125px;*/
	max-height: 250px;
	opacity: 1;
	visibility: visible;
	transition: all ease 0.7s;
	margin-bottom: 35px;
}

.single-destinations-list.style-four:hover:after{
	/*height: 62%;*/
	height: 100%;
}

.d-list-progress {
	display: block;
	width: 100%;
	height: 3px;
	border-radius:10px;
	overflow: hidden;
	background-color: #FFFFFF4D;
	background-image: -webkit-gradient(linear, right top, left top, from(var(--main-color-one)), to(var(--main-color-one)));
	background-image: -webkit-linear-gradient(right, var(--main-color-one), var(--main-color-one));
	background-image: -o-linear-gradient(right, var(--main-color-one), var(--main-color-one));
	background-image: linear-gradient(to left, var(--main-color-one), var(--main-color-one));
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .4s ease-in-out;
	-o-transition: background-size .4s ease-in-out;
	transition: background-size .4s ease-in-out;
}

.destinations-list-slider-bg {
	position: relative;
}

/* .destinations-list-slider-bg:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35%;
	height: 100%;
	background: var(--main-color-two);
	z-index: -1;
} */

/* .destinations-list-slider-bg .destinations-list-slider {
	padding:55px 0;
} */

.destinations-slider-controls .slider-nav {
	margin-bottom: 150px;
}

.destinations-slider-controls .slider-nav .slick-arrow {
	border: 3px solid #FFFFFF4D;
	display: block;
	color: #ffffff;
}

.destinations-slider-controls .slider-nav .slick-arrow:hover,
.destinations-slider-controls .slider-nav .slick-arrow:active,
.destinations-slider-controls .slider-nav .slick-arrow:focus {
	border: 3px solid var(--main-color-one);
	color: var(--main-color-one);
}

.destinations-slider-controls .slider-nav .slick-prev {
	margin-bottom: 30px;
}


/* -----------------------------------------------------
    video popup style
----------------------------------------------------- */

.video-popup-wrap {
	position: relative;
}

.video-popup-wrap .thumb {
	position: relative;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("../img/asd.png");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-transform: rotate(1.8deg);
	-ms-transform: rotate(1.8deg);
	transform: rotate(1.8deg);
}

.video-popup-wrap .thumb img {
	width: 100%;
	height: 100%;
}

.video-popup-wrap:after {
	content: '';
	background-image: url("../img/asd.png");
	position: absolute;
	width: 99%;
	background-size: cover;
	height: 94%;
	right: .5%;
	background-position: 100% 100%;
	z-index: -1;
	top: 3%;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	border-radius:10px;
}

.video-popup-wrap.style-two .thumb {
	position: relative;
	-webkit-mask: none;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.video-popup-wrap.style-two .thumb:after {
	display: none;
}

.video-popup-wrap.style-two .thumb img {
	border-radius:10px;
}

.video-popup-wrap.style-two:after {
	display: none;
}

.video-popup-btn {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -53px;
	margin-right: -53px;
	border: 2px solid var(--main-color-one);
	border-radius:50%;
	padding:6px;
}

.video-popup-btn .video-play-btn {
	height: 78px;
	width: 78px;
	background: var(--main-color-one);
	display: inline-block;
	border-radius:50%;
	position: relative;
	font-size: 26px;
	text-align: center;
	line-height: 80px;
	padding-right: 4px;
	color: #ffffff;
	-webkit-animation: ripple-white3 2.5s linear infinite;
	animation: ripple-white3 2.5s linear infinite;
	display: flex;
    justify-content: center;
    align-items: center;
}

.video-popup-btn .video-play-btn i{
        margin-left: 7px;
}

.video-popup-btn.style-two {
	margin-top: -25px;
	margin-right: -25px;
}

.video-popup-btn.style-two .video-play-btn {
	height: 50px;
	width: 50px;
	font-size: 18px;
	line-height: 52px;
	padding-right: 3px;
}

.video-popup-btn.style-two .video-play-btn:after {
	margin-top: -28px;
	margin-left: -28px;
	width: 56px;
	height: 56px;
	display: block;
	border: 1px solid var(--main-color-one);
}


/****** Vider Magnific-popup ***/

.mfp-zoom-in .mfp-container {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.mfp-zoom-in {
	/* animate in */
	/* animate out */
	z-index: 99999;
}

.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

@-webkit-keyframes ripple-white3 {
	0% {
		-webkit-box-shadow: 
		0 0 0 0 rgba(255, 255, 255, 0.1), 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1);
		
		box-shadow: 
		0 0 0 0 rgba(255, 255, 255, 0.1), 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1);
	}
	100% {
		-webkit-box-shadow: 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0);
		
		box-shadow: 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white3 {
	0% {
		-webkit-box-shadow: 
		0 0 0 0 rgba(255, 255, 255, 0.1), 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1);
		
		box-shadow: 
		0 0 0 0 rgba(255, 255, 255, 0.1), 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1);
	}
	100% {
		-webkit-box-shadow: 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0);
		
		box-shadow: 
		0 0 0 5px rgba(255, 255, 255, 0.1),
		0 0 0 10px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0);
	}
}


/* -----------------------------------------------------
    client review style
----------------------------------------------------- */

.single-client-review {
	margin-right: 70px;
}

.single-client-review .sub-title {
	color: #01B9B7;
	margin-bottom: 0;
}

.single-client-review .location-name {
	font-weight: 700;
}

.single-client-review .tp-review-meta {
	margin-bottom: 15px;
}

.single-client-review .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 17px;
}

.single-client-review .media .media-left {
	margin-left: 22px;
}

.single-client-review .media .media-left img {
	height: 85px;
	width: 85px;
	border-radius:50%;
	-webkit-box-shadow: 0px 3px 15px #011A4226;
	-moz-box-shadow: 0px 3px 15px #011A4226;
	box-shadow: 0px 3px 15px #011A4226;
	border: 2px solid #FFFFFF;
}

.single-client-review .media .media-body h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}

.single-client-review .media .media-body p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--heading-font);
}


/* -----------------------------------------------------
    destination list style
----------------------------------------------------- */

.single-destination-grid {
	border-radius:10px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:10px;
}

.single-destination-grid .thumb {
	overflow: hidden;
	border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
}

.single-destination-grid .thumb img {
	border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	object-fit: cover;
    max-height: 430px;
    width: 100%;
}

.single-destination-grid .details {
	border: 1px solid #CFD3DE;
	padding:30px;
	padding-top: 0;
	margin-top: -22px;
	border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
}

.single-destination-grid .details .d-list-meta {
	margin:0;
	padding:0;
	margin-bottom: 20px;
	border-bottom: 1px solid #F8F8F8;
}

.single-destination-grid .details .d-list-meta li {
	list-style: none;
	display: inline-block;
	margin-left: 8px;
}

.single-destination-grid .details .d-list-meta li.date {
	height: 32px;
	background: #01B9B7;
	color: #ffffff;
	padding:0 12px;
	line-height: 33px;
	font-size: 20px;
	border-radius:4px;
}

.single-destination-grid .details .tp-review-meta {
	background: #ffffff;
	padding:5px 18px;
	border-radius:6px;
	display: inline-block;
	margin-bottom: 14px;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(+50%);
	-ms-transform: translateX(+50%);
	transform: translateX(+50%);
	display: none;
}

.single-destination-grid .details .title {
	margin-bottom: 20px;
	font-weight: 700;
	margin-top: 50px;
}

.single-destination-grid .details p {
	margin-bottom: 0;
	line-height: 25px;
}

.single-destination-grid .details .btn {
	margin-top: 30px;
}

.single-destination-grid:hover {
	-webkit-box-shadow: 0px 3px 12px #071C5526;
	-moz-box-shadow: 0px 3px 12px #071C5526;
	box-shadow: 0px 3px 12px #071C5526;
}

.single-destination-grid:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.single-destination-grid.style-two .thumb {
	border-radius:10px;
	margin-bottom: 20px;
}

.single-destination-grid.style-two .thumb img {
	border-radius:10px;
}

.single-destination-grid.style-two .details {
	margin-top: 0;
	border: 0;
	padding:0;
}

.single-destination-grid.style-two .details li {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 20px;
}

.single-destination-grid.style-two .details li:last-child {
	margin-left: 0;
}

.single-destination-grid.style-two .details li img {
	max-width: 25px;
}

.single-destination-grid.style-two .details .title {
	margin-bottom: 29px;
	margin-top: 33px;
}

.single-destination-grid.style-two:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* -----------------------------------------------------
    Trip plan style
----------------------------------------------------- */

.single-trip-plan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 12px #071C551F;
	-moz-box-shadow: 0px 0px 12px #071C551F;
	box-shadow: 0px 0px 12px #071C551F;
	border-radius:10px;
}

.single-trip-plan .thumb {
	position: relative;
}

.single-trip-plan .thumb img {
	border-radius:10px;
}

.single-trip-plan .thumb:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
	width: 28px;
	height: 28px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-image: url("../img/icons/3.png");
	z-index: 3;
	background-size: cover;
}

.single-trip-plan .thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: var(--main-color-two);
	opacity: 0.3;
	border-radius:10px;
}

.single-trip-plan .single-trip-plan-left {
	display: table-cell;
	float: none;
	position: relative;
}

.single-trip-plan .single-trip-plan-left img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.single-trip-plan .single-trip-plan-right {
	padding-right: 5px;
	width: 73%;
	display: table-cell;
	float: none;
	height: auto;
	overflow: hidden;
}

.single-trip-plan .tp-list-meta {
	padding-bottom: 5px;
}

.single-trip-plan .tp-list-meta li {
	margin:0 8px;
	font-size: 15px;
}

.single-trip-plan .tp-price-meta {
	padding-top: 12px; padding-left: 10px; padding-bottom: 0; padding-right: 10px;
}

.single-trip-plan .tp-price-meta p {
	font-size: 14px;
}

.single-trip-plan .tp-price-meta h2 {
	font-size: 34px;
	margin-bottom: 0;
}

.single-trip-plan .tp-price-meta h2 span {
	font-size: 18px !important;
}

.single-trip-plan .tp-price-meta h2 small {
	font-size: 18px !important;
	left: -11px;
}

.single-trip-plan .tp-price-meta del {
	font-size: 20px;
}

.single-trip-plan .tp-price-meta del span {
	font-size: 12px !important;
}


/* -----------------------------------------------------
    location-details-table style
----------------------------------------------------- */

.location-details-table {
	background: #F8F8F8;
	border-radius:10px;
}

.location-details-table tr td {
	font-weight: 400;
	color: #76819F;
	border-top: 0;
	border-bottom: 1px solid #CFD3DE;
}

.location-details-table tr .title {
	color: var(--main-color-two);
}

.location-details-table .btn {
	margin:15px 0 30px;
}


/* -----------------------------------------------------
    gallery style
----------------------------------------------------- */

.tp-gallery-item-img {
	margin-bottom: 30px;
	position: relative;
}

.tp-gallery-item-img .thumb {
	position: relative;
	display: block;
}

.tp-gallery-item-img .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0.5;
	border-radius:10px;
}

.tp-gallery-item-img img {
	border-radius:10px;
}

.tp-gallery-item-img .details {
	position: absolute;
	bottom: 0;
	max-height: 130px;
	display: block;
	padding:50px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.tp-gallery-item-img .details h3 {
	color: #ffffff;
}

.tp-gallery-item-img .details p {
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.tp-gallery-item-img .details a {
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.tp-gallery-item-img:hover .details {
	max-height: 100%;
}

.tp-gallery-item-img:hover .details p {
	opacity: 1;
	visibility: visible;
}

.tp-gallery-item-img:hover .details a {
	opacity: 1;
	visibility: visible;
}

.tp-gallery-item-img:hover .thumb:after {
	opacity: 0.7;
}

.destination-list-gallery-area .tp-gallery-item-img {
	overflow: hidden;
}

.single-gallery-area {
	padding-top: 25px; padding-left: 0; padding-bottom: 30px; padding-right: 0;
	border: 1px solid #F8F8F8;
	margin-bottom: 50px;
	border-radius:10px;
}

.single-gallery-area .gallery-title {
	padding:0 30px;
}

.gallery-slider .thumb img {
	cursor: ew-resize;
	border-radius:8px;
}

.gallery-title {
	margin-bottom: 25px;
}

.gallery-title .location {
	margin-bottom: 0;
}

.gallery-title .location img {
	margin-left: 10px;
}

.gallery-title h4 {
	font-weight: 700;
}


/* -----------------------------------------------------
    about-section style
----------------------------------------------------- */

.about-section-right-thumb {
	position: relative;
	margin-bottom: 150px;
}

.about-section-right-thumb img {
	border-radius:10px;
}

.about-section-right-thumb .about-absolute-thumb {
	position: absolute;
	right: -150px;
	bottom: -150px;
}


/* -----------------------------------------------------
    single team style
----------------------------------------------------- */

.single-team {
	margin-bottom: 30px;
}

.single-team .thumb {
	margin-bottom: 20px;
	position: relative;
	border-radius:10px;
	overflow: hidden;
}

.single-team .thumb img {
	border-radius:10px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-team .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	border-radius:10px;
}

.single-team .name {
	font-weight: 700;
	margin-bottom: 8px;
}

.single-team span {
	font-size: 20px;
	color: #01B9B7;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
}

.single-team .team-social {
	margin:0;
	padding:0;
}

.single-team .team-social li {
	display: inline-block;
	list-style: none;
}

.single-team .team-social li a {
	padding:0 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.single-team .team-social li a:hover {
	color: var(--main-color-two);
}

.single-team:hover .thumb:after {
	visibility: visible;
	opacity: 0.4;
}

.single-team:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-newslater-bg {
	background-position: 100% 100%;
	background-repeat: no-repeat;
}


/* -----------------------------------------------------
    error-page-area style
----------------------------------------------------- */

.error-page-area {
	height: 100vh;
	position: relative;
}

.error-page-area:after {
	content: '';
	background-image: url("../img/bg/5.png");
	position: absolute;
	width: 100%;
	background-size: contain;
	height: 100%;
	right: 0;
	left: 0;
	top: auto;
	bottom: 0;
	background-position: 100% 119%;
	z-index: 0;
	background-repeat: no-repeat;
}

.error-page-area:before {
	content: '';
	background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 100, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 100, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 100, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 100, 0));
	height: 54%;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.error-page-area .logo-wrapper {
	position: absolute;
	top: 30px;
	z-index: 9;
}

.error-page-wrap {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.error-page-info h1 {
	position: relative;
	z-index: 0;
	font-size: 400px;
	line-height: 400px;
	color: #ffffff;
	font-family: var(--body-font);
	font-weight: 600;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, #ffffff), color-stop(98%, #30CFD0));
	background: -webkit-linear-gradient(bottom, #ffffff 50%, #30CFD0 98%);
	background: -o-linear-gradient(bottom, #ffffff 50%, #30CFD0 98%);
	background: linear-gradient(to top, #ffffff 50%, #30CFD0 98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.error-page-info .error-page-info-details {
	position: relative;
	z-index: 2;
}

.error-page-info .error-page-info-details h2 {
	color: #ffffff;
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 30px;
}

.error-page-info .error-page-info-details p {
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 30px;
}


/* -----------------------------------------------------
	tour details style
    single-package-included style
----------------------------------------------------- */

.single-package-included {
	padding-top: 30px; padding-left: 30px; padding-bottom: 20px; padding-right: 30px;
	border: 1px solid #f7f7f7;
	border-radius:4px;
	margin-bottom: 30px;
  background: #fafafa;
  height: 100%;
}

.single-package-included img {
	margin-bottom: 10px;
}

.single-package-included h6 {
	font-size: 20px;
	color: var(--main-color-two);
	font-weight: 600;
	margin-bottom: 10px;
}

.single-package-included p {
	margin-bottom: 0;
}

.package-included-location .single-blog {
	position: relative;
}

.package-included-location .single-blog:after {
  content: '';
  position: absolute;
  top: 16px;
  width: 180%;
  border: 1px solid #648cbc;
  right: 15%;
  z-index: -2;
}

.package-included-location .single-blog.single-blog-after-none:after {
	display: none;
}

.package-included-location .p-list {
	display: inline-block;
	text-align: center;
}

.package-included-location .p-list .list {
	width: 22px;
	height: 22px;
	background: #648cbc;
	border-radius:50%;
	text-align: center;
	line-height: 22px;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	display: inline-block;
}

.package-included-location .p-list .list:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid #648cbc;
	border-radius:50%;
	background: #fff;
	z-index: -1;
}

.single-host-wrap {
	-webkit-box-shadow: 0px 3px 27px #23397417;
	box-shadow: 0px 3px 27px #23397417;
	border-radius:10px;
	padding-top: 0; padding-left: 30px; padding-bottom: 50px; padding-right: 30px;
}

.single-host-wrap .thumb {
	border: 1px solid var(--main-color-one);
	padding:18px;
	display: inline-block;
	border-radius:50%;
	margin-bottom: 20px;
	margin-top: -100px;
}

.single-host-wrap .thumb img {
	border: 1px solid var(--main-color-one);
	border-radius:50%;
}

.single-host-wrap h4 {
	margin-bottom: 22px;
}

.single-host-wrap .btn {
	margin-top: 22px;
}

.service-location-map iframe {
	height: 480px;
	width: 100%;
	border: 0 !important;
}

.tour-details-review-area .date {
	margin-bottom: 10px !important;
}

.tour-details-review-area .tp-review-meta {
	margin-bottom: 10px;
}


/* -----------------------------------------------------
    single-upconing-card style
----------------------------------------------------- */

.upcomming-card-slider-1 .slick-list {
	padding-top: 40px !important;
	padding-bottom: 30px !important;
}

.upcomming-card-slider-1 .slick-prev {
	position: absolute;
  left: 100px;
  top: -50px;
}

.upcomming-card-slider-1 .slick-next {
	position: absolute;
  left: 20px;
  top: -50px;
}

.upcomming-card-slider-2 .slick-list {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}

.upcomming-card-slider-2 .slick-prev {
	position: absolute;
	right: 15px;
	bottom: -60px;
}

.upcomming-card-slider-2 .slick-next {
	position: absolute;
	right: 90px;
	bottom: -60px;
}

.upcomming-card-slider-2 .single-upconing-card:hover {
	margin-top: -15px;
}

.upcomming-card-slider-3 {
	margin-right: -15px;
	margin-left: -15px;
}

.upcomming-card-slider-3 .single-upconing-card .details {
	position: relative;
}

.upcomming-card-slider-3 .single-upconing-card .details h3 {
	color: #9499A6;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.upcomming-card-slider-3 .single-upconing-card:hover .details h3 {
	color: var(--main-color-two);
}

.upcomming-card-slider-3 .slick-prev {
	display: inline-block;
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -30px;
}

.upcomming-card-slider-3 .slick-next {
	display: inline-block;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -30px;
}

.upcomming-card-slider-3 .slick-active+.slick-active {
	margin-top: 50px;
}

.upcomming-card-slider-3 .slick-active+.slick-active+.slick-active {
	margin-top: 0;
}

.upcomming-card-slider-3 .slick-active+.slick-active+.slick-active+.slick-active {
	margin-top: 50px;
}

.single-upconing-card {
	margin-top: 7px; margin-left: 15px; margin-bottom: 15px; margin-right: 15px;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.single-upconing-card .shadow {
	border-radius:10px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-size: cover;
}

.single-upconing-card .shadow:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	opacity: 0.3;
	border-radius:5px;
  transition: all ease 1s;
}

.single-upconing-card:hover .shadow:before {

	opacity: 0.5;
	
}

.single-upconing-card .shadow img {
	z-index: -1;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border-radius:10px;
}

.single-upconing-card .flag {
	height: 110px;
	width: 110px;
	position: absolute;
	top: -55px;
	right: 50%;
	border: 8px solid #ffffff;
	border-radius:50%;
	-webkit-transform: translateX(+50%);
	-ms-transform: translateX(+50%);
	transform: translateX(+50%);
}

.single-upconing-card .flag img {
	border-radius:50%;
}

.single-upconing-card .content {
	position: absolute;
	bottom: 0;
	max-height: 80px;
	display: block;
	padding:15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.single-upconing-card .content .title {
	color: #ffffff;
	margin-bottom: 16px;
}

.single-upconing-card .content p {
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	line-height: 26px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.single-upconing-card .tp-price-meta {
	position: absolute;
	left: 0px;
	top: 70px;
	background: #ffffff;
	border-top-right-radius: 40px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 40px;
	padding-top: 6px; padding-left: 30px; padding-bottom: 7px; padding-right: 35px;
}

.single-upconing-card .tp-price-meta h2 {
	font-size: 32px;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 32px;
}

.single-upconing-card .tp-price-meta h2 span {
	font-size: 16px !important;
}

.single-upconing-card .tp-price-meta p {
	font-size: 15px;
}

.single-upconing-card .details {
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(+50%);
	-ms-transform: translateX(+50%);
	transform: translateX(+50%);
	width: 100%;
	padding:20px;
	overflow: hidden;
}

.single-upconing-card .details .title {
	color: #ffffff;
	margin-bottom: 0;
}

.single-upconing-card .details p {
	color: #ffffff;
	margin-bottom: 0;
}

.single-upconing-card .details p i {
	margin-left: 5px;
}

.single-upconing-card .location {
	color: #F8F8F8;
	font-size: 50px;
	font-weight: 500;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: -80px;
	left: 100%;
	bottom: 25px;
}

.single-upconing-card:hover .content {
	max-height: 100%;
}

.single-upconing-card:hover .content p {
	visibility: visible;
	opacity: 1;
}

.single-upconing-card:hover .shadow img {
	top: 5px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.single-upconing-card.style-two {
	margin-right: 110px;
	margin-bottom: 50px;
}


/* -----------------------------------------------------
    single counting style
----------------------------------------------------- */

.counter-area {
	padding-top: 385px;
	margin-top: -340px;
	padding-bottom: 70px;
}

.counter-area ul {
	padding-right: 0;
}

.counter-area ul li {
	position: relative;
	list-style: none;
}

.counter-area ul li:nth-child(1):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/13.png);
	height: 100%;
	width: 100%;
	right: 100%;
	top: 20px;
	background-repeat: no-repeat;
	-webkit-transform: translateX(+26%);
	-ms-transform: translateX(+26%);
	transform: translateX(+26%);
	background-size: 50%;
}

.counter-area ul li:nth-child(2):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/14.png);
	height: 100%;
	width: 100%;
	right: 100%;
	top: 55px;
	background-repeat: no-repeat;
	-webkit-transform: translateX(+26%);
	-ms-transform: translateX(+26%);
	transform: translateX(+26%);
	background-size: 50%;
}

.counter-area ul li:nth-child(3):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/13.png);
	height: 100%;
	width: 100%;
	right: 100%;
	top: 20px;
	background-repeat: no-repeat;
	-webkit-transform: translateX(+26%);
	-ms-transform: translateX(+26%);
	transform: translateX(+26%);
	background-size: 50%;
}

.single-counting {
	margin-bottom: 30px;
}

.single-counting h2 {
	margin-bottom: 25px;
}

.single-counting .count-nums {
	font-size: 55px;
	font-weight: 700;
}

.single-counting .title {
	font-size: 24px;
	font-weight: 500;
	color: #76819F;
}


/* -----------------------------------------------------
    single-package-card style
----------------------------------------------------- */

.single-package-card {
	border-radius:10px;
	border: 1px solid #CFD3DE;
	margin-bottom: 30px;
	background: #ffffff;
}

.single-package-card .thumb {
	overflow: hidden;
	border-radius:10px;
}

.single-package-card .thumb img {
	border-radius:10px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.single-package-card:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.single-package-card .details {
	padding:20px;
}

.single-package-card .details .location {
	margin-bottom: 10px;
}

.single-package-card .details .location .location-name {
	color: #01B9B7;
}

.single-package-card .details .location .location-name img {
	margin-left: 6px;
}

.single-package-card .details h3 {
	font-weight: 700;
	margin-bottom: 30px;
}

.single-package-card .package-meta .tp-price-meta:last-child {
	margin-left: 0;
}

.single-package-card.style-two {
	border-radius:0;
}

.single-package-card.style-two .thumb {
	margin-top: 15px; margin-left: 15px; margin-bottom: 0; margin-right: 15px;
}

.single-package-card.style-two .thumb img {
	border-radius:0;
}

.single-package-card.style-two .details .btn {
	width: 100%;
}

.package-meta {
	padding:0;
}

.package-meta .tp-price-meta {
	margin-left: 30px;
	display: inline-block;
}

.package-meta .tp-price-meta i {
	margin-bottom: 10px;
	color: #01B9B7;
}

.package-meta .tp-price-meta h2 {
	margin:0;
	font-size: 24px;
	font-weight: 500;
	color: var(--main-color-two);
}

.package-meta .tp-price-meta h2 span {
	font-size: 13px !important;
	margin-top: 3px;
	left: -9px;
}

.package-meta .tp-price-meta h2 small {
	font-size: 13px !important;
	margin-top: 4px;
	left: -9px;
}


/* -----------------------------------------------------
    instagram-wrap style
----------------------------------------------------- */

.instagram-slider .instagram-slider-item img {
	-webkit-transform: scale(0.98, 0.98);
	-ms-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:4px;
}

.instagram-slider .instagram-slider-item:hover img {
	-webkit-transform: scale(0.92, 0.92);
	-ms-transform: scale(0.92, 0.92);
	transform: scale(0.92, 0.92);
}


/* -----------------------------------------------------
    client-slider style
----------------------------------------------------- */

.client-slider {
  margin-bottom: 0px;
  margin-top: 10px;
}

.client-slider .slick-prev {
	position: absolute;
	right: 50%;
	bottom: -80px;
	margin-right: -70px;
}

.client-slider .slick-next {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: -80px;
}

.single-client-card {
  background: transparent;
  /* -webkit-box-shadow: 0px 0px 23px #23397426;
  box-shadow: 0px 0px 5px 1px #f2f3f5; */
  padding-top: 20px; padding-left: 20px; padding-bottom: 20px; padding-right: 25px;
  margin-top: 5px; margin-left: 15px; margin-bottom: 20px; margin-right: 5px;
  position: relative;
}

.single-client-card .quote {
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  background: transparent;
  color: rgb(100 140 188 / 10%);
  font-size: 148px;
  border-radius:10px;
  /* display: none; */
  bottom: 0;
  left: 40px;
  width: auto;
  height: auto;
}

.single-client-card .content-text {
	margin-bottom: 20px;
}

.single-client-card .media .media-left img {
	height: 55px;
	width: 55px;
	border-radius:50%;
	margin-left: 15px;
}

.single-client-card .media .media-body h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--paragraph-font);
	margin-bottom: 5px;
}

.single-client-card .media .media-body span {
	font-weight: 500;
	font-size: 14px;
}

.single-client-card .media .media-body .tp-review-meta {
	float: left;
}

.client-slider-two .client-slider-item {
	border-radius:10px;
	background: #ffffff;
	overflow: hidden;
}

.client-slider-two .client-slider-item .thumb {
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -3px;
}

.client-slider-two .client-slider-item .title-meta {
	padding:20px 25px;
}

.client-slider-two .client-slider-item .title-meta p {
	color: var(--main-color-one);
	margin-bottom: 0;
}

.client-slider-two .client-slider-item .title-meta h3 {
	font-weight: 700;
	color: #ffffff;
}

.client-slider-two .client-slider-item .row {
	margin:0;
}

.client-slider-two .client-slider-item .details {
	padding:70px 10px;
}

.client-slider-two .client-slider-item .details .tp-review-meta {
	margin-bottom: 10px;
}

.client-slider-two .client-slider-item .details h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--paragraph-font);
	margin-bottom: 5px;
}

.client-slider-two .client-slider-item .details span {
	font-weight: 500;
	font-size: 14px;
}

.client-slider-two .client-slider-item .details p {
	margin-top: 10px;
}

.client-slider-two {
	position: relative;
	width: 100%;
	z-index: 111;
}

.client-slider-two .tp-control-nav {
	margin-top: 40px;
}

.client-slider-two .swiper-buttons-prev {
	margin-left: 15px;
}

.client-slider-two .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 750px;
	height: auto;
	-webkit-transform: translate3d(-0px, -18px, -475px) rotateX(0deg) rotateY(0deg) !important;
	transform: translate3d(-0px, -18px, -475px) rotateX(0deg) rotateY(0deg) !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.client-slider-two .swiper-slide-active {
	-webkit-transform: translate3d(-0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
	transform: translate3d(-0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}

.client-slider-two .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius:50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* -----------------------------------------------------
    single-travelus style
----------------------------------------------------- */

.single-travelus-wrap-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-travelus-wrap {
	list-style: none;
	position: relative;
}

.single-travelus-wrap:nth-child(1):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/13.png);
	height: 100%;
	width: 100%;
	right: 50%;
	top: -50px;
	background-repeat: no-repeat;
	z-index: 0;
}

.single-travelus-wrap:nth-child(2):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/14.png);
	height: 100%;
	width: 100%;
	right: 50%;
	bottom: -180px;
	background-repeat: no-repeat;
}

.single-travelus-wrap:nth-child(3):after {
	content: '';
	position: absolute;
	background-image: url(../img/others/13.png);
	height: 100%;
	width: 100%;
	right: 50%;
	top: -51px;
	background-repeat: no-repeat;
	z-index: 0;
}

.single-travelus .icons {
	height: 180px;
	width: 180px;
	background: rgba(255, 255, 255, 0.3);
	font-size: 50px;
	line-height: 180px;
	color: #ffffff;
	border-radius:50%;
	margin:0 auto;
	margin-bottom: 45px;
}

.single-travelus h4 {
	color: #ffffff;
	font-family: var(--paragraph-font);
}


/* -----------------------------------------------------
    faq-tabs style
----------------------------------------------------- */

.tp-tabs {
	border: 0 !important;
	margin-top: 50px; margin-left: 0; margin-bottom: 0; margin-right: 0;
}

.tp-tabs li {
	display: block;
	width: 100%;
	margin-bottom: 20px !important;
}

.tp-tabs li a {
	color: #071C55;
	background: #F8F8F8;
	border-radius:4px;
	border: 0 !important;
	position: relative;
}

.tp-tabs li a i {
	margin-left: 10px;
}

.tp-tabs li a:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	background: #071C55;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius:1px;
	visibility: hidden;
}

.tp-tabs li a.active {
	background-color: #071C55 !important;
	color: #ffffff !important;
}

.tp-tabs li a.active:after {
	visibility: visible;
}

.tp-tabs li:last-child {
	margin-bottom: 0 !important;
}

.tp-tabs.style-two {
	margin:0;
}

.tp-tabs.style-two li {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #CFD3DE !important;
	background: #F8F8F8;
}

.tp-tabs.style-two li a {
	border-radius:0;
}

.tp-tabs.style-two li:last-child {
	border-bottom: 0 !important;
}

.tp-tabs.style-two li .btn-yellow {
	background: var(--main-color-one);
	color: #ffffff;
	margin:20px 0;
	border-radius:4px;
}

.tp-tabs.style-two li .btn-yellow:hover,
.tp-tabs.style-two li .btn-yellow:focus {
	color: #ffffff;
}

.tp-tabs.style-two li .btn-yellow i {
	margin-right: 7px;
	font-size: 22px;
}

.tp-tabs.style-two li .btn-yellow span {
	position: relative;
	padding-left: 28px;
}

.tp-tabs.style-two li .btn-yellow span i {
	position: absolute;
	top: 1px;
}

.faq-tab-content {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px; padding-left: 80px; padding-bottom: 100px; padding-right: 30px;
}

.faq-tab-content .faq-details {
	background: rgba(7, 28, 85, 0.9);
	border-radius:10px;
	padding:18px 30px 25px;
}

.faq-tab-content .faq-details h6 {
	color: var(--main-color-one);
	font-size: 16px;
	font-family: var(--paragraph-font);
	font-weight: 500;
	padding-top: 10px;
	line-height: 26px;
}

.faq-tab-content .faq-details p {
	color: #ffffff;
}


/* -----------------------------------------------------
    user profile style
----------------------------------------------------- */

.user-details-title {
	font-weight: 700;
	margin-bottom: 25px;
}

.tp-img-upload {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.tp-img-upload .tp-avatar-preview {
	display: inline-block;
	width: 192px;
	height: 192px;
	position: relative;
	border-radius:10px;
	margin-left: 30px;
}

.tp-img-upload .tp-avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius:10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tp-img-upload .tp-avatar-edit {
	display: inline-block;
}

.tp-img-upload .tp-avatar-edit input {
	display: none;
}

.tp-img-upload .tp-avatar-edit input+label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.tp-img-upload .tp-avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.tp-img-upload .tp-avatar-edit .btn {
	margin-bottom: 20px;
}

.tp-img-upload .tp-avatar-edit h4 {
	font-family: var(--paragraph-font);
	font-weight: 600;
}

.user-verification .notice {
	background: #F8F8F8;
	border: 1px solid #F3941E;
	border-radius:4px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	padding:0 20px;
	color: #071C55;
}

.user-verification .notice i {
	padding-left: 8px;
}

.user-verification span {
	font-size: 15px;
	color: #9499A6;
	font-weight: 300;
}

.user-payment-method .single-input-wrap input {
	border: 1px solid #ffffff;
	height: 48px;
}

.user-payment-method .user-payment-card {
	text-align: center;
}

.user-payment-method .user-payment-card img {
	margin-bottom: 25px;
}

.user-payment-method .user-payment-card span {
	color: var(--main-color-two);
	margin-bottom: 10px;
	display: block;
}

.user-payment-method .user-payment-card .payment-card {
	font-size: 30px;
	margin-bottom: 30px;
}

.user-payment-method .user-payment-card .payment-card i {
	margin-bottom: 5px;
}

.user-payment-method .user-payment-card .btn {
	margin-bottom: 10px;
}

.user-payment-method .user-payment-card .btn-transparent {
	border: 1px solid var(--main-color-one);
}

.user-payment-method .user-payment-card .btn-transparent:hover {
	background: var(--main-color-one);
	color: #ffffff;
}

.user-tour-details .user-tour-details-title {
	color: var(--main-color-one);
}

.user-tour-details .comments-area {
	margin-top: 0;
}


/******* comming soon count down ********/

.comming-soon-page {
	background-size: cover;
}

.comming-soon-page .logo-wrapper {
	position: absolute;
	padding-top: 30px;
	z-index: 999;
}

.comming-soon-info-wrap {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comming-soon-info .btn-transparent {
	border-color: var(--main-color-one);
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 30px;
}

.comming-soon-info .btn-transparent:hover {
	background: var(--main-color-one);
}

.comming-soon-info .social-icon li a {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--main-color-two);
}

.comming-soon-info .social-icon li:hover a {
	border-color: #ffffff !important;
}

.comming-soon-title {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 60px;
	color: #ffffff;
}

.countdown-item {
	height: 160px;
	width: 160px;
	padding-top: 44px;
	margin-left: 40px;
	display: inline-block;
	border-bottom: 5px solid var(--main-color-one);
	text-align: center;
	border-radius:4px;
	background: rgba(243, 148, 30, 0.5);
}

.countdown-item h2 {
	margin:0;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 300;
	font-size: 45px;
	font-family: var(--paragraph-font);
	font-weight: 600;
}

.countdown-item span {
	margin:0;
	line-height: 1.2;
	color: #ffffff;
	font-size: 16px;
	font-family: var(--paragraph-font);
	font-weight: 300;
	text-transform: uppercase;
}

.countdown-item:last-child {
	margin-left: 0;
}

.service-location-map {
	line-height: 1;
}


/* -----------------------------------------------------
    destination details main slider
----------------------------------------------------- */

.destinations-details-main-slider-wrap {
	position: relative;
}

.destinations-details-main-slider {
	-webkit-box-shadow: 0px 0px 45px #071C5517;
	-moz-box-shadow: 0px 0px 45px #071C5517;
	box-shadow: 0px 0px 45px #071C5517;
	border-radius:23px;
}

.destinations-details-main-slider .d-details-main-slider-item img {
	border-radius:23px;
}

.destinations-details-main-slider-controls {
	position: absolute;
	right: 100px;
	bottom: 100px;
	width: 190px;
}

.destinations-details-main-slider-controls .slider-nav {
	margin-bottom: 100px;
}

.destinations-details-main-slider-controls .slider-nav .slick-arrow {
	display: block;
	margin-bottom: 30px;
	border-color: rgba(255, 255, 255, 0.6);
}

.destinations-details-main-slider-controls .slider-nav .slick-arrow:hover {
	border-color: var(--main-color-one);
}

.destinations-details-main-slider-controls .tp-slider-extra .last {
	color: rgba(255, 255, 255, 0.9);
}

.destinations-details-main-slider-controls .d-list-progress {
	background-color: rgba(255, 255, 255, 0.7);
}


/* -----------------------------------------------------
    destinations-client-review-slider style
----------------------------------------------------- */

.destinations-client-review-slider .d-client-review-slider-item {
	margin:0 15px;
}

.destinations-client-review-slider .slick-prev {
	position: absolute;
	right: -52px;
	top: 50%;
	margin-top: -28px;
}

.destinations-client-review-slider .slick-next {
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -28px;
}

.destinations-details-page .destinations-client-review-slider {
	margin-right: -15px;
	margin-left: -15px;
}


/* -----------------------------------------------------
    single-input-wrap-one style
----------------------------------------------------- */

.tp-form-wrap-one {
	padding:30px 40px 40px;
	border-radius:10px;
}

.single-input-wrap {
	width: 100%;
	margin-bottom: 18px;
}

.single-input-wrap .single-input-title {
	color: var(--main-color-two);
	font-weight: 400;
	display: block;
}

.single-input-wrap input {
	background: #ffffff;
	border: 1px solid #EAEAEA;
	height: 52px;
	width: 100%;
	padding:0 18px;
	border-radius:4px;
	color: var(--paragraph-color);
}

.single-input-wrap textarea {
	background: #ffffff;
	border: 1px solid #EAEAEA;
	height: 52px;
	width: 100%;
	padding:18px;
	height: 150px;
	border-radius:4px;
	color: var(--paragraph-color);
}

.single-input-wrap.style-two .single-input-title {
	color: var(--paragraph-color);
	font-weight: 400;
	display: block;
}

.single-input-wrap.style-two input {
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	height: 52px;
	width: 100%;
	padding:0 18px;
	color: var(--paragraph-color);
}

.single-input-wrap.style-two textarea {
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: var(--paragraph-color);
	height: 52px;
	width: 100%;
	padding:18px;
	height: 150px;
}

.single-input-wrap.style-two .nice-select {
	border: 1px solid #F8F8F8;
	border-radius:0;
	border-radius:4px;
	position: relative;
	background-position: 95%;
}

.single-input-wrap.style-two .nice-select.custom-select {
	padding-top: 0; padding-left: 38px; padding-bottom: 0; padding-right: 20px;
}

.single-input-wrap.style-two.select-style-two {
	background: #F8F8F8 !important;
}

.contact-info {
	padding:45px 30px;
}

.contact-info p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--main-color-two);
	font-weight: 400;
}

.contact-info p i {
	float: right;
	margin-top: 7px;
	margin-left: 15px;
}

.contact-map {
  width: 100%;
  border: 0 !important;
  height: 100%;
  min-height: 340px;
}

.user-details .single-input-wrap {
	margin-bottom: 25px;
	line-height: 1;
}

.user-details .single-input-wrap.style-two .single-input-title {
	margin-bottom: 10px;
}


/* -----------------------------------------------------
    all footer widget style
----------------------------------------------------- */

.sidebar-area-4 {
	margin-right: 80px;
}

.about_us_widget .footer-logo {
	margin-bottom: 30px;
	display: inline-block;
}

.about_us_widget p {
	margin-bottom: 30px;
}

.about_us_widget .social-icon li:first-child {
	margin-right: 0;
}

.widget-contact p {
	margin-bottom: 12px;
}

.widget-contact p i {
	margin-left: 12px;
	width: auto;
	height: 100%;
	float: right;
	padding-top: 5px;
	color: var(--main-color-four);
}

.widget-contact p span {
	display: table-cell;
}

.widget-instagram-feed {
	margin:0;
	padding:0;
	padding-top: 6px;
}

.widget-instagram-feed li {
	display: inline-block;
	margin:0 3px 10px;
}

.widget-instagram-feed li a {
	display: inline-block;
	color: #9BA4BB;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:4px;
}

.widget-instagram-feed li a:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	visibility: hidden;
	opacity: 0;
	border-radius:4px;
}

.widget-instagram-feed li a:hover {
	visibility: visible;
	opacity: 0.6;
}

.widget-instagram-feed li a img {
	border-radius:4px;
}

.widget_nav_menu {
	margin:0;
	padding:0;
}

.widget_nav_menu li {
	list-style: inside;
}

.widget_nav_menu li a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget_nav_menu li:hover a {
	color: var(--main-color-one);
}

.footer-area .widget {
	margin-bottom: 35px;
	line-height: 26px;
}

.footer-area .widget_nav_menu li {
	margin-bottom: 7px;
}

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

.footer-area .widget-title {
	color: #ffffff;
	margin-bottom: 25px;
	padding-right: 0;
}

.footer-area .widget-title:after {
	display: none;
}


/* -----------------------------------------------------
    all sitebar widget style
----------------------------------------------------- */

.sidebar-area .widget {
	background: #F8F8F8;
	padding-top: 30px; padding-left: 0; padding-bottom: 26px; padding-right: 0;
	margin-bottom: 60px;
	border-radius:8px;
}

.widget-title {
	font-size: 20px;
	color: var(--main-color-two);
	font-weight: 500;
	position: relative;
	margin-bottom: 30px;
	font-family: var(--body-font);
	padding-right: 37px;
}

.widget-title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5px;
	width: 27px;
	height: 3px;
	background: var(--main-color-one);
}

.search-form {
	position: relative;
	background: #F8F8F8;
	border-radius:4px;
}

.search-form input {
	letter-spacing: 0.3px;
	color: var(--paragraph-color);
	width: 100%;
	font-size: var(--body-font-size);
	font-weight: 300;
	border: 0;
	background: transparent;
	padding-top: 0; padding-left: 60px; padding-bottom: 0; padding-right: 20px;
	height: 50px;
	line-height: 50px;
	border-radius:4px;
}

.search-form input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.search-form input:-ms-input-placeholder {
	color: #CFD3DE;
}

.search-form input::-ms-input-placeholder {
	color: #CFD3DE;
}

.search-form input::placeholder {
	color: #CFD3DE;
}

.search-form input:active,
.search-form input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0 !important;
}

.search-form button {
	position: absolute;
	border: 0;
	background: #01B9B7;
	cursor: pointer;
	font-size: 18px;
	padding-top: 0; padding-left: 16px; padding-bottom: 0; padding-right: 18px;
	height: 50px;
	line-height: 54px;
	top: 0;
	left: 0;
	border-radius:4px;
}

.search-form button:after {
	content: '';
	position: absolute;
	right: auto;
	left: 0px;
	bottom: 0;
	top: 0;
	width: 95%;
	height: 100%;
	background: var(--main-color-two);
	border-radius:4px;
}

.search-form button i {
	color: var(--main-color-one);
	z-index: 9;
	position: relative;
}

.search-form button:active,
.search-form button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0 !important;
}

.widget_categories ul {
	margin:0;
	padding:0;
	overflow: hidden;
}

.widget_categories ul li {
	list-style: none;
	color: var(--main-color-two);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #E9E9E9;
	padding:4px 37px;
	text-align: left;
	overflow: hidden;
}

.widget_categories ul li a {
	float: right;
}

.widget_categories ul li:hover {
	color: var(--main-color-one);
}

.widget_categories ul li:last-child {
	border-bottom: 0;
}

.widget-recent-post ul {
	list-style: none;
	padding:0;
	margin:0;
}

.widget-recent-post ul li {
	padding:20px 37px;
	border-bottom: 1px solid #E9E9E9;
}

.widget-recent-post ul li .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-recent-post ul li .media .media-body {
	margin-right: 18px;
}

.widget-recent-post ul li .media .media-body .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--main-color-two);
	margin-bottom: 0;
	font-family: var(--body-font);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.widget-recent-post ul li .media .media-body .title:hover {
	color: var(--main-color-one);
}

.widget-recent-post ul li .media .media-body .post-date {
	font-size: 12px;
	font-weight: 400;
	color: rgba(66, 84, 134, 0.85);
}

.widget-recent-post ul li:first-child {
	padding-top: 0;
}

.widget-recent-post ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0 !important;
}

.widget_tag_cloud .tagcloud {
	padding:0 37px;
}

.widget_tag_cloud .tagcloud a {
	background: #9499A6;
	padding-top: 0; padding-left: 6px; padding-bottom: 0; padding-right: 7px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	border-radius:2px;
	margin:0 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:hover {
	background: var(--main-color-one);
}


/* -----------------------------------------------------
    tour-list-widget style
----------------------------------------------------- */

.tour-list-widget {
	padding-top: 40px !important; padding-left: 30px !important; padding-bottom: 26px !important; padding-right: 30px !important;
}

.single-widget-search-input-title {
	color: var(--main-color-two);
	font-weight: 400;
	margin-bottom: 4px;
}

.widget-tour-list-search .search-form {
	background: #ffffff;
}

.widget-tour-list-search .search-form input {
	border: 1px solid #EAEAEA;
	color: var(--paragraph-color);
	font-weight: 400;
}

.widget-tour-list-search .search-form input:focus {
	border: 1px solid #EAEAEA !important;
}

.widget-tour-list-search .search-form input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.widget-tour-list-search .search-form input:-ms-input-placeholder {
	color: #CFD3DE;
}

.widget-tour-list-search .search-form input::-ms-input-placeholder {
	color: #CFD3DE;
}

.widget-tour-list-search .search-form input::placeholder {
	color: #CFD3DE;
}

.widget-tour-list-search .search-form button {
	background: none;
	border-right: 1px solid #EAEAEA !important;
}

.widget-tour-list-search .search-form button:after {
	display: none;
}

.widget-tour-list-search .search-form button i {
	color: var(--main-color-two);
}

.single-widget-search-input {
	margin-bottom: 22px;
}

.single-widget-search-input input {
	border: 1px solid #EAEAEA;
	color: var(--paragraph-color);
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	background-position: 20px;
	border-radius:4px;
}

.single-widget-search-input input:focus {
	border: 1px solid #EAEAEA !important;
}

.single-widget-search-input input.custom-select {
	padding-top: 0; padding-left: 20px; padding-bottom: 0; padding-right: 38px;
}

.single-widget-search-input input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input input:-ms-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input input::-ms-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input input::placeholder {
	color: #CFD3DE;
}

.single-widget-search-input textarea {
	border: 1px solid #EAEAEA;
	color: var(--paragraph-color);
	width: 100%;
	min-height: 130px;
	padding:15px 20px;
	background-position: 20px;
	border-radius:4px;
}

.single-widget-search-input textarea:focus {
	border: 1px solid #EAEAEA !important;
}

.single-widget-search-input textarea::-webkit-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input textarea:-ms-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input textarea::-ms-input-placeholder {
	color: #CFD3DE;
}

.single-widget-search-input textarea::placeholder {
	color: #CFD3DE;
}

.single-widget-search-input .nice-select {
	border: 1px solid #EAEAEA;
	color: #CFD3DE;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-position: 20px;
	font-size: 16px;
	margin-bottom: 22px;
}

.single-widget-search-input .nice-select:focus,
.single-widget-search-input .nice-select:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-widget-search-input .nice-select.custom-select {
	padding-top: 0; padding-left: 20px; padding-bottom: 0; padding-right: 38px;
}

.single-widget-search-input .nice-select .list {
	width: 100%;
}

.single-widget-search-input .nice-select .list li {
	color: var(--paragraph-color);
	font-size: 14px;
}

.single-widget-search-input .nice-select:after {
	display: none;
}

.widget-product-sorting .slider-product-sorting {
	height: 4px;
	border-radius:0;
	background: #ffffff;
	border: 0 !important;
	margin-top: 0; margin-left: 10px; margin-bottom: 25px; margin-right: 10px;
}

.widget-product-sorting .slider-product-sorting .ui-slider-range {
	background: var(--main-color-one);
}

.widget-product-sorting .slider-product-sorting .ui-slider-handle {
	height: 11px;
	width: 11px;
	border-radius:50%;
	background: #ffffff;
	top: -3px;
	cursor: pointer;
	z-index: 1;
	border: 2px solid #071C55;
}

.widget-product-sorting label {
	margin-left: 10px;
}

.widget-product-sorting label,
.widget-product-sorting input {
	font-size: 15px;
	letter-spacing: 0.15px;
	color: var(--main-color-one);
	border: 0;
	background: transparent;
	margin-bottom: 0;
	line-height: 36px;
}

.widget-product-sorting label:focus,
.widget-product-sorting input:focus {
	border: 0;
}


/* -----------------------------------------------------
    All section style
----------------------------------------------------- */

.tp-video-area {
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.tp-holiday-plan-area {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* -----------------------------------------------------
    blog-details-area style
----------------------------------------------------- */

.blog-details-area p {
	margin-bottom: 17px;
}

.blog-details-area .video-popup-wrap {
	margin-bottom: 20px;
}

.blog-details-area .tag-share-area {
	margin:63px 0 65px;
}

.blog-details-area .single-post-navigation {
	margin-bottom: 70px;
}


/* -----------------------------------------------------
    destinations-details-page style
----------------------------------------------------- */

.destinations-details-page .destinations-details-main-slider-wrap {
	margin-bottom: 65px;
}

.destinations-details-page .destinations-details-location-name {
	margin-bottom: 45px;
}

.destinations-details-page .destinations-client-review-slider {
	margin-bottom: 35px;
}

.destinations-details-page .trip-plan-area {
	margin-bottom: 62px;
}

.destinations-details-page .location-details {
	margin-bottom: 70px;
}

.destinations-details-page .location-review-area .tp-review-meta span {
	margin-left: 20px;
}


/* -----------------------------------------------------
    tour-details style
----------------------------------------------------- */

.tour-details-gallery .tp-gallery-item-img {
	position: relative;
}

.tour-details-gallery .details .location i {
	margin-left: 5px;
}

.tour-details-gallery .details .content {
	margin-bottom: 5px;
}

.tour-details-gallery .details .tp-review-meta {
	margin-bottom: 15px;
}

.tour-details-gallery .details p {
	color: #ffffff;
}

.tour-details-gallery .details h4 {
	color: #ffffff;
	font-weight: 700;
}

.tour-details-gallery .details i {
	color: #ffffff;
}

.tour-details-gallery .details .ic-yellow {
	color: var(--main-color-one);
}

.tour-details-gallery .details .all-tags a {
	background: #233974;
	padding-top: 0; padding-left: 6px; padding-bottom: 0; padding-right: 7px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	border-radius:2px;
	margin-left: 6px;
	display: inline-block;
	margin-top: 5px;
}

.tour-details-gallery .book-list-warp {
	overflow: hidden;
}

.tour-details-gallery .book-list-warp .book-list-content {
	display: inline-block;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 12px;
}

.tour-details-gallery .book-list-warp .tp-price-meta {
	display: inline-block;
	float: left;
}

.tour-details-gallery .book-list-warp .tp-price-meta p {
	color: #fff;
}

.tour-details-gallery .book-list-warp .tp-price-meta h2 {
	font-size: 24px;
	margin-left: 15px;
}

.tour-details-gallery .book-list-warp .tp-price-meta h2 span {
	font-size: 14px !important;
}

.tour-details-gallery .book-list-warp .tp-price-meta h2 small {
	font-size: 14px !important;
	left: -11px;
	top: -3px;
}

.tour-details-gallery .tp-list-meta {
	padding-top: 24px;
}

.tour-details-gallery .tp-list-meta li {
	color: #ffffff;
	font-weight: 200;
	margin-left: 40px;
}

.tour-details-gallery .tp-list-meta li i {
	color: #ffffff;
}

.tour-details-area .tour-details-gallery {
	margin-bottom: 63px;
}

.tour-details-area .package-included-area {
	/* margin-top: 55px; */
}

.tour-details-area .package-included-location {
	margin-top: 33px;
	margin-bottom: 10px;
}

.tour-details-area .host-area {
	margin-bottom: 64px;
}

.tour-details-area .tour-details-review-area {
	margin-bottom: 60px;
	margin-top: 63px;
}

.tour-details-area .sidebar-area.sidebar-area-4 {
	margin-top: 10px;
}


/********* travelus-area ******/

.travelus-area {
	background-size: cover;
}


/******* upcomming-tour-bg ********/

.upcomming-tour-bg {
	background-size: 33%;
	background-repeat: no-repeat;
	background-position: right;
}


/* -----------------------------------------------------
    newslatter style
----------------------------------------------------- */

.newslatter-area-wrap {
	padding-top: 57px; padding-left: 0; padding-bottom: 63px; padding-right: 0;
}

.newslatter-wrap {
	-webkit-box-shadow: 0px 3px 13px #23397426;
	-moz-box-shadow: 0px 3px 13px #23397426;
	box-shadow: 0px 3px 13px #23397426;
	border-top-right-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 4px;
}

.newslatter-wrap .input-group-text {
	padding:0 22px;
	background-color: #ffffff;
	color: #CFD3DE;
	border: 0;
	border-top-right-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 4px;
}

.newslatter-wrap input {
	height: 62px;
	border: 0;
	padding:.375rem 1rem;
	color: var(--paragraph-color);
	border-right: 1px solid #e9ecef;
}

.newslatter-wrap input:focus {
	outline: 0;
	border: 0;
	border-right: 1px solid #e9ecef;
}

.newslatter-wrap input::-webkit-input-placeholder {
	color: #CFD3DE;
}

.newslatter-wrap input:-ms-input-placeholder {
	color: #CFD3DE;
}

.newslatter-wrap input::-ms-input-placeholder {
	color: #CFD3DE;
}

.newslatter-wrap input::placeholder {
	color: #CFD3DE;
}

.newslatter-wrap button {
	height: 62px;
}

.newslatter-wrap.style-two {
	background: #ffffff;
	border-radius:4px;
}

.newslatter-wrap.style-two .input-group-prepend {
	margin-top: 10px; margin-left: 0; margin-bottom: 10px; margin-right: 0px;
}

.newslatter-wrap.style-two .input-group-text {
	padding:0 16px;
}

.newslatter-wrap.style-two input {
	margin-top: 10px; margin-left: 20px; margin-bottom: 10px; margin-right: 0;
	height: 42px;
}

.footer-area {
	position: relative;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-area:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color-two);
	z-index: -2;
}

.footer-area .about_us_widget {
	padding-left: 55px;
}

.footer-area.style-two {
	padding-top: 105px;
}

.footer-area.style-two:after {
	display: none;
}

.footer-area.style-two .about_us_widget {
	padding-left: 0;
}

.footer-area.style-two .footer-widget .widget-contact p {
	margin-left: 30px;
}

.footer-area.style-two .footer-widget .widget_nav_menu li {
	display: inline-block;
	margin:0 30px;
}

.footer-area.style-two .footer-widget .widget_nav_menu li a {
	font-weight: 400;
}

.footer-area.style-two .footer-widget .widget_nav_menu li:hover a {
	color: var(--main-color-one);
}

.footer-area.style-two .copyright-inner {
	background: none;
}

.footer-area.style-two .copyright-inner .copyright-text {
	color: #76819F;
}

.footer-area.style-two .copyright-inner .copyright-text a {
	color: #76819F;
}

.footer-area.style-two .copyright-inner .social-icon li a {
	background: var(--main-color-one);
	color: #ffffff;
}

.footer-area.style-two .copyright-inner .social-icon li:hover a {
	color: #ffffff !important;
}

.footer-area.style-two .copyright-inner .copyright-text a span:before {
	background: #76819F;
}

.footer-area.style-three .about_us_widget {
	padding-left: 0;
}

.footer-area.style-three .footer-widget .widget-contact p {
	margin-left: 30px;
	color: rgba(255, 255, 255, 0.75);
}

.footer-area.style-three .footer-widget .widget_nav_menu {
	border-bottom: 1px solid #CFD3DE;
	padding-bottom: 26px;
}

.footer-area.style-three .footer-widget .widget_nav_menu li {
	display: inline-block;
	margin:0 30px;
}

.footer-area.style-three .footer-widget .widget_nav_menu li a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
}

.footer-area.style-three .footer-widget .widget_nav_menu li:hover a {
	color: var(--main-color-one);
}

.footer-area.style-three .copyright-inner {
	background: #ffffff;
}

.footer-area.style-three .copyright-inner .copyright-text {
	color: #76819F;
}

.footer-area.style-three .copyright-inner .copyright-text a {
	color: #76819F;
}

.footer-area.style-three .copyright-inner .social-icon li a {
	background: var(--main-color-one);
	color: #ffffff;
}

.footer-area.style-three .copyright-inner .social-icon li:hover a {
	color: #ffffff !important;
}

.footer-area.style-three .copyright-inner .copyright-text a span:before {
	background: #76819F;
}


/* -----------------------------------------------------
    copyright style
----------------------------------------------------- */

.copyright-inner {
	background: var(--main-color-three);
	margin-top: 35px;
	padding:8px 0;
}

.copyright-inner .copyright-text {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 44px;
}

.copyright-inner .copyright-text a {
	font-size: 14px;
	letter-spacing: 0.42px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
}

.copyright-inner .copyright-text a i {
	color: var(--main-color-one);
	padding-top: 0; padding-left: 3px; padding-bottom: 0; padding-right: 5px;
}

.copyright-inner .copyright-text a span {
	position: relative;
}

.copyright-inner .copyright-text a span:before {
	position: absolute;
	right: auto;
	left: 0;
	top: 100%;
	content: '';
	background: #ffffff;
	height: 1px;
	width: 0%;
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.copyright-inner .copyright-text a span:hover:before {
	visibility: visible;
	opacity: 1;
	left: auto;
	right: 0;
	width: 100%;
}


/*---------------------------------------
    ## Back Top
---------------------------------------*/

.back-to-top {
	position: fixed;
	left: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius:50%;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: none;
}

.about_us_widget p,
.widget-contact p span,
.widget_nav_menu li a {
	color: rgba(255, 255, 255, 0.75);
}

.footer-area.style-two .about_us_widget p,
.footer-area.style-two .widget-contact p span,
.footer-area.style-two .widget_nav_menu li a {
	color: var(--paragraph-color);
}

.home-about-rightside img {
	border-radius:5px;
}

.horizontal-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.whatsapp_note {
	color: #bcd2ed;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.bottom-links {
  text-align: left;
}

.bottom-links li {
  display: inline-block;
  margin-top: 5px; margin-left: 0; margin-bottom: 5px; margin-right: 20px;
}
.instagram-title{
  font-family: 'FONTSPRING';
}
.experiences-title{
  margin-bottom: 0px;
}
.weather-title{
  margin-bottom: 0px;
}
.weather-title h2{
  color: #f8f9fa;
}
.weather-title p{
  color: #f8f9fa;
}

.experiences-weather{
  position: relative;
}

.ww-bg::after{
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color-two);
    z-index: -1;
    border-radius:5px;
}
.instagramfeed a.eapps-link{
  display: none!important;
  pointer-events: none;
}
.landrover-sextion .container{
  border: 1px solid #f2f3f5;
  padding:50px;
  border-radius:10px;
  background: #fafafa;
}
.weather-mainbox{
  border: 1px solid #414141;
  border-radius:5px;
  padding:0px 0px;
  position: relative;
  overflow: hidden;
}
.weather-maintabs{
  width: 100%;
  z-index: 999;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.weather-maintabs li{
margin:3px;
padding:0;
width: calc(25% - 0px);
}
.weather-maintabs li a{
  display: flex;
  flex-direction: column;
  line-height: normal;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.weather-maintabs li a span{
    padding:0!important;
}
.weather-status{
  padding:50px 0;
  z-index: 999;
  /* position: relative; */
  height: 100%;
}
.weather-status .weather-status-info .first-status{
  text-align: center;
  font-size: 30px;
  color: #f8f9fa;
  text-transform: capitalize;
}
.weather-status .weather-status-info .second-status{
  text-align: center;
  font-size: 20px;
  color: #f8f9fa;
  opacity: 0!important;
}
.weather-status-boxes{
    display: flex;
    justify-content: center;
    padding:0px 0px;
    margin:0 auto;
    position: absolute;
    left: 10px;
    top: 10px;
    /*transform: translateX(+50%);*/
}


.weather-status-boxes .weather-status-visibility .weather-status-visibility-icon img{
  max-width: 50px;
  width: 50px;
  position: relative;
  /* filter: invert(1); */
}
.weather-status-boxes .weather-status-visibility .weather-status-visibility-icon{
  display: flex;
  border: 1px solid rgb(255 255 255 / 30%);
  padding:10px;
  border-radius:5px;
  margin-left: 10px;
  
}
.weather-status-boxes .weather-status-visibility{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.weather-status-boxes .weather-status-visibility .weather-status-visibility-info p{
  margin:0px;
  color: #fff;
}
.weather-status-boxes .weather-status-visibility .weather-status-visibility-info .weather-status-large-title{
  font-size: 20px;
  color: #f8f9fa;
}



.draw-border {
  box-shadow: inset 0 0 0 1px rgb(88 175 209 / 30%);
  color: rgb(88 175 209 / 30%);
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
}
.draw-border::before {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-radius:5px;
}
.draw-border::after {
  border-top-width: 1px;
  border-left-width: 1px;
  border-radius:5px;
}
.draw-border:hover {
  color: #648cbc;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #648cbc;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius:5px;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.days-btns {
  background: rgb(44 36 38 / 50%);
  height: 83px;
  position: relative;
  border-radius:5px;
}

.days-btns li{
  margin:3px;
  position: relative;
}

.day-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding:10px 5px;
  width: 100%;
  display: flex;
  position: absolute;
  right: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius:5px;
}
.day-btn:focus {
  box-shadow: inset 0 0 0 1px rgb(88 175 209 / 100%);
  border-radius:5px;
}
.day-btn:focus p{
  color: #648cbc;;
}

.day-btn img{
  width: 20px;
  margin-top: 5px; margin-left: 0; margin-bottom: 10px; margin-right: 0;
}
.day-btn p{
  margin-bottom: 0px;
  color: #f8f9fa;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  
}
.day-btn:hover p{
  color: #648cbc;;
}
.weather-video{
  position: absolute;
    top: 0px;
    right: -50%;
    height: 100%;
}
.weather-video-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.weather-video-bg::after{
  content: "";
  position:absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  background: rgba(0,0,0,0.5);
}
.day-btn.draw-border.active.show{
  box-shadow: inset 0 0 0 1px rgb(88 175 209 / 100%);
}
.day-btn.draw-border.active.show p{
  color: #648cbc;;
}

.days-btns li.active .day-btn.draw-border{
  box-shadow: inset 0 0 0 1px rgb(88 175 209 / 100%);
}
.days-btns li.active .day-btn.draw-border p{
  color: #648cbc;;
}
.explore-btn{
  display: flex !important;
  align-items: center;
}
.explore-btn p{
  color: #fff;
  margin:0;
  font-size: 16px;
  margin-left: 5px;

}
.explore-btn i{
	color: #fff;
	    transform: scale(-1);
}
.experience-price {
  padding:0px!important;
  background: #2c2426!important;
  color: #fff;
  margin-bottom: 20px!important
}
.experience-price .experience-price-tag{
  display: flex;
  justify-content: space-between;
  padding:10px;
}
.experience-price .experience-price-tag p{
    background: #7c7973;
    border-radius:7px;
    font-size: 26px;
    text-align: center;
    margin:0px;
    color: #fff;
    padding:10px;
}

.experience-price .experience-price-tag p:first-child{
        background: unset;
    text-align: right;
}

.experience-price .experience-price-tag div p{
    font-size: 16px;
}

.experience-price .experience-price-tag div p:first-child{
    background: #7c7973;
    border-radius:7px;
    
    text-align: center;
    margin:0px;
    color: #fff;
    padding:10px;
     margin-left:10px;
}


.chatbtn{
	position: fixed;
    left: 30px;
    bottom: 30px;
    /* width: 50px; */
    height: 50px;
    background-color: var(--main-color-one);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius:50px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	display: flex;
	align-items: center;
	padding:0 20px;
}

.chatbtn img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.chatbtn p{
	color: #fff;
	font-size: 14px;
	margin:0px;
}
.weather-location{
	display: flex;
}
.weather-location img{
    width: 64px;
    border: 0px solid rgb(248 249 250 / 30%);
    padding:10px;
    border-radius:5px;
    margin-left: 15px;
}
.weather-location i{
	border: 1px solid rgb(248 249 250 / 30%);
    padding:15px 20px;
    border-radius:5px;
    margin-left: 15px;
    font-size: 30px;
    color: rgb(248 249 250 / 30%);
}
.weather-subinfo{
	display: flex;
	justify-content: space-between;
}
.slider-icon{
	width: 50px;
    margin-bottom: 20px;
}
.eapps-instagram-feed-posts-grid-load-more{
	display: none
}
.opacity-0{
	opacity: 0!important;
}
.watchvid-text{
	color: #fff;
    position: relative;
    top: 75px;
    left: -130px;
    font-size: 20px;
}
.watchvid-text:hover, .watchvid-text:focus{
	color: #f2f3f5;
}
.slidervid-section{
    z-index:99999;
	display: flex;
	justify-content: center;
	align-content: center;
}
.events-video-thumb{
	border-radius:5px;
	overflow: hidden;
}








.accordion-faq .accordion-item {
	border-bottom: 0px solid #e5e5e5;
  }
  .accordion-faq .accordion-item button[aria-expanded=true] {
	border-bottom: 1px solid #03b5d2;
  }
  .accordion-faq button {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
	padding:1em 0;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
  }
  .accordion-faq button:hover, .accordion button:focus {
	cursor: pointer;
	color: #03b5d2;
  }
  .accordion-faq button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
  }
  .accordion-faq button .accordion-title {
	padding-top: 1em; padding-left: 1.5em; padding-bottom: 1em; padding-right: 0;
  }
  .accordion-faq button .icon {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius:22px;
  }
  .accordion-faq button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	right: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
  }
  .accordion-faq button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	right: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
  }
  .accordion-faq button[aria-expanded=true] {
	color: #03b5d2;
  }
  .accordion-faq button[aria-expanded=true] .icon::after {
	width: 0;
  }
  .accordion-faq button[aria-expanded=true] + .accordion-content {
	opacity: 1;
	max-height: fit-content;
	transition: all 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion-faq .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion-faq .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin:2em 0;
  }
  .faq-img{
	  border-radius:5px;
  }




.toggle {
	margin:10px 0 20px;
	position: relative;
	clear: both;
  }
  .toggle .toggle {
	margin:10px 0 0;
  }
  .toggle > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin:0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
  }
  .toggle > label,
  .toggle > .toggle-title {
	transition: all 0.15s ease-out;
	background: #f7f7f7;
	border-right: 0 solid #ccc;
	border-radius:5px;
	color: #ccc;
	display: block;
	min-height: 20px;
	padding-top: 12px; padding-left: 20px; padding-bottom: 12px; padding-right: 15px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: -0.2px;
	text-decoration: none !important;
  }
  .toggle.faq-question > label,
  .toggle.faq-question > .toggle-title {
	padding:0;
	pointer-events: none;
/*	font-family: dtlparadoxt;*/
	letter-spacing: 1px;
	font-size: 20px;
  }
  .toggle.faq-question > label:before,
  .toggle.faq-question > .toggle-title:before {
	display: none;
  }
  .toggle.faq-question {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding:0px 20px;
	background: #f2f3f9;
	margin-top: 0;
	margin-bottom: 10px;
	border-radius:5px;
  }
  .toggle.faq-question:nth-child(4n + 1),
  .toggle.faq-question:nth-child(4n + 4) {
	/*background: #f5f5f5;*/
  }
  
    .toggle.faq-question:nth-child(odd){
       background: #f5f5f5; 
    }
  
  .toggle > label:-moz-selection,
  .toggle > .toggle-title:-moz-selection {
	background: 0 0;
  }
  .toggle > label i.fa-minus,
  .toggle > .toggle-title i.fa-minus {
	display: none;
  }
  .toggle > label i.fa-plus,
  .toggle > .toggle-title i.fa-plus {
	display: inline;
  }
  .toggle > label:before,
  .toggle > .toggle-title:before {
	content: " ";
	position: absolute;
	top: calc(50% + 1px);
	left: 14px;
	border-color: #ccc;
	border-top: 1px solid;
	border-left: 1px solid;
	width: 8px;
	height: 8px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.3s, top 0.3s;
	transform: rotate(-45deg) translate3d(-0, -50%, 0);
	transform-origin: 35%;
  }
  .toggle > label:hover,
  .toggle > .toggle-title:hover {
	background: #f5f5f5;
  }
  .toggle > label + p,
  .toggle > .toggle-title + p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
  }
  .toggle > label i,
  .toggle > .toggle-title i {
	font-size: 0.7em;
	margin-left: 8px;
	position: relative;
	top: -1px;
  }
  .toggle > .toggle-content {
	display: none;
  }
  .toggle > .toggle-content > p {
	margin-bottom: 0;
	padding:10px 0;
  }
  .toggle.active i.fa-minus {
	display: inline;
  }
  .toggle.active i.fa-plus {
	display: none;
  }
  .toggle.active > label,
  .toggle.active > .toggle-title {
	background: 0 0;
	border-color: transparent;
  }
  .toggle.active > label:before,
  .toggle.active > .toggle-title:before {
	top: calc(50% - 8px);
	transform: rotate(135deg);
  }
  .toggle.active > p {
	white-space: normal;
  }
  .toggle > p.preview-active {
	height: auto;
	white-space: normal;
  }
  .toggle.toggle-sm .toggle > label,
  .toggle.toggle-sm .toggle > .toggle-title {
	font-size: 0.9em;
	padding-top: 6px; padding-left: 20px; padding-bottom: 6px; padding-right: 10px;
  }
  .toggle.toggle-sm .toggle > .toggle-content > p {
	font-size: 0.9em;
  }
  .toggle.toggle-lg .toggle > label,
  .toggle.toggle-lg .toggle > .toggle-title {
	font-size: 1.1em;
	padding:16px 20px;
  }
  .toggle.toggle-lg .toggle > .toggle-content > p {
	font-size: 1.1em;
  }
  .toggle.toggle-simple .toggle > label,
  .toggle.toggle-simple .toggle > .toggle-title {
	border-radius:0;
	border: 0;
	background: 0 0;
	color: #777;
	padding-right: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #5c6152;
  }
  .toggle.toggle-simple .toggle > label:after,
  .toggle.toggle-simple .toggle > .toggle-title:after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #ccc;
	top: 25px;
	margin-top: -12px;
	border-radius:3px;
	z-index: 1;
  }
  .toggle.toggle-simple .toggle > label:before,
  .toggle.toggle-simple .toggle > .toggle-title:before {
	border: 0;
	right: 9px;
	left: auto;
	margin-top: 0;
	top: 12px;
	font-family: "font awesome 5 free";
	font-weight: 900;
	content: "\f067";
	z-index: 2;
	color: #fff;
	font-size: 7px;
	width: auto;
	height: auto;
	transform: none;
  }
  .toggle.toggle-simple .toggle.active > label,
  .toggle.toggle-simple .toggle.active > .toggle-title {
	background: 0 0;
	color: #000;
  }
  .toggle.toggle-simple .toggle.active > label:before,
  .toggle.toggle-simple .toggle.active > .toggle-title:before {
	content: "\f068";
  }
  .toggle.toggle-minimal .toggle {
	margin:0;
  }
  .toggle.toggle-minimal .toggle > label,
  .toggle.toggle-minimal .toggle > .toggle-title {
	background: 0 0;
	color: #777;
	border-right: 0;
	border-bottom: 1px solid #cccc;
	border-radius:0;
	margin:0;
	padding-top: 12px; padding-left: 20px; padding-bottom: 12px; padding-right: 0;
	font-weight: 600;
  }
  .toggle.toggle-minimal .toggle.active > label,
  .toggle.toggle-minimal .toggle.active > .toggle-title {
	background: 0 0;
	border-bottom-color: #ccc;
  }


  ul.eventslist {
    padding:0 0px;
    padding:0;
    margin-bottom: 0;
    border-radius:5px;
    overflow: hidden;
	margin-top: 20px;
}

ul.eventslist li {
    border-bottom: 1px solid #f2f3f5;
    line-height: 24px;
    list-style: none;
    font-size: 1.1em;
    padding:5px 0px;
    text-align: right;
    border-radius:0;
    list-style-position: inside;
    list-style-type: disc;
}

.pointer-none{
	pointer-events: none;
}


.instagram-title{
	font-family: 'FONTSPRING';
}


.iphone-container{
	max-width: 414px;
}


.iphone12max {
	position: relative;
	z-index: 2;
	width: 100%;
	margin:auto;
	height: 0;
	padding-bottom: 205.0808314088%;
	box-sizing: content-box;
	border-radius:14.7806004619% / 7.2072072072%;
	background: linear-gradient(180deg, rgba(98, 99, 102, 0) 0%, #626366 1.69%, #626366 3.38%, rgba(98, 99, 102, 0) 9.01%, rgba(98, 99, 102, 0) 90.99%, #626366 96.62%, #626366 98.61%, rgba(98, 99, 102, 0) 100%), #949699;
  }
  .iphone12max::before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	height: 2.5%;
	width: 100%;
	bottom: -1.33%;
	background: radial-gradient(closest-side, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	filter: blur(1px);
  }
  .iphone12max::after {
	content: "";
	position: absolute;
	z-index: 3;
	right: 1.1547344111%;
	left: 1.1547344111%;
	top: 0.5630630631%;
	bottom: 0.5630630631%;
	border-radius:15.1300236407% / 7.2892938497%;
	background: #1F1F1F;
  }
  .iphone12max__screen {
	position: absolute;
	z-index: 4;
	right: 4.8498845266%;
	left: 4.8498845266%;
	top: 2.3648648649%;
	bottom: 2.3648648649%;
	border-radius:11.7647058824% / 5.4373522459%;
	background: #fff;
	overflow: hidden;
  }
  .iphone12max__leftButtons {
	position: absolute;
	z-index: 2;
	width: 0.6928406467%;
	height: 7.6576576577%;
	right: -0.4618937644%;
	top: 22.972972973%;
	border-top-right-radius: 66.6666666667% 2.9411764706%;
	border-bottom-right-radius: 66.6666666667% 2.9411764706%;
	background: linear-gradient(270deg, rgba(31, 31, 31, 0.25) 0%, rgba(31, 31, 31, 0) 63.54%, rgba(31, 31, 31, 0) 100%), linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0) 11.79%, rgba(35, 35, 35, 0) 88.21%, #232323 100%), #A4A6A8;
  }
  .iphone12max__leftButtons::before {
	content: "";
	position: absolute;
	top: -94.1176470588%;
	right: 0;
	left: 0;
	width: 100%;
	height: 50%;
	border-top-right-radius: 66.6666666667% 5.8823529412%;
	border-bottom-right-radius: 66.6666666667% 5.8823529412%;
	background: linear-gradient(270deg, rgba(31, 31, 31, 0.25) 0%, rgba(31, 31, 31, 0) 63.54%, rgba(31, 31, 31, 0) 100%), linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0) 20.74%, rgba(35, 35, 35, 0) 79.26%, #232323 100%), #A4A6A8;
  }
  .iphone12max__leftButtons::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 125%;
	right: 0;
	left: 0;
	border-top-right-radius: 66.6666666667% 2.9411764706%;
	border-bottom-right-radius: 66.6666666667% 2.9411764706%;
	background: linear-gradient(270deg, rgba(31, 31, 31, 0.25) 0%, rgba(31, 31, 31, 0) 63.54%, rgba(31, 31, 31, 0) 100%), linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0) 11.79%, rgba(35, 35, 35, 0) 88.21%, #232323 100%), #A4A6A8;
  }
  .iphone12max__rightButton {
	position: absolute;
	z-index: 2;
	width: 0.6928406467%;
	height: 12.0495495495%;
	left: -0.4618937644%;
	top: 25.5630630631%;
	border-top-left-radius: 66.6666666667% 1.8691588785%;
	border-bottom-left-radius: 66.6666666667% 1.8691588785%;
	background: linear-gradient(90deg, rgba(31, 31, 31, 0.25) 0%, rgba(31, 31, 31, 0) 63.54%, rgba(31, 31, 31, 0) 100%), linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0) 7.29%, rgba(35, 35, 35, 0) 92.71%, #232323 100%), #A4A6A8;
  }
  .iphone12max__notch {
	position: absolute;
	z-index: 10;
	width: 48.7297921478%;
	height: 5.2927927928%;
	top: 0.5630630631%;
	right: 50%;
	margin-right: -24.3648960739%;
	border-bottom-right-radius: 10.663507109% 47.8723404255%;
	border-bottom-left-radius: 10.663507109% 47.8723404255%;
	background: #1F1F1F;
  }
  .iphone12max__notch::before {
	content: "";
	position: absolute;
	width: 22.2748815166%;
	height: 19.1489361702%;
	top: 48.9361702128%;
	right: 50%;
	margin-right: -11.1374407583%;
	border-radius:9.5744680851% / 50%;
	background: #030303;
  }
  .iphone12max__notch::after {
	content: "";
	position: absolute;
	width: 8.0568720379%;
	height: 36.170212766%;
	top: 40.4255319149%;
	right: 66.8246445498%;
	border-radius:50%;
	background: #030303;
  }
  .iphone12max__viewport {
	position: absolute;
	z-index: 7;
	top: 11.1111111111%;
	right: 0;
	left: 0;
	bottom: 9.6926713948%;
	overflow: hidden;
	border-top: 1px solid #e3e4e8;
	border-bottom: 1px solid #e3e4e8;
	background: #fff;
  }
  .iphone12max__iframe {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
  }
  .iphone12max__topIcons {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 3.6643026005%;
	top: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='391' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348.2 21.71c0-1.1.9-2 2-2h14.17a2 2 0 012 2v4.57a2 2 0 01-2 2H350.2a2 2 0 01-2-2v-4.57z' fill='%23020202'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.53 18.85a3.15 3.15 0 00-3.15 3.15v4a3.15 3.15 0 003.15 3.15h13.5a3.15 3.15 0 003.15-3.15v-4a3.15 3.15 0 00-3.15-3.15h-13.5zm-4 3.15a4 4 0 014-4h13.5a4 4 0 014 4v4a4 4 0 01-4 4h-13.5a4 4 0 01-4-4v-4z' fill='%23979797'/%3E%3Cpath d='M368.87 26.43a2.57 2.57 0 001.66-2.43c0-1.12-.7-2.07-1.66-2.43v4.86z' fill='%23979797'/%3E%3Cpath d='M340.2 28.03c-.33.49-.8.85-1.41 1.1-.6.23-1.3.35-2.1.35a3.85 3.85 0 01-3.62-2.2 5.64 5.64 0 01-.54-2.44v-.87c0-1.5.35-2.66 1.05-3.48a3.67 3.67 0 012.95-1.24c1.04 0 1.88.27 2.51.8a3.46 3.46 0 011.16 2.26h-1.3c-.25-1.32-1.04-1.98-2.36-1.98-.88 0-1.55.31-2 .93-.45.61-.68 1.5-.69 2.68v.81c0 1.12.26 2 .77 2.67.51.66 1.2.98 2.07.98.5 0 .92-.05 1.3-.16.36-.11.67-.3.9-.55v-2.24h-2.3v-1.07h3.61v3.65zM324.89 24.35l.5-4.96h5.1v1.17h-4.02l-.3 2.71a3.21 3.21 0 011.66-.43c.9 0 1.63.3 2.16.9.53.6.8 1.4.8 2.43a3.4 3.4 0 01-.84 2.42c-.55.6-1.32.89-2.31.89-.88 0-1.6-.25-2.16-.73a2.92 2.92 0 01-.95-2.03h1.2c.08.57.28 1 .6 1.3.34.28.77.42 1.3.42.6 0 1.06-.2 1.39-.6.34-.4.5-.95.5-1.66 0-.66-.18-1.2-.54-1.6-.36-.4-.84-.6-1.44-.6-.56 0-.99.11-1.3.36l-.34.27-1.01-.26zM315.8 18.86c0-.48.31-.86.69-.86h1.36c.38 0 .68.38.68.86v10.28c0 .48-.3.86-.68.86h-1.36c-.38 0-.68-.38-.68-.86V18.86zM311.72 21.43c0-.47.3-.86.68-.86h1.36c.38 0 .68.39.68.86v7.71c0 .48-.3.86-.68.86h-1.36c-.38 0-.68-.38-.68-.86v-7.71zM307.63 24c0-.47.3-.86.68-.86h1.36c.38 0 .68.39.68.86v5.14c0 .48-.3.86-.68.86h-1.36c-.38 0-.69-.38-.69-.86V24zM303.53 26.57c0-.47.3-.86.69-.86h1.36c.38 0 .68.39.68.86v2.57c0 .48-.3.86-.68.86h-1.36c-.38 0-.69-.38-.69-.86v-2.57zM62.56 31h-8.39v-1.17l4.43-4.92c.66-.75 1.1-1.35 1.36-1.81.25-.47.37-.95.37-1.45 0-.67-.2-1.22-.6-1.65-.4-.42-.95-.64-1.62-.64-.8 0-1.44.23-1.89.7-.45.45-.67 1.1-.67 1.91h-1.62c0-1.17.37-2.13 1.13-2.85a4.23 4.23 0 013.05-1.1c1.19 0 2.13.32 2.82.95.7.62 1.04 1.45 1.04 2.49 0 1.25-.8 2.75-2.41 4.5l-3.43 3.71h6.43V31zM50.93 26.7h1.77v1.33h-1.77V31h-1.64v-2.97h-5.82v-.96l5.73-8.87h1.73v8.5zm-5.62 0h3.98v-6.27l-.19.35-3.79 5.92zM39.82 30.15c0-.28.08-.52.25-.7.17-.2.42-.29.75-.29.34 0 .59.1.76.28.17.2.26.43.26.7 0 .28-.09.5-.26.68-.17.19-.42.28-.76.28-.33 0-.58-.1-.75-.28a.97.97 0 01-.25-.67zm0-7.76c0-.28.09-.52.25-.7.17-.2.43-.29.76-.29s.59.1.76.28c.17.2.26.43.26.7 0 .28-.09.5-.26.68-.17.19-.43.28-.76.28s-.59-.1-.76-.28a.97.97 0 01-.24-.67zM36.46 26.7h1.78v1.33h-1.78V31h-1.63v-2.97H29v-.96l5.73-8.87h1.73v8.5zm-5.61 0h3.98v-6.27l-.2.35-3.78 5.92z' fill='%23020202'/%3E%3C/svg%3E");
  }
  .iphone12max__url {
	position: absolute;
	z-index: 5;
	top: 5.5555555556%;
	right: 2.3017902813%;
	left: 2.3017902813%;
	height: 4.4917257683%;

  }
  .iphone12max__url::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  .iphone12max__bottomIcons {
    position: absolute;
    z-index: 5;
    bottom: 0%;
    right: 0;
    width: 100%;
    height: 10.5%;
    background-size: 100%;
	/* background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='391' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.7 5.8a1 1 0 010 1.4l-7.29 7.3 7.3 7.3a1 1 0 01-1.42 1.4l-8-8a1 1 0 010-1.4l8-8a1 1 0 011.42 0zM110.3 23.2a1 1 0 010-1.4l7.29-7.3-7.3-7.3a1 1 0 111.42-1.4l8 8a1 1 0 010 1.4l-8 8a1 1 0 01-1.42 0z' fill='%23DEDDE0'/%3E%3Cpath d='M195.12.08a1 1 0 00-.33.21l-3 3a1 1 0 101.42 1.42l1.29-1.3V13a1 1 0 002 0V3.41l1.3 1.3a1 1 0 101.4-1.42l-3-3a1 1 0 00-1.08-.21z' fill='%23DEDDE0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M188 8.5a1 1 0 00-1 1v12a1 1 0 001 1h15a1 1 0 001-1v-12a1 1 0 00-1-1h-2.5a1 1 0 010-2h2.5a3 3 0 013 3v12a3 3 0 01-3 3h-15a3 3 0 01-3-3v-12a3 3 0 013-3h2.5a1 1 0 010 2H188z' fill='%23DEDDE0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M349 2.5a3 3 0 00-3 3v13a3 3 0 003 3h3v2a3 3 0 003 3h13a3 3 0 003-3v-13a3 3 0 00-3-3h-3v-2a3 3 0 00-3-3h-13zm14 5v-2a1 1 0 00-1-1h-13a1 1 0 00-1 1v13a1 1 0 001 1h3v-9a3 3 0 013-3h8zm-9 16a1 1 0 001 1h13a1 1 0 001-1v-13a1 1 0 00-1-1h-13a1 1 0 00-1 1v13zM275 23.24c-.32-.1-.63-.19-.96-.27-.96-.25-2.12-.47-3.04-.47-.92 0-2.08.22-3.04.47-.95.24-1.88.56-2.8.88l-.16.05V5.8c.81-.28 1.63-.55 2.47-.76 1-.25 2.35-.53 3.53-.53 1.18 0 2.53.28 3.53.53.5.13.99.27 1.47.42.48-.15.97-.3 1.47-.42 1-.25 2.35-.53 3.53-.53 1.18 0 2.53.28 3.53.53.84.21 1.66.48 2.47.76V23.9l-.15-.05c-.93-.32-1.86-.64-2.8-.88-.97-.25-2.13-.47-3.05-.47-.92 0-2.08.22-3.04.47l-.96.27v.26h-2v-.26zm-8-2.09V7.23c1.3-.38 2.65-.73 4-.73s2.7.35 4 .73v13.92c-1.3-.35-2.65-.65-4-.65s-2.7.3-4 .65zm10 0c1.3-.35 2.65-.65 4-.65s2.7.3 4 .65V7.23c-1.3-.38-2.65-.73-4-.73s-2.7.35-4 .73v13.92z' fill='%23047CF6'/%3E%3C/svg%3E"); */
  }
  .iphone12max__bottomBar {
	position: absolute;
	bottom: 0.8274231678%;
	right: 50%;
	width: 37.8516624041%;
	height: 0.5910165485%;
	margin-right: -18.925831202%;
	border-radius:1.6891891892% / 50%;
	background: #1F1F1F;
	z-index: 9;
  }
  .iphone12max__sideAntennas {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  .iphone12max__sideAntennas::before {
	content: "";
	position: absolute;
	top: 9.9099099099%;
	right: 0;
	width: 100%;
	height: 1.0135135135%;
	background: linear-gradient(to left, #7a7a7a 0%, rgba(122, 122, 122, 0) 0.9195%, rgba(122, 122, 122, 0) 99.0804%, #7a7a7a 100%) #3F3E3E;
  }
  .iphone12max__sideAntennas::after {
	content: "";
	position: absolute;
	bottom: 9.9099099099%;
	right: 0;
	width: 100%;
	height: 1.0135135135%;
	background: linear-gradient(to left, #7a7a7a 0%, rgba(122, 122, 122, 0) 0.9195%, rgba(122, 122, 122, 0) 99.0804%, #7a7a7a 100%) #3F3E3E;
  }
  .iphone12max__topBottomAntennas {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  .iphone12max__topBottomAntennas::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20.3233256351%;
	width: 2.07852194%;
	height: 50%;
	background: linear-gradient(to bottom, #7a7a7a 0%, rgba(122, 122, 122, 0) 0.6756%, rgba(122, 122, 122, 0) 100%) #3F3E3E;
  }
  .iphone12max__topBottomAntennas::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 20.3233256351%;
	width: 2.07852194%;
	height: 50%;
	background: linear-gradient(to top, #7a7a7a 0%, rgba(122, 122, 122, 0) 0.6756%, rgba(122, 122, 122, 0) 100%) #3F3E3E;
  }

  .instagram-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5px;
}

.ig-first-title {
    margin-right: 5px;
    text-transform: capitalize;
}

.instagram-title {
    font-family: 'FONTSPRING';
}
.font-weight-bold {
    font-weight: 700 !important;
}
.line-height-1 {
    line-height: 1 !important;
}
.text-8 {
    font-size: 2.30em !important;
}
.positive-ls-2 {
    letter-spacing: 2px;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.ig-second-title {
    margin-top: 5px;
    margin-left: 5px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.instagram-cta {
    text-align: center;
    width: 100%;
    position: absolute;
    background: #638cbc;
    top: 0px;
    z-index: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: all ease 0.5s;
}

.instagram-cta:hover{
    color: #ffffff;
}


.font-weight-bold {
    font-weight: 700 !important;
}

.line-height-1 {
    line-height: 1 !important;
}
.text-10 {
    font-size: 2.75em !important;
}
.positive-ls-2 {
    letter-spacing: 2px;
}



.tripadvisor-header{
	display: flex;
}
.tripadvisor-header .tripadvisor-logo{
	margin-left: 15px;
}

.tripadvisor-header .tripadvisor-description{
  align-content: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tripadvisor-header .tripadvisor-description h3{
  margin-bottom: 15px;
}
.tripadvisor-header .tripadvisor-description p{
	margin-bottom: 0px;
}
.tripadvisor-rating{
	width: 75px!important;
	margin-bottom: 15px;
}

.tripadvisor-reviews .owl-carousel .owl-stage{
  display: flex;
}

.tripadvisor-reviews .owl-carousel .owl-stage .owl-item>div{
  display: flex;
  height: 100%;
}

.tripadvisor-reviews .owl-carousel .owl-stage .owl-item div .custom-testimonial p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.tripadvisor-reviews .owl-carousel .owl-stage .owl-item div .custom-testimonial .testimonial-author{
  position: absolute;
  bottom: 0px;
  background: #fafafa;
  right: 0px;
  padding-top: 20px; padding-left: 55px; padding-bottom: 20px; padding-right: 55px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
}
.tripadvisor-reviews .owl-carousel .owl-stage .owl-item div .custom-testimonial .testimonial-author h3{
	margin-bottom: 0px;
}

.tripadvisor-reviews .owl-carousel .owl-dots{
	margin-top: 20px!important;
}
.fs-18em{
	font-size: 1.8em;
}
.min-width-165{
	width: 165px;
	min-width: 165px;
}

.mr-15px-cstm{
	margin-left: 15px;
}




.text-bold {
	font-weight: 600;
  }
  .text-captial {
	text-transform: capitalize;
  }
  .pricing-content {
	display: flex;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
  }
  
  .PageWidth {
	max-width: 1150px;
	width: 100%;
	margin:30px auto;
  }
  
  .pricing-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 380px;
	margin:auto;
	background: #f6f8f9;
	border-radius:20px;
	overflow: hidden;
  }
  
  .pricing-tab-item {
	flex: 1;
	text-align: center;
	padding:8px 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-transform: uppercase;
  }
  
  .pricing-tab-item:hover,
  .tab-active {
	background: #326bd6;
	color: #fff;
  }
  
  .pricing-content-items {
	display: flex;
	padding:50px 0px;
  }
  
  .pricing-item {
	display: flex;
	flex-direction: column;
	padding:0px;
	transition: all 0.3s;
	height: 100%;
  }
  
  .pricing-item-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding:15px 15px;
	transition: all 0.6s;
	border: 2px solid #f2f3f5;
	border-radius:10px;
	cursor: pointer;
	position: relative;
	background: #fdfdfd;
  }
  
  .plan-name {
	font-size: 22px;
	font-weight: 600;
	color: #648cbc;
	text-transform: uppercase;
  }
  
  .plan-text {
	margin:10px 0px;
  }
  
  .plan-price-content {
	margin:10px 0px;
	color: #316bd6;
  }
  
  .plan-price {
	font-size: 26px;
	font-weight: 600;
	/* color: #316bd6; */
  }
  
  .plan-price-text {
	color: #707070;
	margin-top: 2px;
  }
  
  .month-text {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.6;
  }
  
  .plan-features {
	flex: 1;
  }
  
  .plan-feature-item {
	color: #707070;
	margin:10px 0;
	/* font-size: 12px; */
	display: flex;
	align-items: center;
  }
  
  .pricing-title {
	background: #22b122;
	text-align: center;
	color: #fff;
	padding:6px;
	font-size: 14px;
	margin-top: -31px;
  }
  
  .plan-button a {
	flex: 1;
	display: flex;
	justify-content: center;
	border: 1px solid #648cbc;
	padding:10px;
	border-radius:3px;
	text-decoration: none;
	color: #648cbc;
	transition: all 0.3s;
  }
  
  .plan-button {
	display: flex;
	margin-top: 20px;
  }
  
  .pricing-item:hover {
	/* transform: scale(1.01); */
  }
  
  .plan-button-blue {
	background: #648cbc;
	color: #fff !important;
  }
  .plan-button a:hover {
	background: #648cbc;
	color: #fff;
  }
  
  .pricing-item:hover .pricing-item-box {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-color: #638cbc;
	transform: translateY(-10px);
  }
  
  .compare-button {
	text-align: center;
  }
  
  .compare-button a {
	padding:10px 20px;
	border: 1px solid #707070;
	color: #707070;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:3px;
	transition: all 0.3s;
  }
  
  .compare-button a:hover {
	background: #2e6ad4;
	color: #fff;
	border-color: #2e6ad4;
  }
  
  .plan-feature-item:before {
	content: "";
	width: 14px;
	height: 14px; /* border: 1px solid #a9a9a9; */
	background: #eee;
	margin-left: 7px; /* border-radius:50px; */
	margin-bottom: 2px;
  }
  .ribbon:before,
  .ribbon:after {
	content: "";
	display: block;
	position: absolute;
	height: 0px;
	bottom: -8px;
	border: 13px solid #22b122;
  }
  .ribbon {
	position: absolute;
	left: 36px;
	top: 17px;
  }
  .ribbon:before {
	border-bottom-color: transparent;
	bottom: -26px;
  }
  
  .full-plan-content {
	margin:80px 0px 30px;
  }
  
  .full-plan-title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
  }
  
  .fill-plan-table table {
	width: 100%;
	border-spacing: 0px;
  }
  
  .table-plan-bg {
	background: #f6f8f9;
	box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.4);
  }
  
  .fill-plan-table table tr th {
	padding:15px 20px;
	font-size: 15px;
	width: 20%;
  }
  
  .fill-plan-table table tr th:nth-child(1),
  .fill-plan-table table tr td:nth-child(1) {
	text-align: right;
	width: 20%;
	border-right: 0;
  }
  
  .fill-plan-table table tr td {
	padding:15px 20px;
	text-align: center;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
  }
  
  .tick-blue {
	color: #316bd6;
  }
  
  /*===========================================
  Pricing Working Styles
  ============================================*/
  
  .pricing-working-content {
	background: #f6f8f9;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding:50px 0px;
  }
  
  .plan-cards {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	box-sizing: border-box;
  }
  
  .plan-card-item {
	flex: 1;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  }
  
  .plan-card-status {
	flex: 1;
	background: #787d96;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
	padding:25px;
	margin-right: 25px;
  }
  
  .PageWidth-800 {
	max-width: 800px;
	margin:auto;
	width: 100%;
  }
  
  .p-card-hd {
	padding:25px;
	display: flex;
	align-items: center;
  }
  
  .p-card-title {
	flex: 1;
  }
  
  .p-text {
	font-size: 22px;
  }
  
  .p-sub-text {
	color: #707070;
  }
  
  .p-card-btn a {
	display: flex;
	border: 1px solid #648cbc;
	padding:10px 20px;
	border-radius:3px;
	text-decoration: none;
	color: #648cbc;
	transition: all 0.3s;
  }
  
  .p-card-btn a:hover {
	background: #648cbc;
	color: #fff;
  }
  
  .p-clients {
	background: #f2f4f8;
	padding:28px 25px;
  }
  
  .p-clients-hd {
	display: flex;
	align-items: flex-start;
  }
  
  .p-clt-rgt {
	flex: 1;
	font-size: 15px;
  }
  
  .p-clt-lft {
	display: flex;
	align-items: center;
  }
  
  .p-clt-img {
	width: 25px;
	height: 25px;
	border-radius:50%;
	overflow: hidden;
	background: #eee;
	margin-right: -8px;
  }
  
  .p-clt-img div {
	width: 100%;
	height: 100%;
  }
  
  .p-clt-text {
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 10px;
  }
  
  .p-clt-img:nth-child(1) .p-clt-text {
	background: #a17ce4;
  }
  .p-clt-img:nth-child(2) .p-clt-text {
	background: #48d4b6;
  }
  .p-clt-img:nth-child(3) .p-clt-text {
	background: #0ec9ec;
  }
  .p-clt-img:nth-child(4) .p-clt-text {
	background: #6e8ff5;
  }
  .p-clt-img:nth-child(5) .p-clt-text {
	background: #747c94;
  }
  
  .p-clt-bar {
	width: 100%;
	height: 5px;
	background: #d0d1d4;
	margin-top: 10px;
  }
  
  .p-bar-blue {
	background: #648cbc;
	height: 100%;
	width: 5%;
  }
  .nocard-text {
	font-size: 16px;
	margin-bottom: 50px;
  }
  
  .Update-btn a {
	background: #f2f4f8;
	text-decoration: none;
	color: #000;
	padding:8px 15px;
	font-size: 16px;
	border-radius:3px;
	transition: all 0.3s;
  }
  
  .Update-btn a:hover {
	color: #fff;
	background: #648cbc;
  }
  
  .plan-card-support {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
	background: #fff;
	margin:20px 0px;
	padding:25px;
	display: flex;
	align-items: center;
  }
  
  .call-icon {
	width: 25px;
	height: 25px;
	background: #778196;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	border-radius:50%;
	margin-left: 10px;
  }
  
  .call-icon i {
	font-size: 15px;
	line-height: 25px;
  }
  
  .sp-text {
	font-size: 15px;
  }
  
  .sp-text a {
	color: #2580eb;
	text-decoration: none;
  }
  
  .invoices-content {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
	background: #fff;
	padding:25px;
  }
  
  .invoice-title {
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	color: #707070;
	padding-bottom: 5px;
  }
  
  .invoice-item {
	display: flex;
	align-items: center;
	padding:8px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	color: #707070;
  }
  
  .invoice-no {
	flex: 1;
  }
  
  .invoice-date {
	flex: 1;
  }
  
  .invoice-download {
	display: flex;
	background: #f2f4f8;
	padding:5px;
	border-radius:3px;
	transition: all 0.3s;
	cursor: pointer;
  }
  .invoice-download:hover {
	background: #2e6ad4;
	color: #fff;
  }
  
  .card-update {
	background: #787d96;
  }
  
  .card-update-type {
	display: flex;
	align-items: center;
  }
  
  .card-type {
	flex: 1;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
  }
  
  .card-update-btn a {
	display: flex;
	text-transform: uppercase;
	text-decoration: none;
	color: #2e6ad4;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s;
  }
  
  .card-update-btn a:hover {
	color: #2f69d4;
  }
  
  .card-number {
	margin:20px 0px;
  }
  
  .card-deatils {
	display: flex;
	align-items: center;
  }
  
  .card-holder-name label {
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.42);
  }
  
  .card-holder-name {
	flex: 1;
  }
  
  .card-valid label {
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.42);
  }
  
  .card-no-text {
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
  }
  
  .card-text {
	color: #fff;
	font-size: 15px;
  }
  
  .invoice-date.inv-mar-10 {
	margin-right: 0px;
  }
  
  .invoice-all-download a {
	display: flex;
	background: #f2f4f8;
	padding:5px 10px;
	border-radius:3px;
	transition: all 0.3s;
	color: #333;
	text-decoration: none;
  }
  
  .invoice-all-download a:hover {
	background: #2f69d4;
	color: #fff;
  }
  
  table.invoices-table {
	width: 100%;
	font-size: 15px;
	color: #707070;
	border-spacing: 0;
  }
  
  table.invoices-table tr th {
	text-align: right;
	padding:8px 10px;
	border-bottom: 1px solid #ddd;
  }
  
  table.invoices-table tr td {
	padding:8px 10px;
	border-bottom: 1px solid #ddd;
  }
  
  table.invoices-table tr td:nth-child(5),
  table.invoices-table tr th:nth-child(5) {
	justify-content: flex-end;
	display: flex;
  }
  
  table.invoices-table tr td:nth-child(1),
  table.invoices-table tr th:nth-child(1) {
	width: 30%;
  }
  .pricing-content-items-tabs {
	display: flex;
	flex-direction: column;
	padding:50px 0px;
  }
  .pricing-yearly {
	display: flex;
	margin-bottom: 50px;
  }
  .pricing-monthly {
	display: none;
	margin-bottom: 50px;
  }
  
  .pricing-monthly.active-tab-content {
	display: flex;
  }
  .bg-overlay{
	  background: rgba(0,0,0,0.50);
  }

  .padding-0{
	  padding:0px;
  }
  .intro-thumb{
	background: #638cbc;
    display: flex;
    width: fit-content;
    padding:15px;
    border-radius:5px;
    margin-bottom: 30px!important;
  }

  .intro-thumb .slider-icon{
	  margin-bottom: 0px;
  }
  .bg-fafafa{
	  background: #fafafa;
  }

  .bg-f2f3f5{
	  background: #f2f3f5;
  }

  .b-radius-5 {
	  border-radius:5px;
  }
  .overflow-hidden{
	  overflow: hidden;
  }
  .w-49{
	  width: 49%;
  }

  .single-intro.style-nine .intro-title {
    position: relative;
    margin-bottom: 20px;
}

.indicator{
    background: #fff;
    padding:3px;
    width: fit-content;
    margin:0 auto;
    margin-bottom: 25px;
    border-radius:50%;
}

.indicator .indicator-status{
	background-color: red;
	width: 30px;
	height: 30px;
	border-radius:50%;
}

.indicator .indicator-status.is-orange{
	background-color: orange;
}

.indicator .indicator-status.is-red{
	background-color: red;
}

.indicator .indicator-status.is-green{
	background-color: green;
}

.pyf-ww-block{
	/*margin-bottom: 40px;*/
}

.pyf-ww-block::after{
	display: none;
}

.pyf-ww-block .col-md-5::after{
    content: '';
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    width: 92%;
    height: 96%;
    background: var(--main-color-two);
    z-index: -1;
    border-radius:5px;
}

.color-orange {
	color: #e49402!important;
}

.color-green {
	color: green!important;
}


.slick-active button:focus{outline: 5px auto !important; background: #343a40!important;}

.slick-dots li.slick-active button:before {
 background: #343a40!important;
}

.faq-question hr {border-top:1px solid rgba(0,0,0,.1); width:100%;}

.toggle.faq-question>.toggle-title{text-transform: uppercase;}


.experiences-title table {
    max-width: 100%!important;
    width: 100%!important;
}

.day-disabled {
   pointer-events: none;
   color: #7c7973;
   border-color : #7c7973;
   box-shadow: inset 0 0 0 1px #7c7973 !important;
}
.day-disabled p {
   pointer-events: none;
   color: #7c7973 !important;
}



.widget-btn-wrapper{
    max-width: 420px;
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translateX(+50%) translateY(-70%);
    z-index: 999;
}

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

      
      .accordion-faq button .accordion-title{
          width: 90%;
          display: table;
          padding:0px!important;
      }
      
      .btn-close{
          left: 10px!important;
    top: 10px!important;
    text-align: center;
      }
      
    .btn-close svg{
              width: 20px;
    height: 20px;
    display: block;
    padding:4px;
      }
      
  }
  
  
 .single-widget-search-input-title i{
     display: none;
 }
 
 
 
 
 
 
 
.smpopup1{
	
	right: -400px;
	bottom: 50px;
	z-index: 999;
	width: 370px;
	transition: all ease 1s;
}

.smpopup1 .toast-header{
	background: #72965e;
}
.smpopup1 .toast-body{
	background: #ffffff;
}

.showstart{
    opacity: 1!important;
    right: 40px;
}

.smpopup2{
	
	left: 40px;
	bottom: 50px;
	opacity: 1!important;
	z-index: 999;
}


.smpopup2 .toast-header{
	background: #72965e;
}
.smpopup2 .toast-body{
	background: #72965e;
}


.main-popup{
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99999;
	width: 100vw;
    height: 100vh;
    display: none;
}
.main-popup-overlay{
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(0,0,0,0.35);
	width: 100vw;
    height: 100vh;
}

.main-popup-container{
    z-index: 999999;
    position: relative;
    width: 90vw;
    margin:0 auto;
    top: 50%;
    transform: translate(-0%, -50%);
    background: #fff;
    padding:8px 20px;
    border-radius:5px;
    max-width: 959px;
    overflow: hidden;
}

.main-popup-container p{
    font-size: 16px;
    line-height: 28px;
	}
	
.leftimg{
    overflow: hidden;
    border-radius:5px;
    max-height: 411px;
    padding:0;
}
.leftimg img{
    width: 490px;
    /*height: 411px;*/
    margin-right: 0;
    margin-top: 0%;
}

.btn-close-main-popup{
	background: transparent!important;
}

@media (max-width: 767px) {
    
.main-popup {
position: fixed;
top: 0px;
right: 0;
z-index: 99999;
width: 100vw;
height: 100vh;
overflow: auto;
	}
	
.main-popup-container{
z-index: 999999;
position: relative;
width: 90vw;
margin:0 auto;
top: 15px;
transform: none;
background: #fff;
padding:5px 20px;
border-radius:5px;
max-width: 840px;
overflow-y: auto;
height: auto;
margin-bottom: 30px;
}

.main-popup-container

	.leftimg img {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-top: 0px; margin-left: 0; margin-bottom: 25px; margin-right: 0;
		border-radius:5px;
	}

	.btn-close-main-popup{
		left: 5px!important;
		top: 5px!important;
		background: #fff!important;
		padding:7px;
		opacity: 1;
	}
	
	.main-popup-info-btn{
		width: 100%;
	}

	.smpopup2{
		left: 13px;
		bottom: 22%;
	}

	.smpopup1{
		
    width: 90vw;
    bottom: 25vw;
	}
	
	.main-popup-container p{
    line-height: initial;
    margin-top: 20px;
	}
	
	.showstart{
    opacity: 1!important;
    right: 5vw!important;
}
}

.btn-close{
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding:5px;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius:0.25rem;
    overflow: hidden;
    opacity: .5;
    left: 10px!important;
    top: 10px!important;
}

.weather-maintabs li a.btn{
    padding:0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.weather-maintabs li a.btn-blue{
        background: var(--paragraph-color)!important;
}

.weather-maintabs li a.btn-sonicsilver{
        background: var(--main-color-one)!important;
}


.banner-slider video{
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.hide-iframe-button{
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 9999999999;
    border: 0px;
    width: 50px;
    height: 50px;
    border-radius:50%;
    font-size: 30px;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: math;
    transform: rotate(45deg);
	display: none;
}

.woot-widget-bubble.woot-widget--expanded div{
        padding-left: 20px;
            padding-right: 0px!important;
}

.footer-widget.widget .phone{
    direction: ltr;
    display: block;
}

.main-popup .btn-close{
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-popup .btn-close svg{
    width: 12px;
    height: 12px;
}

.weather-status-boxes .weather-status-visibility .weather-status-visibility-info{
    text-align: left!important;
}

@media (max-width: 767px) {
    
        .main-popup .btn-close svg {
    width: 20px;
    height: 20px;
}

.btn-lang{
    color: var(--paragraph-color);
}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-destination-grid .thumb img{
        max-height: 174px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-destination-grid .thumb img{
        max-height: 240px !important;
    }
}


.vnt-btn[class] {
  display: inline-block;
  height: 42px;
  position: relative;
  padding: 0 30px 0 30px;
  background-color: #648CBC;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: $font-weight-bold;
  outline: none;
  transition: 0.25s background-color linear;
  vertical-align: middle;
  white-space: nowrap;
}
.vnt-btn[class]:hover {
  background-color: #5a82b2;
}
.vnt-btn__svg[class] {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
}


   .thanks{
        flex-direction: column;
        align-items: center;
    }
    
    .thank-logo p{
        text-align: center;
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 30px;
        padding: 16px 0;
    }
    
    .thank-logo img {
        width: 70%;
    }
    
    .ref{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        font-weight: 500;
        padding-bottom:16px;
        text-align: center;
    }
    
    .ref span{
        font-weight: 300;
    }
    
    .info p{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        font-weight: 300;
        padding-bottom:16px;
        text-align: center;
    }
    
    .info span{
        font-weight: 500;
        display:block;
        text-align: center;
    }
    
    .ticket{
        
    }
    
    .head-ticket {
        background-repeat: no-repeat;
        background-position: 100% 79px;
        background-size: contain;
        padding: 24px 36px 5px 24px;
        background-color: #fbfbfb;
        border-radius: 20px 20px 0 0;
    }
    
    .ticket-price{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: dashed 2px #edefef;
    }
    
    .price span{
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        float: right;
        font-weight: 300;
    }
    
    .price p{
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 40px;
    }
    
    .paid {
        padding: 5px 14px;
        display: flex;
        gap: 8px;
        align-items: center;
        background-color: rgb(200 236 228);
        height: max-content;
        border-radius: 8px;
        border: 1px solid #00af87;
    }
    
    .paid p{
        margin:0;
        font-size: 16px;
        color:#00af87;
        letter-spacing: 0px;
        line-height: 24px;
        text-transform: uppercase;
    }
    
    .body-ticket{
        padding: 16px 24px 24px;
        background-color: #fbfbfb;
        border-left: 1px solid #e6e9e8;
        border-right: 1px solid #e6e9e8;
    }
    
    .body-ticket h6{
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 30px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif !important;
        text-align: right;
        margin-bottom:16px;
    }
    
    .body-ticket p{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom:16px;
        text-align: right;
    }
    
    .body-ticket span{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        font-weight: 500;
    }
    
    
    
    .footer-ticket {
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        padding: 0px 24px 24px 24px;
        background-color: #fbfbfb;
        border-left: 1px solid #e6e9e8;
        border-right: 1px solid #e6e9e8;
    }
    
    .ticket-btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
         padding-bottom: 20px;
         gap: 8px;
    }
    
    .price-btn a{
        border-radius: 25px;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        padding: 12px 24px;
        height: auto;
    }
    
    .price-wallet{
        /*padding: 5px 14px;*/
        display: flex;
        gap: 8px;
        align-items: center;
    }
    
     .price-wallet img{
        width:24px;
    }
    
    .price-wallet a{
        /*border-radius: 25px;*/
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        padding: 12px 24px;
        height: auto;
    }
    
    .instructions {
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        border-radius: 20px;
        border: 1px solid #e6e9e8;
        margin: 4% auto;
        background: #fbfbfb;
    }
    
    .date{
        text-align:left;
    }

 .date span{
     font-size:13px;
     color:#808d8f;
     font-weight: 300;
 }
 
 .date p{
     font-size:18px;
     font-weight: 300;
 }
 
 .date p span{
     font-size:18px;
     font-weight: 500;
     color: inherit;
 }
 
 .map-link {
    font-size: 18px;
    text-decoration: underline;
    line-height: 26px;
}


.thanks-btn a.btn.btn-yellow {
    line-height: 42px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 12px 71px;
    height: auto;
}

.thanks-btn a.btn.btn-yellow:hover {
    line-height: 42px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 12px 71px;
    height: auto;
}

 .thanks-btn .btn:before{
     background-color: rgba(255, 255, 255, 0);
 }




@media only screen and (max-width: 767px){
    
    .ticket-btn{
        flex-direction: column;
    }
    
    .price-btn{
        width:100%;
    }
    
    .price-btn a{
        width:100%;
    }
    
    .price-wallet {
        padding: 0;
        width: 100%;
        margin-top: 16px;
    }
    
    .price-wallet a{
        width:100%;
    }
    
    .instructions{
        flex-direction: column;
    }
    
    .date {
        text-align: center;
    }
    
    .date p {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .date p span {
        font-size: 18px;
        font-weight: 500;
        color: inherit;
        display: inline-block;
    }
    
    .thanks-btn a.btn.btn-yellow{
        width:100%;
        margin-top:24px;
    }
}
          