/*-------------------------------------
    
  Author: Webstrot 
  Copyright: © 2021-22
  Template : Hotelier HTML Template
---------------------------------------
/*------ Table Of Content --------

- Theme default CSS
- top header section
- main header wrapper
- mobile menu wrapper
- sb banner content Start
-service section css 
-slider section css
-destination css 
-video section css
-gellary section css
-blog section css
-news section css
-contact form css
-footer section css
====Sign up page css
-form section css
====Listing grid view
-side bar css
===Map view
===blog Categories page
===Blog Singal Page
===404 page css page
===hotel singal page
===index-02 page css
===add hotel page css
===dashboard page css
===my hotel page css

--------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');


body {
 	background-image: url('../images/background.jpg');
  background-repeat: repeat;
	font-size: 16px;
	line-height: 1.6;
	font-family: var(--font);
	color: #111;
	background-color: #ffffff;
	/* overflow-x: hidden; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
:lang(ar) body{
	direction: rtl !important;
	text-align: right;
}
:root {
--font:'Cairo';
	}
/*
:root {
	--primary:#adb885;
	--secondary:#fed07b;
	--third:#dea36e;
	--fourth:#bacdd1;
	--btns:#adb885;
	--bread-crumbs:#6d6d6d;
	--b-gradient-color1:#adb885;
	--b-gradient-color2:#fed07b;
	--menu-color: #adb885;
	--image-span-color :#dea36e;
	--bookibg-b-color:#bacdd1;
	--footer-bg:#bacdd1;
	--footer-text:#000000;

} */


.icon-one img{
    height:100px;
}
::-webkit-scrollbar {

	width: 10px;

}

::-webkit-scrollbar-thumb {

	background:  var(--secondary);

}

::-webkit-scrollbar-track {

	background:  var(--primary);

}

.categories .row{
	display: flex;
	justify-content: center;
	background-color: #fff;
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font);
	line-height: 1.1;
	text-transform: capitalize;
	font-weight: 400;
	color: #111111;
	margin: 0;
	padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #111;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

h2 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

p {
	font-family: var(--font);
	margin: 0;
	color: #767777;
	font-size: 16px;
}

input,
select,
button,
textarea {
	outline: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}
.btn:focus{
	box-shadow: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.p-0 {
	padding: 0 !important;
}

.t-center {
	text-align: center;
}
.mt-30{
	margin-top: 30px;
}


.cart-list{
	background: #ffffff;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
}
.cart-list th{
	padding: 15px;
}



/* return-to-top css start */
#return-to-top {
	position: fixed;
	bottom: 17px;
    left: 40px;
	background: var(--secondary);
	width: 50px;
	height: 50px;
	display: block;
	color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	line-height: 70px;
	text-align: center;
}
#return-to-top i{
	font-size: 25px;
}

/*:lang(ar) #return-to-top {
	right: unset;
	left: 40px;

}*/
/*:lang(ar) #return-to-top{
	left: unset;
	right: 40px;
}*/
/* return-to-top end */
/* mobile_menu_main */
.p-30{
	padding: 30px 0px;
}
.pb-0{
	padding-bottom: 0px !important;
}
.p-rel {
	position: relative;
}

.mobile_menu_main {
	float: left;
	width: 100%;
}

.mobile_logo {
	float: left;
	padding: 20px 0px;
	width: 98px;
}

#sidebar {
	position: fixed;
	display: block;
	height: 100vh;
	top: 0px;
	left: -500px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.5);
	overflow: scroll;
	overflow-x: hidden;
	z-index: 99999;
	direction: ltr;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu ul li {
	border-bottom: 1px solid var(--primary);
	width: 100%;
	float: left;
}

#cssmenu ul li.has-sub ul li {
	/* padding: 14px 0px; */
	border-bottom: 1px solid #b7dbf9;
	background: #ddebf7;
}

#cssmenu ul li.has-sub:hover {
	background-color: #7db9ec;
}

#cssmenu ul li.has-sub ul li a {
	padding: 14px 34px;
}

#cssmenu ul li.has-sub ul li .m-sub-dropdown li {
	border-bottom: 1px solid #b7dbf9;
}

#cssmenu ul li.has-sub ul li .m-sub-dropdown li a {
	padding: 14px 50px;
}

#cssmenu ul li.has-sub ul li a {
	color: #111;
	font-weight: 300;
	font-size: 14px;
	/* transform: translateX(20px); */
}

#cssmenu {
	width: 286px;
	color: #ffffff;
}
#cssmenu input:focus{
	box-shadow: none;
	border-color: #ced4da;
}

#cssmenu ul ul {
	display: none;
}

#cssmenu>ul>li.active>ul {
	display: block;
}

.align-right {
	float: right;
}

#cssmenu>ul>li>a {
	font-size: 21px;
	color: #111;
	text-align: left;
	padding: 14px 34px;
	font-weight: 200;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#cssmenu>ul>li>a span {
	width: 110px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 58%;
	margin-left: -64px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #4d3abe;
	background: #4d3abe;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#cssmenu>ul>li>a span:before,
#cssmenu>ul>li>a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
}

#cssmenu>ul>li>a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #4d3abe;
}

#cssmenu>ul>li>a:hover span {
	opacity: 1;
	bottom: 70px;
}

#cssmenu>ul>li>a:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}

#cssmenu>ul>li:last-child a:after {
	display: none;
}

#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a {
	color: #4d3abe;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	
}


#sidebar .sidebar_logo {
	float: left;
	width: 100%;
	text-align: center;
	background: var(--primary);
	padding: 20px;
	margin-bottom: 20px;
}

.m-social-icons {
	border-bottom: 0px !important;
	padding: 0px 20px !important;
}

.m-social-icons span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 15px 5px;
	display: inline-block;
	color: #111;
	border: 1px solid var(--primary);
	text-align: center;
}

.m-social-icons span:hover {
	background-color: var(--primary);
	color: #fff;
}


/* mobile search bar */

#cssmenu .input-group {
	width: 88%;
	margin-bottom: 20px;
}


/* main_menu_wrapper start */

.main_menu_wrapper {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* height: 500px; */
	position: relative;
	/*z-index: 1;*/
}

.main_menu_wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #0000008c;
	top: 0;
	z-index: -1;
}

.main_menu_wrapper .main_menu_navbar .navbar-brand {
	display: inline-block;
margin-right: unset;
	margin-inline-end: 1rem;
	/* padding: 25px 0px; */
}

.main_menu_wrapper .main_menu_navbar .navbar {
	padding: 0px;
}
.mega-menu{
	width:725px !important;
	left: -325px !important;
	display: flex;
}
.mega-menu:after{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.main_menu_wrapper .main_menu_navbar {
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
	background-color: #ffffff1c;
	padding: 10px 0;
		position: relative;
	z-index: 9;
}

.main_menu_wrapper .main_menu_navbar ul li a {
	text-transform: capitalize;
	color: #fff;
	font-size: 18px;
}

.main_menu_wrapper .navbar-expand-sm .navbar-nav {
	justify-content: space-around;
	align-items: center;
}

.main_menu_wrapper .btn-outline-dark {
	color: #fff;
	border-color: #fff;
	width: 150px;
	height: 50px;
}

.btn-outline-dark:hover {
	color: #111;
	background-color: #fff;
}

.main_menu_wrapper .main_menu_navbar ul li .dropdown-items, .dash-dropdown ul.dropdown-items {
	position: absolute;
	width: 235px;
	background-color: #f3f8ff;
	padding: 25px 0px;
	top: 94px;
	left: -40px;
	border-radius: 10px;
	opacity: 0;
	z-index: 999;
	visibility: hidden;
	/* transform: translateY(-40px); */
	transition: all 0.5s;
}

.main_menu_wrapper .main_menu_navbar ul li:hover .dropdown-items, .dash-dropdown ul.dropdown-items {
	opacity: 1;
	visibility: visible;
	/* transform: translateY(0px); */
}

.main_menu_wrapper .main_menu_navbar ul .dropdown-items.sub-dropdown {
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(-40px);
}

.main_menu_wrapper .main_menu_navbar ul .dropdown-items li:hover .sub-dropdown {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(-40px);
}

.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .sub-dropdown {
	left: 240px;
	top: 20px;
}

.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .sub-dropdown li a {
	color: #111111 !important;
}

.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .sub-dropdown li:hover a {
	color: var(--primary) !important;
}

/* .main_menu_wrapper .main_menu_navbar ul li .dropdown-items li {
	padding: 7px 30px;
} */
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu-two {
	padding: 0px;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu-two:hover{
	background: #f3f8ff !important;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu-two ul li a{
	color: #111111 !important;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu{
	padding: 0px;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu:hover{
	background: #f3f8ff;
}
/* .main_menu_wrapper .main_menu_navbar ul li .dropdown-items .shortcode-menu:hover a{
	color: #111111;
} */
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items li a , .dash-dropdown ul.dropdown-items li a{
	color: #111;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	padding: 7px 30px;
	width: 100%;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items li{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items li:hover,.dash-dropdown ul.dropdown-items .shortcode-menu ul li:hover  {
	background-color: #86b6fa9f;
}

/* .main_menu_wrapper .main_menu_navbar ul li .dropdown-items li:hover a, .dash-dropdown ul.dropdown-items .shortcode-menu ul li a {
	color: #111111;
} */
.main_menu_wrapper .main_menu_navbar ul li .dropdown-items li a:hover, .dash-dropdown ul.dropdown-items .shortcode-menu ul li a:hover {
	color: var(--primary);
}

.dropdown-items::after {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: #f3f8ff;
	z-index: -1;
	left: 40px;
	transform: rotate(45deg);
	top: -12px;
	transition: all 0.5s;
}

.dropdown-items.sub-dropdown::after {
	left: -17px;
	top: 25px;
}

.navbar-nav .nav-item {
	padding: 25px 0px;
	letter-spacing: 0.5px;
}
/* list item hover */
.wrap-nav-item {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	letter-spacing: -.5px;
	text-decoration: none;
}

.wrap-nav-item:after {
	/*content: '';*/
	display: block;
	position: absolute;
	left: 50%;
	top:65px;
	width: 0%;
	height: 3px;
	background-color: #fff;
	transform: translateX( -50% );
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrap-nav-item:hover:after {
	width: 100%;
}
/* fixed navbar css start*/
.menu-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: var(--header-bg) !important;
	z-index: 999 !important;
	-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	-moz-box-shadow: 0px 0px 25px -10px;
	-webkit-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 15px -15px; 
}
.menu-fixed a{
	color: var(--header-text) !important;
}

.suggestion-item span {
        color: black;
    }
.menu-fixed .navbar-brand {
	padding-top: 10px;
} 
/* fixed navbar css end*/
/* #fff header css menu hover */
.header-color .wrap-nav-item:after {
	background-color: var(--secondary);
}
/* search button */
.rating .fa-star:before{
	color: var(--primary);
}
.search-box {
	padding: 8px 0px;
	width: auto;
}

.search-box input {
	border: none;
	margin: 5px 20px;
	width: 72%;
	border-bottom: 1px solid var(--primary);
	background-color: transparent;
}

.search-box .fa-search {
	position: absolute;
	color: var(--primary);
	right: 20px;
	top: 40px;
}


#cssmenu ul ul li a:hover {
	color: #111;
}

#cssmenu ul ul ul li a {
	padding-left: 32px;
}

#cssmenu ul ul>li.has-sub>a:after {
	top: 16px;
	right: 26px;
	background: #111;
}

#cssmenu ul ul>li.has-sub>a:before {
	top: 20px;
	background: #111;
}

#cssmenu ul>li.has-sub>a:after {
	position: absolute;
	right: 30px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #111;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub>a:before {
	position: absolute;
	right: 26px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #111;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub>.sub-icon:after {
	right: 30px;
	top: 35%;
}

#cssmenu ul>li.has-sub>.sub-icon::before {
	right: 26px;
	top: 45%;
}

#cssmenu ul>li.has-sub>a:hover:after {
	background: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:hover:before {
	background: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#cssmenu ul>li.has-sub.open>a:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cssmenu ul>li.has-sub.open>a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cssmenu>ul>li>input {
	width: 100%;
	padding: 20px;
	border: none;
	background-color: rgba(255, 255, 255, 0.05);
	color: #111;
}

#cssmenu>ul>li>a {
	
	padding: 16px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
:lang(ar) #cssmenu>ul>li>a {
	text-align: right;
}
#cssmenu>ul>li>a i {
	padding-right: 10px;
	font-size: 20px;
}

#cssmenu>ul>li>a:hover {
	background: #b9d8f3;
	color: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#cssmenu>ul>li.active>ul {
	display: block;
}

#cssmenu>ul>.open>a {
	background: var(--secondary);;
	color: #111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


/* on-off button */

.switch {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 25px;
	border-radius: 20px;
	background: #dfe4ea;
	transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	vertical-align: middle;
	cursor: pointer;
	margin: 0 8px;
}

.switch::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 22px;
	height: 22px;
	background: var(--primary);
	border-radius: 50%;
	transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
	background: #1c73ea;
}

input:checked+.switch::before {
	left: 27px;
	background: #fff;
}

input:checked+.switch:active::before {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}


/* toggle */
.navbar-toggler {
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	width: 2.5rem;
	height: 2rem;
	right: 40px;
	/* top: 40px; */
}

.navbar-toggler i {
	color: #fff;
}

