@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	font-size:1rem!important;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Work Sans', sans-serif;
}
.send-enquery-btn{
	margin-top: 0.3rem;
    border: none;
    background: #508bc8;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 15px;
    outline: none;
}
.send-enquery-mobile-btn{
	display: none;
}
.remove-m{
	margin:0!important;
}
.heading-1{
	font-size:4rem;
	font-weight: 500;
}
.heading-2{
	font-size:3.5rem;
	font-weight: 500;
}
.heading-3{
	font-size:3rem;
	font-weight: 500;
}
.heading-4{
	font-size:2.5rem;
	font-weight: 500;
}
.heading-5{
	font-size:2rem;
	font-weight: 500;
}
.heading-6{
	font-size:1.5rem;
	font-weight: 500;
}
.bold{
	font-weight:600;
}
.loading-img{
	display:none;
	background-repeat: no-repeat;
}
.loading-img img{
	display:block;
	margin:auto;
	width:100px;
}
.section-basic{
	padding:5rem 0;
	background-color:rgb(250, 252, 254);
}
.section-differ{
	padding:5rem 0;
	background: #fff;
}
.section-three{
	padding:5rem 0;
	background:rgb(250,252,254);
}
.section-container{
	padding:1rem 0 3rem;
	background:rgb(250,252,254);
}
.light-gray{
	color:#464646;
}
.img-center{
	display:block;
	margin:auto;
	max-width:100%;
}
.bg-container{
   	background: #fff;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
    padding: 1.5rem;
    margin: 1rem 0;
    border: 1px solid #efefef;
    border-radius: 2px;
}
[type=button], [type=reset], [type=submit], button{
	-webkit-appearance: auto!important;
}
/*header section*/
header.header-container{
	min-height:auto;
	background:#000000;
	transition:0.8s;
	left:0;
    top:0;
    transition:top 500ms ease;
    -webkit-transition:top 500ms ease;
    -moz-transition:top 500ms ease;
    -ms-transition:top 500ms ease;
    -o-transition:top 500ms ease;
}
header.header-container .sticky-logo{
	display:none;
	width: 40px;
    position: relative;
}

