/*!
Theme Name: online-travel-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: online-travel-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

online-travel-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*{
	text-decoration: none;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Cairo', sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ---------custome-header---------- */

.top-header .left-ul {
    list-style: none !important;
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0px;
}

.top-header .left-ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.top-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}


.top-header .left-ul li i {
    color: #fff;
    font-size: 13px;
    margin-right: 6px;
}

.top-header {
	background: #186900;
}


.top-header .right-ul {
    list-style: none !important;
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0px;
}

.top-header .right-ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.top-header .right-ul li{
	display: inline-block;
	margin-right: 10px;
}

.usd-dropdown {
	position: relative;
}

.sub-menu {
    position: absolute;
    border-top: 2px solid rgb(0, 150, 136);
    visibility: hidden;
    padding: 0px;
    max-width: 230px;
    width: 230px;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.2s ease 0s;
    z-index: 1;
    background-color: #ffffff;
    border-top: 2px solid #186900;
    right: 0;
}


.usd-dropdown:hover .sub-menu {
    padding: 0px;
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
    z-index: 99;
}

.sub-menu li {
    display: block !important;
    width: 100%;
    float: left;
    border-right: 1px dotted #d8d8d8;
    border-bottom: 0px solid #ddd;
}


.sub-menu li a {
    border-bottom: 1px dotted #d8d8d8;
    font-size: 13px !important;
    color: #878484 !important;
    font-weight: 300;
    padding: 7px 10px 7px 10px;
    width: 100%;
    float: left;
    transition: all 0.3s ease 0s;
}

.currencyhide {
    display: none;
}

.sub-menu li:hover {
	background: #186900;
}

.sub-menu li:hover a {
	color: #fff !important;
}

.currencyrightside {
    float: right;
}

.sub-menu:before {
    bottom: 100%;
    left: 15%;
    border-style: solid;
    border-color: transparent transparent rgb(0, 150, 136);
    border-image: initial;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px;
}

.sub-menu:before {
    border-bottom-color: #186900;
}


.bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    position: relative;
	z-index: 999;
    background-color: #fff;
}

.bottom-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.menu-list li {
    display: inline-block;
    color: #186900;
    padding: 0px 0px 0px 16px;
}

.mobile-menu .menu-list li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 0px 20px;
}

.mobile-menu .menu-list{
	padding-left: 0;
}

.menu-list li a {
    padding: 21px 15px 21px 8px;
}

.menu-list li:hover {
    color: #fff;
}

.menu-list li a, .right-booking-list li a {
	display: inline-block;
    color: #777;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    padding-left: 8px;
}

.mail-menu-item a {
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-left: 8px;
    margin-right: 0;
}

.mail-menu-item {
    color: #fff;
    font-size: 13px;
}

.top-right-side li {
    margin-right: 20px;
}

.top-right-side li:last-child{
	margin-right: 0px;
}


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

.right-booking-list li {
    color: #186900;
    padding: 0px 0px 0px 20px;
}

.right-booking-list li a {
    padding: 21px 20px 21px 8px;
}

.right-booking-list li:hover{
	color: #fff;
}

.menu-list li:hover {
    background: #186900;
}


.menu-list li:hover a {
	color: #fff;
}


.right-booking-list li:hover {
    background: #186900;
}

.right-booking-list li:hover a {
    color: #fff;
}


.menu-list li a i {
    color: #186900;
    margin-right: 7px;
}

.menu-list li:hover a i{
	color: #fff;
}


.right-booking-list li a i {
    color: #186900;
    font-size: 17px;
    margin-right: 7px;
}


.right-booking-list li:hover a i {
	color: #fff;
}

.logo-box {
    padding-top: 8px;
}

.right-booking-list-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-booking-list-mobile li {
    font-size: 20px;
}

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

.mobile-menu {
    position: absolute;
    z-index: 9;
    width: 50%;
    background: #fff;
}

.mobile-menu-list li a{
    padding: 13px 8px 12px 20px;
    display: inline-block;
    float: left;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #444444;
    text-decoration: none;
}

.mobile-menu-list li a i {
    margin-right: 8px;
}