.navbar-toggler:focus {
	box-shadow: none;
}
.toggle-main-wrapper {
	/* position: absolute; */
	/* bottom: 30px; */
	left: -50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 49px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.toggle-main-wrapper li {
	list-style: none;
	position: absolute;
	transform: translateY(-50%);
	width: 70%;
	height: 3px;
	background: #fff;
	transition: 0.5s;
}

.toggle-main-wrapper li:nth-of-type(1) {
	top: 30%;
	left: 15%;
	transition-delay: 0.5s;
	opacity: 1;
}

.toggle-main-wrapper li:nth-of-type(2) {
	top: 50%;
	left: 15%;
	transition-delay: 0s;
}

.toggle-main-wrapper li:nth-of-type(3) {
	top: 70%;
	right: 15%;
	transition-delay: 0.5s;
	opacity: 1;
}

.toggle-main-wrapper.active li:nth-of-type(1) {
	left: 100%;
	transition-delay: 0s;
	opacity: 0;
}

.toggle-main-wrapper.active li:nth-of-type(2) {
	transform: translateY(-50%) rotate(405deg);
	transition-delay: .3s;
}

.toggle-main-wrapper.active li:nth-of-type(3) {
	right: 100%;
	transition-delay: 0s;
	opacity: 0;
}

.toggle-main-wrapper li:nth-of-type(2)::before {
	content: '';
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	transform: rotate(90deg);
	transition: 1s;
	transition-delay: .3s;
}

.toggle-main-wrapper.active li:nth-of-type(2)::before {
	top: 0;
	transition-delay: 0.5s;
} 



/* upper-menu */

.top-menu {
	background-color: #f3f8ff;
	/* padding: 10px 0px; */
}

.top-menu .sub-top-menu.s-menu {
	display: flex;
	justify-content: flex-end;
}

.main_wrapper .top-menu .sub-top-menu .u-list {
	display: flex;
	align-items: center;
}

.main_wrapper .top-menu .sub-top-menu .u-list li {
	padding: 7px 9px;
	border-right: 1px solid #b1b1b1;
}

.main_wrapper .top-menu .sub-top-menu .u-list li a {
	text-transform: uppercase;
	font-size: 16px;
	color: #111;
	font-weight: bold;
}
.main_wrapper .top-menu .sub-top-menu .u-list li a:hover{
	color: #1c73ea;
}
.main_wrapper .top-menu .sub-top-menu .u-list .social-icon {
	display: flex;
	align-items: center;
	/* border-right: 1px solid #b1b1b1; */
	padding: 0px 20px;
}

.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li a{
	border: 1px solid #b1b1b1;
	margin: 0px 5px;
	height: 35px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 5px;
	display: inline-block;
}

.n-border {
	border: none !important;
}

.top-menu .sub-top-menu .u-list li:hover a {
	color: #1c73ea;
}

.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li a:hover {
	background-color: #1c73ea;
	border-color: #1c73ea;
}
.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li{
	padding: 0;
	border-right: none;
}
.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li a:hover {
	color: #fff !important;
}

.top-menu .sub-top-menu .u-list li a:hover {
	color: #1c73ea;
}

.sub-top-menu .u-list .top-dropdown {
	position: absolute;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: #f3f8ff;
	transition: all 0.5s;
	width: 88px;
	top: 49px;
}

.sub-top-menu .u-list li:hover .top-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-top-menu .u-list:hover .top-dropdown li a {
	color: #111;
	font-size: 14px !important;
}

.sub-top-menu .u-list:hover .top-dropdown li:hover {
	background-color: #1c73ea;
}

.sub-top-menu .u-list:hover .top-dropdown li:hover a {
	color: #fff;
}

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus{
	box-shadow: none;
}
a.btn-outline-dark{
	line-height: 33px;
}
a.btn-outline-dark:hover{
	color: #111 !important;
}

/* sb banner content Start */

.sb_banner_cont_iner_wrapper {
	float: left;
	width: 100%;
	padding: 70px 0px;
}

.sb_banner_cont_iner_wrapper h2 {
	font-size: 56px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 100px;
}

.sb_banner_cont_iner_wrapper h3 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

.sb_banner_cont_iner_wrapper ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 50px; 
	background-color: #fff;
	border-radius: 10px;
}
.sb_banner_content_wrapper .sb_banner_cont_iner_wrapper ul{
/*	margin-top: 50px;*/
}

:lang(ar).sb_banner_cont_iner_wrapper ul li span {
right: 10px;
    top: 37px;
left: unset;
}
.sb_banner_cont_iner_wrapper ul li span {
	position: relative;
	left: 10px;
	top:38px;
	color: var(--btns);
}

.sb_banner_cont_iner_wrapper ul li input {
	width: 100%;
	padding-inline-start: 30px;
	height: 50px;
	border: none;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
	font-weight: 600;
	font-size: 16px;
	color: #111;
}

.sb_banner_cont_iner_wrapper ul li input::placeholder {
	color: #111;
	font-weight: 700;
	font-size: 16px;
}

:lang(ar) .main_wrapper .top-menu .sub-top-menu .u-list .res-pd {
    direction: ltr;
}


.sb_banner_cont_iner_wrapper ul li select {
	border: none;
	border-bottom: 2px solid #1c73ea;
	padding-inline-start: 20px;
	padding-inline-end: 4px;
	font-weight: 600;
	width: 100%;
	padding-inline-start: 35px;
	height: 50px;
	border: none;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
	font-weight: 600;
	font-size: 16px;
	color: #111;
	padding: 10px 30px;

}

:lang(ar).modal-header .btn-close{
	margin:unset;
}
.option{
	height: 30px;
}

:lang(ar) .sb_banner_cont_iner_wrapper ul li i {
left: 10%;
right: unset;
}
.sb_banner_cont_iner_wrapper ul li i {
	/*position: absolute;*/
	/*right: 10%;*/
	/*top:18px;*/
	/*bottom: 0;*/
	margin: auto;
}

.sb_banner_cont_iner_wrapper ul li button {
/*	margin-left: 20px;*/
height: 50px;
width: 150px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
margin-top: 25px;
}

.sb_banner_cont_iner_wrapper ul li button:hover{
	background-color: transparent;
	border-color: var(--btns);
	color:var(--btns);
}

/* services section css */

.services-wrapper {
	float: left;
	width: 100%;
	padding: 0px 13px;
}
.services-wrapper .service-box.p-box-4 img{
height: 100px;
}
.services-wrapper .service-box.p-box-4{
	min-height: 230px;
}
.services-wrapper .service-box {
	/* height: 230px; */
	background-color: #fff;
	text-align: center;
	border: 1px solid #e9e9e9;
	padding: 60px 0px;
	overflow-x: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.services-wrapper .service-box span {
	display: inline-block;
}

.services-wrapper .service-box span i {
	color: #1c73ea;
}

.services-wrapper .service-box h4 {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	padding-top: 25px;
}

/*.services-wrapper .service-box:hover {
	background-color: var(--btns);
}*/
/*---------Animation Css start-----------*/
/*---------Animation Css End-----------*/


/*.services-wrapper .service-box:hover span i,
.services-wrapper .service-box:hover h4 {
	color: #fff;
}*/
/* ===========slider section css========== */
.slider-wrapper {
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-color: #f3f8ff30;
}

.slider-wrapper h4 {
	padding-bottom: 50px;
	font-weight: 700;
}
.slider-content,
.gallery_section .slider-content {
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -10px;
}

.slider-content h5,
.gallery_section .slider-content h5 {
	font-weight: 600;
	line-height: 35px;
	cursor: pointer;
	font-size: 14px;
}

.slider-content:hover h5 a, .gallery_section .slider-content:hover h5 a{
	color: var(--btns) !important;
}

span .fas.fa-star,
.gallery_section span .fas.fa-star {
	font-size: 16px;
	color: #e0b319;
}

.slider-content .clr-text,
.gallery_section .slider-content .clr-text {
	color: var(--third);
	cursor: pointer;
}
.sub-main:hover{
	box-shadow: 0px 1px 10px rgb(16 16 16 / 10%);
}
.lclasslist{
	margin-top: 10px;
}
.img-sec span,
.gallery_section .img-sec span {
    position: absolute;
    background: var(--image-span-color);
    color: #fff;
    /* padding: 15px 25px; */
    right: 0;
    bottom: 10px;
    font-weight: bold;
    height: 55px;
    width: 115px;
    text-align: right;
    align-items: center;
    display: grid;
    padding-right: 16px;
    font-size: 15px
}

.img-sec span:before,
.gallery_section .img-sec span:before {
	content: "";
	width: 40px;
	height: 40px;
	background: var(--image-span-color);
	position: absolute;
	left: -20px;
	top: 7px;
	transform: rotate( 45deg);
}

.img-sec span:after,
.gallery_section .img-sec span:after {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--third);
	position: absolute;
	top: 16px;
	border-radius: 50%;
	left: 0;
	font-weight: bold;
}

.slider-wrapper .owl-theme .owl-dots {
	display: none;
}
:lang(ar) .slider1-wrapper .owl-theme .owl-nav {
	left: 0;
	right: unset;
}
.slider1-wrapper .owl-theme .owl-nav {

	margin-top: 10px;
	position: absolute;
	top: -95px;
	right: 0;
}
.slider-wrapper .owl-theme .owl-nav .owl-prev:hover{
	border: 1px solid #e9e9e9 !important;
	background-color: transparent !important;
}

.slider-wrapper .owl-theme .owl-nav .owl-prev:hover i{
	color: #111;
}
.slider-wrapper .owl-theme .owl-nav .owl-next:hover{
	border: 1px solid #e9e9e9 !important;
	background-color: transparent !important;
}

.slider-wrapper .owl-theme .owl-nav [class*=owl-] {
	color: #FFF !important;
	background: var(--btns) !important;
}
.slider-wrapper .owl-theme .owl-nav .owl-next i{
	color:#fff !important;


}
.slider-wrapper .owl-theme .owl-nav .owl-next:hover i{
	color: #111 !important;
}
.slider-wrapper .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.slider-wrapper .owl-theme .owl-nav button i {
	padding: 7px 20px !important;
	font-size: 20px;
}

.slider-wrapper .owl-carousel .owl-item img {
	cursor: pointer;
}