header.header-container .top-menu-section{
	min-height: auto;
    background: #000000;
    padding: 5px 0;
    /*background:linear-gradient(top left, #000, #222, #000);
    background:-webkit-linear-gradient(top left, #000, #222, #000)*/
    background:-webkit-linear-gradient(top left, #f5f4f4, #fff, #f5f4f4);
}
header.header-container .top-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 50px;
    padding-bottom:15px;
}
header.header-container .top-header .brand-logo{
	margin-bottom:-10px;
}
header.header-container .top-header .brand-logo img{
    max-width: 120px;
}
header.header-container .top-header ul.top-menu{
	display:flex;
	margin:0;
	padding:0;
}
/*fixed header start*/
.fixedHeader header.header-container{
	position: fixed;
	z-index: 9;
	width:100%;
	box-shadow:0 0 25px #d2d2d2;
}
.fixedHeader header.header-container .brand-logo .main-logo{
	display: none;
}
.fixedHeader header.header-container .sticky-logo{
	display:block;
}
.fixedHeader header.header-container .top-header{
	min-height:auto;
	padding:5px 0 5px;
}
/*fixed header end*/
header.header-container .top-header ul.top-menu li{
	list-style: none;
    margin-left: 40px;
    position: relative;
    padding-left: 15px;

}
header.header-container .top-header ul.top-menu li a{
	text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
header.header-container .top-header ul.top-menu li a .fa,
header.header-container .top-header ul.top-menu li .fa-user{
	text-align: center;
    color:#4a8bcd;
    font-size: 18px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
header.header-container .followfoots-navbar{
	padding-right:15px;
	padding-left:15px;
	position: relative;
    display: flex;
    min-height: 40px;
    align-items: center;
    background:#f5f4f4;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
header.header-container .followfoots-navbar .menu-section{
	width:100%;
	display:flex;
	justify-content: space-between;
	position: relative;
}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu, header.header-container .followfoots-navbar .menu-section ul.right-side-menu{
	display:inline-flex;
	margin:0;
	padding:0;
}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu li, header.header-container .followfoots-navbar .menu-section ul.right-side-menu li{
	list-style: none;
	display:block;

}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu li span, header.header-container .followfoots-navbar .menu-section ul.right-side-menu li span{
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    margin-left: 4px;
}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu li span .fa, header.header-container .followfoots-navbar .menu-section ul.right-side-menu li span .fa{
    font-weight:600;
}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu li{
	margin-right:30px;
	line-height:40px;
}
header.header-container .followfoots-navbar .menu-section ul.right-side-menu li{
	margin-left:30px;
	line-height:40px;
	margin-right:15px;
}
header.header-container .followfoots-navbar .menu-section ul.left-side-menu li a,
header.header-container .followfoots-navbar .menu-section ul.right-side-menu li a{
	text-decoration: none;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}
.dropdown-menubar{
	background:#fff;
	visibility: hidden;
  	opacity: 0;
	position: absolute;
	right:0;
	left:0;
	min-height:400px;
	padding:2rem 4rem;
	-webkit-box-shadow: 0 8px 25px -6px #ccc;
   	-moz-box-shadow: 0 8px 25px -6px #ccc;
    box-shadow: 0 8px 25px -6px #ccc;
    border-top:1px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    transform: translateY(-1em);
  	z-index: 1;
  	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  	overflow: auto;
    border: 1px solid #b5b5b5;
    border-radius: 0 0 4px 4px;
}
.dropdown-menubar ._flf-menubar-links{
	margin:2rem 0 0;
	padding:0;
}
.dropdown-menubar ._flf-menubar-links li a{
	color:#444!important;
	font-weight:600!important;
}
.dropdown-menubar ul.sub-list li{
	line-height:30px!important;
	margin:0!important;
}
.dropdown-menubar ul.sub-list li a{
	font-size: 13px!important;
    color: #333!important;
    transition: all 0.2s ease-out;
    font-weight: 500!important;
}
.dropdown-menubar ul.sub-list li a:hover{
	color:#000!important;
	margin-left:2px;
}
header.header-container .followfoots-navbar .menu-section ul li.open-menu:hover .dropdown-menubar{
	visibility: visible;
  	opacity: 1;
  	z-index: 99;
  	transform: translateY(0%);
  	transition-delay: 0s, 0s, 0.3s;
}
.dropdown-menubar .menu-content{
	display:flex;
	flex-direction: column;
}
.dropdown-menubar .menu-content .view-all{
	font-weight:600!important;
	color:#2196f3!important;
}
/*------------//end header section--------------*/
/*home banner section*/
.slider-banner{
	position: relative;
	min-height:500px;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.slider-banner .image-overlay{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	background:rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*-----searchbar section for homepage------*/
.slider-banner ._flf-home-search .dropdown-container{
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec{
	position: relative;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content{
	position: relative;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content input[type=text]{
	border:1px solid #ccc;
	outline:none;
	height:60px;
	padding:0 30px;
	width:235px;
	border-radius:2px 0 0 2px;
	text-transform: capitalize;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .select-drop{
	border:1px solid #ccc;
	height:60px;
	padding:0 40px;
	background:#fff;
	color:#000;
	display:flex;
	align-items: center;
	width:235px;
	cursor: pointer;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec:last-child .label-content .select-drop{
	border-radius:0 2px 2px 0;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .fa-angle-down{
	position: absolute;
	color:#555;
	right:12px;
	top:50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .fa-map-marker-alt,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .fa-history,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .fa-calendar-alt,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .fa-user-friends{
	position: absolute;
	color:#555;
	left:12px;
	top:50%;
	transform: translateY(-50%);
	color:#4a8bcd;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content button{
	border:none;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	width:40px;
	height:40px;
	background-color:#383839;
	border-radius:50%;
	color:#fff;
	outline:none;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec button.home-search-btn{
    right: 10px;
    background-color: #4a8bcd;
    color: #fff;
    outline: none;
    left: 0;
    height: 60px;
    width: 180px;
    border: 1px solid #4a8bcd;
	border-radius:4px;
	font-weight:600;
	transition:0.5s;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec button.home-search-btn:hover{
	background:#3c82ca;
	border-color:#3c82ca;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field{
	border:1px solid #ccc;
	background:#fff;
	color:#505050;
	z-index: 1;
	position: absolute;
	width: 100%;
	border-top:none;
	display: none;
	max-height:250px;
	overflow-x: auto;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field.active,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field.show,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field.activeMonth,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field.activeGuest{
	display:block;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field ._option,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field ._duration,
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field ._month{
	display: none;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field ._label{
	display: block;
	padding:8px 20px;
	border-bottom:1px solid #ccc;
	margin:0;
	cursor: pointer;
	transition: all 0.5s;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field ._label:hover{
	background:#4a8bcd;
	color:#fff;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest{
	position: absolute;
	padding:1rem;
	right:0;
	top: 105%;
    border-radius: 5px;
    border: 1px solid #000;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1rem;
	border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area h5{
	font-weight:600;
	font-size:1rem;
	margin-bottom:5px;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area p{
	margin:0;
	font-size:11px;
	color:#555;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area ._input-sec{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area .flf-guest-count{
	width:30px;
	height:30px;
	border:none;
	border-radius:5px;
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	appearance:none;
	outline:none;
	font-weight:600;
	color:#555;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.slider-banner ._flf-home-search .dropdown-container .dropdown-sec ._flf-add-guest ._flf-container-area button{
    margin: 0 5px;
    outline: none;
    font-weight: 600;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}
/*-----end searchbar section -------------*/
.slider-banner ._inputsection ._flfcusdeop{
	position: absolute;
	top:50%;
	right:15px;
	pointer-events: none;
	transform: translateY(-50%);
}
.slider-banner ._inputsection ._flfcusdeop .fa{
	color:#555;
	font-weight:500;
	font-size:18px;
}
p.bt-tagline{
	font-size:12px;
	font-weight:500;
	margin-top:10px;
}
p.bt-tagline a{
	text-decoration:none;
	color:#7fd858;
	text-shadow:0 0 25px #fff;

}
.slider-banner .banner_content_section{
	margin-top:4rem;
	text-align:center;
}
.slider-banner .banner_content_section .destination-heading{
	font-size:5rem;
}
/*end home banner section*/
/*forex section*/
.forex-sec{
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	padding: 10px 0;
    background: #eee;
}
.forex-sec .forex-content{
	display:flex;
	align-items: center;
	justify-content: center
}
.forex-sec .forex-content .forex-list-item {
	position: relative;
}
.forex-sec .forex-content .forex-list-item .heading-name{
	width: 150px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	color:#4a8bcd;
}
.forex-sec .forex-content select.forex-item{
	outline: none;
    border-radius: 5px;
    padding: 5px 35px 5px 20px;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #383839;
    border: 1px solid #383839;
    appearance: none;
}
.forex-sec .forex-content .forex-list-item .dropdown-firex{
    position: absolute;
    right: 13px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    pointer-events: none;
}
.forex-sec .forex-content ul.forex-strip{
	display:flex;
	align-items: center;
	margin:0;
	padding:0;
}
.forex-sec .forex-content ul.forex-strip li{
	list-style: none;
    margin-left: 10px;
    font-size: 13px;
    color: #444;
}
.forex-sec .forex-content ul.forex-strip li:after{
	content: '';
    border-right: 1px solid #222;
    margin-left: 10px;
}
.forex-sec .forex-content ul.forex-strip li:last-child::after{
	border:none;
}
.forex-sec .forex-content ul.forex-btn{
	display:flex;
	margin:0;
	padding:0;
	list-style: none;
	align-items: center;
}
.forex-sec .forex-content ul.forex-btn li{
	display:block;
	margin-left:15px;
	background:#4a8bcd;
}
.forex-sec .forex-content ul.forex-btn li a{
	font-size: 13px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 7px 15px;
	width: 121px;
    text-align: center;
}
.forex-sec .forex-content ul.forex-btn li:hover{
	background:#447eb9;
}
/*end forex section*/
/*custom prev and next button*/
.slider-container{
	position:relative;
}
.owl-nav{
	margin:0!important;
	position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width:100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
   	position: absolute;
    background: #fff!important;
    cursor: pointer!important;
    width: 35px;
    height: 35px;
    border-radius: 4px!important;
    color: #000!important;
    transform: translateY(-50%);
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 25px #999;
    border: 1px solid #777!important;
    outline: none;
    transition: 0.5s ease-in;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	box-shadow: 0 0 25px #222;
}
.owl-nav .owl-prev{
	left:-20px;
}
.owl-nav .owl-next{
	right:-20px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    font-size: 2rem;
    font-weight: 400;
    color: #929292;
    margin-top: -6px;
}
.owl-nav .disabled{
	display:none!important;
}
/*end custom prev and next button*/
/*tour package section*/
.tour-package{
	position: relative;
}
.tour-package .imgBox{
	position: relative;
	overflow: hidden;
}
.tour-package .imgBox .display-content{
	position: absolute;
    top: 35%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
    height: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -1px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0 0 25px #000;
    line-height:22px;
}
.tour-package .imgBox img{
	border-radius:20px;
}
.tour-package .flf-details{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:linear-gradient(140deg, #111 0%, #333 50%, #222 75%);
	transform: scaleY(0);
	transition: transform 0.5s;
	border-radius:20px;
}
.tour-package:hover .flf-details{
	transform: scaleY(1);
}
.tour-package .flf-details .flf-content{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
	padding:15px;
	color:#fff;
	right:0;
	left:0;
}
.tour-package .flf-details .flf-content .title-heading a{
	color:#fff;
	font-size:1.2rem;
	text-decoration: none;
	line-height:25px;
	font-weight:600;
}
.tour-package .flf-details .flf-content p{
	margin-top:1rem;
	font-size:0.75rem;
	color:#fff;
	font-weight:500
}
.tour-package .flf-details a{
	text-decoration: none;
}
.tour-package .flf-details .view-more-btn {
    border: 1px solid #28a745;
    border-radius: 4px;
    padding: 5px;
    font-size: 11px;
    color:#28a745;
    transition: transform 0.5s;
}
.tour-package .flf-details .view-more-btn:hover{
	background:#28a745;
	color:#fff;
}
.budget-tour-package{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}
.budget-tour-package a{
	text-decoration:none;
}
.budget-tour-package .content-details{
	bottom:0;
	width:100%;
	height:100px;
	background:rgb(0 0 0 / 50%);
	padding:15px;
	position: absolute;
}
.budget-tour-package img{
	height:150px;
	object-fit:cover;
}
.budget-tour-package .content-details a:hover{
	text-decoration:none;
}
.budget-tour-package .content-details .content-header h3{
	color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.budget-tour-package .content-details .content-header p{
	color:#ccc;
	font-size:13px;
	font-weight:600;
}
.budget-tour-package .content-details .content-footer{
	position:absolute;
	bottom:0;
	right:20px;
}
.budget-tour-package .content-details .content-footer p.package-price{
	color:#fff;
	font-size: 1.3rem;
	font-weight:600;
	margin:0
}
.budget-tour-package .content-details .content-footer p.package-price .fa-rupee{
	font-size:1.2rem;
	margin-right:2px;
}
.budget-tour-package .content-details .content-footer p.person-prz{
	font-size:12px;
	color:#ccc;
	text-align:right;
	margin:0 0 10px;
}
/*end tour package section*/
/*domestic and international section*/
.flf_cat_sect .head-section{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.flf_cat_sect ._flf_filter_section{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flf_cat_sect ._flf_filter_section .diff-category{
	display:flex;
	align-items:center;
	justify-content: center;
}
.flf_cat_sect ._flf_filter_section .diff-category .checkbox{
	display: flex;
	align-items: center;
	margin-left:2rem;
}
.flf_cat_sect ._flf_filter_section .diff-category .checkbox input[type="checkbox"]{
	appearance:none;
	-webkit-appearance:none;
	height:20px;
	width:20px;
	background:#fff;
	border-radius:2px;
	outline: none;
	display:flex;
	justify-content:center;
	align-items: center;
	border:1px solid #4a8bcd;
	outline: none;
}
.flf_cat_sect ._flf_filter_section .diff-category .checkbox label{
	color:#222;
	font-size:0.85rem;
	cursor: pointer;
	font-weight:600;
	margin:2px 0 0 5px; 
}
.flf_cat_sect ._flf_filter_section .diff-category .checkbox input[type=checkbox]::after{
	font-family:"Font Awesome 5 Free";
	content: "\f00c";
	font-weight:600;
	font-size:0.65rem;
	color:#fff;
	display:none;
}
.flf_cat_sect ._flf_filter_section .diff-category .checkbox input[type=checkbox]:checked::after{
    background: #4a8bcd;
    border: 1px solid #4a8bcd;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
._flf_package_section{
	position: relative;
}
.tour-package .tour-img{
	border-radius:20px;
}
.tour-package .content-details{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); 
    border-radius:20px;
}
.tour-package .content-details .content-header{
    position: absolute;
    top: 50px;
    transform: translateY(-25%);
    left: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 25px #000;
}
.tour-package:hover .content-details{
	background:rgba(0,0,0, 0.5);
	transition: 0.5s;
}
.tour-package .content-details .content-footer{
	position: absolute;
    bottom: 10px;
    right: 0;
    left: 20px;
    color: #fff;
}
.tour-package .content-details .content-footer p{
    margin: 0;
    text-shadow: 0 0 25px #000;
    font-size: 11px;
}

.month-bold {
   font-weight:700; 
}
/*end section*/
/*home page hotel section*/
.flf_hotel_package{
	position: relative;
}
.flf_hotel_package img{
	border-radius:10px;
}
.flf_hotel_package .flf-hotel-details{
	background: rgba(0,0,0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 3px 10px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 10px;
    color: #fff;
    transition:0.5s;
}
.flf_hotel_package .flf-hotel-details .flf_hotel_title{
	text-transform:capitalize;	
	font-weight:600;
	margin-top:5px;

}
.flf_hotel_package:hover .flf-hotel-details{
	width:100%;
}
.flf_hotel_package .flf-hotel-details .flf_hotel_content{
	font-size: 0.65rem;
    color: #fff;
}
.flf_hotel_package .flf-hotel-details .flf_hotel_price{
	font-weight:600;
	margin-top:5px;
	color:#ffcc9a;
	font-size:0.85rem;
}
.flf_hotel_package .flf-hotel-details .flf_hotel_price span{
	font-size:11px;
	font-weight:500;
	text-transform: capitalize;
	margin-left:5px;
	color:#ada5a5;
}
.flf_hotel_package .flf-hotel-details .flf_more_btn a{
	text-decoration: none;
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    border: 1px solid #4a8bcd;
    font-size: 11px;
    background: #4a8bcd;
    transition: 0.5s;
}
.flf_hotel_package .flf-hotel-details .flf_more_btn a:hover{
	background:#2965a2;
	background:1px solid #2965a2;
}
._flf_fltr_sec{
	position: relative;
}
/* homepage days filter */
.day-filter-list ul.filter-bar{
	text-align:center;
	margin:1rem 0 2rem;
	display:flex;
	justify-content: space-between;
}
.day-filter-list .filter-bar li{
	list-style:none;
	position:relative;
	z-index:1;
	cursor:pointer;
	border:1px solid #6d6e73;
	padding:10px 30px;
	font-weight:600;
	color:#6d6e73;
	transition: 0.5s;
	border-radius: 4px;
	width:100%;
	margin-right:10px;
}
.day-filter-list .filter-bar li:last-child{
	margin-right:0;
}
/*.day-filter-list .filter-bar li::before{
	content:'';
	height:15px;
	width:15px;
	background:#ddd;
	display:block;
	text-align:center;
	margin:0 auto 10px auto;
	border:3px solid #ddd;
	border-radius:50px;
}*/
/*.day-filter-list .filter-bar li::after{
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	background-color:#ddd;
	top:7px;
	left:-47%;
	z-index:-1;
}*/
.day-filter-list .filter-bar li:first-child:after{
	content:none;
}
.day-filter-list .filter-bar li.active,
.day-filter-list .filter-bar li:hover{
	background:#4a8bcd;
	font-weight:600;
	color:#fff;
	border-color:#4a8bcd;
}
.day-filter-list .filter-bar li.active::before,
.day-filter-list .filter-bar li:hover::before{
	background:#4a8bcd;
}

/*end hotel section*/
/*help me to find section*/
._flf_find_package ul._flf_tabs{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content: space-between;
}
._flf_find_package ul._flf_tabs li{
	padding:15px 60px;
	font-size:1.1rem;
	font-weight:600;
	border:1px solid #6d6e73;
	color:#6d6e73;
	cursor:pointer;
	border-radius:4px;
}
._flf_find_package ul._flf_tabs li:hover{
	background:#4a8bcd;
	color:#fff;
	border:1px solid #4a8bcd;
}
._flf_find_package ul._flf_tabs li.active{
	background:#4a8bcd;
	color:#fff;
	border:1px solid #4a8bcd;
}
.custom-form {
	margin-top:2rem;
	position: relative;
}
.custom-form .form-input-section{
	margin-bottom:1.5rem;
	position: relative;
}
.custom-form .form-input-section label{
	font-weight:600;
	color:#6d6e73;
	font-size:1rem;
	margin-bottom:0;
}
.custom-form .form-input-section .input-area input[type=text],
.custom-form .form-input-section .input-area select{
	width:100%;
	outline:none;
	padding:10px 20px;
	-webkit-padding:10px 20px;
	-moz-padding:10px 20px;
	border:1px solid #6d6e73;
	-webkit-border:1px solid #6d6e73;
	border-radius:4px;
	background:#fff;
	-webkit-background:#fff;
	height: 45px;
}
.custom-form .form-input-section .departure-section{
	display: flex;
	justify-content:flex-start;
	position:relative;
}
.custom-form .form-input-section .departure-section .flf_fixed,
.custom-form .form-input-section .departure-section .flf_flex,
.custom-form .form-input-section .departure-section .flf_any{
	margin-top:.76rem;
	padding:12px 20px;
	border:1px solid #6d6e73;
	border-radius:4px;
	text-align:center;
	margin-right:15px;
	cursor:pointer;
	background:#fff;
	width:100%;
}
.custom-form .form-input-section button{
	background: #4a8bcd;
    border: 1px solid #4a8bcd;
    color: #fff;
    display: flex;
    float: right;
    margin-right: 15px;
    padding: 10px 20px;
    border-radius: 4px;
    outline:none;
    transition: 0.8s;
}
.custom-form .form-input-section button:hover{
	background: #2965a2;
    border: 1px solid #2965a2;
}
.flf_budget_range ul._flf_range{
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin:1rem 0 3rem;
}
.flf_budget_range ul._flf_range li{
	padding: 10px 20px;
    border: 1px solid #6d6e73;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    color: #6d6e73;
    transition: 0.5s;
}
.flf_budget_range ul._flf_range li:hover{
	background: #4a8bcd;
	color:#fff;
	border:1px solid #4a8bcd;
}
.flf_budget_range ul._flf_range li.active{
	background: #4a8bcd;
	color:#fff;
	border:1px solid #4a8bcd;
}
.would_like_too .flf_like_package{
	position: relative;
	border:1px solid #4a8bcd;
	border-radius:20px;
}
.would_like_too .flf_like_package img{
	border-radius:20px;
}
.would_like_too .flf_like_package .content-details{
	position: absolute;
	top:0;
	border-radius:20px;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0, 0.3);
}
.would_like_too .flf_like_package .content-details .tp-content{
	position: absolute;
	top:50px;
	text-align:center;
	width:100%;
	color:#fff;
	text-transform: capitalize;
	font-size:1.2rem;
	text-shadow: 0 0 25px #000;
	margin:0;
	font-weight: 600;
}
.would_like_too .flf_like_package .content-details .content-header{
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    line-height: 30px;
    text-shadow: 0 0 25px #000;
}
.would_like_too .flf_like_package .content-details .content-header span{
	font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.would_like_too .flf_like_package:hover .content-details{
	background:rgba(255, 255, 255, 0.6);
	transition:0.8s;
}
/*//*/
._flf_form_section{
	display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}
._flf_form_section form{
	width:100%;
}
.flf_all_set ._inline_input{
	display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;
}
.flf_all_set ._inline_input ._input_group{
	margin-right: 2rem;
    width: 100%;
}
.flf_all_set ._inline_input ._input_group label{
	margin:0 0 5px 20px;
	font-weight:600;
	color:#6d6e73;
}
.flf_all_set ._inline_input ._input_group .input-sec input[type=text]{
    width: 100%;
    border: 1px solid #6d6e73;
    outline: none;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    background: #fff;
	transition:0.2s ease-in;
	font-weight:600;
	color:#444;
}
.flf_all_set ._inline_input ._input_group .input-sec input[type=text]:focus{
	background:#e8e8e8;
}
.flf_all_set ._inline_input ._input_group button{
	border:1px solid #4a8bcd;
	padding: 1rem 3rem;
	background:#4a8bcd;
	color:#fff;
	font-weight:600;
	border-radius:4px;
	outline:none;
	transition: 0.8s;
}
.flf_all_set ._inline_input ._input_group button:hover{
	background:#2965a2;
	border:1px solid #2965a2;
}
/*end help me to find section*/
/*bottom slider*/
._bottom_slider{
	position: relative;
}
._bottom_slider img{
	border-radius:20px;
}
._bottom_slider ._flf_content_conteiner{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0, 0.4);
	border-radius:20px;
	padding:3rem 4rem;
}
._bottom_slider ._flf_content_conteiner ._flf_slide_top ._flf_header{
	font-weight: 600;
	font-size:2.5rem;
	color:#fff;
	text-transform: capitalize;
}
._bottom_slider ._flf_content_conteiner ._flf_slide_top ._flf_content{
	font-weight:500;
	color:#fff;
	font-size:15px;
	margin-top:1.5rem;
}
._bottom_slider ._flf_content_conteiner ._flf_slide_top ._flf_content p{
	margin:0!important;
}
._bottom_slider ._flf_content_conteiner ._flf_slide_botton{
	position: absolute;
	bottom:4rem;
	right:10rem;
}
._bottom_slider ._flf_content_conteiner ._flf_slide_botton a{
	color:#464646;
	background:#fff;
	padding:0.85rem 2.5rem;
	text-decoration:none;
	font-size:1rem;
	font-weight:600;
	text-transform: capitalize;
	border-radius:50px;
}
._testimonials{
	padding:0 50px;
}
._flf_our_testimonials .testimonial_heading{
	margin:5rem 0 2rem;
	text-align:center;
	font-size:2rem;
	font-weight:600;
}
._flf_our_testimonials ._testimonials_slider ._testi_content{
	margin:auto;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.testimonial-gallery{
	list-style:none;
	display:flex;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.testimonial-gallery li{
	margin-right:15px;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ._testi_name{
	font-weight:800;
	margin:0 0 0.50rem;
	color:#4a8bcd;
	font-size:1.5rem;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-name{
	margin-top:10px;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	font-weight:600;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-rating{
	margin:20px 0 0;
	list-style:none;
	display:flex;
	width:100%;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-rating li{
	margin-right:5px;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-rating li .fa-star{
	color:#096509;
	font-size:13px;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-rating li:last-child{
	margin:0
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-name li img{
	width:50px;
	height:50px;
	border-radius:50px;
	border:1px solid #ccc;
	margin-right:15px;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ul.customer-name li span{
	font-size:12px;
	color:#555;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ._testi_content p::before{
	font-family: "Font Awesome 5 Free";
	content:"\f10d";
	font-weight:600;
	margin-right:5px;
	color: #9a9a9a;
    font-size: 1.2rem;
}
._flf_our_testimonials ._testimonials_slider ._testi_content ._testi_content p::after{
	font-family: "Font Awesome 5 Free";
	content:"\f10e";
	font-weight:600;
	margin-left:5px;
	color: #9a9a9a;
    font-size: 1.2rem;
}
.owl-dots .owl-dot{
	outline:none;
}
.owl-dots .owl-dot span{
	width:15px!important;
	height:15px!important;
}
.owl-dots .owl-dot.active span{
	background:#28a745!important;
}
/*end bottom slider*/
/*----------------Package page content satert-----------------*/
._flf-form-fixed{
	position:fixed;
	background:rgba(0, 0, 0, 0.8);
	top:0;
	width:100%;
	height:100vh;
	z-index: 99;
	display:flex;
	justify-content: flex-start;
	display:none;
}
._flf-form-fixed ._form-section{
	width:620px;
	height:100vh;
	background:#fff;
	padding:1.2rem 2rem;
	position: relative;
	-webkit-animation-name:slidetop;
	-webkit-animation-duration: 0.4s;
	animation-name:slidetop;
	animation-duration: 0.4s;
}
@-webkit-keyframes slidetop{
	from{top:-300px; opacity:0;}
	to{top:0;opacity:1;}
}
@keyframes slidetop{
	from{left:-300px; opacity:0;}
	to{left:0;opacity:1;}
}
._flf-form-fixed ._form-section .title{
	color:#5543ca;
	background:linear-gradient(to right, #3482d2 0%, #d6791e 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color:transparent;
	text-fill-color:transparent;
	font-size:1.9rem;
	margin-bottom:2rem;
}
._flf-form-fixed ._form-section ._contact_strip{
   	text-align: center;
    padding: 1rem 0;
    margin: 0.85rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #555;
    justify-content: center;
}
._flf-form-fixed ._form-section ._contact_strip .fa{
	font-size: 1.5rem;
    margin-right: 5px;
    font-weight: 800;
    color:#129012;
}
._flf-form-fixed ._form-section ._flf_section{
	display: flex;
}
._flf-form-fixed ._form-section ._flf_section ._form-field{
    position: relative;
    margin: 1rem 1rem 2rem 0;
    width: 100%;
}
._flf-form-fixed ._form-section ._flf_section ._form-field .input-text{
    position: relative;
    display: block;
    width: 100%;
    border-width: 0 0 2px 0;
    border-color: #a7a7a7;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #555;
}
._flf-form-fixed ._form-section ._flf_section ._form-field .input-text:focus + .label{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	font-size:12px;
}
._flf-form-fixed ._form-section ._flf_section ._form-field .input-text:focus{
	outline:none;
}
._flf-form-fixed ._form-section ._flf_section ._form-field .label{
    position: absolute;
    left: 2px;
    bottom: 2px;
    font-size: 14px;
    line-height: 26px;
    color: #a7a7a7;
    cursor: text;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
._flf-form-fixed ._form-section ._flf_section p{
	font-size:12px;
	color:#555;
	font-weight:500;
}
._flf-form-fixed ._form-section ._flf_section ._form-field button{
	display: inline-block;
	text-transform: capitalize;
	color:#fff;
	font-size:16px;
	padding:10px 20px;
	border:none;
	width:200px;
	cursor:pointer;
	outline:none;
	background: #4a8bcd;
}
._flf-form-fixed ._form-section .close-btn{
	position: absolute;
	width:40px;
	height:40px;
	display:flex;
	align-items: center;
	justify-content: center;
    background: #000;
    top: 0;
    right: -40px;
    cursor: pointer;
    border: 1px solid #ccc;
    color:#fff;
}
._flf-form-fixed ._form-section ._flf-why-us ._heading{
	font-weight:400;
	font-size:1rem;
	color:#555;
	margin:0.5rem 0 1rem;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section{
	margin:0;
	padding:0;
	list-style: none;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li{
	text-align:center;
	position: relative;
	width:33.33%;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li::after{
	content:'';
	background:#000;
	border-right:1px solid #999;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li:last-child::after {
	border:none;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li p._p_1{
	font-size:13px;
	margin:5px 0;
	font-weight: 500;
	color:#333;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li p._p_2{
	margin:0;
	color:#555;
	font-size:11px;
}
._flf-form-fixed ._form-section ._flf-why-us ul._icon-section li .fas{
	font-size:2.5rem;
	margin-bottom:12px;
	background:linear-gradient(to right, #3482d2 0%, #d6791e 100%);
	-webkit-text-fill-color:transparent;
	-webkit-background-clip: text;
}
._flf_top_banner_section{
	position: relative;
	background-size:cover;
	background-position: center;
	min-height:350px;
	display:flex;
	justify-content: center;
}
._flf_top_banner_section ._flf_content_wrapper{
	background:rgba(0,0,0,0.6);
	display: flex;
	justify-content:center;
	align-items: center;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	flex-direction: column;
}
._flf_top_banner_section ._heading_top_main{
	font-size:2.5rem;
	margin:0 0 0.5rem;
	font-weight:500;
	color:#fff;
}
._flf_top_banner_section ul._tp_icons{
	margin:0 0 2rem;
	display: flex;
	list-style: none;
}
._flf_top_banner_section ul._tp_icons li{
	margin:0 2rem;
	text-align: center;
	color:#fff;
	text-transform: capitalize;
}
._flf_top_banner_section ul._tp_icons li p{
	font-size:12px;
}
._query_form_section{
	position: relative;
	background:transparent;
	z-index: 1;
	top: -50px;
}
._query_form_section ._flf_qry_form{
	background: linear-gradient(left, #22507f, #8e6640);
	background: -webkit-linear-gradient(left, #22507f, #8e6640);
	background: -moz-linear-gradient(left, #22507f, #8e6640);
	background: -ms-linear-gradient(left, #22507f, #8e6640);
    width: 100%;
    padding: 1rem 1.5rem;
    margin: auto;
    min-height: 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px -1px #ccc;
}
._query_form_section ._flf_qry_form ._top_sec{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
._query_form_section ._flf_qry_form ._top_sec h4{
	margin:0 1rem 1rem 0;
	font-size:1.2rem;
	font-weight:500;
	color:#fff;
}
._query_form_section ._flf_qry_form ._top_sec h4:last-child{
	font-weight:600;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input {
    width: 100%;
    margin: 0 2.5rem 0 0;
    position: relative;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input:last-child{
	margin-right:0;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input .input-text{
  	display: block;
    width: 100%;
    padding: 8px 0;
    border-width: 0 0 2px 0;
    border-color: #a7a7a7;
    background: transparent;
    position: relative;
    font-size:14px;
    color:#fff;
	font-weight:500;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input .input-text::placeholder{
	color: #a7a7a7;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input .input-text:focus + .label{
	transform: translateY(-15px);
	font-size:12px;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input .input-text:focus{
	outline:none;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input .label{
	position: absolute;
	left: 2px;
	bottom: 2px;
	font-size: 14px;
	line-height: 26px;
	cursor: text;
	transition: all 0.3s ease;
	text-transform: capitalize;
	pointer-events: none;
	color:#a5a5a5;
}
._query_form_section ._flf_qry_form ._botton_sec ._flf-inline-form ._input button{
	border:none;
	padding:8px 12px;
	outline:none;
	background:#4a8bcd;
	color:#fff;
	width:100%;
	border-radius:4px;
}
/**/
._flf-breadcrumb{
	margin:0 0 2rem;
}
._flf-breadcrumb ul{
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
}
._flf-breadcrumb ul li{
	margin-right:20px;
	position: relative;
	font-size:12px;
}
._flf-breadcrumb ul li a{
	text-decoration: none;
	font-size:12px;
	text-transform: capitalize;
}
._flf-breadcrumb ul li::after{
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    right: -15px;
    color: #888;
}
._flf-breadcrumb ul li:last-child::after{
	display: none;
}
/**/
/*filter section*/
._flf-fltr-list{
	margin-top:-15px;
	font-size:2rem;
	font-weight:600;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:1.5rem;
}
._flf-fltr-list span{
	font-size:14px;
}
._flf-filter-container{
    background: transparent;
    border-radius: 4px;
    padding: 0;
}
._flf-filter-container ._flf-filter-section{
	margin-bottom:2rem;
}
._flf-filter-container ._flf-filter-tags{
	font-weight:600;
	font-size:0.85rem;
	text-transform: uppercase;
	color:#000;
	display: flex;
    justify-content: space-between;
    align-items: center;
    word-spacing: 3px;
}
._flf-filter-container ._flf-filter-tags span._flf-reset-flt{
	color:#777;
	cursor: pointer;
	font-weight:500;
}
._flf-filter-container ul._flf-flt-list{
	margin:0;
	padding:0;
	list-style: none;
	font-size:0.75rem;
	font-weight:500;
}
._flf-filter-container ul._flf-flt-overflow{
	max-height:250px;
	overflow-y: auto;
}
button._flf-back-top{
	border: none;
    padding: 12px 20px;
    outline: none;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 25px #ccc;
    width: 100%;
    color: #508bc8;
    font-weight: 500;
}
/*--------------------------sidebar scroller--------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius:4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
/*-----------------------------end sidebar scroller---------------------------*/
._flf-filter-container ul._flf-flt-list li{
	margin:1.5rem 0;
	text-transform: capitalize;
	color:#555;
	cursor: pointer;
	font-size:13px;
}
._flf-filter-container ul._flf-flt-list li:last-child{
	margin-bottom:0;
}
._flf-filter-container ul._flf-flt-list li label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:0;
    cursor: pointer;
}
._flf-filter-container ul._flf-flt-list li label input[type=checkbox]{
	margin-right:0.60rem;
}
._flf-filter-container ul._flf-flt-list li label .fa-rupee{
	font-size:13px;
	margin-top:5px;
	margin-right:2px;
}
/**/
._flf-package-card{
	position: relative;
	border:1px solid #000;
	margin-bottom:2rem;
	border-radius:10px;
	transition: 0.5s;
}
._flf-package-card:hover{
	background:#4a8bcd24;
	cursor: pointer;
	border-color:#508bc8;
}
._flf-package-card a{
	text-decoration:none;
}
._flf-package-card img{
	width: 100%;
    min-height: 213px;
    max-height: 213px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    margin: 8px;
}
._flf-package-card ._flf-card-content{
	padding: 8px 1rem;
  
    bottom: 0;
    top: 0;
    margin-left: -15px;
    width: 100%;
}
._flf-card-content ul._flf-itinerary{
	margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
._flf-card-content ul._flf-itinerary li{
	margin-right:8px;
	font-size:13px;
	color:#555;
	position: relative;
	text-transform: capitalize;
}
._flf-card-content ul._flf-itinerary li::after{
	font-family: "Font Awesome 5 Free";
	content: "\f30b";
	font-weight:600;
	margin-left:8px;
}
._flf-card-content ul._flf-itinerary li:last-child::after{
	display: none;
}
/*Inclusion & Exclusion*/
ul.nav{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.nav .nav-item .nav-link{
	color: #464646;
	font-weight: 500;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background: #4a8bcd;
    border-radius: 2px;
    
}
ul.tours-inclusion,
ul.tours-exclusion{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tours-inclusion li,
ul.tours-exclusion li{
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	width: 50%;
	float: left;
}
ul.tours-inclusion li::before,
ul.tours-exclusion li::before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 0;
	font-size: 8px;
	top: 4px;
	color: #4caf50;
}
ul.tours-exclusion li::before{
	color: #fc5145;
}
ul.tours-inclusion li:last-child,
ul.tours-exclusion li:last-child{
	margin-bottom: 0;
}
/*End inclusion & exclusion*/
/* ._flf-card-content ul._flf-itinerary li:nth-last-child(2):after{
	display:none;
} */
/* ._flf-card-content ul._flf-itinerary li:last-child{
	display:none;
} */
._flf-package-card ._flf-card-content ._flf-min-heading{
	margin-bottom:15px;
}
._flf-package-card ._flf-card-content ._flf-min-heading .first{
    color: #4a8bcd;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: capitalize;
    border: 1px solid #4a8bcd;
    margin-right: 5px;
    border-radius: 50px;
}
._flf-package-card ._flf-card-content ._flf-heading{
	font-size:0.95rem;
	margin-bottom:1rem;
	color:#464646;
	font-weight: 600;
}
._flf-package-card ._flf-card-content ._flf-days{
	margin-bottom: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    color: #ff6363;
}
._flf-package-card ._flf-card-content ._flf-days span{
	border: 1px solid #508bc8;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    background: #508bc8;
    color: #fff;
}
._flf-package-card ._flf-card-content ._flf-content{
	font-size: 14px;
    font-weight: 500;
    color: #555;
}
._flf-package-card ._flf-card-content ul._flf_includes{
	margin:1rem 0 0;
	bottom:0;
	list-style: none;
	display:flex;
	justify-content: space-between;
}
._flf-package-card ._flf-card-content ul._flf_includes li{
	text-align: center;
    font-size: 12.5px;
    color: #504e4e;
    text-transform: capitalize;
}
._flf-package-card ._flf-card-content ul._flf_includes li .fa{
	font-size:20px;
}
._flf-package-card ._flf-rating{
    text-align: right;
    margin-top:0;
}
._flf-package-card ._flf-rating span{
	background: green;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
}
._flf-package-card ._flf-rating p{
	margin:7px 0 0;
	font-size:10px;
	color:#666;
}
._flf-package-card ._flf-package-price{
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    background: #4a8bcd14;
    margin-right: 15px;
    padding: 15px 8px;
}
._flf-package-card ._flf-package-price ._flf-column-top,
._flf-package-card ._flf-package-price ._flf-column-bottom{
	width: 100%;
    text-align: right;
}
._flf-package-card ._flf_share{
	text-align: right;
    font-size: 10px;
    font-weight: 500;
    color: #15a025;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}
._flf-package-card ._flf_share input[type=checkbox]{
	margin-right:5px;
	margin-top:2px;
}
._flf-package-card ._flf_share .fa-whatsapp{
    font-weight: 500;
    font-size: 1.5rem;
    margin-right:-5px;
}
._flf-package-card ._flf_share span{
	border: 1px solid #15a025;
    border-left: 0;
    padding: 0 6px 0 8px;
    border-radius: 0 3px 3px 0;
}

._flf-package-card ._flf-package-price ._old-price{
	margin: 0;
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}
._flf-package-card ._flf-package-price ._old-price .fa-rupee{
	font-weight: 400;
    font-size: 12px;
    margin-right: 2px;
    color: #555
}
._flf-package-card ._flf-package-price ._sale_price{
	font-weight: 600;
    color: #000;
    font-size: 1.3rem;
    margin:0;
}
._flf-package-card ._flf-package-price ._sale_price .fa-rupee{
	font-weight: 400;
    font-size: 20px;
    margin-right: 3px;
    color: #555;
}
._flf-package-card ._flf-package-price .per-person{
	margin-bottom: 5px;
    margin-top: -5px;
    font-size: 12px;
    color: #555;
}
._flf-package-card ._flf-package-price ._inclusive_tax{
	font-size:10px;
}
._flf-package-card ._flf-package-price ._saved_price{
	color:red;
	font-size:11px;
}
._flf-package-card ._flf-package-price ._saved_price .fa-rupee{
	color:red;
}
.EMIBanner {
    background-image: linear-gradient(266deg, #ffcc9a, #3d78b4);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
    cursor: pointer;
    margin-bottom: 2rem;
}
.EMIBannerImage {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.EMIBannerImage img {
    width: 103px;
    padding-left: 20px;
}
.font18 {
    font-size: 18px;
    line-height: 18px;
}
.latoBlack {
    font-weight: 900;
}
.whiteText {
	color: #fff;
}
/**/
._flf-pricing-table ._table_heading{
	margin-bottom:15px;
	font-weight:600;
	color:#464646;
	font-size:1.2rem;
}
._flf-pricing-table table._details_table{
	width:100%;
	font-size:14px;
	margin-bottom:2rem;
	border:1px solid #e4e4e4;
	background:#fff;
	padding:1rem;
}
._flf-pricing-table table._details_table thead tr{
	background:#4a8bcd;
}
._flf-pricing-table table._details_table thead tr td{
	font-weight:600!important;
	font-size:14px!important;
	color:#fff!important;
	border-color:#4a8bcd!important;
	border-right:1px solid #ccc!important;
}
._flf-pricing-table table._details_table thead tr td:last-child{
	border-right: 1px solid #4a8bcd!important;

}
._flf-pricing-table table._details_table thead tr td span{
	font-size:12px;
}
._flf-pricing-table table._details_table thead tr, ._flf-pricing-table table._details_table tbody tr{
	border:1px solid #e4e4e4;
}
._flf-pricing-table table._details_table thead tr td, ._flf-pricing-table table._details_table tbody tr td{
	border:1px solid #e4e4e4;
	padding:0.85rem;
	font-weight:500;
	color:#555;
	text-align:center;
	font-size:14px;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(1){
 	text-align: left;
 	font-weight:500;
 	width: 350px;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(4){
	width: 350px;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(1) a{
	text-decoration: none;
	color:#555;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(1) a:hover{
	color:#ff6363;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(3){
 	min-width:80px;
 	text-transform: capitalize;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(5){
 	min-width:150px;
 	text-transform: capitalize;
}
._flf-pricing-table table._details_table tbody tr td:nth-child(5) button{
	padding:8px 15px;
	border:1px solid #4a8bcd;
	background:#4a8bcd;
	color:#fff;
	border-radius:4px;
	outline: none;
	text-transform: capitalize;
}
/*-------------------//package page end ------------------------*/
/*---------------------package details page---------------------*/
._flf-top-wrapper{
	position: relative;
	clear: both;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}
._flf-top-wrapper ._flf-top-sec ._flf-main-heading{
	font-size:1.3rem;
	font-weight:600;
	color:#464646;
}
._flf-top-wrapper ._flf-top-sec ._flf-main-heading span{
	font-size:0.85rem;
	color:#4a8bcd;
	margin-left:10px;
}
._flf-top-wrapper ._flf-contact-details{
	font-size:14px;
	text-align: right
}
._flf-top-wrapper ._flf-contact-details ._main-title{
	margin:0 0 5px;
	color:#666;
}
._flf-top-wrapper ._flf-contact-details ._flf-rating{
	font-size: 12px;
}
._flf-top-wrapper ._flf-contact-details .fa-phone-volume, ._flf-top-wrapper ._flf-contact-details span{
	color:#4a8bcd;
	font-weight: 600
}
/*left sec*/
._flf-banner-slider{
	margin-bottom:2rem;
	box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #efefef;
}
._flf-overview ._heading,
._flf-highlights ._heading{
	font-weight:600;
	color:#464646;
	font-size:1.3rem;
	text-transform: capitalize;
}
._flf-overview ._flf-more-content{
	height:145px;
	overflow: hidden;
}
._flf-overview ._flf-more-content p{
	color:#555;
}
._flf-overview a{
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
	display: block;
	font-size:13px;
}
._flf-highlights ul._flf_highlight{
	margin:15px 0 0;
	padding:0;
	list-style:none;
	margin-left:30px;
}
._flf-highlights ul._flf_highlight li{
	position: relative;
	line-height: 40px;
	font-size:13px;
}
._flf-highlights ul._flf_highlight li::before{
	font-family:'Font Awesome 5 Free';
	content:'\f00c';
	position:absolute;
	font-weight:600;
	left: -25px;
    color: #1baf1b;
}
._flf-moreContent ._flf-more-content{
	height:auto;
	overflow: auto;
}
._flf-faqs{
	margin:4rem 0;
	position: relative;
	display: block;
}
._flf-faqs ._heading{
	font-weight:600;
	color:#464646;
	font-size:1.3rem;
	text-transform: capitalize;
	margin-bottom:1rem;
}
._flf-faqs ._faq-sec{
	padding:0 2rem;
	position: relative;
	margin-bottom:1.5rem;
	border-bottom:1px solid #ccc;
}
._flf-faqs ._faq-sec:last-child{
	border:none;
}
._flf-faqs ._faq-sec::before{
	font-family:"Font Awesome 5 Free";
	content: "\f128";
	position: absolute;
	top:0;
	left:0;
	font-size:1.2rem;
	color:#4a8bcd;
	font-weight:600
}
._flf-faqs ._faq-sec ._faq-qes{
	font-weight:600;
	color:#464646;
	position: relative;
	cursor: pointer;
}
._flf-faqs ._faq-sec ._faq-qes .fa-angle-down{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	color:#888;
}
._flf-faqs ._faq-sec ._faq-ans{
	color:#555;
	display: none;
}
._flf-rotate .fa-angle-down{
	transform: translateY(-50%) rotate(-180deg)!important;
}
._flf-open-tab ._faq-ans{
	display:block!important;
}
/*itinerary*/
._flf-itinerary ._heading{
    font-weight: 600;
    color: #464646;
    font-size: 1.3rem;
    text-transform: capitalize;
    margin-bottom:1.5rem;
}
._flf-itinerary ._flf-iti-timeline{
	width:100%;
	position: relative;
}
._flf-itinerary ._flf-iti-timeline::before{
	content:"";
	width:2px;
	position: absolute;
	left:20%;
	height:100%;
	background:#ccc;
}
._flf-itinerary ._flf-iti-timeline ul{
	margin:0;
	padding:0;
}
._flf-itinerary ._flf-iti-timeline ul li{
	list-style: none;
	position: relative;
	width:75%;
	padding:20px 0 30px;
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd){
	float:right;
	text-align:justify;
	padding-right:20px;
	clear: both;
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(even){
	float:right;
	text-align:justify;
	padding-right:20px;
	clear: both;
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd)::before{
	content:"";
	position: absolute;
	top:24px;
	left:-33px;
	width:10px;
	height:10px;
	background:rgba(74, 139, 205, 1);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(74, 139, 205, 0.4);
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(even)::before{
	content:"";
	position: absolute;
	top:24px;
	left:-33px;
	width:10px;
	height:10px;
	background:rgba(74, 139, 205, 1);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(74, 139, 205, 0.4);
}
._flf-itinerary ._flf-iti-timeline h3{
	margin:0 0 0.75rem;
	padding:0;
	font-weight: 600;
	color: rgba(74, 139, 205, 1);
	font-size:18px;
}
._flf-itinerary ._flf-iti-timeline p{
	margin:10px 0;
	padding:0;
	color:#555;
	font-size:14px;
}
._flf-itinerary ._flf-iti-timeline ._flf-tit-days{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:600;
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd) ._flf-tit-days{
	position: absolute;
	top:12px;
	left:-130px;
	margin:0;
	padding:5px 25px;
	background: rgba(74, 139, 205, 1);
	color:#fff;
	border-radius:18px;
	box-shadow: 0 0 0 3px rgba(74, 139, 205, 0.3);
	cursor: pointer;
}
._flf-itinerary ._flf-iti-timeline ul li:nth-child(even) ._flf-tit-days{
	position: absolute;
	top:12px;
	left:-130px;
	margin:0;
	padding:5px 25px;
	background: rgba(74, 139, 205, 1);
	color:#fff;
	border-radius:18px;
	box-shadow: 0 0 0 3px rgba(74, 139, 205, 0.3);
	cursor: pointer;
} 
/*end itinerary*/
/*right sec*/
._flf-pricing-container{
	width: 100%;
    padding: 10px 15px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
    background: #fff;
}
._flf-pricing-container ._flf-top-section{
	padding: 0 0.5rem;
    margin-top: 10px;
}
._flf-pricing-container ._flf-top-section ul._flf-highlights{
	list-style: none;
	margin:0;
	padding:0;
	display: flex;
	text-align: center;
	justify-content: space-between;
}
._flf-pricing-container ._flf-top-section ul._flf-highlights li{
	color:#222;
	font-size:14px;
	text-transform: capitalize;
}
._flf-pricing-container ._flf-top-section ul._flf-highlights li::after{
	border-right:1px solid #fff;
	height:100%;
}
._flf-pricing-container ._flf-bottom-sec{
	margin-bottom: 1rem;
    padding: 0 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
._flf-pricing-container ._flf-bottom-sec .start_from{
	margin:0;
	font-size:13px;
	color:#222;
}
._flf-pricing-container ._flf-price-section ._flf-old-price{
	font-weight:500;
	color:#777;
	font-size:1rem;
}
._flf-pricing-container ._flf-price-section ._flf-old-price .fa-rupee{
	font-size:12px;
	margin-right:1px;
}
._flf-pricing-container ._flf-price-section ._flf-sale-price{
	font-size:1.8rem;
	color:#4a8bcd;
}
._flf-pricing-container ._flf-price-section ._flf-sale-price .fa-rupee{
	font-size:1.5rem;
	margin-right:1px;
}
._flf-btn-sec button{
	border: 1px solid #4a8bcd;
    background: #4a8bcd;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    transition: 0.5s;
    outline:none;
}
._flf-btn-sec button:hover{
	background:#376a9e;
}
._flf-pricing-container ._flf-btn-sec button{
	border: none;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border-radius: 4px;
    margin: 0;
    font-size: 15px;
}
._flf-pricing-container ._flf-btn-sec button._customize-package{
	background:#4a8bcd;
	color:#fff;
}
._flf-form-section{
	border: 1px solid #efefef;
    padding: 1.2rem 1.5rem;
    border-radius: 4px;
    overflow-x: auto;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
    background: #fff;
}
._flf-form-section ._flf-top-header{
	text-align:center;
	margin-bottom:1rem;
}
._flf-form-section ._flf-top-header ._flf-map-icon .fas{
	font-size:4rem;
	color:#4a8bcd;
}
._flf-form-section ._flf-top-header ._flf_tag-line{
	font-size:1.3rem;
	font-weight:600;
	margin-top:1rem;
	color:#4a8bcd;
}
._flf-form-section ._form-st ._form-field{
	display:flex;
	flex-direction: column;
	margin-bottom:1.3rem;
	position: relative;
}
._flf-form-section ._form-st ._form-field label{
	font-weight: 500;
    color: #333;
}
._flf-form-section ._form-st ._form-field label span{
	font-size:12px;
	color:#555;
}
._flf-form-section ._form-st ._form-field ._input-sec{
	width:100%;
	padding:0.75rem 1.2rem;
	border:1px solid #d8d6d6;
	color:#3e3e3e;
	background:transparent;
}
._flf-form-section ._form-st ._form-field ._input-sec:focus{
	outline:none;
}
._flf-form-section ._form-st ._form-field ._flf-deprt-btn{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
._flf-form-section ._form-st ._form-field ._flf-deprt-btn button{
	width: 100%;
    margin-right: 0.85rem;
    border: none;
    outline: none;
    padding: 8px 12px;
    text-transform: capitalize;
    background: #a5a5a5;
    color: #fff;
    font-weight: 600;
    border-radius:3px;
}
._flf-form-section ._form-st ._form-field.hide,
.custom-form .form-input-section.hide{
	display:none;
}
._flf-form-section ._form-st .display-date-section,
.custom-form .display-date-section{
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 15px;
	display: none;
}
._flf-form-section ._form-st .display-date-section.show,
.custom-form .display-date-section.show{
	display:flex;
}
._flf-form-section ._form-st .display-date-section .display-date-label,
.custom-form .display-date-section .display-date-label{
	width:65%;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days,
.custom-form .display-date-section ._flf-numof-days{
	width:35%;
	position: relative;
}
._flf-form-section ._form-st .display-date-section .display-date-label label,
._flf-form-section ._form-st .display-date-section ._flf-numof-days label{
	font-weight: 500;
    color: #333;
}
.custom-form .display-date-section .display-date-label label,
.custom-form .display-date-section ._flf-numof-days label{
	font-weight: 700;
    color: #6d6e73;
}
._flf-form-section ._form-st .display-date-section .display-date-label label span,
.custom-form .display-date-section .display-date-label label span{
	font-size: 12px;
    color: #555;
}
._flf-form-section ._form-st .display-date-section .display-date-label #_flf-display-date{
    border: 1px solid#ccc;
    padding: 0.75rem 2rem 0.75rem 2.6rem;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background:#fff;
}
.custom-form .display-date-section .display-date-label #_flf-display-flex{
	border: 1px solid #6d6e73;
    padding: 0.75rem 2rem 0.75rem 2.6rem;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
}
._flf-form-section ._form-st .display-date-section .display-date-label #_flf-display-date .fa-calendar,
._flf-form-section ._form-st .display-date-section .display-date-label #_flf-display-date .fa-times,
.custom-form .display-date-section .display-date-label #_flf-display-flex .fa-calendar,
.custom-form .display-date-section .display-date-label #_flf-display-flex .fa-times {
	position: absolute;	
	top:50%;
	transform: translateY(-50%);
}
._flf-form-section ._form-st .display-date-section .display-date-label #_flf-display-date .fa-calendar,
.custom-form .display-date-section .display-date-label #_flf-display-flex .fa-calendar{
	left:15px;
	color:#4a8bcd;
}
._flf-form-section ._form-st .display-date-section .display-date-label #_flf-display-date .fa-times,
.custom-form .display-date-section .display-date-label #_flf-display-flex .fa-times{
	right:20px;
	color:#555;
	cursor:pointer;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days input[type=text]{
	border:1px solid #ccc;
	padding: 0.75rem 1.8rem;
	width:100%;
	outline: none;
	position: relative;
	text-align:center;
	font-weight:600;
	color:#222;
}
.custom-form .display-date-section ._flf-numof-days input[type=text]{
	border: 1px solid #6d6e73;
    padding: 0.55rem 1.8rem;
    width: 100%;
    outline: none;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #222;
    background: transparent;
    border-radius: 4px;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days ._flf-input-count,
.custom-form .display-date-section ._flf-numof-days ._flf-input-count{
	position: relative;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days ._flf-input-count .fa-minus,
._flf-form-section ._form-st .display-date-section ._flf-numof-days ._flf-input-count .fa-plus,
.custom-form .display-date-section ._flf-numof-days ._flf-input-count .fa-minus,
.custom-form .display-date-section ._flf-numof-days ._flf-input-count .fa-plus{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	color:#4a8bcd;
	cursor: pointer;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days ._flf-input-count .fa-minus,
.custom-form .display-date-section ._flf-numof-days ._flf-input-count .fa-minus{
	left:20px;
}
._flf-form-section ._form-st .display-date-section ._flf-numof-days ._flf-input-count .fa-plus,
.custom-form .display-date-section ._flf-numof-days ._flf-input-count .fa-plus{
	right:20px;
}
/*share on social media sec*/
.shareOnSocialMedia{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 30px 0;
	display: none;
}
.shareOnSocialMedia ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.shareBtnForTop{
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;	
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.shareBtnForTop ul li{
	list-style: none;
}
.shareOnSocialMedia ul li{
	margin-right: 10px;
}
.shareOnSocialMedia ul li a._facebook,
.shareOnSocialMedia ul li a._twitter,
.shareOnSocialMedia ul li a._whatsapp,
.shareBtnForTop ul li a._facebook,
.shareBtnForTop ul li a._twitter,
.shareBtnForTop ul li a._whatsapp {
	background: #000;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 2px;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.5s;
}
.shareBtnForTop ul li a._facebook,
.shareBtnForTop ul li a._twitter,
.shareBtnForTop ul li a._whatsapp{
	border-radius: 0;
}
.shareOnSocialMedia ul li a._facebook:hover,
.shareOnSocialMedia ul li a._twitter:hover,
.shareOnSocialMedia ul li a._whatsapp:hover,
.shareBtnForTop ul li a._facebook:hover,
.shareBtnForTop ul li a._twitter:hover,
.shareBtnForTop ul li a._whatsapp: hover{
	opacity: 0.8 !important
}
.shareOnSocialMedia ul li a._facebook,
.shareBtnForTop ul li a._facebook{
	background: #516eab;
}
.shareOnSocialMedia ul li a._twitter,
.shareBtnForTop ul li a._twitter{
	background: #29c5f6;
}
.shareOnSocialMedia ul li a._whatsapp,
.shareBtnForTop ul li a._whatsapp{
	background: #25D366;
}
.shareOnSocialMedia ul li a .fab,
.shareBtnForTop ul li a .fab{
	color: #fff;
}
/**/
/*----------------- homepage help me find out form any time section ------------------- */
/* flexiable section */
._flf-flexible-sec{
	display:none;
}
._flf-flexible-sec ul._flf-flexible-months{
	display: grid;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    grid-gap: 25px 35px;
    grid-template-columns: auto auto auto;
    padding: 20px 30px;
    top: 5px;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -100%);
    box-shadow: 0 0 25px #ccc;
}
.showMonth{
	display:block;
}
._flf-flexible-sec ul li{
	list-style:none;
	text-transform:capitalize;
	font-size: 13px;
    font-weight: 600;
	cursor:pointer
}
._flf-flexible-sec ul li:hover{
	color:#4a8bcd;
}
/* anytime section */
.display-anytime-field{
	display:flex;
	margin-bottom:1.5rem;
	display:none;
}
.display-anytime-field .display-date-label{
	width:65%;
}
.display-anytime-field .display-date-label label,
.display-anytime-field .display-num-days{
	font-weight:600;
	color:#6d6e73;
}
.display-anytime-field .display-date-label label span{
	font-size:12px;
	color:#555;
}
.display-anytime-field .display-date-label ._flf-anytime-flex{
	border: 1px solid #6d6e73;
    padding: 0.75rem 2rem 0.75rem 2.6rem;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
	text-transform:capitalize;
}
.display-anytime-field .display-date-label ._flf-anytime-flex .fa-calendar,
.display-anytime-field .display-date-label ._flf-anytime-flex .fa-times,
.display-anytime-field .display-num-days .fa-minus,
.display-anytime-field .display-num-days .fa-plus{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
.display-anytime-field .display-date-label ._flf-anytime-flex .fa-calendar{
	left:15px;
	color:#4a8bcd;
}
.display-anytime-field .display-date-label ._flf-anytime-flex .fa-times{
	right:20px;
	color:#555
}
.display-anytime-field .display-num-days{
	width:35%;
}
.display-anytime-field .display-num-days ._flf-input-count{
	position:relative;
}
.display-anytime-field .display-num-days input[type=text]{
	border: 1px solid #6d6e73;
    padding: 0.75rem 1.8rem;
    width: 100%;
    outline: none;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #222;
    background: transparent;
    border-radius: 4px;
}
.display-anytime-field .display-num-days .fa-minus{
	left:20px;
	color:#4a8bcd;
	cursor: pointer;
}
.display-anytime-field .display-num-days .fa-plus{
	right:20px;
	color:#4a8bcd;
	cursor: pointer;
}
/*------------------- //end homepage help me find out form any time section ----------------- */
/* ----------------------package details form----------------------------- */
.details-fields{
	display:none;
}
/* -------------------//end package details form--------------------------------------- */
._flf-form-section ._form-st ._form-field ._flf-deprt-btn button:last-child{
	margin-right:0;
}
._flf-form-section ._form-st ._form-field ._next-btn{
	border:none;
	padding:12px;
	outline: none;
	font-weight:600;
	font-size:18px;
	border-radius:3px;
	border:1px solid #4a8bcd;
	background:#4a8bcd;
	color:#fff;
	position: relative;
}
._flf-form-section ._form-st ._form-field ._next-btn .fas{
	position: absolute;
	right:15px;
	color:#eee;
	top:50%;
	transform: translateY(-50%);
}
._flf-extra{
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
}
._flf-extra ul{
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
._flf-extra ul li{
	text-align: center;
	width:33.33%;
}
._flf-extra ul li .fas{
	font-size: 2.5rem;
    color: #4a8bcd;
    margin-bottom: 0.75rem;
}
._flf-extra ul li p{
	margin:0;
	font-size:14px;
	text-transform: capitalize;
}
._flf-extra ul li p.heading{
	font-weight: 800;
	color:#464646;
}
._flf-how-work{
	margin: 1rem 0;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
}
._flf-how-work h4{
	font-weight:600;
	font-size:1.3rem;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:1rem;
	text-align: center;
	color:#4a8bcd;
	text-transform: capitalize;
}
._flf-how-work ul{
	margin:0;
	padding:0;
	list-style: none;
}
._flf-how-work ul li{
	position: relative;
	padding:1rem 3rem;
	border-bottom:1px solid #ccc;
}
._flf-how-work ul li:last-child{
	border:none;
}
._flf-how-work ul li .count{
	width:25px;
	height:25px;
	border:1px solid #4a8bcd;
	color:#4a8bcd;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	position: absolute;
	left:10px;
	font-weight:600;
	font-size:13px;
	top:20px;
}
._flf-how-work ul li ._heading{
	font-weight:600;
	margin-bottom:5px;
}
._flf-how-work ul li p{
	margin:0;
}
._smlr-heading{
	font-size:1.3rem;
	font-weight:600;
	text-transform: capitalize;
	margin-bottom: 2rem;
}
._flf-similer-package{
	border:1px solid #ccc;
	border-radius:4px;
	overflow: hidden;
}
._flf-similer-package img{
	max-height:180px;
	object-fit: cover;
	overflow: hidden;
}
._flf-similer-package-details{
	padding:0.85rem 1rem;
}
._flf-similer-package-details ._title{
	font-size:1rem;
	font-weight:600;
	line-height: 24px;
	margin-bottom: 1rem;
}
._flf-similer-package-details ._title a{
	text-decoration: none;
	color:#464646;
}
._flf-similer-package-details ._title a:hover{
	color:#4a8bcd;
}
._flf-similer-package-details ._flf-details-sec{
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
._flf-similer-package-details ._flf-details-sec ._price-sec{
	display:flex;
	align-items: center;
}
._flf-similer-package-details ._flf-details-sec ._price-sec .sale-price{
	font-weight:600;
	font-size:1.1rem;
	margin-right:10px;
	color:#4a8bcd;
}
._flf-similer-package-details ._flf-details-sec ._price-sec .old-price{
	color:#666;
	font-size:13px;
}
._flf-similer-package-details ._flf-details-sec ._price-sec .old-price .fa-rupee{
	font-size:12px;
}
._flf-similer-package-details ._flf-details-sec button{
	border:none;
	outline:none;
	padding:10px 16px;
	border-radius:4px;
	text-transform: capitalize;
	background:#4a8bcd;
	color:#fff;
	font-size:13px;
}
/*-------------------//end package details page ----------------*/
/* --------------------------home page who we are---------------- */
.home-who-we-are-sec{
	padding:1px 0 5em;
}
.home-who-we-are-sec h2{
	margin-bottom:0.85rem
}
.home-who-we-are-sec p{
	font-size:19px;
}
.home-who-we-are-sec a{
	text-decoration:none;
}
.home-who-we-are-sec .read-more-btn{
	border: none;
    background: #4a8bcd;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    outline: none;
    margin: auto;
    display: flex;
    margin-top: 30px;
}
/* --------------------------end who we are---------------------- */
/* --------------------------about us page---------------------- */
.about-banner-img{
	min-height: 600px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
	position:relative;
}
.about-banner-img .about-us-overlay{
	position:absolute;
	width:100%;
	background:rgba(0, 0, 0, 0.7);
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.about-banner-img .about-us-overlay h1{
	color:#fff;
	text-transform: capitalize;
}
.about-us-content-section p{
	font-size:19px
}
.about-us-content-section p span{
	font-weight:600;
	color:#4a8bcd;
}
.about-us-footer-section{
	width:100%;
	background-size:cover;
	background-position:center;
}
.about-us-content-section .heading-section{
	text-align:center;
	margin-bottom:2em;
}
.about-us-content-section .content-section p{
	text-align:justify
}
/* --------------------------end about us page---------------------- */
/*---------------contact us page---------------------------*/
.map-section{
	margin-top:3.5rem
}
.contact-content-sec{
	margin-top:3.5rem;
}
.contact-content-sec ._flf-contact-content{
	text-align:center;
}
.contact-content-sec ._flf-contact-content .fas{
	color:#4a8bcd;
	font-size:30px;
	margin-bottom:1rem;
}
.contact-content-sec ._flf-contact-content h6{
	font-size:20px;
}
.contact-content-sec ._flf-contact-content p{
	color:#222;
}
.contact-content-sec ._flf-contact-content p span{
	color:#777;
}
/*---------------end contact us page---------------------------*/
/* ---------------terms and conditions----------------------- */
._flf-content-section{
	margin-bottom:3rem;
}
._flf-content-section:last-child{
	margin:0;
}
._flf-content-section h6{
	margin-bottom:20px;
}
._flf-content-section ul{
	list-style:none;
	margin:0;
	padding:0;
}
._flf-content-section ul li{
	line-height:25px;
	margin-bottom:10px;
	margin-left:30px;
	position:relative;
	font-size:16px;
}
._flf-content-section ul li::before{
	font-family: 'Font Awesome 5 free';
	content:'\f192';
	position:absolute;
	left:-20px;
	font-size:10px;
	top:2px;
	color:#4a8bcd;
	font-weight:600;
}
._flf-content-section p{
	font-size:16px;
}
/* ---------------end terms and conditions ------------------ */
/* -----------------------visa page -------------------------- */
.bg-container-2{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.bg-container-overlay{
	background:rgba(0, 0, 0, 0.3);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:flex;
	align-items: center;
}
.bg-container-overlay h1{
	font-size:3.5rem;
	width:100%;
	text-align:center;
}
.popular-destination{
	padding:2rem 0;
}
.popular-destination h5{
	text-align:center;
	margin-bottom:1.5rem;
}
.popular-destination .destination-box{
	width: 100%;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px #777;
	background:#fff;
	cursor:pointer;
	transition: 0.5s;
	padding:15px;
}
.popular-destination .destination-box .img-sec img{
	width:80px;
	height:80px;
	border-radius:50px;
	display:block;
	margin:auto;
	border:1px solid #ccc;
}
.popular-destination .destination-box .box-content{
	margin-top:10px;
	
}
.popular-destination .destination-box .heading-6{
	margin-bottom:0;
	color:#4a8bcd;
}
.popular-destination .destination-box .continent-name{
	text-transform:capitalize;
	margin-top:10px;
	color:#555;
	font-size:12px;
}
.popular-destination .destination-box .visa-price{
	font-size:1.8rem;
}
.popular-destination .destination-box .visa-price span{
	font-size:12px;
}
.popular-destination .destination-box .per-person-text{
	font-size:18px;
	margin:0;
	text-transform:capitalize
}
.popular-destination .destination-box .visa-price .fa-rupee{
	color:#555;
	font-size:20px;
}
._flf-applying-section{
	padding:3rem 0;
	background:#4a8bcd;
	text-align:center;
	color:#fff;
}
._flf-applying-section ul.icon-display-type{
	margin-top:4rem;
	list-style:none;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
._flf-applying-section ul.icon-display-type li .fas,
._flf-applying-section ul.icon-display-type li .far{
	font-size:3.5rem;
	margin-bottom:1rem;
}
.why-choose-us-section{
	padding:3rem 0;
}
.why-choose-us-section h5{
	text-align:center;
	margin-bottom:2rem;
}
.why-choose-us-section .choose-box{
	width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px #777;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 30px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-choose-us-section .choose-box:hover{
	transform: scale(1.03);
}
.why-choose-us-section .choose-box p{
	margin:0;
}
.why-choose-us-section .choose-box .fas{
	font-size:3.2rem;
	margin-bottom:1rem;
	color:#4a8bcd;
}
._flf-country-visa ._flf-slide-item{
	padding:5px;
}
/* -----------------------//end visa page -------------------------- */
/*---------------------footer disclaimer section--------------------*/
.disclaimer-section .header-strip{
	background:#000;
}
.disclaimer-section ul.header-section{
	display:flex;
	padding:15px 0;	
}
.disclaimer-section ul.header-section li{
	color:#fff;
	list-style:none;
	display:block;
	cursor: pointer;
	font-size:18px;
	font-weight:600;
	margin-right:50px;
}
.disclaimer-section ul.header-section li:last-child{
	margin:0;
}
.disclaimer-section ul.header-section li > i {
	margin-left:4px;
}
.disclaimer-section ul.content-section{
	list-style:none;
	margin-bottom:15px;
	padding:0.75rem 0 1rem;
}
.disclaimer-section ul.content-section li{
	display:none;
}
.disclaimer-section ul.content-section li.active{
	display:block;
}
/*---------------footer section---------------------------*/
.footer-container{
	background:#000;
	padding:3rem 0 2rem;
	color:#fff;
}
.footer-container .newsletter-subscription{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:100%;
}

.msme-section .heading-6{
	margin-top:1rem;
}
.footer-container .newsletter-subscription .footer-brand-logo{
	font-size:2rem;
	color:#ccc;
	margin-bottom:2rem;
}
.footer-container .newsletter-subscription .footer-brand-logo img{
	width:220px;
	margin:auto;
	display:block;
}
.footer-container .newsletter-subscription .input-section p{
	margin:0 0 10px;
	font-size:13px;
	text-align: center;
}
.footer-container .newsletter-subscription .input-section input[type=email], .footer-container .newsletter-subscription .input-section button{
	outline: none;
	border:none;
	padding:12px 20px;
	border-radius:50px;
	border: 1px solid #4a8bcd;
}
.footer-container .newsletter-subscription .input-section input[type=email]{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	font-size:14px;
}
.footer-container .newsletter-subscription .input-section button{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:-5px;
	border-left:1px solid #ccc;
	background:#4a8bcd;
	color:#fff;
	font-size:14px;
}
.footer-container ul.footer-links{
	margin:0 0 2.5rem;
	padding:0;
	list-style: none;
}
.footer-container ul.footer-links li{
	margin-left:5px;
}
.footer-container ul.footer-links a{
	color:#afafaf;
	font-size:15px;
	text-transform: capitalize;
	line-height:30px;
	text-decoration: none;
	font-weight:400
}
.footer-container ul.footer-links a:hover{
	color:#fff;
	transition: 0.5s ease;
}
.footer-container ul.social-media{
	display:flex;
	list-style: none;
}
.footer-container ul.social-media li{
	margin-right:15px;
	width:25px;
	height:25px;
	display:flex;
	background:#fff;
	align-items: center;
	justify-content: center;
	border-radius:100%;
	border:1px solid #4a8bcd;
	transition:0.5s;
}
.footer-container ul.social-media li a{
	display:block;
}
.footer-container ul.social-media li .fa{
	font-weight:600;
	color:#4a8bcd;
}
.footer-container .bottom-footer{
	padding:1rem 0 2rem;
}
.footer-container .bottom-footer .inner-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-container .bottom-footer .inner-content .copyright-sec{
	font-size:15px;
}
.footer-container .bottom-footer .inner-content .contact-details ul{
	margin:0;
	padding:0;
	display: flex;
	list-style: none;
}
.footer-container .bottom-footer .inner-content .contact-details ul li{
	font-size:15px;
	margin-left:30px;
}

._flf-footer-bottom .logo-img{
	position: relative;
	overflow:hidden;
}
._flf-footer-bottom .logo-img img{
	width:45px;
	display:block;
	margin:auto;
}
._flf-footer-bottom .logo-img::before{
    content: '';
    position: absolute;
    height: 1px;
    background: #eee;
    width: 50%;
    transform: translate(-50%, 50%);
    left: 220px;
    right:0;
    top: 50%;
}
._flf-footer-bottom .logo-img::after{
    content: '';
    position: absolute;
    height: 1px;
    background: #eee;
    width: 50%;
    transform: translate(50%, -50%);
    left: 333px;
    right: 0;
    top: 50%;
}
._flf-footer-bottom .social-icons{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:2rem 0;
}
._flf-footer-bottom .social-icons ul{
	display:flex;
	list-style: none;
}
._flf-footer-bottom .social-icons ul li{
	margin:0 20px;
}
._flf-footer-bottom .social-icons ul li a{
	text-decoration:none;
}
._flf-footer-bottom .social-icons ul li .fab,
._flf-footer-bottom .social-icons ul li .fa{
	width: 30px;
    height: 30px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000
}
._flf-footer-copyright{
	text-align:center;
}
._flf-footer-copyright h5{
	margin-bottom:1rem;
}
._flf-footer-copyright p{
	color:#c5c5c5
}
.security-icons{
	margin-top:2rem;
}
.security-icons ul{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	margin:0;
}
.security-icons ul li{
	margin-right:15px;
	list-style:none;
}
.security-icons ul li .fab,
.security-icons ul li .fas{
	font-size:1.5rem;
	color:#ccc;
}
.security-icons ul li:last-child{
	margin:0;
}
span.razorpay-payment-button.svelte-ohbfj8{
    position: fixed;
    top: 50%;
    left: -56px;
    transform: rotate(-90deg);
    z-index: 9;
}
/*--------------------resoinsive menu-----------------*/
.responsive-mobile-container{
	display:none;
}
._flf-tour-package{
	padding-top:8em;
}
._flf-pkg-pd{
	padding:0 8px 0 0;
}
._flf-res-container{
	display:none;
}
#mobile-responsive-menu{
	display: none;
}
#_flf_range-responsive{
	display:none;
}
.mobile-responsive-price-section{
	display:none;
}
._flf-responsive-contact-details{
	display:none;
}
#_flf-mobile-responsive-days{
	display: none;
}
#_flf_mobile_hotel_fltr{
	display:none;
}
._flf-mobile-filter{
	display:none;
}
._flf-mobile-all-filter{
	display:none;
}
/*end footer section*/
/*Thank you page*/
.t-page-container{
	text-align: center;
    padding: 1rem 0;
}
.t-page-container .fa-check-square{
	font-size:3.5rem;
	color:#4a8bcd;
	margin-bottom:15px;
}
/*404 page*/
.page-error-container{
	text-align:center;
}	
.page-error-container .fa-sad-cry{
	color:#4a8bcd;
	font-size:8rem;
}
.page-error-container h3{
	text-transform: uppercase;
	margin:1rem 0 2rem;
	color:#4a8bcd;
}
.page-error-container button{
	border:none;
	background:#4a8bcd;
	color:#fff;
	padding:12px 20px;
	text-transform: capitalize;
	margin-top:1rem;
	border-radius:50px;
}
/*end 404 page*/
/*//end thank you page*/
/*-------------------------user profile sec------------------------------*/
.sign-up-container{
	padding:30px;
	border:1px solid #ccc;
}
.sign-up-container input[type=text], .sign-up-container input[type=email], .sign-up-container input[type=password]{
	height:50px;
}
.sign-up-container button{
	height:50px;
	font-weight: 600;
}
.sign-up-container .error-field{
	color: #ef0d0d;
    font-size: 12px;
}
.fb-btn{
	width:100%;
	background:#3c5193;
	border:none;
	color:#fff;
	border-radius:4px;
	outline:none;
	position: relative;
	font-weight:600;
}
.fb-btn:hover{
	background:#39497b;
}
.fb-icon{
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}
._flf_dvdr{
	text-align:center;
	font-weight:600;
	color:#888;
	margin:15px 0 20px; 
}
.number-input-fields{
	display:flex;
}
.number-input-fields input[type=text], #enter-otp-field input[type=text]{
	width:100%;
	padding:15px;
	outline:none;
	border:1px solid #ccc;
	border-radius:4px;
}
.number-input-fields input[type=text]:first-child{
	width:60px;
	margin-right:5px;
}
.verify-btn{
	margin-top:20px;
	font-weight:600;
}
#loading-gif-img{
	width:100%;
	text-align:center;
	display:none;
}
.optInput{
	display: flex;
}
.optInput input[type=text]{
	margin:0 25px 0 0;
	text-align: center;
}
.optInput input[type=text]:last-child{
	margin: 0;
}
/*profile details of user*/
.profile-left-sec{
	background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 8px;
}
.profile-left-sec .profile-pic{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 50%;
    background: #ccc;
    width: 150px;
    display: block;
    margin: 15px auto;
    min-height: 150px;
}
.profile-left-sec ul li{
	list-style:none;
	font-weight:600;
	text-align:center;
}
.profile-basic-info{
	background:#fff;
	box-shadow:0 0 15px #ccc;
	padding:20px 30px;
	border-radius:8px;
	margin-bottom:30px;
	border:1px solid #bdbdbd;
}
.profile-basic-info .profile-edit-btn{
	border:1px solid #bdbdbd;
	color:#008cff;
	background:#fff;
	padding:5px 20px;
	border-radius:100px;
	outline:none;
	position: absolute;
    top: 20px;
    right: 50px;
}
.profile-basic-info ul{
	margin:30px 0 0;
	padding:0;
	list-style:none;
}
.profile-basic-info ul li{
	border-top:1px solid #ccc;
	line-height:55px;
}
.profile-basic-info ul li:first-child{
	border:none;
}
.profile-basic-info ul li span._flf-tag-name{
	font-weight:500;
	width:160px;
	font-size:12px;
	text-transform: uppercase;
}
.profile-basic-info ul li span._flf-tag-info{
	font-weight:600;
	position: absolute;
	left:250px;
}
.profile-basic-info ul li span._flf-change-password{
	position: absolute;
    right: 50px;
    font-weight: 600;
    color:#008cff;
    cursor:pointer;
}
ul.profile-sub-menu{
    margin: 0;
    padding: 12px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 9;
    width: 100%;
    border-radius: 4px;
    top: 40px;
    left: 0;
    border:1px solid #bdbdbd;
    display:none;
}
ul.profile-sub-menu li{
	margin:0!important;
	line-height:35px;
}
ul.show-dp-menu{
	display:block!important;
}
.bking-container{
	padding: 0 0 20px;
    border-radius: 5px;
    margin-bottom: 20px;
	box-shadow:0 3px 2px -2px rgb(0 0 0 / 7%), 0 1px 5px 0 rgb(74 74 74 / 20%), 0 2px 2px 0 rgb(74 74 74 / 20%);
}
.bking-container .bkng-top-header{
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 20px 50px 20px 54px;
    position: relative;
    font-weight:600;
    font-size:1.2rem;
}
.bking-container .bnkg-body{
	padding:2rem 2.5rem 0;
}
.bking-container .bnkg-body .body-box p:last-child{
	font-size:13px;
	font-weight:600;
	color:#4a8bcd;
}
/*blog page*/
.blog-section{
	box-shadow: 0 0 15px #ccc;
	border-radius:6px;
	overflow:auto;
}
.blog-section .blog-title{
	padding:0 1.5rem 0;
}
.blog-section .blog-title .heading-4{
	font-size:2rem;
	font-weight:600;
	color:#333;
}
.blog-section .blog-content-sec{
	padding:1rem 1.5rem;
}
.blog-section .blog-details-strip{
	padding:1rem 1.5rem;
}
.blog-section .blog-details-strip ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog-section .blog-details-strip ul li{
	display:inline-block;
	margin-right:1rem;
	font-weight:600;
	color:#4a8bcd;
}
.blog-sidebar{
	box-shadow: 0 0 15px #ccc;
	border-radius:6px;
	overflow:auto;
	padding:1.5rem;	
}
.blog-sidebar .related-blog-title{
	font-weight: 600;
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding: 0 0 1.2rem;
}
.blog-sidebar .recent-post-container .recent-posts{
	border-bottom: 1px solid #eee;
    overflow: auto;
    padding-bottom: 1rem;
    margin-bottom: 15px;
}
.blog-sidebar .recent-post-container .recent-posts:last-child{
	border:none;
	margin:0;
}
.blog-sidebar .recent-post-container img{
	width:90px;
	height:80px;
	object-fit: cover;
	float:left;
	margin-right:1rem;
	border-radius:4px;
}
.blog-sidebar .recent-post-container .recent-post-title{
	font-weight:600;
	margin-bottom:15px;
	line-height:20px;
}
.blog-sidebar .recent-post-container .posted-date{
	color:#4a8bcd;
	font-weight:600;
	font-size:13px;
}
._flf-tp-stories-sec ._tp-heading{
	font-weight:600;
	margin-bottom:2rem;
}
._flf-tp-stories-sec ._flf-tp-str-box img{
	width:100%;
	height:150px;
	object-fit: cover;
	border-radius:4px;
}
._flf-tp-stories-sec ._flf-tp-str-box ._flf-st-title{
	margin:10px 0;
	font-weight:600;
	color:#444;
}
._flf-tp-stories-sec ._flf-tp-str-box ._flf-st-desc{
	text-align: justify;
	color:#222;
}
._flf-tp-stories-sec ._flf-tp-str-box a{
	text-decoration:none;
}
._flf-tp-stories-sec ._flf-tp-str-box:hover{
	margin-top:-5px;
	transition:0.5s;
}
/**/
.blog-box{
	box-shadow: 0 0 15px #ccc;
	border-radius:6px;
	overflow:auto;
	margin-bottom:2rem;
}
.blog-box:last-child{
	margin:0;
}
.blog-box img{
	width:100%;
}
.blog-box ._flf-box-container{
	padding:1rem;
}
.blog-box ._flf-box-container ._flf_blog_title_heading{
	font-size:1.5rem;
	font-weight:600;
	color:#333;
	margin:15px 0;
}
.blog-box ._flf-box-container ._flf-read-more-blog{
	background:#4a8bcd;
	margin-top:1rem;
	color:#fff;
	border:1px solid #4a8bcd;
	padding:10px 15px;
	border-radius:4px;
	text-transform: capitalize;
	transition:0.5s;
	outline:none;
}
.blog-box ._flf-box-container ._flf-read-more-blog:hover{
	background:#315e8c;
}
.blog-box ._flf-box-container ._flf-details-shown ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog-box ._flf-box-container ._flf-details-shown ul li{
	display:inline-block;
	margin-right: 1rem;
	font-weight: 600;
	font-size:14px;
	color:#4a8bcd;
}
.subscribe-section form{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.subscribe-section form .email-input-sec{
	width: 100%;
	padding: 0.7rem;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	outline: none;
}
.subscribe-section form .sub-btn{
	padding: 0.7rem;
	border: 1px solid #4a8bcd;
	background: #4a8bcd;
	color: #fff;
	border-radius: 0 4px 4px 0;
	outline: none;
}
.verticle-social-btn{
	padding: 1rem;
	margin-top: 1rem;
}
.verticle-social-btn ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: left;
}
.verticle-social-btn ul li{
	margin: 0 0.5rem;
}
.verticle-social-btn ul li a{
	background: #000;
	height: 45px;
	width: 45px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.5s ease;
}
.verticle-social-btn ul li a._facebook:hover{
	background: #516eab;
}
.verticle-social-btn ul li a._twitter:hover{
	background: #29c5f6;
}
.verticle-social-btn ul li a._insta:hover{
	background: #8a3ab9;
}
.verticle-social-btn ul li a._linkedin:hover{
	background: #0077b5;
}
/*-------------------------//end user profile sec------------------------*/
/*----------------------sitemap page-------------------------------------*/
ul.sitemap-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sitemap-list li{
	line-height: 30px;
} 
ul.sitemap-list li a{
	text-decoration: none;
	font-size: 13px;
	color: #505050;
} 
ul.sitemap-list li a:hover{
	color: #0054a5;
}
/* Form Fields for locations wise */
.location-wise-form-section{
	background:linear-gradient(top, #22507f, #8e664014);
	background:-webkit-linear-gradient(top, #22507f, #8e664014);
	height: 100%;
	padding: 1rem 1.5rem;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.location-wise-form-section h3.heading{
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 0.8rem;
	font-weight: 500;
}
.location-wise-form-section ._form-field{
	margin-bottom: 0.8rem;
}

.location-wise-form-section ._form-field label{
	font-weight: 500;
	color: #fff;
}
.location-wise-form-section ._form-field .input-text{
	width: 100%;
	border: 1px solid #ccc;
	outline: none;
	height: 45px;
	border-radius: 4px;
	padding: 1rem;
}
.location-wise-form-section ._form-field button{
	width: 100%;
	margin-top: 0.5rem;
	border: none;
	outline: none;
	padding: 0.8rem;
	border-radius: 4px;
	background: #4a8bcd;
	color: #fff;
	font-weight: 600;
}
/* End Form Fields for locations wise */

/* Package Guidelines */
.mySafetyBanner{
	border-radius: 6px;
    box-shadow: 0 1px 20px 0 rgb(130 130 130 / 50%);
    background-image: linear-gradient(92deg, #fff 11%, #ffeeed 102%);
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 10px 50px;
    color: black;
    margin-bottom: 3rem;
}
.covidBannerIcon {
    height: 30px;
    margin-right: 5px;
}
.makeFlex{
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.makeFlex p{
	margin: 0!important;
}
.makeFlex .flexOne{
	flex: 1;
}
ul.safety-points{
	margin: 0;
	padding: 0;
}
ul.safety-points li{
	position: relative;
	list-style: none;
	left: 30px;
	margin-bottom: 10px;
}
ul.safety-points li::before{
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: -20px;
	font-size: 12px;
	color: rgb(81 181 60);
	top: 4px;
	/*transform: translateY(-50%);*/
}
h5.safety-heading{
	margin:1rem 0 0.8rem
}

/* End Package Guidelines */

ul.package-inclusion{
	color:#fff;
	list-style: none;
	display: flex;
	margin:20px 0;
}
ul.package-inclusion li{
	margin-right:30px;
	text-align: center;
}
ul.package-inclusion li:last-child{
	margin: 0;
}

/*----------------------//sitemap page-----------------------------------*/
/*-------------------------@media query----------------------------------*/
@media only screen and (max-width:768px){
	._flf_our_testimonials ._testimonials_slider ._testi_content{
		width:100%;
	}
}
@media only screen and (max-width:480px){
	ul.package-inclusion{
		display: none;
	}
	.hrtlCenter{
		display: block;
	}
	.mySafetyBanner{
		padding: 1rem;
		margin-top: 1.5rem;
    	margin-bottom: 1.5rem;
	}
	.makeFlex{
		font-size: 1rem;
	}
	h5.safety-heading{
		font-size: 1rem;
	}

	.send-enquery-mobile-btn{
		display: block;
	}
	.owl-nav .owl-prev{
		left:0px;
	}
	.owl-nav .owl-next{
		right:0px;
	}
	.header-container{
		display: none;
	}
	.fixedHeader header.header-container{
		position: relative;
	}
	/*for package details mid form*/
	._query_form_section{
		display:none;
	}
	/*responsive menu design*/
	.responsive-mobile-container{
		background: #000;
	    min-height: 60px;
	    padding: 10px 20px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.responsive-mobile-container .fa-bars{
		color:#fff;
		cursor: pointer;
	}
	.responsive-mobile-container .responsive-log-sec{
		width:60%;
	}
	.responsive-mobile-container .responsive-log-sec img{
		width:80px;
	}
	#mobile-responsive-menu{
		position: fixed;
		background:rgba(0,0,0,0.7);
		top:0;
		width:0;
		height:100%;
		left:0;
		z-index: 9999999999999999;
		transition:0.2s;
		display:block;
		overflow: auto;
	}
	#mobile-responsive-menu .menu-container{
		background: #f5f4f4;
		bottom: 0;
		width: 75%;
		position: absolute;
		top: 0;
		height:100%;
		overflow:auto;
	}
	#mobile-responsive-menu .top-section{
        padding: 10px 15px 15px;
	    background: #f5f4f4;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    border-bottom: 1px solid #e2e2e2;
	}
	#mobile-responsive-menu .menu-container .login-signup{
		padding:15px;
		border-bottom:1px solid #e2e2e2;
	}
	#mobile-responsive-menu .menu-container .login-signup ul{
		margin: 0;
	    padding: 0;
	    list-style: none;
	    display: flex;
	    justify-content: space-between;
	}
	#mobile-responsive-menu .menu-container .login-signup ul li a{
		color:#222;
		text-decoration:none;
	}
	#mobile-responsive-menu .top-section img{
		width:50px;
	}
	#mobile-responsive-menu #close-menu{
		color: #222;
	    cursor: pointer;
	}
	#mobile-responsive-menu ul.mobile-menu{
		margin-top: 2rem;
    	margin-left: 1rem;
	}
	#mobile-responsive-menu ul.mobile-menu li{
		list-style: none;
    	line-height: 50px;
    	color: #222;
    	text-transform: capitalize;
    	position: relative;
    	cursor:pointer;
	}
	#mobile-responsive-menu ul.mobile-menu li a{
		list-style: none;
    	line-height: 50px;
    	color: #222;
    	text-transform: capitalize;
    	position: relative;
	}
	#mobile-responsive-menu ul.mobile-menu li img{
	    display: block;
	    margin-bottom: 2rem;
	    width: 50px;
	}
	#mobile-responsive-menu ul.mobile-menu li .fa-angle-right{
        position: absolute;
	    right: 25px;
	    top: 50%;
	    transform: translateY(-50%);	
	}
	#mobile-responsive-menu ul.mobile-menu li .fas,
	#mobile-responsive-menu ul.mobile-menu li .fab{
		color:#4a8bcd;
	}
	#mobile-responsive-menu .menu-container .footer-sec{
		padding:10px 15px;
	}
	#mobile-responsive-menu .menu-container .footer-sec p{
		margin:0;
	}
	._flf-expand-menubar{
		position:absolute;
		width:75%;
		top:0;
		left:0;
		bottom:0;
		background:#f5f4f4;
		overflow:auto;
	}
	._flf-expand-menubar ._flf-top-sec{
		padding:15px;
		border-bottom:1px solid #e2e2e2;
	}
	._flf-expand-menubar ._flf-top-sec .fa-angle-left{
		cursor:pointer;
	}
	._flf-expand-menubar ._flf-menu-list{
		padding:15px;
	}
	._flf-expand-menubar ._flf-menu-list ul{
		margin:0 0 2rem;
		padding:0;
		list-style: none;
	}
	._flf-expand-menubar ._flf-menu-list ul li{
		line-height:30px;
		text-transform:capitalize;
	}
	._flf-expand-menubar ._flf-menu-list ul li:first-child{
		font-size:1.1rem;
		margin-bottom:10px;
		color:#777;
	}
	._flf-expand-menubar ._flf-menu-list ul li a{
		color:#222;
		text-decoration:none;
	}
	#_flf-expand-honeymoon,
	#_flf-expand-family,
	#_flf-expand-short-break,
	#_flf-expand-holiday{
		display:none;
	}
	/*--visa page--*/
	._flf-applying-section ul.icon-display-type{
		display:block;
	}
	._flf-applying-section ul.icon-display-type li{
		margin-bottom:5rem;
	}
	/*end visa page*/
	/**/
	._flf_top_banner_section{
		min-height:150px;
		text-align:center;
	}
	._flf_top_banner_section ._heading_top_main{
		font-size:1.5rem;
	}
	._flf-filter-menu{
		display:none;
	}
	._details_table tbody tr td:first-child{
		color:red;
	}
	._details_table thead tr td:last-child{
		display:none;
	}
	._details_table thead tr td:nth-last-child(2){
		display:none;
	}
	._details_table tbody tr td:last-child{
		display:none;
	}
	._details_table tbody tr td:nth-last-child(2){
		display:none;
	}
	._flf-tour-package{
		padding-top:1rem;
	}
	._flf-package-card{
		min-height:250px;
	}
	._flf-pkg-pd{
		padding:0;
	}
	._flf-package-card{
		border-radius:5px;
		overflow:hidden;
	}
	._flf-package-card img{
		margin:auto;
		border-radius:5px;
	}
	._flf-package-card ._flf-card-content ._flf-heading{
		margin-top:15px;
	}
	._flf-package-card ._flf-card-content{
		position:relative;
		margin-left:auto;
	}
	._flf-package-card ._flf-package-price{
		position:relative;
	}
	._flf-min-heading{
		display:none;
	}
	ul._flf-itinerary{
		margin-top: 12px!important;
    	margin-bottom: 15px!important;
	}
	._flf-package-price{
		display:none!important;
	}
	._flf-days{
		display:none;
	}
	._flf-res-container{
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	._flf-res-container ._flf-resposive-price{
	    display: block;
	    color: #4a8bcd;
	    font-weight: 600;
	}
	._flf-res-container ._flf-resposive-price span{
		color: #ababab;
	    margin-left: 5px;
	    font-size: 11px
	}
	._flf-res-container ._flf-resposive-price p{
		font-size:11px;
		font-weight:500;
		margin-left:5px;
	}
	._flf-res-container ._flf-res-days span{
		border: 1px solid #508bc8;
	    padding: 5px 15px;
	    border-radius: 50px;
	    font-size: 12px;
	    background: #508bc8;
	    color: #fff;
	}
	._flf-res-container button{
		background: #508bc8;
	    border: none;
	    padding: 6px 18px;
	    color: #fff;
	    border-radius: 4px;
	    font-size: 14px;
	    outline:none;
	}
	._flf-card-content ul._flf-itinerary{
		/*border:none;*/
	}
	._flf-package-card ._flf-card-content ul._flf_includes{
		margin-top:0;
	}
	/*home page and search section*/
	.heading-3{
		font-size:1.5rem;
		margin-bottom:20px!important;
	}
	.section-basic{
		padding:2rem 0 1rem;
	}
	.section-differ{
		padding:2rem 0 1rem;
	}
	.container-wrapper{
		width:90%;
	}
	.flf_cat_sect .head-section{
		display:block;
	}
	.flf_cat_sect ._flf_filter_section .diff-category .checkbox{
		margin-top:15px;
		margin-left:0;
		margin-right: 10px;
	}
	.day-filter-list .filter-bar li{
		font-size:12px;
	}
	.day-filter-list .filter-bar li::after{
		left:-42%;
	}
	._flf_find_package ul._flf_tabs{
		display:none;
	}
	._flf_find_package ul._flf_tabs li{
		padding:15px 30px;
		margin-bottom:15px;
		font-size:1rem;
	}
	.custom-form{
		margin-top:0;
	}
	.img-center{
		display:none;
	}
	.flf_budget_range ul._flf_range{
		display:block;
	}
	.slider-banner{
		display:block;
		min-height:400px;
	}
	.main-banner-image{
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	.slider-banner ._flf-home-search .dropdown-container{
		display:block;
	}
	.dropdown-sec.dropdown-sec-respoisive{
		width:50%;
		float:left
	}
	.dropdown-sec.dropdown-sec-button{
		clear: both;
	}
	.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content{
		margin-bottom:10px;
	}
	.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content input[type=text],
	.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .label-content .select-drop,
	.slider-banner ._flf-home-search .dropdown-container .dropdown-sec button.home-search-btn{
		width:100%;
		height:50px;
	}
	.slider-banner ._flf-home-search .dropdown-container .dropdown-sec .dropdown-field{
		top:50px;
	}
	.slider-banner .banner_content_section{
		margin-top:1.5rem;
	}
	.slider-banner .banner_content_section .destination-heading{
		font-size:3rem;
	}
	.forex-sec{
		display:none;
	}
	._bottom_slider ._flf_content_conteiner{
		padding:1rem;
	}
	._bottom_slider ._flf_content_conteiner ._flf_slide_top ._flf_header{
		font-size:1.2rem;
		text-align:center;
	}
	._bottom_slider ._flf_content_conteiner ._flf_slide_top ._flf_content{
		display:none;
	}
	._bottom_slider ._flf_content_conteiner ._flf_slide_botton{
	    display:none;
	}
	._flf_range{
		display:none;
	}
	#_flf-price-range{
		display:none;
	}
	#_flf_range-responsive{
		display:flex;
	}
	ul#_flf_range-responsive li{
		font-size: 13px;
	    padding: 10px 10px;
	    text-align: center;
	    min-height: 90px;
	    border-radius: 4px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    margin-right: 10px;
	}
	#_flf-desktop-days{
		display:none;
	}
	#_flf-mobile-responsive-days{
		display:block;
	}
	#_flf-mobile-responsive-days .day-filter-list .filter-bar li{
		padding:10px 10px;
	}
	#_flf_desktop_hotel_fltr{
		display:none;
	}
	#_flf_mobile_hotel_fltr{
		display:block;
	}
	#_flf_mobile_hotel_fltr .day-filter-list .filter-bar li{
		padding:15px 0px;
		margin-right:5px;
	}
	._flf-mobile-link{
		color:#498bcd!important;
	}
	/*//end */
	/*package details page*/
	._flf-breadcrumb{
		display:none;
	}
	._flf-top-wrapper{
		display:block;
	}
	._flf-top-wrapper ._flf-contact-details{
		text-align:left;
	}
	._flf-itinerary ._flf-iti-timeline::before{
		left:0;
	}
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd),
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(even){
		float:left;
		padding-left:20px;
		width:100%;
	}
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd)::before,
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(even)::before{
		left:-4px;
	}
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(odd) ._flf-tit-days,
	._flf-itinerary ._flf-iti-timeline ul li:nth-child(even) ._flf-tit-days{
		top: -10px;
	    left: 14px;
	    padding: 5px 5px;
	    background:none;
	    color:#498bcd;
	    box-shadow: none;
	}
	._flf-contact-details ._flf-rating{
		display:none;
	}
	._flf-pricing-container{
		display:none;
	}
	.mobile-responsive-price-section{
	    display: block;
	    background: #fff;
	    padding: 15px;
	    border: 1px solid #ccc;
	    box-shadow: 0 0 5px #ccc;
	}
	.mobile-responsive-price-section ul._flf-incl{
		display:flex;
		justify-content: space-between;
		align-items: center;
		margin:0;
		padding:0;
		list-style: none;
	}
	.mobile-responsive-price-section ul._flf-incl li{
		display:flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-transform: capitalize;
		font-size:13px;
		color:#444;
	}
	.mobile-responsive-price-section .pricing-section p{
		margin:0;
		font-size:13px;
	}
	.mobile-responsive-price-section .pricing-section h3.heading-3{
		margin:5px 0!important;
		color:#4a8bcd;
	}
	.mobile-responsive-price-section .pricing-section h3.heading-3 .fa-rupee{
		font-size:20px;
	}
	.mobile-responsive-price-section .pricing-section h3.heading-3 span{
		font-size:15px;
		margin-left:5px;
		color:#666;
	}
	.mobile-responsive-price-section .pricing-section h3.heading-3 span .fa-rupee{
		font-size:14px;
	}
	.mobile-responsive-price-section .book-now-btn{
		border:none;
		background-color:#4a8bcd;
		width:100%;
		margin-top:10px;
		color:#fff;
		padding:10px;
		border-radius:4px;
	}
	._flf-responsive-contact-details{
		display:block;
		margin-top:15px;
	}
	._flf-responsive-contact-details ul{
		margin:0;
		padding:0;
		list-style: none;
		display:flex;
	}
	._flf-responsive-contact-details ul li,
	._flf-responsive-contact-details ul li button{
		width:100%;
	}
	._flf-responsive-contact-details ul li button{
		border:1px solid #4a8bcd;
		background:#fff;
		padding:10px;
		color:#4a8bcd;
		text-transform: capitalize;
		outline:none;
	}
	/*list popup form*/
	._flf-form-fixed ._form-section .close-btn{
		right:0;
	}
	/*//end package details page*/
	/*mobile package sort and filter section*/
	._flf-mobile-filter{
		display:block;
		background:#eee;
		border:1px solid #ccc;
	}
	._flf-mobile-filter ._flf-filter-section{
		display: flex;
	    justify-content: space-between;
	    padding:0;

	}
	._flf-mobile-filter ._flf-filter-section ._flf-short-by,
	._flf-mobile-filter ._flf-filter-section ._flf-filter-by{
		width: 100%;
	    padding: 15px;	
	}
	._flf-mobile-filter ._flf-filter-section ._flf-short-by{
		border-right:1px solid #ccc;
	}
	._flf-mobile-filter ._flf-filter-section ._flf-short-by .fas,
	._flf-mobile-filter ._flf-filter-section ._flf-filter-by .fas{
		color:#4a8bcd;
	}
	/*mobile filter fixed*/
	 ._flf-fixed-filter-sec{
	 	display:block;
	 	position:fixed;
	 	top:0;
	 	width:100%;
	 	z-index: 11;
	 }
	 ._flf-mobile-all-filter{
	 	position:fixed;
	 	background:#eee;
	 	width:100%;
	 	top:0;
	 	bottom:0;
	 	z-index: 99;
	 	padding:15px 20px 170px;
	 	display:none;
	 	overflow: auto;

	 }
	 ._flf-mobile-all-filter ._flf-filter-section ._flf-filter-tags{
	 	font-weight: 600;
	 	text-transform: capitalize;
	 	margin-bottom:1rem;
	 }
	 ._flf-mobile-all-filter ._flf-filter-section ul._flf-flt-list{
	 	list-style:none;
	 	margin:0;
	 	padding:0;
	 	/*display:flex;
	 	justify-content: space-between;*/
	 }
	 ._flf-mobile-all-filter ._flf-filter-section ul._flf-flt-list label{
	 	display:flex;
	 	align-items: center;
	 }
	  ._flf-mobile-all-filter ._flf-filter-section ul._flf-flt-list li{
	  	text-transform: capitalize;
	  	float:left;
	  	width:50%;
	  	font-size: 12px;
	  }
	 ._flf-mobile-all-filter ._flf-filter-section ul._flf-flt-list li input[type=checkbox]{
	 	margin-right:5px;
	 }
	 ._flf-mobile-all-filter ._flf-filter-apply{
 	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    padding: 10px;
	    background: #fff;
	    border: 1px solid #ccc;
	    box-shadow: 0 10px 15px #000;
	 }
	 ._flf-mobile-all-filter ._flf-filter-apply button{
	 	border: none;
	    outline: none;
	    background: #4a8bcd;
	    width: 100%;
	    padding: 10px;
	    color: #fff;
	    font-weight: 600;
	    border-radius:4px;
	 }
	 ._flf-mobile-all-filter ._flf-mobile-menu-top{
	 	display: flex;
	    align-items: center;
	    justify-content: space-between;
	 }
	/*end mobile filter*/
	/*//end*/
	/*footer*/
	.footer-container{
		text-align:center;
	}
	._flf-footer-bottom .logo-img::before {
	    content: '';
	    position: absolute;
	    height: 1px;
	    background: #eee;
	    transform: translate(-50%, 50%);
	    left: 53px;
	    right: 0;
	    top: 50%;
	}
	._flf-footer-bottom .logo-img::after{
		content: '';
	    position: absolute;
	    height: 1px;
	    background: #eee;
	    transform: translate(50%, -50%);
	    left: 116px;
	    right: 0;
	    top: 50%;
	}
	.footer-container .bottom-footer .inner-content{
		display:block;
	}
	.footer-container .bottom-footer .inner-content .copyright-sec {
	    font-size: 15px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.security-icons ul{
		justify-content:center;
	}
	/*razorpay button*/
	span.razorpay-payment-button.svelte-ohbfj8{
		display:none;
	}
	/*for package details page social media link*/
	.shareBtnForTop{
		display: none;
	}
	._flf-package-card ._flf-card-content ul._flf_includes li{
		font-size: 11px;
		font-weight: 600;
	}
	._flf-form-section ._form-st .display-date-section .display-date-label label, ._flf-form-section ._form-st .display-date-section ._flf-numof-days label{
		font-size: 14px;
	}

}
.save-cookie{
	padding: 1.5rem 2rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	display: none;
	z-index: 9;
	border: 1px solid #ddd;
	box-shadow: 0 15px 17px 0 #0000001a,0 17px 30px 0 #0000000f!important;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
.save-cookie .heading{
	color: #4a8bcd;
}
.save-cookie .cookie-content{
	display: block;
	align-items: center;
	justify-content: center;
}
.save-cookie .cookie-content button{
	min-width: 100px;
	padding: 10px;
	border-radius: 4px;
	background: transparent;
	border: 2px solid #111;
	outline: none;
	transition: 0.2s ease-in;
}
.save-cookie .cookie-content button.preference_btn{
	width: 320px;
}
.save-cookie .cookie-content button.preference_btn:hover{
	background: #111;
	color: #fff;
	border: 2px solid #111;
}
.save-cookie .cookie-content button.ok_btn{
	background: #111;
	color: #fff;
	border: 2px solid #111;
}
.save-cookie .cookie-content button.ok_btn:hover{
	background: transparent;
	border: 2px solid #111;
	color: #111;
}