.mobile-menu-list li a:hover {
    background: #186900;
    position: relative;
    color: #fff;
}

.mobile-menu {
	display: none;
}


@media only screen and (max-width: 1024px)  {
	.top-header {
		display: none;
	}

	.menu-main {
    display: none;
}
.mobile-menu {
	display: inline-block;
}
.right-booking-list {
	display: none;
}

.sub-menu {
	position: relative;
	margin-left: 0;
}

}

@media only screen and (min-width: 1024px) {
	.right-booking-list-mobile {
		display: none;
	}
}



/* -----------footer------------ */


.footer-main {
    background: #fafbfb;
    border-top: 1px solid rgb(248,226,204);
}

footer#colophon {
    float: left;
    width: 100%;
}


.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    

.footer-title {
    color: #1e3945;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
}

.site-footer .footer-box {
    width: 18%;
    flex: 0 0 18%;
}

.footer-menu-list li {
    border-bottom: 1px solid #efefef;
}

.inputboxcss input {
    height: 45px;
    width: 85%;
    float: left;
    padding: 0px 15px;
    background: #fbfbfb;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 0;
}

.inputboxcss a {
    background: #186900;
    color: #fff;
    height: 45px;
    display: inline-flex;
    width: 15%;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    display: block;
    margin: 15px 0px 0px 0px;
    margin-left: auto;
}



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

.footer-menu-list li a {
    color: #829198;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 8px;
    display: block;
    font-weight: 400;
}

.footer-menu-list li a i {
    margin-right: 8px;
}

.footer-menu-list li {
    border-bottom: 1px solid #efefef;
}


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

.social-media-list li {
    display: inline-block;
    margin-right: 7px;
}


.social-media-list li a {
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #186900;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    background: #eef1f1;
    box-shadow: 1px 1px 1px #ccc;
}

.social-media-list li a:hover{
	background: #fff;
}


.footer-bottom {
    background: -webkit-linear-gradient( #dedede,#dedede);
}

.copyright-text {
    margin: 0;
    color: #000;
    font-size: 13px;
}


.bottom-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.footer-mobile-app {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px;
}



.app-content-box h3 {
    color: #1e3945 !important;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}

.app-content-box p {
    font-size: 15px;
    text-align: left;
    color: #829198;
    margin: 0;
    padding: 0px 30px 10px 0px;
}

.btn-list-app li a {
    background: #121212;
    padding: 7px 15px;
    font-size: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    margin: 0px;
    display: block;
}

.btn-list-app li:first-child {
    margin-right: 8px;
}

.btn-list-app li a:hover {
    background: #2bbbad;
}

.btn-text {
    display: inline-block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 8px;
    line-height: 15px;
}

.apple-logo {
    height: 15px;
    width: 15px;
    display: inline-block;
}


.btn-list-app {
    display: flex;
    justify-content: right;
    align-items: center;
}

.mobile-app-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-img {
    width: 14%;
    flex: 0 0 14%;
    line-height: 0;
    align-self: end;
}

.app-content-box {
    width: 58%;
    flex: 0 0 58%;
}

.app-btn-part {
    width: 23%;
    flex: 0 0 23%;
}


@media only screen and (max-width: 767px){
.footer-inner {
	display: block;
}

.site-footer .footer-box {
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.footer-box:last-child {
	margin: 0;
}

.mobile-app-inner {
    display: block;
    margin: 30px 0px 20px 0px;
}

.app-content-box {
    margin: 25px 0px;
}

.mobile-img, .app-content-box, .app-btn-part {
	width: 100%;
}
}





@media (max-width: 1024px){
.mobile-menu {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    position: absolute;
    z-index: 999;
    height: auto;
    background-color: #fff;
    width: 70%;
    top: 57px;
    height: 100%;
}

.openMobile {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    overflow-y: scroll;
}
}


.adi-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
    cursor: pointer;
    user-select: none;
	z-index:99;
}


.searchbox {
    position: absolute;
    top: 1px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}

.bottom-header {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
	.searchbox {
    position: relative;
}

}


@media only screen and (max-width: 915px) and (min-width: 800px) {
	.searchbox {
    top: 15px;
}
}


@media only screen and (max-width: 1024px) and (min-width: 915px){
	.searchbox {
    top: 38px;
}

}











.breadcrumbss{    border-bottom: 0px solid #eee;padding: 13px 0 0px 0;}
.itemListElement {
    line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 13px;
    color: #666;
    padding: 1em 0em 0em 0em;
}

.itemListElement1 {
    line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 13px;
    color: #666;
    padding: 1em 1em 0em 1em;
}

span.names:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 25px;
}


.#blog-detail-page #respond>h3{  font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    background: none;
    padding-left: 0px;
    color: #565656;}
	.comment-respond p label{font-weight: 600;}
#blog-detail-page p a:first-child{font-weight: 600;
    color: #000}
.comment-respond .comment-form-comment{    width:100%;
    float: left}
#blog-detail-page p a:nth-child(2){  background: #c94638;
    text-align: center;
    padding: 5px 30px;
    color: #fff;
    float: right;}	
#blog-detail-page .comment-respond .comment-form-email{    margin: 1% 0%;}
#blog-detail-page .comment-respond .comment-form-author{     width: 49%;
    margin-right: 1%;}
 #blog-detail-page .comment-respond .comment-form-email{    width: 50%;
    float: left;
}
#blog-detail-page .comment-respond .comment-form-url{  width: 100%;
    float: left;}