/* shine image hover */
.hover-img a, .slider-wrapper .img-sec a{
	display: inline-block;
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

.hover-img a::before, .img-sec a::before{
	position: absolute;
	top: 0;
/*	left: -75%;*/
	/*z-index: 2;*/
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	display: none;

}

.hover-img a:hover::before, .img-sec a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



/* destination section css start */

.t-dest-wrapper {
	float: left;
	width: 100%;
/*	padding: 100px 12px;*/
}

.t-dest-wrapper h3,
.gallery_section .gallery-heading h3,
.news-main-wrapper .news-sec-heading h3 {
	text-align: center;
	font-weight: 600;
	padding-bottom: 25px;
}

.t-dest-wrapper p,
.gallery_section .gallery-heading p,
.news-main-wrapper .news-sec-heading p {
	text-align: center;
	padding-bottom: 40px;
}
.t-dest-wrapper .t-place{
	overflow: hidden;
	margin-bottom: 37px;
	margin-right: 15px;
	border-radius: 7px;
}
.t-dest-wrapper .t-place img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.t-dest-wrapper .t-place img:hover {
	-webkit-transform: scale(1.3);
	transform:  scale(1.3);

}
:lang(ar).t-dest-wrapper .t-place .t-cont {
right: 30px;
left: unset;
}
.t-dest-wrapper .t-place .t-cont {
	position: absolute;
	bottom: 25px;
	font-weight: 600;
	left: 30px;
}

:lang(ar).t-dest-wrapper .t-place .t-cont p {

	text-align: right;
}
.t-dest-wrapper .t-place .t-cont p {
	color: #fff;
	text-align: left;
	padding-bottom: 0;
	font-size: 20px;
}
.t-dest-wrapper .t-place .t-cont p span{
	font-size: 16px;
	font-weight: 300;
}
.t-dest-wrapper .t-center {
	padding-top: 30px;
}

.t-dest-wrapper .btn-primary,
.blog-main-wrapper .btn-primary {
	text-transform: uppercase;
	width: 150px;
	height: 50px;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.t-dest-wrapper .btn-primary:hover,
.blog-main-wrapper .btn-primary:hover{
	background-color: transparent;
	border-color: var(--btns);
	color: var(--btns) !important;
}

.btn-primary:hover{
	background-color: var(--btns);
	border-color: var(--btns);
	color: #ffffff;
	font-weight: bold;
}

/* video section css start */

.video-main-wrapper {
	float: left;
	width: 100%;
	background-image: url("../images/video.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 250px;
	padding-left: 12px;
	padding-right: 12px;
}

.video-main-wrapper .video-icon {
	text-align: right;
	padding: 35px 50px;
}

.video-main-wrapper .video-sec {
	border-left: 1px solid rgb(182, 182, 182);
	padding: 25px 50px;
}

.video-main-wrapper .video-sec h4 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
}

.video-main-wrapper .video-sec .btn {
	text-transform: uppercase;
	width: 150px;
	height: 50px;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.video-main-wrapper .video-sec .btn:hover{
	background-color: transparent;
/*	border-color: #1c73ea;*/
color: var(--btns);
}
.video-main-wrapper .modal-header{
	border: none;
}
.video-main-wrapper .modal-dialog{
	max-width: 800px;
}
.video-main-wrapper .modal-body{
	height: 370px;
}
.video-main-wrapper .modal-body iframe {
	width: 100%;
	height: 100%;
}

/* -=-=-=-=-=-=-=- gallery css start -=-=-=-=-=-=-=-=-=-=*/

.gallery_section {
	float: left;
	width: 100%;
	padding: 100px 12px 0px 12px;
	background-image: url(../images/background.jpg);

}

.gallery_section .gallery-card-body {
	padding: 0;
}

.gallery_list {
	width: 100%;
	float: left;
	padding: 70px 0;
}

.gallery_box {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.gallery_box:hover .cases_box_text h4 {
	color: #b8824f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery_box:hover .cases_box_text a {
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery_section .hover-img a img {
	width: 100%;
	cursor: pointer;
}

.gallery_section .nav-tabs {
	display: flex;
	justify-content: center;
	row-gap:  15px;
	border: none;
	position: relative;
/*	z-index: 111;*/
}

.gallery_section .nav-tabs .nav-item {
	margin-bottom: 0px;
}

.gallery_section .nav-tabs .nav-link {
	border: none;
	text-transform: capitalize;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #111;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
	color: var(--btns);
	background: #ffffff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--header-text);
	background: var(--btns);
	border: none;
	border-radius: 5px;
}

.card {
	border: none;
	background: transparent;
}

.card .card-header {
	display: none;
}

.card .collapse {
	display: block;
}

.gallery_table {
	width: 100%;
	float: left;
	padding-top: 30px;
}

.gallery_section .sub-main {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 13px;
}

.gallery_section .sub-main:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


/* blog section css start */

.blog-main-wrapper {
	float: left;
	width: 100%;
	padding: 100px 15px;
}

.blog-main-wrapper .blog-cont {
	padding-right: 40px;
}

.blog-main-wrapper{
	background: var(--bookibg-b-color);
}
.text-start{
	text-align: start!important;
}

.blog-main-wrapper h3 {
	font-weight: 600;
	padding-bottom: 30px;
}

.blog-main-wrapper .blog-cont p {
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: var(--header-text);
}

.blog-main-wrapper .owl-carousel .owl-item img {
	width: auto;
	height: 100px;
}

.blog-main-wrapper .sb-blog-wrapper {
	border: 1px solid #e9e9e9;
}

.blog-main-wrapper .sb-blog-wrapper h4 {
	padding: 40px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 600;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider {
	padding: 40px;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider span {
	display: inline-block;
	color: var(--btns);
	padding-bottom: 30px;
	cursor: pointer;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider p .fas.fa-star {
	color: #e0b319;
	cursor: pointer;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider .blog-slider-cont {
	display: flex;
	justify-content: center;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider .blog-slider-cont p {
	font-size: 20px;
	color: #111111;
	font-weight: 400;
	font-style: italic;
	font-family: "Libre Baskerville";
	padding: 0px 20px;
}

.blog-main-wrapper .sb-blog-wrapper .review-slider .blog-slider-cont p a {
	display: block;
	color: #ffffff;
}

:lang(ar) .blog-main-wrapper .owl-carousel .owl-nav {

	left: 40px;
	right: unset;
}
.blog-main-wrapper .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: -85px;
	right: 40px;
}

.blog-main-wrapper .owl-carousel .owl-dot {
	display: none;
}


/* news section css */

.news-main-wrapper {
	float: left;
	width: 100%;
	padding: 100px 15px;
}

.news-main-wrapper .news-img img {
	width: 100%;
	margin-top: 20px;
}

.news-main-wrapper .news-cont {
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.news-main-wrapper .news-cont:hover {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.news-main-wrapper .news-cont span {
	display: inline-block;
	padding-bottom: 20px;
}

.news-main-wrapper .news-cont span i {
	color: #000000;
}

.news-main-wrapper .news-cont h5 {
	font-weight: 600;
	padding-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-main-wrapper .news-cont:hover h4 {
	color: #1c73ea;
}

.news-main-wrapper .news-cont p {
	line-height: 30px;
	color: #797979;
	font-weight: 400;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-main-wrapper .news-cont h5 a{
	color: #111;
}
.news-main-wrapper .news-cont:hover h5 a{
	color: #1c73ea;
}
.news-main-wrapper .news-cont  a {
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;
	padding-bottom: 20px; 
}

.news-main-wrapper .t-center .btn-primary {
	width: 205px;
	height: 50px;
	text-transform: uppercase;
	margin-top: 70px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news-main-wrapper .t-center .btn-primary:hover{
	background-color: transparent;
	border-color: #1c73ea;
	color: #1c73ea;
}

/* contact form css start */

.contact-main-wrapper {
	float: left;
	width: 100%;
	padding: 0 12px;
	background-color: #1c73ea;
}

.contact-main-wrapper .form {
	/* background-color: #1c73ea; */
	padding: 47px 24px;
	min-height: 230px;
	max-width: 660px;
	float: right;
	width: 100%;
}

.contact-main-wrapper .form h5 a{
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding-bottom: 11px;
}

.contact-main-wrapper .form p {
	color: #fff;
	padding-bottom: 15px;
}

.contact-main-wrapper .offer-tag {
	background-image: url('../images/offer-tag.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 48px;
	line-height: 48px;
	min-height: 230px;
}

.contact-main-wrapper .offer-tag h5 a{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.contact-main-wrapper .offer-tag p {
	color: #fff;
	line-height: 20px;
	margin: 12px 0;
}

.contact-main-wrapper .offer-tag .btn-light {
	width: 150px;
	height: 50px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.contact-main-wrapper .offer-tag .btn-light:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.contact-main-wrapper .input-box input {
	width: 95%;
	height: 50px;
	background: transparent;
	border: 1px solid #e9e9e9;
	padding-left: 50px;
	color: #ffffff;
	border-radius: 7px;
}

.contact-main-wrapper .input-box input::placeholder {
	color: #fff;

}

.contact-main-wrapper .input-box i {
	position: absolute;
	top: 17px;
	left: 20px;
	color: #fff;
	font-size: 18px;
}

.contact-main-wrapper .input-box button {
	position: absolute;
	background-color: transparent;
	border: none;
	right: 7%;
	color: #fff;
	text-transform: uppercase;
	top: 50%;
	border-left: 1px solid #fff;
	padding: 0px 6px 0 18px;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.contact-main-wrapper .input-box button:hover{
	color: #111;
}
/* footer section css start */
.footer-main-wrapper{
	float: left;
	width: 100%;
	padding: 100px 15px;
	border-bottom: 1px solid #f9f9f9;
}
.footer-main-wrapper.border-color{
	border: 1px solid #343434;
}
.f-pd{
	display: inline-block;
	padding-bottom: 30px;
	font-weight: 700;
}
.footer-main-wrapper .sb-footer-logo p{
	padding-bottom: 15px;
}
.footer-main-wrapper .footer-social-icon{
	display: flex;
}
.footer-main-wrapper .footer-social-icon li{
	width: 35px;
	height: 35px;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	line-height: 35px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-main-wrapper .footer-social-icon li:hover {
	background-color: var(--btns);
}
.footer-main-wrapper .footer-social-icon li:hover i{
	color: #fff;
}
.footer-main-wrapper .sb-footer-logo p a{
	display: inline-block;
	padding-top: 28px;
	text-transform: uppercase;
}
.footer-main-wrapper .sb-footer-logo p i{
	font-size: 24px;
	color: #1c73ea;
}
.footer-main-wrapper .footer-menu li{
	padding-bottom: 7px;
}
.footer-main-wrapper .footer-menu li:hover{
	color: #1c73ea;
}
.footer-main-wrapper .footer-menu li:hover a{
	color: var(--btns);
	transform: translateX(30px);
}
.gutter{
	--bs-gutter-x: 0;
}
.footer-feed a {
	display: inline-block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 10px;
}
.footer-feed a img{
	display: inline-block;
	margin-bottom: 20px;
	width: auto;
	border-radius: 5px;
}
.footer-feed .more-feed{
	text-transform: uppercase;
	color: var(--btns);
	font-weight: 600;
	margin-top: 15px;
}
.footer-feed span{
	position: absolute;
	left: 40%;
	top: 22px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-feed a::after{
	content: "";
	width: 100%;
	height: 79%;
	background-color: var(--btns)6b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-feed a:hover::after{
	opacity: 1;
	visibility:visible;
}
.footer-feed a:hover span{
	opacity: 1;
	visibility:visible;
}
.footer-main-wrapper .footer-menu a img{
	display: block;
	margin-top: 20px;
}

/* copy right */
.bottom-footer{
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #ffffff;

}
/* .bottom-footer p{
	padding: 60px 0px;
} */
.bottom-footer p a {
	color: #767777;
}
/* .bottom-footer a img{
	padding-top: 35px;
} */
/* .bottom-footer a img{
	width: 100%;
} */

/* ==================================================
   sign up page css start
=====================================================
*/
/* header changes */
.main_menu_wrapper.header-color .main_menu_navbar ul li a{
	color: #111;
	font-weight: 500;
	font-size: 17px;
}
a.btn-primary{
	width: 150px;
	height: 50px;
	text-transform: uppercase;
}
a.btn-primary:hover{
	background-color: transparent;
	border-color: #1c73ea;
	color: #1c73ea;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main_menu_wrapper.header-color{
	background-color: #fff;
	background-image: none;
}
.main_menu_wrapper.header-color::after{
	background: none;
}

.s-banner-wrapper{
	background-image: url("../images/s-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}
.s-banner-wrapper .s-heading-section{
	padding: 100px 0px;
}
.s-banner-wrapper .s-heading-section h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.s-banner-wrapper .s-heading-section h2 a{
	color: #fff;
	/* letter-spacing: 3px; */
}
.s-banner-wrapper .s-heading-section ul{
	display: flex;
	justify-content: center;
	background: #86868645;
	margin: 0 auto;
	max-width: 300px;
	margin-top: 30px;
}
.s-banner-wrapper .s-heading-section ul li{
	padding: 7px 9px;
}
.s-banner-wrapper .s-heading-section ul li a{
	color: #fff;
}

/* form-section css start  */
.signup-form-main-wrapper{
	padding: 100px 0px;
	background-color: #f3f8ff;
}

.signup-form-main-wrapper .s-cont-img{
	background-image: url('../images/s-holiday.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.signup-form-main-wrapper .s-cont-img::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: #1111118c;
	top: 0;
	z-index: 1;
}

.signup-form-main-wrapper .s-cont-img div{
	position: absolute;
	z-index: 9;
	padding: 40px;
	bottom: 0;
}
.signup-form-main-wrapper .s-cont-img  h2 a{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
}
.signup-form-main-wrapper .s-cont-img div button, a.btn-primary{
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	margin-top: 20px;  
	line-height: 35px;
	color: var(--header-text) !important;
}
a.btn-primary:hover{
	color: #1c73ea !important;
}
.signup-form-main-wrapper .signup-form{
	background-color: #fff;
	padding: 50px;
}
.signup-form-main-wrapper .signup-form button{
	border: none;
	border-radius: 5px;
	width: 96%;
	text-align: left;
	height: 50px;
	color: #fff;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.l-btn-clr{
	border: none;
	border-radius: 5px;
	width: 96%;
	text-align: left;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 20px;
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.signup-form-main-wrapper .signup-form button.f-btn-clr{
	background-color: #3c5a95;
}
.signup-form-main-wrapper .signup-form button.f-btn-clr:hover{
	background-color: 	#205ace;
}
.signup-form-main-wrapper .signup-form button.g-btn-clr{
	background-color: #db4c3e;
}
.signup-form-main-wrapper .signup-form button.g-btn-clr:hover {
	background-color: #fb3a27;
}
.signup-form-main-wrapper .signup-form a.l-btn-clr{
	background-color: var(--btns);
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	margin-bottom: 33px;
	
}	
.signup-form-main-wrapper .signup-form a.l-btn-clr:hover{
	background-color: transparent;
	border-color:var(--btns);
	color: var(--btns);
}
.signup-form-main-wrapper .signup-form .fa-facebook-f, .signup-form-main-wrapper .signup-form .fa-google-plus-g{
	position: absolute;
	color: #fff;
	right: 40px;
	top: 15px;
	font-size: 16px;

}
.icon-pos{
	position: absolute;
	color:var(--btns);
	right: 40px;
	top: 15px;
	font-size: 16px;
}
:lang(ar) .icon-pos{
	right: unset;
	left:40px;
}
.signup-form-main-wrapper .signup-form input.text-area{
	width: 96%;
	height: 50px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-left: 30px;
}
/*.signup-form-main-wrapper .signup-form ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}*/


.signup-form-main-wrapper .signup-form #forget a{
	color: #db4c3e;
	text-decoration: underline;
	font-size: 14px;
}
.signup-form-main-wrapper .signup-form .text {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
}
.signup-form-main-wrapper .signup-form .text::before{
	content: '';
	position: absolute;
	width: 42%;
	height: 1px;
	background-color: #111;
	left: 0;
	top: 18px;
} 
.signup-form-main-wrapper .signup-form .text::after{
	content: '';
	position: absolute;
	width: 42%;
	height: 1px;
	background-color: #111;
	right: 0;
	top: 18px;
} 
.signup-form-main-wrapper .signup-form #top-border{
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
}
.signup-form-main-wrapper .signup-form #top-border #sign-btn{
	font-size: 20px;
	color: var(--btns);
	text-transform: capitalize;
}
.sign-up-header .toggle-main-wrapper li{
	background-color: #111;
}
.main_wrapper .toggle-main-wrapper li{
	background-color: #111;
}
.sign-up-header .toggle-main-wrapper li:nth-of-type(2)::before{
	background-color: #111;
}
.sign-up-header .menu-fixed{
	background-color: var(--header-bg) !important;
}
/*===================================================
 listing-grid-view css start 
 ==================================================*/
 /* side bar */
 .sb-grid-main-wrapper{
 	padding: 100px 0px;

 	background:linear-gradient(0deg, #f3f8ff30, #f3f8ff30),
/* 	 url('../images/background.jpg');*/

  background-repeat: no-repeat;
 	background-color: #f3f8ff30;
 }
 .sb-grid-main-wrapper .find-us-wrapper, .sb-grid-main-wrapper .top-deals-wrapper, .sb-grid-main-wrapper .rating-wrapper,.sb-grid-main-wrapper .r-type-wrapper, .sb-grid-main-wrapper .feed-wrapper{
 	padding-bottom: 50px;
 }
 .sb-grid-main-wrapper h4{
 	font-weight: 600;
 	padding-bottom: 30px;
 }
 .m-b-0{
 	margin-bottom: 0;
 }
 .p-b-0 {
 	padding-bottom: 0;
 }
 .sb-grid-main-wrapper .find-us-wrapper ul li{
 	position: relative;
 	margin-bottom: 20px;
 }
 :lang(ar) .sb-grid-main-wrapper .find-us-wrapper ul li input, :lang(ar) .sb-grid-main-wrapper .find-us-wrapper ul li select{
text-align: right;
 }
 .sb-grid-main-wrapper .find-us-wrapper ul li input, .sb-grid-main-wrapper .find-us-wrapper ul li select{
 	padding-inline: 10px;
 	width: 100%;
 	height: 50px;
 	border: none;
 	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
 	font-weight: 600;
 	font-size: 16px;
 	color: #111;
 }
 .sb-grid-main-wrapper .find-us-wrapper ul li input::placeholder{
 	color: #111; 
 }

 :lang(ar) .fa-arrow-left:before{
content: "\f061" !important;
 }
 :lang(ar)  .fa-arrow-right:before{
content: "\f060" !important;
 }
 :lang(ar).sb-grid-main-wrapper .find-us-wrapper ul li svg{
right: unset !important;
left: 10%;
 }
 .sb-grid-main-wrapper .find-us-wrapper ul li svg{
 	position: absolute;
 	right: 10%;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 }
 .sb-grid-main-wrapper .find-us-wrapper ul li button{
 	width: 100%;
 	height: 50px;
 	text-transform: uppercase;
 	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
 }
/* top deals css */
.sb-grid-main-wrapper  ul li input.checkbox{
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.sb-grid-main-wrapper .top-deals-wrapper ul li label{
	font-size:18px;
}
.sb-grid-main-wrapper  ul li .fas.fa-star{
	color: #e0b319;
}
.sb-grid-main-wrapper  ul li .fas.fa-star, .sb-grid-main-wrapper  ul li .far.fa-star{
	padding: 0px 2px;
}
:lang(ar).sb-grid-main-wrapper .rating-wrapper ul li span{

	right: unset !important;
	left: 5%;
}
.sb-grid-main-wrapper .rating-wrapper ul li span{
	position: absolute;
	right: 5%;
	color: var(--btns);
	font-weight: 600;
}
.sb-grid-main-wrapper .feed-wrapper .footer-feed a{
	margin-right: 12px;
}
.sb-grid-main-wrapper .holiday-section h3 a{
	color: #fff;
	font: 600;
}
.sb-grid-main-wrapper .holiday-section div{
	position: absolute;
    bottom: 0;
    /*left: 0px;*/
    /*right: 10px;*/
    margin: 0 auto;
    background: #00000075;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.holiday-section.p-rel h3 {
    background: #00000070;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    font-size: 26px;
    padding: 10px;
    color: #FFF;
    text-align: center;
}
.sb-grid-main-wrapper .holiday-section button{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	
}
.ms-3{
	
	margin-left: unset !important;
	margin-inline-start: 1rem!important;
}
.grid-view-wrapper{
	padding: 30px 10px;
}
.grid-view-wrapper .fliter-sec{
	display: flex;
	justify-content:  start;
	align-items: baseline;
}
.grid-view-wrapper .fliter-sec select{
	width: 250px;
	height: 50px;
	border: none;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
	padding-left: 25px;
}
.grid-view-wrapper .fliter-sec i.fas{
	font-size: 21px;
}
.grid-view-wrapper .fliter-sec .nav-link{
	background: #fff;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
	padding: 13px 17px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: var(--btns);
	color: #fff;
	/* margin-right: 15px; */
	/* margin-left: 15px; */
}
.grid-view-wrapper #show-item{
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.grid-view-wrapper #show-item li button{
	width: 135px;
	height: 50px;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
	text-transform: uppercase;
	font-weight: 600;
}

.grid-view-wrapper #show-item li span{
	color: var(--btns);
}
.grid-view-wrapper .sub-main{
	margin-top: 23px;
	border-radius: 12px;
}
.grid-view-wrapper .sub-main .hover-img a{
	height: 200px;
	overflow: hidden;
	border-radius: 12px 12px 0px 0px;
}
/* .grid-view-wrapper .sub-main .hover-img a img{
	width: 100%;
} */
.grid-view-wrapper .sub-main .slider-content{
	border: none;
	min-height: 260px;
}

.list-type {
	margin-top: 20px;
	box-shadow: 4px 7px 17px 0px #00000014;
	    border-radius: 5px;
}
.list-type .hover-img img {
	border-radius: 5px 0 0 5px;
}
.list-type .hover-img a {
	overflow: unset;
}
.list-type .list-sub-main .slider-content p {
	/*padding-top: unset !important;*/
}
.list-type .list-sub-main{
	display: flex;
}
.list-type .list-sub-main  .slider-content p{
	padding-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 67px;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.list-type .list-sub-main .slider-content{
	padding: 10px 30px;
	border-radius: 0px;
	margin-top: -1px;
	/* max-height: 278px; */
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	height: fit-content;
	width: 100%;
}
.list-width-type .slider-content{
	/* height: 276px !important; */
}
.grid-view-wrapper #show-item a.btn {
	background-color: #fff;
	color: #111;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 6px;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
}
nav{
	padding-top: 40px;
}

.pagination-lg {
	padding-top: 40px;
}
.page-link{
	color: #111;
	font-weight: 600;
	border-radius: 5px;
}
.page-item {
	margin-right: 10px;
	/*box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);*/
}
:lang(ar).page-item {
	margin-right: 10px;
	/*box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);*/
}
/* map css */
.map-main-wrapper .sb_banner_cont_iner_wrapper{
	padding: 0px;
	position: absolute;
	bottom: -55px;
} 
.sb_banner_cont_iner_wrapper ul{
	margin: 0px;
	box-shadow: 0px 3px 25px rgb(17 17 17 / 10%);
}
/* map grid view */
.grid-map-wrapper {
	padding: 100px 0px;
	background-color: #f3f8ff;
	overflow: hidden;
}
/* blog categories wrapper */
.b-categorie-wrapper{
	padding: 100px 0px;
	background-color: #f3f8ff;
}
.sb-post-wrapper{
	padding-bottom: 50px;
}
.sb-post-wrapper iframe{
	width: 100%;
	height: 460px;
}
.sb-post-wrapper img{
	width: 100%;
}
.sb-post-wrapper ul , .bs-social-content ul{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	padding: 22px 0px;
}
.sb-post-wrapper ul li{
	padding-right: 35px;
}
.sb-post-wrapper ul li span i{
	color: var(--btns);
}
.sb-post-wrapper{
	padding: 25px 0px;
}
.sb-post-wrapper p{
/*	padding: 25px 0px;*/
}
.sb-post-wrapper a.btn-primary{
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	/* margin: 20px 0px; */
}
.sb-post-wrapper a.btn-primary:hover{
	background-color: transparent;
	border-color: #1c73ea;
	color: #1c73ea;
	box-shadow: none;
}
.bs-comment-text{
	padding-top: 30px;
}
.blog-sidebar .blog-search input{
	margin: 25px 0px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 5px rgb(17 17 17 / 10%);
	height: 50px;
	width: 90%;
	padding-left: 25px;
}
.blog-sidebar{
	padding-left: 20px;
}
.blog-sidebar .blog-search span i{
	right: 15%;
	color: var(--btns);
}

.blog-acor h4, .blog-tab h4 , .feed-wrapper h4{
	padding-bottom: 30px;
}
.blog-acor .accordion-button:focus,  .blog-acor .accordion-item{
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	box-shadow: none;
}
.blog-acor .accordion-button:not(.collapsed) {
	color:#4385f5;
	border-bottom: 1px solid #e9e9e9;
}
.blog-acor .accordion-button{
	font-weight: 500;
	background: #f3f8ff;
}
.blog-acor .accordion-button::after{
	display: block;
	position: absolute;
	content: "";
	flex-shrink: 0;
	top: 20px;
	right: 20px;
	width: 3px;
	height: 11px;
	background: currentColor;
	transition: 0.2s ease all;
}
.blog-acor .accordion-button::before{
	display: block;
	position: absolute;
	content: "";
	top: 24px;
	right: 16px;
	width: 11px;
	height: 3px;
	background: currentColor;
}
.blog-acor .accordion-button:not(.collapsed)::after{
	background-color: #fff;
	display: none;  
}
.blog-acor .accordion-body{
	background-color: #4385f5;
}

.blog-acor .accordion {
	width: 90%;
}
.blog-acor .accordion-body {
	background-color: #f3f8ff;
}
.blog-acor .accordion-body ul li{
	padding: 10px 0px;
}
.blog-tab  .nav-link {
	background: #fff;
	box-shadow: 0px 1px 5px rgb(17 17 17 / 10%);
	padding: 7px 35px;
}
.blog-tab .blog-tab-cont{
	padding: 5px 10px;
}
.blog-tab .blog-tab-cont h6{
	padding: 7px 0px;
}
.blog-tab .blog-tab-cont span i{
	color: var(--btns);
}
.blog-tab .tab-content img{
	margin-bottom: 20px;   
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-achive ul{
	padding: 20px;
}
.blog-achive ul li{
	padding: 13px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.blog-achive ul li:hover a, .blog-achive ul li:hover span i{
	color: var(--btns)
}
/* blog single page */
.bs-text-design{
	background-color: #1c73ea;
	padding: 40px 0px;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}
.bs-text-design h5 a, .bs-text-design p{
	color: #fff;
	font-weight: 400;
	line-height: 35px;
	position: relative;
	z-index: 9;
}
.bs-text-design div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.bs-text-design div svg{
	fill: #498fee;
}
.bs-social-content{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border: 1px solid #e9e9e9;
	border-left: 0;
	border-right: 0;
}
.sb-post-wrapper .bs-social-content ul li, .bs-social-content ul li{
	padding-inline-end: 30px;
}
.sb-post-wrapper .bs-social-content ul.social-icon li , .bs-social-content ul.social-icon li{
	padding: 7px 15px;
	background-color: #fff;
	margin-right: 15px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgb(17 17 17 / 10%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sb-post-wrapper .bs-social-content ul li:hover a, .sb-post-wrapper .bs-social-content ul li:hover i, .bs-social-content ul li:hover i, .bs-social-content ul li:hover a{
	color: var(--btns);
}
.sb-post-wrapper .bs-social-content ul.social-icon li:hover ,.bs-social-content ul.social-icon li:hover{
	background-color: var(--btns);
}
.sb-post-wrapper .bs-social-content ul.social-icon li:hover i,  .bs-social-content ul.social-icon li:hover i{
	color: #fff;
}
.post-cont h5{
	padding-top: 30px;
}
.post-cont p{
	padding: 15px 0px;
}
.bs-post{
	padding: 40px 50px;
	background: #fff;
	margin: 40px 0px;
}
.bs-post img{
	width: auto;
}
.bs-post-box ul{
	align-items: flex-start;
}
.bs-post-box .bs-first-box{
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
	padding: 0px;
	margin: 22px 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.bs-post-box ul li.post-radius{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bs-post-box ul li:hover{
	background-color: var(--btns);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bs-post-box ul li a{
	font-size: 16px;
	letter-spacing: 0.5px;
}
.bs-post-box ul li:hover a , .bs-post-box ul li:hover i{
	color: #fff;
}
.bs-second-box {
	display: flex;
	justify-content: flex-end !important;
	background: #fff;
	padding: 0px !important;
	margin: 22px 0px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}
.bs-second-box li:first-child{
	margin-right: 50px;
	margin-top: 30px;
}
.bs-first-box li:nth-child(2){
	padding: 30px 50px;
}
.bs-second-box:hover, .bs-first-box:hover{
	background-color: var(--btns);

}
.bs-post-box ul:hover li a , .bs-post-box ul:hover li i{
	color: #fff;
}
/* comment form */
.w-100{
	width: 100% !important;
}
.w-50{
	width: 49% !important; 
	/* margin-right: 14px; */
}
.color{
	color: var(--btns) !important;
	font-weight: 600;
}
.sb-grid-main-wrapper .rating-wrapper{
	padding-bottom: 20px;
}
.contact-form input{
	height: 50px;
	margin-top: 20px;
	border: 1px solid #e9e9e9;
	padding-left: 30px;
	border-radius: 7px;

	border: none;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
}
.contact-form textarea{
	border: 1px solid #e9e9e9;
	margin-top: 20px !important;
	padding-left: 30px;
	padding-top: 10px;
	color: #797979;
	border-radius: 7px;
	border: none;
	box-shadow: 0px 1px 5px rgb(16 16 16 / 10%);
}
.contact-form button{
	width: 150px;
	height: 50px;
	margin: 20px 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}
.contact-form button:hover{
	background-color: transparent;
	border-color: #1c73ea;
	color: #1c73ea;
}
.contact-form input.form-control{
	display: inline-block;
}
.bs-comment-text  img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.bs-cont-wrapper{
	border-top: 1px solid #e9e9e9;
}
.sb-post-wrapper ul li span i.far.fa-star{
	color: #111;
}
.sb-commment-text ul{
	padding: 10px 0px;
	display: flex;
}
.sb-commment-text ul li {
	padding-right:20px !important;
}
.sb-commment-text ul li.left-side{
	border-left: 1px solid #797979;
	padding-left: 20px;
}
.left-side i{
	padding: unset !important;
}
.hs-rating-section i{
	padding: unset !important;
}
.bs-real-post{
	background-color: #e8effa;
}
.text-color{
	color: var(--btns) !important;
}

.reviews img
{

}
/* ---404 page css--- */
.main-wrapper-content{
	width:100%;
	float:left;
	padding-top:100px;
	padding-bottom:100px;
	background-image: url('../images/map-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_wrapper_three_img{
	float:left;
	width:100%;
	position:relative;
}
.main_wrapper_three_img img{
	-webkit-animation: fa-spin 10s infinite linear;
	animation: fa-spin 10s infinite linear;
}
.wheel_img_one_wrapper{
	position:absolute;
	left:0;
}
.wheel_img_two_wrapper{
	position: absolute;
	left: 170px;
	top: 111px;
}
.wheel_img_three_wrapper{
	position: absolute;
	left: 0;
	top: 217px;
}
.main_wrapper_three_content{
	float:left;
	width:100%;
	padding-bottom: 100px;
}
.main_wrapper_three_content span{
	font-size:200px;
	color:#4285f4;
	font-weight:900;
}
.main_wrapper_three_content h2 span:first-child{
	text-shadow: -15px 0px 5px #e5e5e5;
	position: relative;
	z-index: 1;
}
.main_wrapper_three_content h2 span:nth-child(2){
	color: #111;
	margin-left: -24px;
	z-index: 1;
	position: relative;
}
.main_wrapper_three_content h2 span:last-child{
	margin-left: -40px;
	z-index: 1;
	text-shadow: 7px 10px 5px #e5e5e5;
	position: relative;
}
.main_wrapper_three_content h3{
	font-size:35px;
	color:#111;
	font-weight:700;
	text-transform:uppercase;
	margin:30px 0px;
}
.main-wrapper-content .sb_banner_cont_iner_wrapper{
	padding-top: 100px;
}
.contact-sec .service-box{
	min-height: 280px;
	border-bottom: 0px;
}
.contact-sec .service-box p, .contact-sec .service-box h4{
	padding-top: 20px;
}
.contact-sec .service-box:hover p, .contact-sec .service-box:hover h4 a{
	/*color: #ff0000;*/
}

.page-content .get-in-touch .contact-form {
	text-align: center;
}
.page-content .get-in-touch .contact-form .form-control {
	font-size: 14px;
	height: 50px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.page-content .get-in-touch .contact-form textarea.form-control {
	height: 130px;
	margin-bottom: 40px;
	resize: none;
}
.page-content .get-in-touch .contact-form .btn {
	font-size: 15px;
	padding: 0 75px;
}
.page-content .page-blog.with-map {
	margin: 0;
	padding: 0;
}
.page-content .page-blog.with-map .blog-content {
	background-color: #f9f9f9;
	padding: 40px 40px 100px;
}

/* hotel single page css */
.hs-banner-wrapper{
	position: relative;
	float: left;
	width: 100%;
	z-index: -1;
}
.hs-banner-wrapper .item div{
	height: 450px;
}
.hs-banner-wrapper .item img{
	height: 100%;
	object-fit: cover;
}
.hs-banner-wrapper  .owl-carousel , .owl-carousel .owl-nav.disabled{
	display: block;
}
.hs-banner-wrapper  .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
}
.hs-banner-wrapper .owl-prev, .hs-banner-wrapper .owl-next{
	background: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 0px;
	color: #111 !important;
}
.hs-banner-wrapper .owl-theme .owl-dots{
	display: none;
}
.hs-banner-wrapper  .owl-prev {
	left: 100px;
	position: absolute;
}
.hs-banner-wrapper  .owl-next{
	right: 100px;
	position: absolute;
}
.sb-blog-wrapper .owl-theme .owl-nav .owl-prev i, .sb-blog-wrapper .owl-theme .owl-nav .owl-next i{
	color: #111 !important;
}
.sb-blog-wrapper .owl-theme .owl-nav   button{
	border: 1px solid #e9e9e9;
	padding: 7px 20px !important;
	margin-right: 10px;
}

.pt-20{
	padding-top: 20px;
}
.hs-blog-wrapper {
	float: left;
	width: 100%;
	padding: 100px 0px;
	background-color: #f3f8ff;
}
.hs-blog-wrapper .text-design{
	font-size: 30px;
	font-weight: 600;
	color: var(--btns);
}
.hs-blog-wrapper #hs-list-items{
	display: flex;
}
.hs-blog-wrapper #hs-list-items ul{
	padding-right: 100px;
	padding-top: 20px;
}
.hs-blog-wrapper .hs-servicer-sec ul{
	display: flex;
	justify-content: start;
	background-color: #fff;
	padding: 40px 50px;
}
.features img {
	height: 50px;
	margin-bottom: 20px;
}
.features a{
	font-size: 14px;
}
.hs-blog-wrapper  h4{
	padding: 40px 20px; 
	
}
.hs-blog-wrapper .hs-servicer-sec ul li i{
	font-size: 32px;
}
.hs-blog-wrapper #video-popup{
	background-image: url('../images/video-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	text-align: center;
	line-height: 500px;
}

.hs-blog-wrapper .card{
	background-color: #fff;
	margin-top: 20px;
}
.hs-blog-wrapper .card h5{
	padding:15px;
	text-transform: uppercase;
	text-align: center;
}
.hs-blog-wrapper .card .card-body{
	padding: 40px;
	text-align: center;
	line-height: 35px;
}
.hs-map-sec .hs-box{
	background-color: var(--btns);
	border-radius: 5px;
	padding: 0px 70px;
}
.hs-map-sec .hs-box .f-right{
	float: right;
	width: 75%;
	padding: 40px 0px;
	border-right: 1px solid #498fee;
}
.hs-map-sec .hs-box  span{
	display: inline-block;
	padding: 45px 20px;
}
.hs-map-sec .hs-box  span i, .hs-map-sec .hs-box .f-right a{
	color: #fff;
	letter-spacing: 1px;
}
.hs-map-sec .hs-box  span i{
	font-size: 25px;
}
.hs-rating-section .total-rating {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
:lang(ar) .fa-angle-right:before{
    content: "\f104";
}
.hs-rating-section .total-rating .overall-score {
	font-size: 24px;
	color: #fff;
	background-color: #e0b319;
	border-radius: 50%;
	padding: 18px;
	margin-inline-end: 15px;
}
.hs-rating-section .total-rating .overall-info{
	color: #333;
}
.hs-rating-section .rating-progress-item {
	margin-bottom: 20px;
}
.hs-rating-section .rating-progress-item .rating {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.hs-rating-section .rating-progress-item .rating .fa.fa-star, .hs-rating-section ul .fa.fa-star {
	color: var(--primary);
}
.hs-rating-section .rating-progress-item .progress {
	display: inline-block;
	width: 54%;
	height: 10px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	margin-right: 10px;
}
.hs-rating-section .rating-progress-item .progress .progress-bar {
	background-color: #e0b319;
	height: 100%;
}
.hs-rating-section .rating-progress-item .number {
	display: inline-block;
	color: #333;
	font-weight: 600;
}
.hs-rating-section ul{
	display: flex;
	justify-content: space-between;
	padding: 40px 0px;
}
.hs-rating-section .contact-form .w-50{
	width: 49% !important;
}
.hs-slidebar.sb-grid-main-wrapper ul li span{
	color: #111;
}
.hs-slidebar.sb-grid-main-wrapper ul li span i{
	color: #fff;
}
.hs-slider .slider-wrapper{
	background-color: #e8effa;
}
.hs-slider .slider-wrapper .owl-theme .owl-nav .owl-prev i, .hs-slider .slider-wrapper .owl-theme .owl-nav .owl-next i{
	color: var(--header-text) !important;
}
.hs-slider .slider-wrapper .owl-theme .owl-nav .owl-prev:hover{
	border: 1px solid #e9e9e9 !important;
	background-color: #fff !important;
}

.hs-slider .slider-wrapper  .owl-theme .owl-nav .owl-prev:hover i ,.hs-slider .slider-wrapper  .owl-theme .owl-nav .owl-next:hover i{
	color: #111 !important;
}
.hs-slider .slider-wrapper  .owl-theme .owl-nav .owl-next:hover{
	border: 1px solid #e9e9e9 !important;
	background-color:#fff !important;
}

/* ===============================================
index-02 css start
================================================== */
/* return to top button */
.second-page{
	background-color: #f02837 !important;
	border-radius: 5px;
}
.index-two-main-wrapper .sb-index-two .top-menu{
	background-color: transparent;
	color: #fff;
}
.second-page-slider .carousel-item{
	width: 100%;

}
.index-two-main-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 9999;
}
.index-two-main-wrapper .sb-index-two .top-menu .sub-top-menu .u-list li a{
	color: #fff;
}
/*.index-two-main-wrapper .sb-index-two .top-menu .sub-top-menu .u-list li:hover a{
	color: #f02837 !important;
}*/
.main_wrapper .top-menu .sub-top-menu .u-list li a{
	color: #111;
}
.index-two-main-wrapper.main_wrapper .top-menu .sub-top-menu .u-list li {
	/* padding: 7px 9px; */
	/* border-right: 1px solid #3c3c3c; */
}
.main_wrapper.index-two-main-wrapper .top-menu .sub-top-menu .u-list .social-icon{
	padding: 0;
}
.index-two-main-wrapper .wrap-nav-item:after{
	background-color: #f62b48;
}
/* search button */
.index-two-main-wrapper.main_wrapper .top-menu ul li .dropdown-items {
	position: absolute;
	width: 250px;
	background-color: #fff;
	padding: 25px 0px;
	top: 95px;
	left: -40px;
	border-radius: 10px;
	opacity: 0;
	z-index: 99999;
	visibility: hidden;
	transform: translateY(25px);
	transition: all 0.5s;
}
.index-two-main-wrapper.main_wrapper .search-box .fa-search{
	color: #f62b48;
}
.index-two-main-wrapper.main_wrapper .search-box input {
	border-bottom: 1px solid #f62b48;
}
.index-two-main-wrapper.main_wrapper .top-menu ul li:hover .dropdown-items{
	opacity: 1;
	visibility: visible;
	transform: translateY(-25px);
	transition: all 0.5s;
}
.index-two-main-wrapper.main_wrapper  .main_menu_wrapper.header-color, .index-two-main-wrapper.main_wrapper  .main_menu_wrapper .main_menu_navbar{
	background: none;
}
.index-two-main-wrapper.main_wrapper  .main_menu_wrapper .container{
	background-color: #fff;
	border-radius: 7px;
}
.second-page-slider img{
	width: 100%;
	object-fit: cover;
}
.index-two-main-wrapper .dropdown-items.search-box::after{
	background-color: #ffffff;
}
.index-two-main-wrapper .main_menu_wrapper .main_menu_navbar ul li .dropdown-items li:hover{
	background-color:#ff506a6b ;
}
.index-two-main-wrapper.main_wrapper .main_menu_wrapper .main_menu_navbar .navbar-brand{
	/* padding: 25px; */
}
.index-two-main-wrapper.main_wrapper .switch::before{
	background: #f62b48;
}
.index-two-main-wrapper.main_wrapper input:checked+.switch {
	background: #fff;
}
.index-two-main-wrapper.main_wrapper .header-color .navbar-nav .btn-primary {
	background-color: #f62b48;
	border-color: #f62b48;
	color: #fff;
	height: 50px;
	width: 150px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.index-two-main-wrapper.main_wrapper .header-color .navbar-nav .btn-primary:hover{
	background-color: transparent;
	border-color: #f62b48;
	color: #f62b48 !important;
}
.index-two-main-wrapper.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li{
	line-height: 20px;
	padding: 0;
}

.index-two-main-wrapper.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li {
	line-height: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.index-two-main-wrapper .main_menu_wrapper .main_menu_navbar{
	padding:0;
}
.index-two-main-wrapper.main_wrapper .top-menu .sub-top-menu .u-list .social-icon li a:hover {
	background-color: #f62b48;
	border-color: #f62b48;
}
.index-two-main-wrapper.main_wrapper .main_menu_wrapper .main_menu_navbar ul li .dropdown-items li a:hover{
	background-color:#ff506a6b;
}
.index-two-main-wrapper.main_wrapper .main_menu_wrapper .main_menu_navbar ul li .dropdown-items li a:hover{
	color: #f62b48 !important;
}
.index-two-main-wrapper.main_wrapper .sub-top-menu .u-list:hover .top-dropdown li:hover {
	background-color: #f62b48;
}
.index-two-main-wrapper.main_wrapper .sub-top-menu .u-list:hover .top-dropdown li:hover a{
	color: #fff !important;
}
.index-two-main-wrapper.main_wrapper .sub-top-menu .u-list:hover .top-dropdown li a {
	color: #111;
}
.index-two-main-wrapper.main_wrapper .main_menu_wrapper .main_menu_navbar ul li .dropdown-items .sub-dropdown li:hover a{
	color: #f62b48 !important;
}
.second-page-slider .carousel-control-prev, .second-page-slider .carousel-control-next {
	top: 50%;
	opacity: 1;
	width: 70px;
	height: 80px;
	background: #ffffff1f;
}
.carousel-caption{

	bottom: 15rem;
}
.second-page-slider .carousel-caption {
	/*padding-bottom: 15%;*/
}
.second-page-slider .carousel-caption h2 a{
	font-size: 56px;
	color: #fff;
}
.second-page-slider .carousel-caption h4  {

	margin-top: 20px;
	margin-bottom: 20px;
}
.second-page-slider .carousel-caption h4 a {
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	line-height: 70px;
}
.second-page-slider .carousel-caption  button.btn{
	width: 190px;
	height: 50px;
	background-color: var(--btns);
	color: var(--header-text);
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.second-page-slider .carousel-caption  button.btn:hover{
	background-color: transparent;
	border-color: var(--primary);
	color: var(--primary);
}

.second-page-slider .carousel-indicators [data-bs-target] {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 10px;
}
.second-page-slider .carousel-indicators .active{
	
	background-color: var(--btns);
}
/* index-02 mobile menu */
.index-two-main-wrapper #sidebar .sidebar_logo{
	background-color: #f02837;
}
.index-two-main-wrapper #cssmenu>ul>li>a:hover{
	background-color: #f028376e;
}
.index-two-main-wrapper #cssmenu ul li{
	border-bottom-color: #f02837;
}
.index-two-main-wrapper #cssmenu>ul>.open>a{
	background-color:#f028376e;
}
.index-two-main-wrapper #cssmenu ul li.has-sub:hover {
	background-color: #ff8e97;
}
.index-two-main-wrapper #cssmenu ul li.has-sub ul li{
	background-color: #ff8e97;
}
.index-two-main-wrapper .m-social-icons span{
	border-color: #f02837;
}
.index-two-main-wrapper #sidebar{
	height: 100%;
}
/*index-02 banner-content css */
.banner-cont-wrapper{
	background-color: var(--secondary);
/*background-image: url('https://placehold.co/405x318/6d6d6d/dddddd');*/
background-size: cover;
background-position: center;
padding: 50px 0px;
}
.banner-cont-wrapper h4 a, .banner-cont-wrapper p{
	color: #fff;
}
.banner-cont-wrapper h4 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
}
td{

	vertical-align: middle;
}
section .sb_banner_cont_iner_wrapper ul{
	position: relative;
	top: -50px;
	box-shadow: 0px 3px 29px rgb(0 0 0 / 10%);
}
section .sb_banner_cont_iner_wrapper  ul li input{
	border-bottom: 2px solid #f02837
}
section .sb_banner_cont_iner_wrapper  ul li select{
	border-bottom: 2px solid #f02837
}
section .sb_banner_cont_iner_wrapper  ul li span{
	color: #f02837;
}
section .sb_banner_cont_iner_wrapper  ul li button{
	background-color: #f02837;
	border-color: #f02837;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
section .sb_banner_cont_iner_wrapper  ul li button:hover{
	background-color: transparent;
	border-color: #f02837;
	color: #f02837;
}
/* index-02 slider-page */
.second-page-slider .slider-wrapper{
	background-color: #fff;
	padding-top: 60px;
}
.second-page-slider .slider-wrapper .owl-theme .owl-nav [class*=owl-]{
	background-color: #f02837 !important;
	color: #fff !important;
}
.second-page-slider .slider-wrapper .owl-theme .owl-nav .owl-prev:hover, .second-page-slider .slider-wrapper .owl-theme .owl-nav .owl-next:hover{
	background-color: #fff !important;
	border: 1px solid #f02837 !important;
}
.second-page-slider .slider-wrapper .owl-theme .owl-nav .owl-prev:hover i , .second-page-slider .slider-wrapper .owl-theme .owl-nav .owl-next:hover i{
	color: #f02837 !important;
}
/* second-page gallary css */
.second-page-tab-wrapper .sb-tab-section{
	background-color: #f7f7f7;
}
.second-page-tab-wrapper .nav-tabs .nav-item.show .nav-link, .second-page-tab-wrapper .nav-tabs .nav-link.active{
	background-color: #f02837;
	color: #fff;
}
.second-page-tab-wrapper .nav-tabs .nav-item.show .nav-link, .second-page-tab-wrapper .nav-tabs .nav-link.active:hover{
	color: #ffffff;
}
.second-page-tab-wrapper .img-sec span, .gallery_section .img-sec span, .second-page-tab-wrapper .img-sec span:before, .gallery_section .img-sec span:before{
	background-color: var(--image-span-color);
}
.second-page-tab-wrapper .slider-content .clr-text,.second-page-tab-wrapper .gallery_section .slider-content .clr-text {
	color: #f02837;
	cursor: pointer;
}
.second-page-tab-wrapper .slider-content,.second-page-tab-wrapper .gallery_section .slider-content:hover h5 a{
	color: #f02837;
}
.second-page-tab-wrapper .nav-tabs .nav-link:hover {
	border: none;
	color: #111;
}
/* video section */
.second-page-video-wrapper .video-main-wrapper {
	background-image: url('../images/second-video--01.jpg');
}
.second-page-video-wrapper .video-main-wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: #1111119e;
	top: 0;
}
.second-page-video-wrapper .video-sec-content{
	position: relative;
	z-index: 9;
	padding: 100px 0px;
}
.second-page-video-wrapper .video-sec-content h2 a{
	font-size: 36px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 50px;
}
.second-page-video-wrapper .video-sec-content p{
	color: #fff;

}
.second-page-video-wrapper .video-sec-content button{
	height: 50px;
	width: 150px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.second-page-video-wrapper .video-sec-content button:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.second-page-video-wrapper .hs-blog-wrapper #video-popup{
	background-image: url('../images/second-video--01.jpg');
	height: auto;
	position: relative;
	z-index: 9;
}
.hs-blog-wrapper #video-popup img{
	cursor: pointer;
}
.second-page-video-wrapper .modal-body iframe{
	height:100%;
	width: 100%;
}
/* review slider section */
.second-page-review-wrapper.blog-main-wrapper .sb-blog-wrapper{
	border: none !important;
}
.second-page-review-wrapper.blog-main-wrapper .sb-blog-wrapper .review-slider{
	border: 1px solid #e9e9e9;
}
.second-page-review-wrapper.blog-main-wrapper  .owl-carousel{
	padding-top: 50px;
}
.second-page-review-wrapper.blog-main-wrapper  .owl-carousel .owl-nav{
	display: none;
}
.second-page-review-wrapper.blog-main-wrapper  .owl-carousel .owl-dot{
	display:inline-block;
	margin-top: 50px;
}
.second-page-review-wrapper.blog-main-wrapper  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #f02837;

}
.second-page-review-wrapper.blog-main-wrapper .sb-blog-wrapper .review-slider span,.second-page-review-wrapper.blog-main-wrapper .sb-blog-wrapper .review-slider .blog-slider-cont p a{
	color: #f02837;
}
.blog-main-wrapper .owl-theme .owl-nav [class*=owl-]:hover{
	background: #1c73ea;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-main-wrapper .owl-theme .owl-nav [class*=owl-]:hover i{
	color: #fff !important;
}
/* artical news section css start */
.news-blog-wrapper .news-main-wrapper{
	background-color: #f7f7f7;
}
.news-blog-wrapper .news-main-wrapper img{
	width: 100%;
}
.news-blog-wrapper .news-main-wrapper .news-cont{
	padding: 44px 40px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.news-blog-wrapper .news-main-wrapper .news-cont h5 { 
	-webkit-line-clamp: 2;
}
.mb-30{
	margin-bottom: 30px;
}
.news-blog-wrapper .news-main-wrapper .news-cont a{
	color: var(--primary);
}
.news-blog-wrapper .news-main-wrapper .news-cont h5 a{
	color: #111;
}
.news-blog-wrapper .news-main-wrapper .news-cont:hover h5 a{
	color: #f02837;
}
.news-blog-wrapper .news-main-wrapper .news-cont span i {
	color: #f02837;
}
.news-blog-wrapper .news-main-wrapper .t-center .btn-primary
{
	background-color: #f02837;
	border-color: #f02837;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news-blog-wrapper .news-main-wrapper .t-center .btn-primary:hover{
	background-color: transparent;
	border-color: #f02837;
	color: #f02837;

}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	border-color: none;
	box-shadow: none;
}
.side-image{
	background-image: url('../images/news-blog-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.side-image-2{
	background-image: url('../images/news-blog-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.side-image-3{
	background-image: url('../images/news-blog-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
/* partners css */
.partner-main-wrapper{
	float: left;
	width: 100%;
	padding: 100px 0;
}
.partner-main-wrapper .owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
}
.partner-main-wrapper .owl-nav{
	display: none !important;
}
/* sign up form css */
.form-main-wrapper .contact-main-wrapper{
	background-color: #f02837;
}

.form-main-wrapper .contact-main-wrapper .form{
	background: none;
	padding: 85px 0px;
}
.form-main-wrapper .contact-main-wrapper form{
	padding: 90px 0px;
}
/* footer-section css */
.second-page-footer-wrapper{
	float: left;
	width: 100%;
	background-color: #111;
}
.second-page-footer-wrapper .footer-main-wrapper .footer-social-icon li i {
	color: #fff;
}
.second-page-footer-wrapper .footer-main-wrapper .footer-social-icon li:hover {
	background-color: #f02837;
	border-color: #f02837;
}
.second-page-footer-wrapper .footer-main-wrapper .sb-footer-logo p i , .second-page-footer-wrapper  .footer-feed .more-feed{
	color: #f02837 !important;
}

.second-page-footer-wrapper .footer-main-wrapper .sb-footer-logo p a, .second-page-footer-wrapper .footer-main-wrapper .footer-menu li a, .second-page-footer-wrapper .footer-main-wrapper .footer-menu li, .second-page-footer-wrapper  .f-pd{
	color: #fff;
}
.second-page-footer-wrapper .footer-main-wrapper .footer-menu li:hover a, .second-page-footer-wrapper .footer-main-wrapper .footer-menu li:hover{
	color: #f02837;
}
.second-page-footer-wrapper .footer-feed a::after{
	background-color: #f0283780;
}
.bottom-footer ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	/* padding: 30px; */
}
.bottom-footer ul  li{
	margin-right: 20px;
}
.bottom-footer ul  li img{
	width: auto;
}
/* add hotel page css start */
.hotel-main-wrapper{
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 50px;
}
.hotel-main-wrapper h2{
	padding-bottom: 30px;
}
.hotel-main-wrapper .new_property_box {
	width: 100%;
	float: left;
}
.hotel-main-wrapper .new_property_box .form_property{
	width: 100%;
	float: left;
	padding: 50px 50px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.hotel-main-wrapper .new_property_box h3 {
	color: #000000;
	width: 220px;
	float: left;
	font-size: 18px;
	margin-top: 17px;
}
.hotel-main-wrapper .new_property_box .fields {
	width: calc(100% - 220px);
	float: left;
}
.hotel-main-wrapper .new_property_box .fields label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 15px 0 0;
}
.fields input, .fields textarea {
	width: 100%;
	border-radius: 5px;
	outline: none;
	padding: 0 20px;
	height: 50px;
	background: #F9F9F9;
	border: none;
}
.hotel-main-wrapper .radio-btn{
	height:15px;
	width: 20%;
}
.img-select input{
	height: 50px !important;
	line-height: 28px !important;
}
.form_property h4 , .form_property h6 {
	font-weight: 600;
}
.hotel-main-wrapper  .form-control{
	border: none;
	background-color: #f9f9f9;
}
.hotel-main-wrapper .new_property_box .fields input[type="checkbox"] {
	width: auto;
	border-radius: 0;
	height: auto;
	vertical-align: middle;
	margin-right: 3px;
}

.hotel-main-wrapper .new_property_box .fields label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 15px 0 0;
}
.hotel-main-wrapper .new_property_box .fields .map_ifram iframe{
	width: 100%;
	height: 400px;
}


.select-box{
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	background: #f7f7f7;
	border: none;
}
.hotel-main-wrapper .ex_top_mar {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.pd_order_filed_input_box input {
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding-left: 8px !important;
	padding-right: 8px !important;
	height: 60px;
	padding: 7px;
	line-height: 37px;
}
.hotel-main-wrapper .btn-default {
	background-color: #1c73ea;
	color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	height: 50px;
	padding: 0 40px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hotel-main-wrapper .btn-default:hover{
	background-color: white;
	color: #333333;
	
}
.dash-dropdown{
	border-right: none !important;
}
.dash-dropdown ul.dropdown-items{
	top: 49px;
	left: auto;
	right: 0;
	z-index: 999999;
	background-color: #fff;
	transform: translateY(-40px);
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.dash-dropdown .dropdown-items::after{
	background-color: #fff !important;
	left: auto;
	right: 40px;
}
.dash-dropdown:hover ul.dropdown-items{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.main_wrapper .top-menu  .dash-dropdown ul.dropdown-items li{
	border-right: none !important;
}
.main_wrapper .top-menu  .dash-dropdown ul.dropdown-items li a{
	color: #000 !important;
	text-transform: capitalize;
	display: block;
	width: 100%;
}
.main_wrapper .top-menu  .dash-dropdown ul.dropdown-items li{
	padding: 0;
}
.main_wrapper .top-menu  .dash-dropdown ul.dropdown-items li a:hover{
	color: #1c73ea !important;
	background-color: #86b6fa9f;
}
/* dashboard page */
.main-dashboard-wrapper{
	float: left;
	width: 100%;
	padding: 100px 0px;
}
.main-dashboard-wrapper .dashboard-box {
	width: 100%;
	position: relative;
}
.dashboard-prop {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.main-dashboard-wrapper .dashboard-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	z-index: 0;
}
.main-dashboard-wrapper img{
	width: 100%;
}
.dashboard-prop h5 {
	color: #ffffff;
	font-size: 45px;
	font-weight: bold;
}
.dashboard-prop a {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}

/* my hotel page css start */
.myhotel-main-wrapper{
	float: left;
	width: 100%;
	
	padding: 100px 0px;
}
@media (max-width: 768px) {
    .myhotel-main-wrapper {
        overflow-x: auto;
    }
    .widget_5, .widget_6, .widget_8 {
        border-bottom: 1px solid var(--primary);
        padding-top: 25px;
    }
}
.my-hotels{
/*	min-width: 960px;*/
}
.my-hotels table {
	width: 100%;
}
.my-hotels table thead{
	background-color: var(--primary);
}
.my-hotels table thead tr th {
	padding: 20px;
	color: #ffffff;
}
.my-hotels table tbody tr td {
	padding: 20px;
}
.my-hotels table tbody tr td .properties_img {
	width: 145px;
	float: left;
}
.my-hotels table tbody tr td .properties_img img{
	max-width: 100%;
}
.my-hotels table tbody tr td .properties_name {
	padding-top: 25px;
	width: calc(100% - 170px);
	float: left;
	padding-left: 20px;
}
.my-hotels table tbody tr td .properties_name a {
	font-weight: bold;
	color: #000000;
}
.my-hotels table tbody tr td .properties_name small {
	color: #47a0ff;
	text-transform: capitalize;
}
.my-hotels table tbody tr td .published-date span, .my-hotels table tbody tr td .expired-date span{
	font-size: 14px;
	color: #000000;
}
.my-hotels table tbody tr td .published-date span i, .my-hotels table tbody tr td .expired-date span i {
	margin-right: 10px;
}
.my-hotels table tbody tr td .published-date .text-published {
	margin-left: 23px;
	color: #00bd00;
	font-weight: bold;
}
.my-hotels table tbody tr td .expired-date .text-expiry {
	color: #e84a5f;
	margin-left: 23px;
	font-weight: bold;
}
.my-hotels table tbody tr td .expired-status {
	border-color: #d3c11f;
	color: #d3c11f;
}
.my-hotels table tbody tr td strong {
	display: inline-block;
	padding: 5px 15px;
	line-height: 30px;
	text-align: center;
	border: 3px solid var(--primary);
	border-radius: 35px;
	text-transform: capitalize;
	color: var(--primary);
	font-weight: 600;
}

.my-hotels table tbody tr td:nth-child(4) {
	font-weight: bold;
	color: #000000;
}
.my-hotels table tbody tr td:nth-child(5) {
	text-transform: capitalize;
	color: #000000;
	cursor: pointer;
	position: relative;
}
.my-hotels table tbody tr td:nth-child(5) i {
	font-size: 20px;
	margin-left: 9px;
}
.table_dropdown {
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	position: absolute;
	left: -135px;
	top: -59px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	width: 150px;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.my-hotels table tbody tr td:nth-child(5):hover .table_dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.table_dropdown ul li {
	padding: 5px 5px;
}
.contact-map-wrapper{
	float: left;
	width: 100%;
	height: 500px;
}

.youtube_player iframe{
	width: 100%;
	height: 342px;
}
.map-main-wrapper iframe{
	width: 100%;
}
.map-main-wrapper .mapouter {
	position: relative;
	text-align: right;
	width: 100%;
	height: 400px;
}

.map-main-wrapper .gmap_canvas {
	overflow: hidden;
	background: none !important;
	width: 100%;
	height: 400px;
}

.map-main-wrapper .gmap_iframe {
	height: 400px !important;
}
.modal-body iframe{
	width: 470px;
	height: 315px;
}
.hs-map-sec iframe{
	width: 100%;
	height: 400px;
}
.n-border span{
	text-transform: uppercase;
	font-weight: 600;
}


/* map css */
.map-main-wrapper.p-rel {
	height: 500px;
}
.with-amp, .map-view{
	height: 100%;
}
.google-map {
	height: 100%;
}

.list-type .hover-img img{
	width: 278px !important;
	height: 100%;
    object-fit: cover;
}
.list-type .hover-img a {
    height: 100%;
}

.list-type .hover-img {
    height: 100%;
}

.sub-main {
	/* margin-top: 23px; */
	border-radius: 12px;
}
.slider-content{
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -10px;
	border: none;
	padding-inline-end: 5px;
}
.gm-style .gm-style-iw-d{
	max-height: 350px !important;
}
.gm-style .gm-style-iw-c{
	padding: 0 !important;
}
.gm-ui-hover-effect{
	background-color: #ffffff !important;
	opacity: 1 !important;
	top: 0 !important;
	right: 4px !important;
}
.gm-ui-hover-effect img{
	width: 33px !important;
	height: 33px !important;
	margin: 0 !important;
}


.booking-image img{
	width: 100%;
	object-fit:fill;
}


.pin-code{ 
	padding: 0; 
	margin: 0 auto; 
	display: flex;
	justify-content:center;
    direction: ltr;
} 

.pin-code input { 
	border: none; 
	text-align: center; 
	width: 48px;
	height:48px;
	font-size: 36px; 
	background-color: #F3F3F3;
	margin-right:5px;
} 



.pin-code input:focus { 
	border: 1px solid #573D8B;
	outline:none;
} 
.verifybtn {
	min-width: 175px;
	box-shadow: none;
	color: #fff;
	background: var(--primary);
}

.image_area_profile {

  position: relative;

  width: 200px; 

  height: auto;

  margin: auto;

  margin-bottom: 20px;

}


.image_area_profile img {

  display: block;

  max-width: 100%;

  border-radius: 10%;

  box-shadow: 4px 3px 10px 1px rgba(39, 44, 51, 0.3)

}



.preview {
  overflow: hidden;
  width: 140px; 
  height: 160px;
  margin: 10px;
  border: 1px solid red;

}



.image_area_profile .overlay {

 position: absolute;

 bottom: 5px;

 left: 0;

 right: 0;

 background-color: rgba(255, 255, 255, 0.5);

 overflow: hidden;

 height: 0;

 transition: .5s ease;

 width: 100%;

 border-radius: 10%;

}



.image_area_profile:hover .overlay {

 height: 50%;

 cursor: pointer;

}



.image_area_profile .text {

 color: #333;

 font-size: 20px;

 position: absolute;

 top: 50%;

 left: 50%;

 -webkit-transform: translate(-50%, -50%);

 -ms-transform: translate(-50%, -50%);

 transform: translate(-50%, -50%);

 text-align: center;

}


.price-range-slider {
	 width: 100%;
	 float: left;
	 padding: 10px 0px;
}
 .price-range-slider .range-value {
	 margin: 0;
}
 .price-range-slider .range-value input {
	 width: 100%;
	 background: none;
	 color: #000;
	 font-size: 16px;
	 font-weight: initial;
	 box-shadow: none;
	 border: none;
	 margin: 20px 0 20px 0;
}
 .price-range-slider .range-bar {
	 border: none;
	 background: #000;
	 height: 3px;
	 width: 70%;
	 margin-left: 8px;
}
 .price-range-slider .range-bar .ui-slider-range {
	 background: #adb885;
}
 .price-range-slider .range-bar .ui-slider-handle {
	 border: none;
	 border-radius: 25px;
	 background: #adb885;
	 border: 2px solid #adb885;
	 height: 17px;
	 width: 17px;
	 top: -0.52em;
	 cursor: pointer;
}
 .price-range-slider .range-bar .ui-slider-handle + span {
	 background: #adb885;
}
.addonImg{
	height: 60px;
	width: 60px;

}
.pro-details-quality span {

  display: block;

  font-size: 13px;

  font-weight: bold;

  color: #777777;

  margin: 0 0 10px;

}



.pro-details-quality .cart-plus-minus {

  display: inline-block;

  overflow: hidden;

  padding: 0;

  position: relative;

}



.pro-details-quality .cart-plus-minus .qtybutton {

  color: #8E8FA0;

  cursor: pointer;

  float: inherit;

  font-size: 18px;

  line-height: 20px;

  margin: 0;

  position: absolute;

  text-align: center;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  top: 0;

}



.pro-details-quality .cart-plus-minus .qtybutton.dec {

  height: 31px;

  width: 31px;

  line-height: 25px;

  border: 1px solid #E3E4E9;

}

:lang(ar) .pro-details-quality .cart-plus-minus .qtybutton.inc{

  left: 0;

  right: unset;

}

.pro-details-quality .cart-plus-minus .qtybutton.inc {

  height: 31px;

  width: 31px;

  line-height: 25px;

  border: 1px solid #E3E4E9;

  right: 0px;

}



.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {

  background: transparent none repeat scroll 0 0;

  border: medium none;

  color: #3A3A3A;

  float: left;

  font-size: 14px;

  font-weight: 500;

  height: 31px;

  margin: 0;

  padding: 0;

  text-align: center;

  width: 92px;

}



.pro-details-quality .cart-plus-minus input.cart-plus-minus-box.plus-minus-width-inc {

  width: 120px;

}


.addonCimg{
	height: 100px;
	width: 100px;
}

.homeactive{
    background-color: #3498db; /* Active background color */
    color: #fff; /* Active text color */
    border: 1px solid #3498db; /* Border color for active item */
    border-radius: 5px; /* Rounded corners for active item */
}

li.active a {
   color: var(--secondary); /* Active text color */
    border-bottom: 4px solid var(--secondary);
}

.faclas{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 43px; /* Set a fixed width for the icon container */
    height: 43px;
}

.fdir{

  display: inline-block;

  direction: ltr !important;

}

.selectedStar{
	color: darkred;

}

.rating .selectedStar:before {
  color: var(--secondary); /* Color after click */
}


.search-container {

  position: relative;

}





.suggestions {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  max-height: 300px;

  background-color: #f9f9f9;

  border: 1px solid #ccc;

  border-top: none;

  overflow-y: auto;
  z-index: 99999999;

}



#suggestions-list {

  list-style: none;

  padding: 0;

  margin: 0;

  z-index: 99;

  position: relative;

}



.suggestion-item {

  display: flex;

  align-items: center;

  padding: 10px;

  cursor: pointer;

}

 .searchinput {
        border: none;
        /* Add other styles as needed */
    }

.suggestion-item:hover {

  background-color: #e9e9e9;

}



.suggestion-item img {

  width: 40px;

  margin-inline-end: 10px;

}
.order-product-details{
	padding:21px 0 20px;background-color:#fff
}
.order-product-details table{
	width:100%;text-align:center
}
.order-product-details table thead tr th{
	font-size:16px;color:#777;font-weight:700;width:25%
}
@media only screen and (min-width:768px) and (max-width:991px){
	.order-complete-title{padding:40px 50px 48px
	}
	.order-complete-title h3{
		font-size:26px
	}
	.order-product-details table thead tr th{
		font-size:15px}
	}
	@media only screen and (max-width:767px){
		.order-complete-title{padding:30px 20px 38px
		}
		.order-complete-title h3{
			font-size:18px;line-height:30px
		}
		.order-product-details{
			padding:21px 10px 20px
		}
		.order-product-details table thead tr th{
			width:100%;font-size:14px;padding:0 40px}
			.order-product-details table tbody tr td{
				padding:0 0 10px}}
				@media only screen and (min-width:576px) and (max-width:767px){
					.order-product-details table thead tr th{width:25%;font-size:12px;padding:0}}
					.order-product-details table tbody tr td{font-size:13px;color:#777;font-weight:400
					}

					.head-title .btn-close{

  color: #ffffff !important;

}

@media only screen and (max-width:430px){
.pagination-lg .page-link {
	padding: 3px 7px;
    font-size: 1rem;
}

}
.cus-span {
	padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    /*font-weight: bold;*/
        margin-right: 2px;

}
.compalintext{
	position: relative;
    top: 25px;
    color: #000;
    text-align: center;
}
.offer-ribbon {
position: absolute;
/*    left: -7px;*/
    top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #25d366;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px 0px 0px 3px;
    padding: 3px 17px;
    right: -7px;
    transform: unset;
    clip-path: unset;
    z-index: 9;
    font-weight: bold;
}
:lang(ar) .offer-ribbon {
	right: unset;
	left: -7px;
}
.offer-ribbon::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  right: 0px;
  bottom: -7px;
  clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 0% 100%);
  background: #0b8d3b;
}
:lang(ar) .offer-ribbon::before {
	left: 0;
    right: unset;
  bottom: -6px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}
.test-label {
	position: absolute;
    top: 172px;
    right: 32px;
    color: #FFF;
    font-size: 13px;
    min-width: 45px;
    text-align: center;
}
.test-label::after {
	    content: "";
    position: absolute;
    top: 3px;
    left: 43px;
    width: 40px;
    height: 2px;
    background-color: #DDD;
    transform: rotate(155deg);
    transform-origin: left top;
    font-weight: 100;
}
.img-sec span {
	position: absolute;
    background: var(--image-span-color);
    color: #fff;
   /* padding: 5px 25px 25px;*/
    right: 0;
    bottom: 10px;
    font-weight: bold;
}
		.img-sec span:before {
			left: -21px;
    top: 8px;
    width: 40px;
    height: 40px;
		}

		
		.discount-label {
min-width: 45px;
    text-align: center;
    font-size: 29px;
    /* font-weight: bold; */
    color: var(--primary);
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-style: solid;

}
.bs-social-content-cust a:first-child{
	margin-inline-start: 0;
}
.bs-social-content-cust a{
	margin-inline-start: 10px;
}

.blog-content li {
    color: #767777;
}

:lang(ar) .section2_footer_menu ul li {
    float: right;
}
.section2_footer_menu ul li {
    margin-inline-start: 80px;
}


@media (max-width: 450px) {
    
:lang(ar).sb_banner_cont_iner_wrapper ul li span {
right: 20px;
    top: 39px;
}
:lang(ar) .sb_banner_cont_iner_wrapper ul li i {
    position: unset;
    /*right: 10%;*/
    /*top: 18px;*/
    /*bottom: unset;*/
    /*margin: auto;*/
}
    .sb_banner_cont_iner_wrapper ul li select,
    .sb_banner_cont_iner_wrapper ul li input {
        padding-inline-start: 40px !important;
    }
}

.ptb-20 {
 padding-top: 20px !important;
}
.carousel-inner.main-carosel {
	height: 500px;
}

.sb_banner_cont_iner_wrapper.search-form {
	padding: 0;
}
.sb_banner_cont_iner_wrapper ul {
	    position: relative;
    bottom: 100px;
	box-shadow: 0px 8px 25px 8px rgb(17 17 17 / 18%);
}

.tabTwo .nav-tabs .nav-link:after{
	content: "";
    position: relative;
    top: 11px;
    /* left: 49% !important; */
    transform: translateX(-50%);
    border-width: 10px 9px 0px;
    border-style: solid;
    border-color: var(--primary) transparent;
    display: block;
    width: 0;
    left: 140px;
}
.tabTwo .nav-tabs .active.nav-link:after{
    border-color: #FFF transparent;
}
@media (max-width: 1038px) {
	.tabTwo .nav-tabs .nav-link:after {
		border-width: 0;
	}
}
:lang(ar) .tabTwo .nav-tabs .nav-link:after {
	right: 140px;
	left: unset;
}

.total_amount {
	    font-size: 18px;
    font-weight: bold;

}

   .availabel_card{
      background: #FFF;
    padding: 15px !important;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 6px #9393932e;
   }
   .availabel_card .price-sec{
      padding: 10px 0;
    margin: 22px 0;
/*    border-bottom: 1px solid #DDD;*/
   }
   .availabel_card .price-sec label{
      font-size: 16px;
    color: #858585;
   }
   .availabel_card .text-right {
      text-align: right;
   }
.input-number-container {
    display: flex;
    align-items: center;
    position: relative;
}

.input-number-btn {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    height: 40px;
}

.input-number-btn i {
    color: #333;
}


.input-number-container .input-number-btn:first-child {
    border-radius: 4px 0 0 4px;
    width: 70%;
    height: 50px;
    text-transform: uppercase;
    /* box-shadow: 0px 1px 5px rgb(16 16 16 / 10%); */
    background: #FFF;
}

.input-number-container .input-number-btn:last-child {
    border-radius: 0 4px 4px 0;
    width: 70%;
    height: 50px;
    text-transform: uppercase;
    /* box-shadow: 0px 1px 5px rgb(16 16 16 / 10%); */
    background: #FFF;
}

:lang(ar) .input-number-container .input-number-btn:last-child {
	border-radius: 4px 0 0 4px;
}
:lang(ar) .input-number-container .input-number-btn:first-child {
	border-radius: 0 4px 4px 0;
}
.no-pers{
   align-items: center;
    display: flex;
    justify-content: space-around;
}

         #bookingForm textarea{
            height: 50%;

         }
         .bill-div{
            text-align: center;
    /* background: red; */
    width: 70%;
    margin: auto;
    padding: 20px 18px;
    border: 2px solid var(--primary);
    border-radius: 18px;
    color: var(--primary);
    font-weight: bold;
    box-shadow: 1px 5px 8px 1px #89898929;
         }
          .tacg-a {
          	margin-inline-end: 10px;
          }
          .listing-img {
     width: 100%;
    }
    
    .holiday-section.p-rel h3 {
    background: #00000070;
    position: absolute;
    width: 100%;
    /* left: 3px; */
    bottom: 0px;
    font-size: 26px;
    padding: 10px;
    color: #FFF;
    text-align: center;
}

 
:lang(ar)#whatsappBtn {
     right: 20px;
 }

 #whatsappBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  z-index: 1000;
  font-size: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #25d366;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
 
.booked-tag {
  position: absolute;
  left: -7px;
  top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #ff0000;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px 3px 3px 0px;
  padding: 3px 17px;
  right: unset;
  transform: unset;
  clip-path: unset;
  z-index: 9;
  font-weight: bold;
}

.booked-tag::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  bottom: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  background: #970303;
}

:lang(ar) .booked-tag {
	left: unset;
	right: -7px;
}
:lang(ar) .booked-tag::before {
	left: unset;
    right: 0;
  bottom: -6px;
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 0% 100%);
}

@media (max-width: 500px) {
    .section_2 .sub_title_section {
        float: unset !important;
    }
	.insuur {
		display: block;
	}
	.cus-tags.cus-a {
		display: block;
	}
	.main_menu_wrapper .main_menu_navbar .navbar-brand img {
		width: 100px;
	}
	.second-page-slider .carousel-control-prev, .second-page-slider .carousel-control-next {
		width: 50px;
		height: 50px;
	}
	.sb_banner_cont_iner_wrapper ul {
		bottom: 135px;
	}
	.carousel-inner.main-carosel {
		height: unset;
	}
	.sb_banner_cont_iner_wrapper ul li {
		padding: 0;
		height: 63px;
	}
	.sb_banner_cont_iner_wrapper ul li button {
		margin-top: 20px !important;
	}
	.sb_banner_cont_iner_wrapper.search-form {
		height: 300px;
		margin-top: 125px;
	}
	.services-wrapper .service-box {
		border-right: 1px solid #e9e9e9 !important;
		margin: 0 !important;
	}
	.slider-wrapper {
		padding-top: 20px;
	}
	.sb_banner_cont_iner_wrapper ul li select,
	.sb_banner_cont_iner_wrapper ul li input {
		font-size: 14px;
/*		height: 40px;*/
		    padding: 5px 14px;
	}
	:lang(ar).t-dest-wrapper .t-place .t-cont {
		right: 10px;
	}
	.t-dest-wrapper .t-place .t-cont {
		left: 10px;
	}
	.t-dest-wrapper .t-place .t-cont p {
		font-size: 15px;
	}
	.sb-grid-main-wrapper .find-us-wrapper ul li {
		margin-bottom: 10px;
	}
	.sb-grid-main-wrapper .find-us-wrapper ul li input, .sb-grid-main-wrapper .find-us-wrapper ul li select {
		font-size: 14px;
	}
	.sb-grid-main-wrapper .find-us-wrapper, .sb-grid-main-wrapper .top-deals-wrapper, .sb-grid-main-wrapper .rating-wrapper, .sb-grid-main-wrapper .r-type-wrapper, .sb-grid-main-wrapper .feed-wrapper {
		padding-bottom: 20px;
	}
	.section_1,
	.section_5,
	#main-wrapper.section_3 {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.section_3{
		padding-top: 50px;
    padding-bottom: 50px;
	}
	.section5_text_heading h2,
	.about_text_wrapper h2,
	.text_wrapper_heading h2 {
		font-size: 27px;
	}
	.image_wrapper img {
		width: 90%;
	}
	.section5_slider_wrapper .owl-carousel .owl-item {
		padding: 20px;
	}
	.services-wrapper {
		padding: 20px 13px;
	}
	.contact-sec .service-box {
		border-bottom: 1px solid #e9e9e9 !important;
	}
	.services-wrapper .service-box {
		padding: 20px 0px;
	}
	.services-wrapper .service-box.p-box-4 {
		margin: 5px 3px !important;
	}
	iframe {
		height: 242px !important;
	}
	.hs-blog-wrapper {
		padding: 50px 0;
	}
	.bill-div {
		width: 99%;
	}
	.img-sec span, .gallery_section .img-sec span {
        font-size: 12px;
        z-index: 9;
        width: 97px;
        height: 35px;
	}
	.img-sec span:before,
	.gallery_section .img-sec span:before {
	        left: -12px;
    top: 5px;
    width: 25px;
    height: 25px;
	}
	.gallery_section .ptb-100 {
	    padding: 0px 0px !important;
	}
	.total_amount  {
	    font-size: 14px;
	}
	.availabel_card {
	    margin: 20px 10px;
	}
	.contact-map-wrapper {
	    height: unset;
	}
	.blogone .blog-post-wrapper .post-thumbnail .posted-date .day {
	    font-size: 11px;
    line-height: 29px;
	}
	.blogone .blog-post-wrapper .post-thumbnail .posted-date .month {
	    font-size: 8px;
	}
	.blogone .blog-post-wrapper .post-thumbnail .posted-date {
	    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
	}
	.blogone .blog-post-wrapper .entry-title {
	    font-size: 15px;
	    line-height: 20px;
	}
	.blogone .blog-post-wrapper .entry-content p {
	        font-size: 14px;
	}
	.blogone .blog-post-wrapper .blog-content {
	    padding: 10px;
	}
	.blog-main-wrapper {
	    padding: 40px 15px;
	}
	.blog-main-wrapper .blog-cont p {
	    padding-bottom: 13px;
    font-size: 15px;
    line-height: 23px;
	}
	.blog-main-wrapper .sb-blog-wrapper .review-slider .blog-slider-cont p {
	    padding: 0px 10px;
	        font-size: 14px;
	}
	.news-main-wrapper .news-cont span {
	    padding-bottom: 8px;
    font-size: 13px;
	}
	#indexSearchForm {
		padding-bottom: 20px;
	}
	.sb_banner_cont_iner_wrapper ul {
	        min-height: 350px;
	}

    .holiday-section.p-rel {
    	text-align: center;
    	width: 320px;
        margin: auto;
    }
    .holiday-section.p-rel h3 {
        background: #00000070;
        position: absolute;
        bottom: 0px;
        padding: 10px;
        text-align: center;
    }
    
	.listing-img {
     width: unset;
    }
    .sb-grid-main-wrapper .holiday-section div {
        left: 10px;
        width: 320px;
        background: #00000075;
        bottom: 0;
    }
    .sb-grid-main-wrapper .holiday-section h3 a {
        font-size: 14px;
    }
	 #whatsappBtn {
	 	width: 50px;
	 	height: 57px;
	 	font-size: 30px;
	 }
	 .list-type .list-sub-main .img-sec a img {
	     border-radius: 5px 5px 0 0;
	 }
	 .list-type .list-sub-main .slider-content {
	     border-radius: 0 0 5px 5px;
	 }
}

.header-sec-2.section_2 {
	    background: var(--bread-crumbs);
    background: -moz-linear-gradient(left, var(--b-gradient-color1), var(--b-gradient-color2));
    background: -webkit-linear-gradient(left, var(--b-gradient-color1), var(--b-gradient-color2));
    background: linear-gradient(to right, var(--b-gradient-color1), var(--b-gradient-color2));
    opacity: 0.9;
}
.section_2 .sub_title i,
.section_2 .sub_title li:last-child,
.section_2 .sub_title a {
	color: #fff;
}

:lang(ar) .section_2 .sub_title_section{
	float: left;
}
:lang(ar) .section_2 .sub_title li {
	float: right;
}

@media (max-width: 374px) {
    .holiday-section.p-rel {
        width: unset;
    }
    .listing-img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
	.carousel-inner.main-carosel {
		height: unset;
	}
}

:lang(ar) .navbar-toggler {
    left: 60px;
    right: unset;
}


/*Edited */
.main_menu_wrapper .main_menu_navbar {
	background-color: var(--primary);
}
.main_menu_wrapper.header-color .main_menu_navbar ul li a {
	color: #FFF;
}
/*
.carousel-inner.main-carosel .carousel-caption {
	bottom: 10rem;
}*/
.t-dest-wrapper {
	padding: 40px 12px;
}


@media (min-width: 786px) and (max-width: 1262px) {
    .carousel-inner.main-carosel .carousel-caption {
        bottom: 0rem;
    }
}

@media (min-width: 1262px) and (max-width: 1482px) {
    .carousel-inner.main-carosel .carousel-caption {
        bottom: 8rem;
    }
}
.timingselect {
	max-height: 200px;
  overflow: auto;
  padding: 10px;
  /*border: 1px solid var(--secondary);*/
}

/*.filter_btn {*/
/*	padding: 5px 22px;*/
/*  font-size: 19px;*/
/*  font-weight: bold;*/
/*  border-radius: 30px;*/
/*  position: fixed;*/
/*  bottom: 25px;*/
/*  right: 50%;*/
/*  box-shadow: 0px 0px 10px 0px #bfbfbf;*/
/*  z-index: 9;*/
/*}*/
.filter-sec hr {
	height: 5px;
  border-radius: 5px;
  color: var(--secondary);
}
.filter-sec .filter-item .filter-ul{}
.filter-sec .filter-item .filter-ul {
	margin-inline-start: 10px;
}
.filter-sec .filter-item .filter-ul li {
	display: inline;
/*	margin: 5px;*/
}
.filter-sec .filter-item .filter-ul li label {
	margin: 5px 15px;
}
.filter-modal .modal-footer {
	justify-content: space-between;
}
.filter-modal .clear-filter {
	    background: no-repeat;
    color: #DDD;
    border: none;
}
.filter-modal .search-filter {
	font-weight: 600 !important;
}

 
.description {
    max-height: 111px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.description.expanded {
    max-height: none;
}

.read-more-btn {
    display: block;
    margin-top: 10px;
    /*padding: 5px 22px;*/
    font-size: 19px;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px #bfbfbf;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    text-align: center;
    background: none;
    border: none;
    color: var(--primary);
    box-shadow: none;
    text-align: right;
    text-decoration: underline;
}
        

.unread {
	background-color: #FFF !important
}
.white-c,
.white-c:hover,
.white-c:focus  {
    color: #FFF;
}

.was-validated .custom-checkbox label:before {
        border: 2px solid #dc3545;
}
.was-validated .custom-checkbox input:checked + label:before {
	border: 2px solid var(--secondary);
}

/*@media (max-width: 500px) {*/
/*    #paginationcontent-list.mobile-height {*/
        height: auto; /* Allow dynamic height adjustment */
/*    }*/
/*}*/