body {
	font-family: 'MontserratRegular', 'DroidKufiRegular' !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}
.orient_top_nav {
	height: 100%;
}
.orient_top_nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	gap: 35px;
}
.orient_top_nav ul li {
	position: relative;
}
.orient_top_nav ul li:after {
	position: absolute;
	right: -18px;
	content: '';
	width: 1px;
	height: 100%;
	background: #CCCCCC;
}
.orient_top_nav ul li:last-child:after {
	display: none;
}
.orient_top_nav ul li a {
	font-size: 14px;
	color: #000;
	font-family: 'MontserratBold';
}

a.Exclusive_Nav {
    color: #EE353E !important;
}
.offer_icon{
	background: url(../images/offer_icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-flex;
    background-size: contain;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.orient_togle_nav {
	width: 100%;
}
.orient_togle_nav ul {
	width: 100%;
	flex-direction: column;
}
.orient_togle_nav ul li {
	width: 100%;
}
.orient_togle_nav ul li a {
	font-family: 'MontserratSemiBold';
	width: 100%;
	display: inline-flex;
	padding: 10px 0;
	border-bottom: solid #ccc 1px;
	color: #000;
	font-size: 13px;
}
.cbt_contentArea {
	padding-top: 80px;
	padding-bottom: 30px;
}
/* Header Styling */
.cbt_header {
	width: 100%;
	height: var(--header-height);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
	background: #fff;
}
.orint_header_sub {
	display: flex;
	width: 100%;/*justify-content: space-between;*/
}
.orint_nav_lft {
	width: 25%;
	display: inline-flex;
}
.orint_nav_rht {
	width: 75%;
	display: flex;
	gap: 20px;
	justify-content: end;
}
.cbt_header .orint_nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cbt_header .orint_nav-link {
	font-weight: normal;
	border: solid #ccc 1px;
	padding: 0px 20px;
	border-radius: 30px;
	font-size: 14px;
	height: 48px;
	display: inline-flex;
	align-items: center;
}
.cbt_header.scrolled {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	box-shadow: var(--box-shadow);
}
.cbt_logo {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: transform 0.3s ease;
	background: url(../images/logo.png) no-repeat;
	width: 166px;
	height: 50px;
	background-size: contain;
}
/*.cbt_logo:hover {
	transform: scale(1.05);
}*/

.Head_one {
	padding: 20px 0px;
	width: 100%;
	box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 8%);
}
.Head_two {
	width: 100%;
	height: 45px;
}
.orint_top_search {
	width: 40%;
}
.orint_top_search_box {
	display: flex;
	background: #EFF0F4;
	border-radius: 25px;
	position: relative;
}
.orint_top_search_box_field {
	width: 75%;
}
.orint_top_search_box_field input {
	font-family: 'MontserratMedium';
	font-size: 14px;
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 5px;
	padding: 0 25px;
	padding-left: 45px;
	background: transparent;
}
.orint_top_search_box_field input::placeholder {
 font-size:14px;
}
.top_phone a {
	background: #EFF0F4;
	border: none !important;
	padding-right: 25px !important;
	padding-left: 55px !important;
}
.top_phone a span {
	font-size: 14px;
	font-family: 'MontserratSemiBold';
}
.orint_phoneIcon {
	background: url(../images/phone_icon_ori.svg);
	width: 22px;
	height: 22px;
	background-size: contain;
	display: inline-flex;
}
.orient_waIcon {
	background: url(../images/icon_wa.png);
	width: 25px;
	height: 25px;
	background-size: contain;
	display: inline-flex;
}
.top_phone i {
	background: #0069D9;
	width: 48px;
	height: 48px;
	border-radius: 25px;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orint_login_icon {
	background: url(../images/login_ori.svg) no-repeat;
	width: 22px;
	height: 23px;
	background-size: contain;
}
.top_sign a {
	background: transparent;
	border: none !important;
	flex-direction: column;
	gap: 2px;
	padding: 0 !important;
}
.top_sign i {
}
.top_sign span {
	font-family: 'MontserratSemiBold';
	font-size: 14px;
	color: #000;
}
.orint_top_search_box_btn {
	width: 25%;
}
.orint_searchIcn {
	background: url(../images/search_ori.svg);
	background-size: contain;
	width: 21px;
	height: 21px;
	display: inline-flex;
	position: absolute;
	top: 13px;
	left: 15px;
}
.orint_top_search_box_btn a {
	font-size: 14px;
	font-family: 'MontserratSemiBold';
	color: #fff;
	width: 100%;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0069D9;
	border-radius: 25px;
}
/* Navigation Menu */
.orint_nav-list {
	list-style: none;
	display: flex;
	gap: 20px;
}
.orint_nav-link {
	font-size: 1rem;
	font-weight: 600;
	color: var(--secondary-color);
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.orint_nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary-color);
	transition: width 0.3s ease;
}
.orint_nav-link:hover::after {
	width: 100%;
}
.cbt_SignBtn {
	background: #0f5ea2;
	color: #fff;
	border: solid #0f5ea2 1px !important;
}
/* Hamburger Menu for Mobile */
.orint_nav-toggle {
	display: none; /* Hide on desktop */
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	position: relative;
}
.cbt_hamburger {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #0564a6;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.cbt_hamburger::before, .cbt_hamburger::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0564a6;
	transition: transform 0.3s ease, top 0.3s ease;
}
.cbt_hamburger::before {
	top: -8px;
}
.cbt_hamburger::after {
	top: 8px;
}
.orint_nav-toggle.open .cbt_hamburger {
	background-color: transparent;
}
.orint_nav-toggle.open .cbt_hamburger::before {
	top: 0;
	transform: rotate(45deg);
}
.orint_nav-toggle.open .cbt_hamburger::after {
	top: 0;
	transform: rotate(-45deg);
}
/** Variables **/
 
 
 .orient_MainContents {
	width: 100%;
	background: #EEF1F6;
	margin-top: 135px;
	padding: 40px 0;
}

 
.orient_banner {
	width: 100%;
	background: #EEF1F6;
	margin-top: 135px;
	padding: 40px 0;
}
.orient_banner_slide {
	position: relative;
	height: 450px;
}
.orient_banner_slide img {
	border-radius: 20px;
	height: 450px;
}
.orient_banner_slide .owl-nav {
	position: absolute;
	bottom: 80px;
	right: 20px;
	gap: 5px;
	display: flex;
}
.orient_banner_slide .owl-prev {
	width: 45px;
	height: 45px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	transform: scaleX(-1);
}
.orient_banner_slide .owl-next {
	width: 45px;
	height: 45px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
}
/*.orient_banner_slide:after{
    position: absolute;
    content: '';
    height: 100%;
	background: rgb(0 0 0 / 40%);
    z-index: 1;
    width: 100%;
    top: 0;
}*/

.banner_slide_caption {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 85%);
}
.orient_banner .owl-carousel .owl-stage-outer {
	height: 100%;
}
.orient_banner .owl-carousel .item {
	height: 100%;
	padding: 0;
	padding-bottom: 40px;
}
.orient_banner .owl-carousel .owl-item {
	height: 100%;
}
.orient_banner .owl-carousel .owl-stage {
	height: 100%;
}
.orient_exclusive_deals_sec {
	padding: 50px 0;
	padding-bottom: 0;
}
.orient_exclusive_slide {
	background: #fff;
	border-radius: 20px;
	padding: 8px;
	box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0);
	height: 250px;
	cursor:pointer;
}
.orient_exclusive_deals_sec .owl-nav.disabled {
	display: inline;
}
.orient_exclusive_deals_sec .owl-nav {
	position: absolute;
	top: -40px;
	right: 0px;
	gap: 5px;
	display: flex !important;
}
.orient_exclusive_deals_sec .owl-prev {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	transform: scaleX(-1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_exclusive_deals_sec .owl-next {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}

 

.orient_exclusive_deals_sec .owl-item .item {
	padding:0px 15px !important;
}

 

.exclusive_slide .owl-stage-outer {
	padding: 20px 0;
}
.orient_exclusive_slide i {
	width: 100%;
	height: 190px;
	display: inline-block;
}
.orient_exclusive_slide i img {
	height: 100%;
	border-radius: 10px;
}
.orient_exclusive_slide_cap {
	text-align: center;
	padding-top: 2px;
	font-size: 14px;
}
.orient_deals_ofer_sec {
	padding: 40px 0;
	background: #fff;
	padding-bottom: 25px;
}
.orient_deals_ofer_sec .nav-tabs {
	display: flex;
	gap: 8px;
	border-bottom: 0px solid #cccccc;
	padding-left: 0px;
}
.orient_deals_ofer_sec .nav-tabs a.nav-link {
	font-family: 'MontserratRegular';
	color: #000000;
	font-size: 14px;
	background: #fff;
	border: solid #CCCCCC 1px;
	padding: 10px 20px;
	border-radius: 5px;
	height: 48px;
	display: flex;
	align-items: center;
}
.orient_deals_ofer_sec .nav-tabs .nav-link.active {
	font-size: 14px;
	color: #fff;
	background: #1B5A89;
	border: 2px solid #1B5A89;
	border-radius: 0;
	position: relative;
	border-radius: 5px;
}
.orient_deals_ofer_sec .nav-tabs .nav-link.active:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1b5a89;
	bottom: -10px;
	transform: translate(-60%, 0%);
	left: 50%;
}
.orient_deals_ofer_sec .owl-nav {
	display: none;
}
.orint_enqBtn {
	position: absolute;
	right: 15px;
}
.orint_enqBtn a {
	font-family: 'MontserratSemiBold';
	font-size: 14px;
	color: #000000;
	background: #F7CA00;
	padding: 10px 20px;
	border-radius: 25px;
	height: 48px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.orint_edit_icon {
	background: url(../images/ori_edit_icon.svg) no-repeat;
	background-size: contain;
	width: 22px;
	height: 25px;
}
.orient_deals_ofer_sec .tab-content>.active {
	padding: 40px 0;
}
.orient_Ofer_clm {
	border: solid #CCCCCC 1px;
	border-radius: 20px;
	padding: 15px;
	min-height: 345px;
	cursor:pointer;
}
.orient_Ofer_clm_pic {
	width: 100%;
	height: 225px;
}
.orient_Ofer_clm_pic img {
	border-radius: 10px;
	height: 100%;
}
.orient_Ofer_clm_content {
	padding: 10px 0;
	height: 88px;
}
.orient_Ofer_clm_content p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
.orient_Ofer_clm_content h3 {
	font-family: 'MontserratBold';
	font-size: 14px;
	line-height: 18px;
}
.orient_holidays_deals_sec {
	padding: 30px 0;
	padding-bottom: 50px;
}
.orient_holidays_box {
	width: 100%;
	cursor:pointer;
}
.orient_holidays_box_pic {
	width: 100%;
	height: 270px;
}
.orient_holidays_box_pic img {
	height: 100%;
	border-radius: 20px;
}
.orient_holidays_box h3 {
	padding: 12px 0;
	font-family: 'MontserratSemiBold';
	font-size: 16px;
}
.orient_holidays_deals_sec .owl-nav.disabled {
	display: inline;
}
.orient_holidays_deals_sec .owl-nav {
	position: absolute;
	top: -60px;
	right: 0px;
	gap: 5px;
	display: flex !important;
}
.orient_holidays_deals_sec .owl-prev {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	transform: scaleX(-1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_holidays_deals_sec .owl-next {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_banrAd_sec {
	padding: 10px 0;
	padding-bottom: 50px;
}
.orient_banrAd_sec .owl-nav {
	position: absolute;
	bottom: 50px;
	right: 20px;
	gap: 5px;
	display: flex !important;
}
.orient_banrAd_sec .owl-prev {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	transform: scaleX(-1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_banrAd_sec .owl-next {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_recomnt_destin_sec {
	padding: 50px 0;
	padding-bottom: 15px;
}
.orient_recomnt_destin_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.orient_recomnt_destin_box ul li {
	width: 180px;
	height: 150px;
	background: #999;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	cursor:pointer;
}
.orient_recomnt_destin_box ul li:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.orient_recomnt_destin_content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 15px;
}
.orient_recomnt_destin_content h2 {
	font-size: 18px;
	font-family: 'MontserratBold';
	color: #fff;
	line-height: 24px;
}
.orient_recomnt_destin_content p {
	font-size: 14px;
	color: #fff;
}
.orient_adventures_sec {
	padding: 50px 0;
	background: #fff;
	padding-bottom: 25px;
}
.adventures_list {
	padding-top: 8px;
	padding-bottom: 20px;
}
.adventures_list ul {
	row-gap: 15px;
	column-gap: 15px;
	display: flex;
	flex-wrap: wrap;
}
.adventures_list ul li {
	width: 222px;
	padding: 5px;
	border: solid #ccc 1px;
	border-radius: 10px;
	height: 66px;
	display: flex;
	gap: 10px;
	align-items: center;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0);
	cursor:pointer;
}
.adventures_list_pic {
	width: 70px;
	height: 54px;
	background: #CCC;
	border-radius: 6px;
	overflow: hidden;
}
.adventures_list_pic img {
	height: 100%;
}
.adventures_list_content {
	width: auto;
	font-size: 14px;
}
.adventures_list_content h4 {
	font-family: 'MontserratMedium';
	font-size: 14px;
	line-height: 16px;
}
.orient_adv_hd {
	padding-bottom: 10px;
}
.orient_adv_hd h2 {
	display: flex;
	gap: 5px;
}
.orient_adv_hd h2 span {
	font-size: 18px;
	color: #373E43;
	font-family: 'MontserratBold';
}
.orient_adv_hd i {
	width: 28px;
	height: 25px;
	display: inline-block;
	background-position: center;
}
.ori_hiking_icon {
	background: url(../images/hiking_icon.svg) no-repeat;
}
.ori_river_icon {
	background: url(../images/river_icon.svg) no-repeat;
}
.ori_explore_icon {
	background: url(../images/explore_icon.svg) no-repeat;
}
.btns {
	display: table;
	margin: 30px auto;
}
.customNextBtn, .customPreviousBtn {
	float: right;
	background: #2d9070;
	color: #fff;
	padding: 10px;
	margin-left: 5px;
	cursor: pointer;
}
a.BannerBtn {
	font-family: 'MontserratBold';
	color: #fff;
	font-size: 16px;
	height: 45px;
	display: inline-flex;
}
.orient_clm_head_lft h2 {
	font-size: 24px;
	color: #1b5a89;
	font-family: 'MontserratBold';
	line-height: 24px;
	padding-bottom: 25px;
}
.ornt_premium_box_pic {
	position: relative;
}
.ornt_premium_box_pic img {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ornt_premium_box_contentRate {
	padding-top: 15px;
}
.ornt_premium_box_contentRate ul {
	display: flex;
	justify-content: space-between;
}
.ornt_premium_box_contentRate ul li {
	display: flex;
	gap: 5px;
}
.ornt_starIcon {
	background: url(../images/start_ornt.svg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-flex;
	background-size: contain;
}
.ornt_premium_box_content {
	background: #fff;
	padding: 0 15px;
	min-height: 228px;
	border: solid #ccc 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ornt_premium_box_content1 {
	padding: 15px 0;
	border-bottom: solid #ccc 0px;
}
.ornt_premium_box_content1 h3 {
	font-size: 16px;
	color: #1b5a89;
	font-family: 'MontserratBold';
}
.ornt_premium_box_content4 h3 {
	font-size: 14px;
	font-family: 'MontserratSemiBold';
	padding-bottom: 10px;
}
.ornt_premium_box_content4 ul li {
	background: #eef2f6;
	border-radius: 20px;
	display: inline-flex;
	padding: 5px 10px;
}
.ornt_premium_box_content_ftr {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: solid #ccc 0px;
	gap: 0px;
	align-items: center;
}
.ornt_premium_box_content_ftr_dvd {
	width: 100%;
	padding-bottom: 10px;
}
.ornt_premium_box_content_ftr_dvd h3 span {
	font-family: 'MontserratBold';
	color: #1b5a89;
	font-size: 16px;
	padding-right: 3px;
}
.ornt_premium_box_content4_ftr_dvd {
	width: 100%;
	display: flex;
	gap: 10px;
}
.premiumFtrBookBtn {
	width: 60%;
	background: #ed3239;
	border: solid #ed3239 2px;
	border-radius: 5px;
	padding: 8px 10px;
	display: inline-flex;
	justify-content: center;
	font-family: 'MontserratBold';
	color: #fff !important;
	font-size: 14px;
	min-height: 45px;
	align-items: center;
}
.premiumFtrLernBtn {
	width: 40%;
	background: #fff;
	border: solid #1b5a89 2px;
	border-radius: 5px;
	padding: 8px 10px;
	display: inline-flex;
	justify-content: center;
	font-family: 'MontserratBold';
	color: #1b5a89 !important;
	font-size: 14px;
	min-height: 45px;
	align-items: center;
}
.orient_premium_sec {
	padding: 40px 0;
	background: #EEF2F6;
	padding-bottom: 25px;
}
.orient_premium_sec .owl-dots.disabled {
	display: inline;
}
.orient_premium_sec .owl-nav {
	display: none;
}
.orient_premium_sec .owl-dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 20px;
}
.orient_premium_sec .owl-carousel button.owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #CACACA;
	border-radius: 10px;
}
.orient_premium_sec .owl-carousel button.owl-dot.active span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ED3239;
	border-radius: 10px;
}
.orient_premium_sec .nav-tabs {
	display: flex;
	gap: 8px;
	border-bottom: 0px solid #cccccc;
	padding-left: 0px;
}
.orient_premium_sec .nav-tabs a.nav-link {
	font-family: 'MontserratRegular';
	color: #000000;
	font-size: 14px;
	background: #fff;
	border: solid #CCCCCC 1px;
	padding: 10px 20px;
	border-radius: 5px;
	height: 48px;
	display: flex;
	align-items: center;
}
.orient_premium_sec .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.orient_premium_sec .nav-tabs .nav-link.active {
	font-size: 14px;
	color: #fff;
	background: #1B5A89;
	border: 2px solid #1B5A89;
	border-radius: 0;
	position: relative;
	border-radius: 5px;
}
.orient_premium_sec .nav-tabs .nav-link.active:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1b5a89;
	bottom: -10px;
	transform: translate(-60%, 0%);
	left: 50%;
}
.orient_premium_sec .tab-content>.active {
	padding: 40px 0;
	padding-bottom: 10px;
}
.seo_Testimonials {
	background: #fff;
	padding: 25px 0;
	padding-top: 40px;
}
.testi_box {
	border: solid #ccc 1px;
	width: 100%;
	height: 222px;
	background: #fff;
	border-radius: 15px;
	margin-top: 60px;
	text-align: center;
	padding: 30px 20px;
	padding-top: 50px;
}
.testi_pic {
	width: 92px;
	height: 92px;
	border: solid #ccc 1px;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -10%);
	top: 20px;
	overflow: hidden;
}
.testi_box h3 {
	font-size: 18px;
	color: #1B5A89;
	font-family: 'MontserratBold';
	text-align: center;
	margin-bottom: 10px;
}
.testi_box_scroll {
	height: 105px;
	overflow: auto;
	padding-right: 10px;
}
 .testi_box_scroll::-webkit-scrollbar-track {
 border-radius:25px;
 background-color: #e0e0e0;
}
 .testi_box_scroll::-webkit-scrollbar {
 width:6px;
 background-color: #e0e0e0;
}
 .testi_box_scroll::-webkit-scrollbar-thumb {
 border-radius:25px;
 background: #8b8b8b;
 height:4px;
}

.seo_Testimonials .owl-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}
.seo_Testimonials .owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #CACACA;
    border-radius: 10px;
}
.seo_Testimonials .owl-carousel button.owl-dot.active span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ED3239;
    border-radius: 10px;
}

.orient_FtrLogoSlide_sec {
	padding: 50px 0;
	padding-bottom: 50px;
}
.ori_FtrLogoSlide img {
	height: 87px;
}
.orient_FtrLogoSlide_sec .owl-nav {
	position: absolute;
	top: -55px;
	right: 20px;
	gap: 5px;
	display: flex !important;
}
.orient_FtrLogoSlide_sec .owl-prev {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	transform: scaleX(-1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_FtrLogoSlide_sec .owl-next {
	width: 42px;
	height: 42px;
	background: url(../images/o_arrow_right.svg) !important;
	font-size: 0 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0);
	border-radius: 25px;
}
.orient_footer_sec {
	background: #383B45;
	padding-top: 10px;
}
.ori_ftr_clm1 {
	padding: 35px 0;
	border-bottom: solid #999999cc 1px;
}
.ori_ftr_box1_row {
	display: flex;
}
.ori_ftr_box1 {
	width: 35%;
	display: flex;
	flex-wrap: wrap;
}
.ori_ftr_box1 ul {
	width: 50%;
}
.ori_ftr_box1 ul li {
	position: relative;
}
.ori_ftr_box1 ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	padding: 6px 0;
	display: inline-block;
	padding-left: 16px;
}
.ori_ftr_box1 ul li a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 20px;
}
.ori_ftr_clm1 h2 {
	font-size: 17px;
	color: #fff;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	padding-bottom: 15px;
}
.ori_ftr_box2 {
	width: 30%;
}
.orint_socail {
	width: 100%;
}
.orint_socail ul {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
}
.orint_pament_icon {
	width: 100%;
	padding-top: 15px;
}
.orint_pament_icon ul {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.orint_reviews {
	margin-top: 30px;
}
.ori_ftr2_box1 {
	width: 35%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.ori_ftr2_box1 ul {
}
.ori_ftr2_box1 ul li {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	padding: 6px 0;
	width: 48%;
	display: inline-block;
}
.ori_ftr2_box2 {
	width: 30%;
}
.orint_subscribe {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-top: 20px;
}
.orint_subscribe_field {
	width: 70%;
}
.orint_subscribe_field input {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 5px;
	padding: 12px;
}
.orint_subscribe_btn {
	width: 30%;
}
.orint_subscribe_btn a {
	font-size: 14px;
	font-family: 'MontserratSemiBold';
	color: #fff;
	width: 100%;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ED3239;
	border-radius: 5px;
}
.ori_ftr2_box3 {
	width: 35%;
}
.ori_ftr2_box2 ul li, .ori_ftr2_box3 ul li {
	font-size: 14px;
	color: #fff;
	line-height: 12px;
	padding: 5px 0;
}
.ori_ftr_box3 {
	width: 35%;
}
.ori_ftr_box3 p {
	font-size: 14px;
	color: #fff;
}
.FtrCopy p {
	font-size: 13px;
	color: #ffff;
}
.FtrCopy.ori_ftr_clm1 {
	padding: 10px 0;
}
.FtrCopy .ori_ftr_box1_row {
	flex-direction: column;
}
.dsk_show {
	display: block;
}
.mob_show {
	display: none;
	width: 100%;
}


/* media query start */




/* Mobile Navigation Menu */

@media (min-width: 768px) and (max-width: 991px) {
	.orient_banner_slide{ height: 305px;}
	.orient_banner_slide img{height: 275px;}
	.orient_recomnt_destin_box ul li{width: 31.3%;}
 
}
 
@media (max-width: 992px) {
.orint_nav {align-items: self-start !important;position: fixed;top: 0;right: -100%;width: 85%;height: 100vh;background-color: #fff;padding: 80px 20px; padding-bottom:0; box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
transition: right 0.4s ease-in-out !important;z-index: 1;}
.orint_nav.open {right: 0;overflow-y: auto;}
.orint_nav-list {gap: 10px;}
.orint_nav-link {font-size: 1.2rem;}
.orint_nav-toggle {display: block;} 
.dsk_show{display:none;}
.mob_show{display:block;}
.orint_top_search{ width: 75%;}
.orint_nav_rht{margin-right: 60px;}
.orint_nav-toggle{position: absolute;right: 25px;}

}
 

@media (max-width:767px) {
 
	.orint_header_sub{flex-wrap: wrap;}	
	.orint_nav_lft{ width:100%; justify-content: space-between;}
	.orint_nav_rht{ width:100%;flex-wrap: wrap;}
	.orint_top_search{ width:100%;}
	.top_phone a{padding-right: 15px !important; font-size: 13px;}
	.top_phone a span{font-size: 13px;}
	.top_sign span{font-size: 13px;white-space: nowrap;}
	.top_phone i{ width: 45px;height: 45px;}
	.top_phone a{padding-left: 50px !important;}
	.orient_togle_nav{ padding-top: 12px;}
	.orient_recomnt_destin_box ul li{ width:48%; }
	.orient_recomnt_destin_box ul li img{width: 100%;}
	.adventures_list ul li{  width:48%;}
	.orient_clm_head_lft h2{ font-size: 18px;}
	.orint_enqBtn{position: inherit;}
	.orient_deals_ofer_sec .nav-tabs a.nav-link{}
	.orient_deals_ofer_sec .nav-item{ width:100%; margin-bottom: 5px;}
	.orient_deals_ofer_sec{padding-top: 20px;}
	.orient_holidays_deals_sec{padding-bottom: 10px;}
	
	.orient_banner_slide{height: 315px;}
	.orient_banner_slide img { height:300px;	}
	a.BannerBtn{ width: 200px;display: flex;justify-content: center; align-items: center;}
	.orient_deals_ofer_sec .tab-content>.active{    padding-bottom: 0;}
	.orient_holidays_deals_sec .owl-dots{ display:none;}
	.orient_banrAd_sec{ padding-bottom: 20px;}
	.orient_exclusive_deals_sec .owl-dots{display:none;}
	.ori_FtrLogoSlide {width: 100% !important;align-items:center;display:flex;justify-content: center;}
 	.ori_FtrLogoSlide img {height: 87px;width: fit-content !important;}
	.orient_adventures_sec{ padding: 20px 0;}
	.orient_recomnt_destin_sec{ padding: 20px 0;}
	.orint_nav_rht{margin-right: 0;}
	.orient_banner_slide .owl-nav{bottom:100px}
	.orient_FtrLogoSlide_sec .owl-next,.orient_FtrLogoSlide_sec .owl-prev,.orient_banner_slide .owl-next,.orient_banner_slide .owl-prev,.orient_banrAd_sec .owl-next,.orient_banrAd_sec .owl-prev,.orient_exclusive_deals_sec .owl-next,.orient_exclusive_deals_sec .owl-prev,.orient_holidays_deals_sec .owl-next,.orient_holidays_deals_sec .owl-prev{width:35px;height:35px;background-size:contain!important}
.orient_FtrLogoSlide_sec .owl-nav{right:0}
 
}


@media (max-width:500px) {
	.orient_banner_slide{height: 205px;}
	.orient_banner_slide img{ height: 180px}
	a.BannerBtn{ font-size: 14px;}
	.banner_slide_caption{ transform: translate(-50%, 70%);}
	.premiumFtrLernBtn{ width: 50%;}
	.premiumFtrBookBtn{ width: 50%;}
	.orient_recomnt_destin_box ul li{ width: 100%;}
	.adventures_list ul li{width: 100%;}
	.ori_ftr_box1_row{flex-direction: column;}
	.ori_ftr_box1{ width:100%;}
	.ori_ftr_box2{ width:100%; padding:20px 0;}
	.ori_ftr_box3{ width:100%;}	
	.ori_ftr2_box1{ width:100%;}
	.ori_ftr2_box2	{ width:100%;padding:20px 0;}
	.ori_ftr2_box3{ width:100%;}
	.orient_banrAd_sec .orient_holidays_box_pic{ height: 200px;}
	.orient_exclusive_deals_sec .owl-nav{right: 20px;}
	
}




.MainTextRed
{
	
	
	color: #dc2626;
	
}
.MainTextBgRed
{
	
	
	background:#dc2626;
	
}
.MainTextBlue
{
	
	
	color: #1b5a89;
	
}
.MainTextBgBlue
{
	
	
	background:#1b5a89;
	
}
.hidden {
    display: none !important;
}

.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* media query end */
/* Container for the "No Packages Found" message */
.results-area2 {
    text-align: center;
    padding: 4rem 1rem; /* vertical and horizontal padding */
}

/* Icon styling */
.results-area2 .fa-box-open {
    font-size: 4rem;          /* big icon */
    color: #9CA3AF;           /* gray-400 */
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

/* Add a little hover bounce to icon */
.results-area2 .fa-box-open:hover {
    transform: scale(1.1);
}

/* Heading */
.results-area2 h3 {
    font-size: 2rem;           /* text-2xl */
    font-weight: 600;          /* semibold */
    color: #1F2937;            /* gray-800 */
    margin-bottom: 0.5rem;
}

/* Paragraph */
.results-area2 p {
    font-size: 1.125rem;       /* text-lg */
    color: #6B7280;            /* gray-500 */
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* CTA Button */
.results-area2 a {
    display: inline-block;
    padding: 0.75rem 1.5rem;    /* px-6 py-3 */
    background-color: #2563EB;  /* blue-600 */
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem;      /* rounded-lg */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Button Hover */
.results-area2 a:hover {
    background-color: #1D4ED8; /* blue-700 */
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

/* Optional fade-in animation */
.results-area2 {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}


.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.select-all-inline {
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.select-all-inline input {
    margin-right: 4px;
}

.select-all-bottom {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: block;
}

.select-all-bottom input {
    margin-right: 6px;
}
.includes-title {
    font-size: 16px;
    color: #16a34a; /* green for positive feeling */
    margin-bottom: 8px;
}

.includes-title i {
    font-size: 18px;
}

.inclusion-listv2 {
    list-style:circle;
    padding: 0;
}

.inclusion-listv2 li {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: start;
    gap: 8px;
}

.inclusion-listv2 i {
    color: #16a34a;
    margin-top: 3px;
    font-size: 12px;
}

 .tagsv2 {
        margin-bottom: 10px;
    }

    .tagsv2 span {
        background: #ffe9e9;
        padding: 6px 10px;
        border-radius: 10px;
        font-size: 10px;
        color: #c63c3c;
        margin-right: 6px;
        font-weight: bold;
    }
.inclusion-listv2 .extra-item {
    display: none;
	list-style: none;
}

.toggle-btnV2 {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}