#blog-detail-page #respond #submit {
          margin: 43px 0 0 0px !important;
    float: left;
    width: 16%;
    border-radius: 23px;
}
#blog-detail-page .share-1{    font-size: 28px;}
#cancel-comment-reply-link:hover{    background-color: #252525;
    color: #fff;}
#cancel-comment-reply-link{position: absolute;
    bottom: 0px;
    padding: 1em 27px;
    background: #186900;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;}
.comment-reply-title small{float: right;
    width: 15%;}	
#blog-detail-page .itemListElement .names{color:#777}
.nav-links{}
.adi-max-widths{background: #186900;}
.headingblog{font-size: 27px;
    padding-top: 10px;
    color: #fff; display: inline-block;}
	#blog-page-t ul li a{color: #000;}

.adivaha-blog-right,
.adivaha-blog-left{    margin: 0em 0em;}
#blog-page-t .widgettitle ul li a{    color: #777;}	
#blog-detail-page .widgettitle{position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
    padding-left: 0px;
    color: #000;
    text-transform: capitalize;
   
    padding: 8px 20px;}
	#blog-detail-page .widgettitle:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #186900;
    width: 3px;
    height: 36px;
    z-index: 3;
}
	#blog-detail-page .adivaha-blog-right, .adivaha-blog-left{margin: 1em 0em;}
#blog-detail-page .adivaha-blog-right .widget {
    clear: both;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}
#blog-detail-page  .adivaha-blog-right ul:after {
    bottom: 8px;
    width: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}
#blog-detail-page .comment .comment-author img{width: 30px;
    height: 30px;}
#blog-detail-page .fn{font-size: 20px;
    font-style: normal;}
	#blog-detail-page .comment-meta.commentmetadata{    width: 85%;    margin-top: 0px;
    float: left;}
	#blog-detail-page .comment-author{    width: 15%;
    float: left;}
#blog-detail-page .comment-body p{border-left: 0px solid #ccc;
    padding-left: 0px;
    margin: 0em 3.7em;
    clear: both;}	
#blog-detail-page #comments{color: #000;
    font-weight: 600;
    font-size: 25px;}	
	#blog-page-t .widgettitle{    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size:19px;
    padding-left: 0px;
    color: #000;
    text-transform: capitalize;
   
    padding: 8px 20px;}
	#blog-page-t .widgettitle:before{top:10px;}


	#blog-page-t .widgettitle:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -7px;
    background-color: #186900;
    width: 3px;
    height: 36px;
    z-index: 3;
}


	#blog-page-t .blog-posts-listing {
    float: left;
    display: inline-block;
    width: 100%;
}


#blog-page-t .thumbnail_div {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.adivaha-blog-right {
    float: right;
    width: 22%;
}

.adivaha-blog-left {
    background-color: transparent;
    width: 75%;
    padding-right: 1%;
    float: left;
    clear: both;
}

#blog-page-t .post_thumbnail a img {
    width: 100%;
    height: 100%;
}

#blog-page-t .post_thumbnail a:hover img {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.entry-header {
    overflow: hidden;
    margin: 2em 0em;
    background: transparent;
}

.entry-header .date-meta {
    font-size: 74px;
    font-weight: 1000;
    height: 82px;
    width: 110px;
    float: left;
    line-height: 72px;
    color: #186900;
}

.entry-header .date-meta i {
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    display: block;
    line-height: 30px;
    margin-top: 4px;
}

#blog-page-t .caption {
    background: #fff;
    height: auto;
    position: relative;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    float: right;
    padding: 0em 2em;
}

#blog-page-t .caption:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 11px;
    left: 0;
    bottom: 0px;
    background: #eee;
    height: 100px;
}

#blog-page-t .caption h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 2;
    margin: 0 0;
    color: #000;
}

.entry-header .entry-meta .author {
    padding-right: 3em;
    font-weight: 400;
}

#blog-page-t .entry-summary {
    margin-bottom: 20px;
}

.entry-summary p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 10px 0px;
}

#blog-page-t .bnt-ser a {
    background: #186900;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 3px 25px;
    border: 0;
    background-color: #186900;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.post-categories li {
    float: left;
}

.post-categories li {
    font-size: 13px;
    font-weight: 400;
}

.post-categories {
    margin-left: 0;
}

.entry-meta li {
    float: left;
}
.entry-header .entry-meta li {
    margin: 0em 0em;
    list-style: none;
    display: inline-block;
    border-right: 0px solid #eee;
}


.entry-header .entry-meta li span {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 3px;
    margin: 1.2em 0em;
}

.entry-header .post-categories .entry-category {
    margin: 10px 0em;
    display: inline-block;
    border-right: 0px solid #eee;
}

.entry-header .post-categories .entry-category span {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 1;
}


.site-footer {
    float: left;
    width: 100%;
}


.wp-block-heading {
	position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
    padding-left: 0px;
    color: #000;
    text-transform: capitalize;
    padding: 8px 20px;
}

.wp-block-heading:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #186900;
    width: 3px;
    height: 36px;
    z-index: 3;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
    border-width: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 10px 7px 20px;
    margin: 2px 0px;
    border-top: 0px solid #ddd;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	position: relative;
}

.wp-block-latest-posts__list.wp-block-latest-posts:before {
    bottom: 8px;
    width: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}

.wp-block-latest-comments {
    border-width: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 10px 7px 20px;
    margin: 2px 0px;
    border-top: 0px solid #ddd;
    position: relative;
}

.wp-block-latest-comments:before{
	bottom: 8px;
    width: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}

.wp-block-archives {
	border-width: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 10px 7px 20px;
    margin: 2px 0px;
    border-top: 0px solid #ddd;
    position: relative;
}

.wp-block-archives:before{
	bottom: 8px;
    width: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}

.wp-block-categories {
	border-width: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 10px 7px 20px;
    margin: 2px 0px;
    border-top: 0px solid #ddd;
    position: relative;

}

.wp-block-categories:before{
	bottom: 8px;
    width: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}

#blog-page-t .adivaha-blog-right .widget {
    clear: both;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

#blog-page-t .post_thumbnail {
    width: 100%;
    overflow: hidden;
    height: 300px;
}

#blog-page-t .caption h2 a{color: #000;}
#blog-page-t .blog-banner-t {
    height: 180px;
    width: 100%;
    background-color: rgb(24, 40, 72);
    background-image: url(https://www.adivaha.com/demo/online-travel-theme/wp-content/uploads/2018/11/pexels-photo-211052.jpeg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
#blog-page-t {
    position: relative;
}
#blog-page-t .blog-banner-caption-t {
   
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.blog-banners-t{position: relative;top: 3em;}
#blog-page-t .blog-banners-t h3 {
    color: #fff;
    margin-bottom: 15px;
    margin: 0;
    line-height:1;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}
#blog-page-t .blog-banners-t p {
    color: #fff;
    margin: 0;
    line-height: 2;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: left;
}
#blog-page-t .blog-banners-t h3:before {
   content: '';
    width: 5px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 22px;
    background: #FFEB3B;
}

.blog-banner-t{}

.breadcrumbs-wrapper {
	background: #fff;
}

#blog-detail-page .headingblog {
    margin: 0;
    padding: 0;
}


#blog-detail-page p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 10px 0;
}

#blog-detail-page .share-1 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 35px;
    padding-top: 35px;
}

#blog-detail-page .share-1:before {
    display: inline-block;
    width: 150px;
    height: 1px;
    content: "";
    vertical-align: middle;
    background: #777 none repeat scroll 0% 0%;
    margin-right: 10px;
}

#blog-detail-page .share-1:after {
    display: inline-block;
    width: 150px;
    height: 1px;
    content: "";
    vertical-align: middle;
    background: #777 none repeat scroll 0% 0%;
    margin-left: 10px;
}

#blog-detail-page .social-icons {
    width: 100%;
    text-align: center;
    background: none;
    margin-bottom: 2em;
}


.adi-max-width{
 max-width: 1200px; padding: 0px 15px; margin: 0 auto;}

@media (max-width: 1024px){
.adivaha-blog-left, .adivaha-blog-right {
    width: 100%;
}
}

@media (max-width: 1024px) and (min-width: 768px){
.adivaha-blog-left, .adivaha-blog-right {
    width: 100%;
}
.mobile-img {
    width: 18%;
    flex: 0 0 18%;
    }
    .app-content-box {
    width: 44%;
    flex: 0 0 44%;
}
.app-btn-part {
    width: 34%;
    flex: 0 0 34%;
}
.app-content-box p {
	padding: 0px 10px 10px 0px;
}
.btn-list-app {
	justify-content: center;
}
}

@media (max-width: 1110px) and (min-width: 1024px){
	.app-btn-part {
    width: 25%;
    flex: 0 0 25%;
}
}

@media only screen and (max-width: 540px){
	#blog-page-t .caption h2 {
    font-size: 20px;
}
}



@media (max-width: 111111111111110px) and (min-width: 1024px){
	
/* headerstyle2  */
.site-header-all_file{display:none;}
.site-headerstyle2 .top-header {background: #fff; } 	
.site-headerstyle2 .right-ul li {display: inline-block; }  
.site-headerstyle2 .right-ul li {padding: 0px 10px; }  
.site-headerstyle2 .right-ul li a {color: #0f294d;font-size: 14px; }  
.site-headerstyle2 .right-ul li a i {color: #186900;margin-right: 3px; }  
.site-headerstyle2 .bottom-header .menu-list {padding: 0;}  
.site-headerstyle2 .bottom-header .menu-list li {padding: 0;}  
.site-headerstyle2 .bottom-header .menu-list li a {padding: 7px 25px 7px 0px; }  
.site-headerstyle2 .bottom-right .right-booking-list li a {     padding: 10px 15px;     background: #186900;     color: #fff;border-radius: 8px; }  .site-headerstyle2 .bottom-right .right-booking-list li a i {     color: #fff; }  .site-headerstyle2 .bottom-right .right-booking-list li{ 	padding: 0; }  .site-headerstyle2 .bottom-header {     padding: 15px 0px;     border-top: 0px solid #eee;     box-shadow: none; position: absolute; width: 100%; }  .site-headerstyle2 .bottom-header .menu-list li:hover {     background: transparent; }  .site-headerstyle2 .bottom-header .menu-list li a:hover { 	color: #186900; }  .site-headerstyle2 .bottom-header .menu-list li:hover a i{ 	color: #186900; } .site-headerstyle2 .top-header .top-inner {     }
.site-headerstyle2 .logo-box-headertop{/*	display: inline-block !important;float: left;*/} .site-headerstyle2 .logo-box{display:none;} .site-headerstyle2 .mail-menu-item a{color: #000;font-size: 15px;} .site-headerstyle2 li{color: #000; margin-right: 8px;} .site-headerstyle2 .toolbar-menu1{float: left;padding: 17px 0px 0px 33px;} .site-headerstyle2 .bottom-header .menu-list li:before{display:none;} .site-headerstyle2 .bottom-right .right-booking-list li:before{display:none;}  .site-headerstyle2 .menu-list li a, .site-headerstyle2 .right-booking-list li a{color:#fff;}

.site-headerstyle2 .logo-box-headertop{display: inline-block !important; float:left;}
.site-headerstyle2 .logo-box-headertop1{display:none !important;}
.site-headerstyle2 .bottom-inner {
    background: transparent;
}

.site-headerstyle2 .top-header .top-inner {
	padding: 0px;
}

/* end headerstyle2  */


/* headerstyle3 */
	.site-headerstyle3 {     position: absolute;     top: 0;     width: 100%;     z-index: 9999; }  .site-headerstyle3 .bottom-header .menu-list li a i {     color: #fff; }  .site-headerstyle3 .bottom-header .menu-list li a {     color: #fff; }  .site-headerstyle3 .bottom-header .menu-list li:hover { 	background: transparent; }  .site-headerstyle3 .bottom-header .bottom-right .right-booking-list li a {     color: #fff; }  .site-headerstyle3 .bottom-header .bottom-right .right-booking-list li a i {     color: #fff; }  .site-headerstyle3 .bottom-header .bottom-right .right-booking-list li:hover { 	background: transparent; } .site-headerstyle3 .top-header{display: none;} .site-headerstyle3 .bottom-inner{background-color: transparent;} .site-headerstyle3 .bottom-header{box-shadow: none;padding: 8px 0px;} .site-headerstyle3 .menu-list li{color: #ffffff;} .site-headerstyle3 .right-booking-list li{color: #ffffff;} .site-headerstyle3 .header_logo_1{display: none;} .site-headerstyle3 .header_logo_2{display: inline-block !important;}
/* end headerstyle3  */


/* headerstyle9 */
 .site-headerstyle9 {     position: absolute;     width: 100%;     left: 0;     right: 0;     top: 0;     z-index: 9; }  .site-headerstyle9 .top-header {     background: rgba(0, 0, 0, 0.2);     padding: 0px 0px;}  .site-headerstyle9 .bottom-header{display: none;} .site-headerstyle9 .toolbar-menu1{display: none;} .site-headerstyle9 .logo-box-headertop1{display: inline-block !important;} .site-headerstyle9 .logo-box-headertop{}   	.site-headerstyle9 .top-header {     background: transparent; }  .site-headerstyle9 .top-inner{ background: rgba(0, 0, 0, 0.2);}

/* end headerstyle9  */


/* headerstyle8  */
.site-headerstyle8 {     position: absolute;     width: 100%;     left: 0;     right: 0;     top: 0;     z-index: 9; }  .site-headerstyle8 .top-header {     background: rgba(0, 0, 0, 0.2);     padding: 10px 0px;     margin-top: 15px; }  .site-headerstyle8 .bottom-header{display: none;} .site-headerstyle8 .toolbar-menu1{display: none;} .site-headerstyle8 .logo-box-headertop1{display: inline-block !important;} .site-headerstyle8 .logo-box-headertop{}   	.site-headerstyle8 .top-header {     background: transparent; }

/* end headerstyle8  */



/* headerstyle7 */
.site-headerstyle7 {     position: absolute;     width: 100%;     left: 0;     right: 0;     top: 0;     z-index: 9; }  .site-headerstyle7 .top-header {     background: rgba(0, 0, 0, 0.2);     padding: 10px 0px;     margin-top: 15px; }  .booking-home7 {     padding: 10px 10px; }  .booking-home7:hover {     background: #186900; }  .booking-home7 i {     margin-right: 5px; }  .site-headerstyle7 .bottom-header{display: none;} .site-headerstyle7 .toolbar-menu1{display: none;} .site-headerstyle7 .logo-box-headertop1{display: inline-block !important;} .site-headerstyle7 .logo-box-headertop{}
/* end headerstyle7  */



/* headerstyle6 */
.site-headerstyle6 {     position: absolute;     width: 100%;     left: 0;     right: 0;     top: 0;     z-index: 9;     padding: 20px 0px 20px 0px; } .site-headerstyle6 .bottom-header {     box-shadow: none; } .site-headerstyle6 .menu-main {     display: none; }  .site-headerstyle6 .bottom-right {     display: none; }  .site-headerstyle6 .bottom-header {     justify-content: center;     display: flex; }  .site-headerstyle6 .top-header{display: none;}  .site-headerstyle6 .header_logo_1{display: none;} .site-headerstyle6 .header_logo_2{display: inline-block !important;}   .site-headerstyle6 .bottom-inner{background-color: transparent;} 

/* end headerstyle6  */



/* headerstyle5  */
.site-headerstyle5 .top-header {     background: transparent; }  .site-headerstyle5 {     position: absolute;     width: 100%;     z-index: 9;     left: 0;     right: 0; }  .site-headerstyle5 .bottom-header {     box-shadow: none;     padding-top: 10px; }  .site-headerstyle5 .left-ul li i { 	color: #777; 	font-size: 14px; }  .site-headerstyle5 .left-ul li a { 	color: #777; 	font-size: 14px; }  .site-headerstyle5 .bottom-header .menu-list li a {     color: #fff; }  .site-headerstyle5 .bottom-header .menu-list li a i {     color: #fff; }  .site-headerstyle5 .bottom-header .menu-list li:hover{ 	background: transparent; }  .site-headerstyle5 .top-left-side ul{} .site-headerstyle5 .top-left-side ul li{color:#000;} .site-headerstyle5 .top-left-side ul li a{color:#000;}   .site-headerstyle5 .bottom-inner{background-color: transparent;}  .site-headerstyle5 .right-booking-list li a{color: #fff;} .site-headerstyle5 .right-booking-list li {color: #fff;} .site-headerstyle5 .bottom-left{display: inline-block;width: 84%;} .site-headerstyle5 .logo-box{float: left;}   .site-headerstyle5 .bottom-left .menu-list{display: flex;justify-content: end;}  .site-headerstyle5 .bottom-left .menu-list li{color: #fff;} 

/* end headerstyle5 */

/* headerstyle4   */
	.site-headerstyle4 {     border-top: solid 2px #fec72f; } 	.site-headerstyle4 .bottom-header {     background: #186900; }  .site-headerstyle4 .bottom-header .menu-list li a {     color: #fff;     padding: 21px 15px 21px 15px;     font-weight: 600; }  .site-headerstyle4 .bottom-header .menu-list li a i{     color: #fff; }   .site-headerstyle4 .bottom-header .right-booking-list1 li {     display: inline-block; }  .site-headerstyle4 .bottom-header .right-booking-list1 li .my-booking {     color: #fac42e;     font-size: 14px;     font-weight: 600;     margin-right: 10px; }  .site-headerstyle4 .bottom-header .right-booking-list1 li .support {     color: #fff;     font-size: 15px;     font-weight: 600; }  .site-headerstyle4 .bottom-header .right-booking-list1 li .my-booking i {     margin-right: 6px; }  .site-headerstyle4 .bottom-header .right-booking-list1 li .support i{ 	margin-right: 6px; }  .site-headerstyle4 .bottom-header .menu-list li:hover{ 	background: transparent; }  .site-headerstyle4 .bottom-header .right-booking-list2 li { 	text-align: right; }  .site-headerstyle4 .bottom-header .right-booking-list2 li a {     color: #fff;     font-size: 22px;     font-weight: 800;     text-align: center; }  .site-headerstyle4 .bottom-header .right-booking-list2 li a i {     transform: rotate(90deg); }  .site-headerstyle4 .bottom-header .menu-list li {     position: relative;     z-index: 9;     padding: 0; } .site-headerstyle4 .bottom-header .menu-list li:after {     background: #fec72f;     content: "";     position: absolute;     top: -68px;     left: 0;     transition: all 0.5s;     width: 100%;     height: 100%;     z-index: -1; }  .site-headerstyle4 .bottom-header .menu-list li:hover:after {     top: 0;     left: 0;     height: 100%; }  .site-headerstyle4 .top-header{display: none;}  .site-headerstyle4 .bottom-inner{background-color: transparent;} .site-headerstyle4 .bottom-inner{background-color: transparent;} .site-headerstyle4 .header_logo_1{display: none;} .site-headerstyle4 .header_logo_2{display: inline-block !important;} .site-headerstyle4 .bottom-header .menu-list li:before{display:none;} .site-headerstyle4 .bottom-right .right-booking-list li:before{display:none;}     .site-headerstyle4 .right-booking-list li a {     padding: 0px !important;     margin: 0px !important;     font-size: 13px;     color: #fac42e !important;     padding-left: 18px !important;     position: relative; }  .site-headerstyle4 .custss-suport {     display: inline-block !important;     font-size: 12px;     color: #fff;     float: right;     width: auto;     margin-left: 5px;     position: relative;     padding-left: 19px; 	padding-top: 10px; } .site-headerstyle4 .toll-free {     display: inline-block !important;     font-size: 29px;     color: #fff;     font-weight: 700;     width: 100%;     float: right;     margin: 10px 0px 0px;     position: relative;     padding-left: 0;     text-align: right;margin: 0px 0px 4px; }  .site-headerstyle4 .menu-before-login-menu-container{position: absolute;right: 165px;top: 4px;}
/* end headerstyle4  */


/*  headerstyle10   */
.site-headerstyle10 {position: absolute;width: 100%;left: 0;right: 0;top: 0;z-index: 9; }  
.site-headerstyle10 .bottom-header {     box-shadow: none;     margin-top: 20px; } .site-headerstyle10 .bottom-header .bottom-inner{background-color: transparent;} .site-headerstyle10 .menu-list li{color: #fff;} .site-headerstyle10 .right-booking-list li{color: #fff;} .site-headerstyle10 .header_logo_1{display: none;} .site-headerstyle10 .header_logo_2{display: inline-block !important;}   .site-headerstyle10 .bottom-header .menu-list li a {     color: #fff;     padding: 15px 15px 15px 10px; }  .site-headerstyle10 .bottom-header .menu-list li a i{     color: #fff; }  .site-headerstyle10 .bottom-header .right-booking-list li a {     color: #fff; }  .site-headerstyle10 .bottom-header .right-booking-list li a i {     color: #fff; }  .site-headerstyle10 .bottom-header .right-booking-list li a {     color: #fff;     padding: 15px 20px 15px 8px; }
	
/* end headerstyle10 */
}



@media (max-width: 1024px) and (min-width: 104px){
	/*.mail-menu-item{color: #000;}
	.mail-menu-item a{color: #000;}

	.mobile-menu .toolbar-menu2{float: left;width: 100%;}
	.mobile-menu .toolbar-menu2 ul {float: left;width: 100%;}
	.mobile-menu .toolbar-menu2 ul li{}
	.mobile-menu .toolbar-menu2 ul li a{}
	*/
	.mobile_menu_ul{float: left;width: 100%;}
	.mobile_menu_ul li{float: left;width: 100%;color: #474747;position: relative;}
	.mobile_menu_ul li a{color: #474747; border-bottom: 1px solid #f7f7f7;font-size: 14px;font-weight: 600;display: inline-block;float: left;width: 100%;padding: 10px 35px;font-family: 'Cairo', sans-serif !important;}
	.mobile_menu_ul li:before{position: absolute;left: 10px;top: 10px;font-size: 14px;}
	
	
}


@media (max-width: 1024px){

	/* Scrollbar Styling */
.openMobile::-webkit-scrollbar {
    width: 5px;height: 40px;
}
 
.openMobile::-webkit-scrollbar-track {
    background-color: #777;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.openMobile::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000; 
	height: 40px;
}
	
}

@media only screen and (min-width: 1200px) {
	.bottom-inner {
		padding: 0px;
	}

	.top-inner {
    padding: 10px 0px;
}

.footer-inner {
	padding: 70px 0px 0px;
}

.footer-mobile-app {
	padding: 0px;
}
} 