.btn-primary.active, .btn-primary:active, .btn-xl.active, .btn-xl:active, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-xl {
	background-image: none
}
body {
	font-family: 'Lato', sans-serif;
	webkit-tap-highlight-color: #fed136;
	font-size: 15px;
	color: #454545;
}
body, html {
	height: 100%;
}
a.active, a:active, a:focus, a:hover {
	text-decoration: none;
}
a {
	color: #4ab0d9;
}
a:hover, a {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
mark {
	color: #000;
	background-color: #ff0;
}
p {
	font-size: 14px;
	line-height: 1.75
}
p.large {
	font-size: 16px
}
a, a.active, a:active, a:focus, a:hover {
	outline: 0
}
.img-centered {
	margin: 0 auto
}
.form-group {
	margin-bottom: 10px;
}
.btn-primary {
	color: #fff;
	background-color: #ff7400;
	border-color: #ff7400;
	font-size: 16px;
	border-radius: 0;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 20px;
}
.btn-warning {
	font-size: 16px;
	border-radius: 0;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 20px;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary, .btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover {
	color: #fff;
	background-color: #4ab0d8;
	border-color: #4ab0d8
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #fed136;
	border-color: #fed136
}
.btn-primary .badge {
	color: #fed136;
	background-color: #fff
}
.btn-xl {
	color: #fff;
	background-color: #fed136;
	border-color: #fed136;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px
}
.btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01
}
.btn-xl.disabled, .btn-xl.disabled.active, .btn-xl.disabled:active, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled], .btn-xl[disabled].active, .btn-xl[disabled]:active, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl, fieldset[disabled] .btn-xl.active, fieldset[disabled] .btn-xl:active, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover {
	background-color: #fed136;
	border-color: #fed136
}
.btn-xl .badge {
	color: #fed136;
	background-color: #fff
}
.navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #fec503
}
.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
	color: #594a42;
}
.navbar-custom .nav li:last-child a {
	padding-right: 0;
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-custom .navbar-toggle {
	background-color: transparent;
	border-color: transparent;
	font-size: 18px;
	color: #282828;
	float: left;
	border-radius: 0;
	margin: 0 15px 0 0;
	height: 61px;
	padding: 0 15px;
	line-height: 61px;
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: transparent;
	border-color: transparent;
	color: #282828;
}
.navbar-custom .nav li a {
	font-weight: 400;
	letter-spacing: 1px;
	color: #303030;
	line-height: 30px;
	font-size: 15px;
	padding: 20px 10px;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
	color: #ff7400;
	outline: 0;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
	color: #f1832e;
	background-color: transparent;
}
/*.navbar-default {
	background: rgba(248,248,248,0.9);
}*/

@media (min-width:768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar-right {
	margin-right: 0;
}
.navbar-custom {
	background-color: #fff !important;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: none
}
.navbar-custom .navbar-brand {
	width: 150px;
	height: 54px;
	margin: 8px 0;
	background: url(../image/logo.png) no-repeat left top;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background-size: 150px auto;
}
.navbar-custom .navbar-nav > .active > a {
	border-radius: 0
}
.navbar-custom.affix {
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	opacity: 1;
}
}
section {
	padding: 10px 0 0 0;
}

@media (min-width:768px) {
section {
	padding: 10px 0 0 0;
}
}
.btn {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.btn:hover {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.btn.active, .btn:active, .btn:active:focus, .btn:focus {
	outline: 0
}

::-moz-selection {
 text-shadow: none;
 background: #4ab0d8;
 color: #fff;
}
::selection {
	text-shadow: none;
	background: #4ab0d8;
	color: #fff;
}
img::selection {
	background: 0 0
}
 img::-moz-selection {
 background: 0 0
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: url(../image/dwn-arw.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
 .form-control::-webkit-input-placeholder {
 color: #898989;
}
 .form-control::-moz-placeholder {
 color: #898989;
}
 .form-control:-ms-input-placeholder {
 color: #898989;
}
 .form-control:-moz-placeholder {
 color: #898989;
}
.form-control {
	height: 45px;
	font-size: 15px;
	color: #898989;
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	font-weight: 300;
}
.form-control:focus {
	border: 1px solid #ff7400;
	box-shadow: none;
}
/*.checkbox label{
	padding-left: 0;
	display: inline;
}
.checkbox .checkbox__label:before {
	width: 18px;
	height: 18px;
	float: left;
	background-color: transparent;
	border: 1px solid #5f5f5f;
	margin-right: 10px;
	margin-top: 3px;
	content: "";
	text-align: center;
}
.checkbox label::before {
	display: none;
}
.checkbox input[type='checkbox'] {
	display: none;
}
.checkbox input[type='checkbox']:checked + span::before {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 13px;
}
.checkbox .checkbox__label {
	font-size: 12px;
}*/
.bg-grey {
	background: #eee;
}

@media only screen and (min-width : 481px) {
.flex-row.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-row.row:after, .flex-row.row:before {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
}
.flex-row .thumbnail, .flex-row .caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}
.flex-row .thumbnail {
	border: none;
	margin: 0 0 30px 0;
}
.flex-row .caption div.flex-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.flex-row img {
	width: 100%;
	height: auto;
}
.nav > li.disabled > a {
	color: #594a42 !important;
}
.top-header {
	display: block;
}
.top-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top-header li {
	display: inline-block;
	list-style-type: none;
	margin: 6px 8px;
	padding: 0;
	color: #ffffff;
	font-weight: 300;
}
.top-header li:last-child {
	margin-right: 0;
}
.top-header a {
	color: #4a4a4a;
}
.top-header a:hover {
	color: #ff7400;
}
.top-header i {
	color: #ccc;
	margin-right: 3px;
}
.top-header-in {
	min-width: 80px !important;
}
.top-header-in li {
	margin: 0 !important;
}
.top-header-in a {
	margin: 0 !important;
	padding: 1px 15px !important;
	font-size: 12px;
}
.top-menu-in a {
	margin: 0 !important;
	padding: 1px 15px !important;
	font-size: 13px !important;
}
.top-header .dropdown-menu li i {
	width: 20px;
	display: inline-block;
}
.top-header .dropdown-menu li {
	display: block;
}
.tagline {
	color: #277501;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.userdropdown{
	max-width: 150px;
	position: relative;
	float: right;
}
.userdropdown a{
	display: block;
}
.userdropdown a .user-dp{
	width: 25px;
	height: 25px;
	background: #eee;	
	border-radius: 50%;
	position: absolute;
	left: 0;
	text-align: center;
}
.userdropdown a .user-dp i{
	font-size: 18px;
}
.userdropdown a .user-dp img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #fff;
	border-radius: 50%;
}
.userdropdown a .caret{
	position: absolute;
	right: 0;
	top: 10px;
}
.username{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 0 30px;
}
.userdropdown.open>.dropdown-menu{
	background: #fff;
	margin-top: 5px;
	border-radius: 0;
	width: 250px;
}
.detail-block{
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	padding: 10px;
	background: #f7f7f7;
}
.img-block{
	-webkit-box: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -webkit-align-self: center;
    align-self: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ddd;
	padding: 2px;
}
.img-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
}
.content-block{
	-webkit-align-self: center;
    align-self: center;
	padding-left: 10px;
}
.userdropdown .dropdown-menu.top-header-in li .detail-block .content-block a.usr-nm{
	color: #4ab0d9;
	padding: 0 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	border-top: 0;
	background: none;
}
.userdropdown .dropdown-menu.top-header-in li .detail-block .content-block a.usr-nm:hover{
	color: #f67305;
}
.usr-ml{
	display: block;
	color: #454545;
	font-weight: 500;
	font-size: 13px;
}
.userdropdown .dropdown-menu li{
	display: block;
	
}
.userdropdown .dropdown-menu li a{
	display: block;
	font-size: 14px;
	padding: 10px 10px !important;
	border-top: 1px solid #eaeaea;
	color: #454545;
	background: #fff;
}
.userdropdown .dropdown-menu li a i{
	color: #454545;
}
.userdropdown .dropdown-menu li a:hover{
	background: #eee;
	color: #4ab0d9;
}
.userdropdown .dropdown-menu li a:hover i{
	color: #4ab0d9;
}


.bg-img {
	width: 100%;
	min-height: 790px;
	overflow: hidden;
	position: relative;
}
.bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.36);
	min-height: 790px;
	z-index: 1;
}
.text {
	max-width: 650px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.text h1 {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	font-family: 'Dancing Script', cursive;
}
.text p {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.forapp {
	margin-top: 10px;
}
.price-box {
	display: block;
	margin-top: 10px;
}
.price-box ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.price-box li {
	list-style-type: none;
	margin-right: 10px;
	display: inline-block;
	padding: 0;
}
.price-box-in {
	padding: 5px 15px;
	width: 150px;
	border-radius: 5px;
}
.price-box-in p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 28px;
	display: block;
}
.price-box-in strong {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 36px;
	display: block;
}
.bg-red {
	background-color: #872c20;
	opacity: 0.8;
}
.bg-black {
	background-color: #3f3f3e;
	opacity: 0.8;
}
.bg-blue {
	background-color: #3a98be;
	opacity: 0.8;
}
.forapp span {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 28px;
}
.circle-head {
	width: 257px;
	height: 257px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	display: block;
}
.circle-head:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 1;
}
.circle-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	bottom: 0;
	position: relative;
	left: 0;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.circle-head:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.circle-head .ovrly {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.circle-head:hover .ovrly {
	opacity: 1;
}
.imgtxt {
	font-size: 28px;
	line-height: 30px;
	position: absolute;
	z-index: 999;
	color: #fff;
	left: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	margin: 0 auto;
}
.imgtxt a {
	color: #fff;
}
.imgtxt a:hover {
	color: #fff;
	opacity: 0.5;
}
.greybox-main {
	display: block;
	height: 215px;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	overflow: hidden;
}
.hajj-content {
	width: 70%;
	float: right;
	padding-top: 0;
	background: #f9f9f9;
	/*-webkit-transform: skew(10deg, 0deg);
    -moz-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);*/
	position: relative;
	z-index: 5;
	height: 213px;
}
.hajj-content:before {
	content: '';
	background: #f9f9f9;
	-webkit-transform: skew(10deg, 0deg);
	-moz-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
	height: 100%;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	position: absolute;
}
.hajj-text {
	/*-webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);*/
	width: 100%;
	display: inline-block;
	position: relative;
}
.marg30px {
	margin-top: 30px;
}
.hajj-col-1 {
	width: 100%;
}
.hajj-img {
	position: absolute;
	left: 5px;
	top: 1px;
	width: 50%;
	height: 213px;
	overflow: hidden;
}
.hajj-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hajj-col-2 {
	width: 260px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.hajj-package-heading {
	padding: 10px 0;
}
.hajj-package-name {
	font-size: 18px;
	color: #277501;
	margin-top: 0;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hajj-content .pkg-hotel-detail {
	padding: 0;
}
.hajj-package-valid {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hajj-col-3 {
	width: 120px;
	float: right;
	padding: 0 10px;
	position: relative;
}
.hajj-col-3:before {
	content: '';
	position: absolute;
	left: 0;
	background: #e2e2e2;
	width: 1px;
	height: 225px;
}
.hajj-content .starting-price {
	margin: 57px 0;
}
.btn-hajj {
	font-size: 13px;
	width: 100%;
}
.hajj-main {
	margin-top: 25px;
	display: block;
}
.hajj-main > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.hajj-main > .row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hajj-all-htl {
	width: 195px;
	position: absolute;
	bottom: 1px;
	left: 5px;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 5px;
}
.hajj-all-htl .view-all-hotel a {
	color: #fff;
}
.sold-out {
	position: absolute;
	top: 1px;
	left: 5px;
	background: #ff2009;
	padding: 5px 10px;
	color: #fff;
	font-weight: 300;
}
.contact-bg {
	background: #fff;
}
.footer-link {
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
	display: block;
}
.footer-link li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}
.footer-link li a {
	font-size: 15px;
	color: #464646;
	font-weight: 300;
}
.footer-link li a:hover {
	color: #f1832e;
}
.newsletter-head {
	font-size: 20px;
	color: #464646;
	margin-bottom: 5px;
}
 .footerform .form-control::-webkit-input-placeholder {
 color: #898989;
 font-weight: 300;
}
 .footerform .form-control::-moz-placeholder {
 color: #898989;
 font-weight: 300;
}
 .footerform .form-control:-ms-input-placeholder {
 color: #898989;
 font-weight: 300;
}
 .footerform .form-control:-moz-placeholder {
 color: #898989;
 font-weight: 300;
}
.footerform .form-control {
	color: #898989;
	border-color: #cecece;
}
footer {
	padding: 0;
}
.copyright-bg {
	background: #4ab0d8;
	padding: 10px 0;
}
footer span.copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	display: block;
}
footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none
}
.footerlinking {
	background: #ffffff;
	padding: 20px 0;
}
.logo-social {
	padding: 20px 0;
}
.client-logo {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.client-logo li {
	display: inline-block;
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 0;
}
.sprite {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: url(../image/sprite.png) no-repeat left top;
}
.iata-logo {
	width: 97px;
	height: 81px;
	background-position: 0 0;
}
.atol-logo {
	width: 60px;
	height: 81px;
	background-position: -107px 0;
}
.hajj-organization-logo {
	width: 63px;
	height: 81px;
	background-position: -177px 0;
}
.logo-4-logo {
	width: 73px;
	height: 81px;
	background-position: -250px 0;
}
.abta-logo {
	width: 146px;
	height: 81px;
	background-position: -333px 0;
}
.digi-cert-logo {
	width: 75px;
	height: 81px;
	background-position: -489px 0;
}
ul.social-buttons {
	margin-bottom: 0;
	margin-top: 25px;
	margin-left: 0;
}
ul.social-buttons li {
	padding-left: 4px;
	padding-right: 4px;
}
ul.social-buttons li a {
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	outline: 0;
	text-align: center;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #ff7400;
}
.fb-color {
	background-color: #3b5998;
}
.twit-color {
	background-color: #55acee;
}
.li-color {
	background-color: #4473b8;
}
.gplus-color {
	background-color: #e3411f;
}
.yt-color {
	background-color: #ca3737;
}
.android-color {
	background-color: #1f8900;
}
.ios-color {
	background-color: #cf7224;
}
.title-heading {
	font-size: 30px;
	color: #464646;
	margin-bottom: 10px;
	margin-top: 0;
}
.heading-divider {
	width: 145px;
	height: 4px;
	background: #bfbfbf;
	display: block;
}
.orange-color {
	color: #ff7400;
}
.country-image {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.country-image img {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
.country-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
.country-image img {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.country-image .ovrly {
	background: rgba(255, 255, 255, 0.4);
	height: 100%;
	left: 125%;
	width: 170%;
	top: 0;
	position: absolute;
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.country-image .package-hover {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s 0.3s;
	-moz-transition: all 0.2s 0.3s;
	-o-transition: all 0.2s 0.3s;
	transition: all 0.2s 0.3s;
	opacity: 0;
}
.country-image:hover .ovrly {
	left: -35%;
}
.country-image:hover .package-hover {
	opacity: 1;
}
.package-detail {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.package-place {
	display: block;
	color: #fff;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.package-duration {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	line-height: 15px;
}
.package-hover {
	display: block;
	margin-top: 5px;
	width: 100%;
	float: left
}
.main-places {
	display: block;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #fff;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.main-places li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 2px 5px;
	border-right: 1px solid #fff;
}
.main-places li:last-child {
	border-right: none;
}
.price-starts-text {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.starts-price {
	width: 100%;
	display: inline-block;
	font-size: 30px;
	color: #fff;
}
.detail-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.our-service {
	display: block;
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;
}
.our-service li {
	width: 16.66666667%;
	display: inline-block;
	margin: 0 -2px;
}
.service-text {
	display: block;
	margin-top: 15px;
	color: #282828;
	font-size: 15px;
	font-weight: 300;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.service-icons {
	width: 65px;
	height: 65px;
	display: inline-block;
}
.price-guarantee {
	background-position: 0 -100px;
}
.customer-support {
	background-position: -70px -100px;
}
.total-customers {
	background-position: -140px -100px;
}
.secure-payment {
	background-position: -210px -100px;
}
.fast-booking {
	background-position: -280px -100px;
}
.company-since {
	background-position: -350px -100px;
}
.recommended-packages-bg {
	background: url(../image/package-bg/1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	padding-bottom: 15px;
}
.recommended-packages-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.container .recommended-main {
	margin-left: 0;
	margin-right: 0;
}
.white-text {
	color: #fff;
}
.recommended-main .package-section {
	display: block;
	margin-top: 25px;
}
.recommended-main .package-section > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.recommended-main .package-section > .row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.package-box {
	display: block;
	background: rgba(255,255,255,0.85);
	margin-bottom: 10px;
}
.package-heading {
	background: #4ab0d8;
	padding: 10px;
}
.package-name {
	font-size: 18px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}
a.package-name {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a.package-name:hover {
	color: #ff7400;
}
.package-valid {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pkg-hotel-img {
	width: 100%;
	height: 244px;
	overflow: hidden;
	position: relative;
}
.pkg-hotel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pkg-hotel-detail {
	padding: 10px;
}
.pkg-hotel-desc {
	display: block;
	margin-bottom: 10px;
}
.pkg-pad .package-name {
	margin-bottom: 0;
}
.htl-nm {
	color: #282828;
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.htl-area {
	color: #282828;
	font-size: 13px;
	display: block;
	margin-top: 3px;
}
.star-img {
	height: 10px;
	background-position: 0 -175px;
	vertical-align: top;
	display: block;
}
.nostar {
	width: 0;
	height: auto;
}
.nostarIndex {
	width: 0;
}
.star1 {
	width: 10px;
}
.star2 {
	width: 23px;
}
.star3 {
	width: 36px;
}
.star4 {
	width: 49px;
}
.star5 {
	width: 62px;
}
.starting-price {
	display: block;
	margin-top: 10px;
}
.from-start {
	color: #282828;
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.person-capacity {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	text-align: right;
}
.start-price {
	color: #f50000;
	font-size: 20px;
	font-weight: 600;
	display: block;
}
.start-pric-pkg {
	color: #f50000;
	font-size: 20px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}
.per-person {
	display: block;
	color: #282828;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
}
.view-all-hotel {
	position: relative;
}
.view-all-hotel a {
	font-size: 12px;
	color: #464646;
	display: block;
	position: relative;
	font-weight: 700;
}
.view-all-hotel a:hover {
	color: #4ab0d8;
}
.all-hotel {
	width: 450px;
	float: left;
	border: 1px solid #d1d1d1;
	position: absolute;
	top: 100%;
	left: -1px;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	z-index: 1000;
	display: none;
	transition: all ease 0.5s;
}
.is-active .all-hotel {
	opacity: 1;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.hotel-heading {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d1d1d1;
	padding: 15px;
	text-align: center;
}
.hotel-heading h4 {
	font-size: 15px;
	color: #3fa6d1;
	margin: 0;
}
.hotel-list {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.packagelist_hotel {
	padding: 0;
}
.HotelPlaceTxt {
	font-weight: 600;
	display: block;
}
.HotelList {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.HotelList li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 4px 0px 4px 18px;
	background: url(../image/hotel_icon.png) no-repeat left 3px;
	font-size: 13px;
}
.all-hotel:before {
	content: '';
	border-left: solid transparent 8px;
	border-right: solid transparent 8px;
	border-bottom: solid #d1d1d1 10px;
	height: 0;
	top: -10px;
	left: 20px;
	position: absolute;
	width: 0;
}
.all-hotel:after {
	border-left: solid transparent 8px;
	border-right: solid transparent 8px;
	border-bottom: solid #fff 10px;
	content: '';
	height: 0;
	top: -10px;
	left: 20px;
	position: absolute;
	width: 0;
	padding: 2px 0 0 0;
}
.viewall {
	margin-top: 10px;
}
.htl-main {
	display: block;
	position: relative;
	padding-left: 135px;
	min-height: 90px;
}
.htl-img {
	width: 135px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.htl-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.htl-dtl {
	display: block;
}
.htl-dtl a {
	background: #4a4744;
	display: block;
	padding: 10px;
}
.text-period {
	display: block;
	padding: 0px 10px 10px 10px;
	margin: 0;
	font-size: 13px;
	color: #4ab0d8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.pkg-start-from {
	display: block;
}
.pkg-start-text {
	font-weight: 700;
	font-size: 13px;
	display: block;
}
.pkg-start-from .per-person {
	display: inline-block;
	padding-left: 5px;
}
.person-icon {
	height: 18px;
	background-position: 0 -200px;
}
.person1 {
	width: 14px;
}
.person2 {
	width: 30px;
}
.person3 {
	width: 46px;
}
.person4 {
	width: 62px;
}
.inner-banner-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(74,71,68,0.5);
	height: 100%;
	opacity: 1;
	z-index: 1;
}
.inner-banner-bg {
	width: 100%;
	height: 335px;
	overflow: hidden;
	position: relative;
}
.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 30px;
}
.banner-text h2 {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	font-family: 'Dancing Script', cursive;
}
.img-banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.inner-banner-bg:hover .img-banner {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.banner-overlay {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(74,71,68,0.2);
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-banner-bg:hover .banner-overlay {
	opacity: 1;
}
.left-section {
	width: 100%;
	display: block;
	/*position: absolute;*/
	left: 0;
}
.guide-div {
	background: #5cb8dc;
	padding: 10px 15px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.hajj-icon {
	width: 30px;
	height: 30px;
	background-position: -99px -175px;
}
.umrah-icon {
	width: 22px;
	height: 30px;
	background-position: -134px -175px;
}
.ramadan-icon {
	width: 30px;
	height: 30px;
	background-position: -161px -175px;
}
.guide-text {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding-left: 10px;
	vertical-align: middle;
}
.guide-div:after {
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 9px;
	font-family: FontAwesome;
	font-size: 25px;
	color: #fff;
}
.guide-div:hover {
	background: #ff7400;
}
.inquiry-form {
	display: block;
	background: #f7f7f7;
	width: 100%;
	float: left;
}
.inquiry-package, .filter-package {
	padding: 10px;
}
.inquiry-heading, .filter-heading {
	font-size: 22px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 15px;
}
.package-title {
	background: #eaeaea;
	padding: 10px;
	font-weight: 300;
	color: #282828;
	margin: 0 0 10px 0;
}
.inquiry-package > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.inquiry-package > .row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.inquiry-package .form-control {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eaeaea !important;
	padding: 0 0 5px 0;
	font-weight: 300;
	height: auto;
	color: #787878;
	font-size: 14px;
}
.inquiry-package textarea.form-control, .contact-inquiry textarea.form-control {
	resize: vertical;
	height: auto;
}
 .inquiry-package .form-control::-webkit-input-placeholder {
 color: #787878;
}
 .inquiry-package .form-control::-moz-placeholder {
 color: #787878;
}
 .inquiry-package .form-control:-ms-input-placeholder {
 color: #787878;
}
 .inquiry-package .form-control:-moz-placeholder {
 color: #787878;
}
.box-heading {
	background: #eaeaea;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.checkbox-custom input[type=checkbox]{
	position: absolute;
	outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.checkbox-custom input[type=checkbox][disabled] + label:before{
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}


.checkbox-custom input[type=checkbox] + label{
	position: relative;
	cursor: pointer;
	padding-left: 23px;
	font-weight: 500;
	font-size: 14px;
	color: #282828;
}
.checkbox-custom input[type=checkbox] + label:before{
	position: absolute;
	left: 0;
	top: 3px;
	content: '';
	background: #fff;
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #cbcbcb;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border-radius: 2px;
}
.checkbox-custom input[type=checkbox] + label:after{
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #333333;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 10px;
	font-family: FontAwesome;
}
.checkbox-custom input[type=checkbox]:checked + label:after{
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}


.FullWidth {
	width: 100%;
}
.right-section {
	display: block;
}
.filter-div {
	background: #f7f7f7;
	padding: 10px 15px;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.filter-text {
	font-size: 22px;
	color: #282828;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
}
.filter-date {
	float: left;
	position: relative;
}
.date-input {
	background: #eaeaea;
	border-color: #eaeaea;
	padding: 6px 12px;
}
.filter-date i {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	color: #4ab0d8;
}
.price-range {
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}
.price-text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.range-slider {
	margin: 60px 0 0 0%;
}
.range-slider {
	display: table-cell;
	vertical-align: middle;
	width: 245px;
	position: relative;
}
.range-slider__range {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 10px;
	background: #4ab0d8;
	outline: none;
	padding: 0;
	margin: 0;
}
 .range-slider__range::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 15px;
 height: 20px;
 background: #fff;
 box-shadow: 2px 1px 5px rgba(0,0,0,0.2);
 border: 1px solid #ddd;
 cursor: pointer;
 -webkit-transition: background .15s ease-in-out;
 transition: background .15s ease-in-out;
 border-radius: 0;
}
 .range-slider__range::-moz-range-thumb {
 width: 15px;
 height: 20px;
 background: #fff;
 box-shadow: 2px 1px 5px rgba(0,0,0,0.2);
 border: 1px solid #ddd;
 cursor: pointer;
 -webkit-transition: background .15s ease-in-out;
 transition: background .15s ease-in-out;
 border-radius: 0;
}
.range-slider__value {
	display: inline-block;
	position: absolute;
	right: -100px;
	top: 3px;
	width: 80px;
	color: #282828;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	padding: 5px 10px;
	margin-left: 8px;
	border: 1px solid #ddd;
}


::-moz-range-track {
 background: #4ab0d8;
 border: 0;
}
 input::-moz-focus-inner, input::-moz-focus-outer {
 border: 0;
}
.hajj-package-listing, .holiday-packaage-listing {
	width: 100%;
	float: left;
}
.hajj-pkg-image, .holiday-pkg-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.hajj-pkg-image img, .holiday-pkg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hajj-price {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 25px;
	background: rgba(0,0,0,0.55);
	text-align: center;
}
.from-text {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.hajj-price-text, .holiday-price-text {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.hajj-price-text small, .holiday-price-text small {
	font-weight: 400;
	font-size: 15px;
}
.pkg-title {
	font-size: 20px;
	color: #4ab0d8;
	font-weight: 400;
	display: block;
	margin: 10px 0 5px 0;
}
.pkg-title:hover {
	color: #ff7400 !important;
}
.pkg-dur {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.hajj-pkg-htl {
	padding: 0 0 10px 0;
	border-top: 1px solid #f1f1f1;
	display: block;
}
.border-right {
	border-right: 1px solid #f1f1f1;
}
.pkg-hotel-info {
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
}
.pkg-hotel-info i {
	position: absolute;
	left: 0;
	top: 18px;
}
.hajj-icon-blk {
	width: 22px;
	height: 22px;
	background-position: -209px -175px;
}
.umrah-icon-green {
	width: 22px;
	height: 27px;
	background-position: -244px -175px;
}
.hajj-more-htl {
	text-align: center;
}
.hajj-more-htl a {
	color: #4ab0d8;
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
	display: inline-block;
}
.hajj-more-htl .all-hotel {
	margin-top: 10px;
}
.hajj-more-htl .hotel-list {
	text-align: left;
}
.hajj-more-htl .all-hotel:before {
	left: 50%;
}
.hajj-more-htl .all-hotel:after {
	left: 50%;
}
.facilities-div {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.facilities-icons {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.facilities-icons li {
	display: inline-block;
	margin-right: 18px;
}
.facilities-sprite {
	height: 22px;
	display: inline-block;
	background: url(../image/facilities-sprite.png) no-repeat 0 0;
}
.passport-ic {
	width: 14px;
	background-position: 0 0;
}
.plane-ic {
	width: 21px;
	background-position: -16px 0;
}
.transportation-ic {
	width: 23px;
	background-position: -39px 0;
}
.meal-ic {
	width: 21px;
	background-position: -64px 0;
}
.cooler-ic {
	width: 17px;
	background-position: -87px 0;
}
.facility-no {
	position: relative;
	width: 32px;
	height: 22px;
	opacity: 0.6;
}
.facility-no:before, .facility-no:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 24px;
	width: 2px;
	background-color: #333;
	top: 0;
}
.facility-no:before {
	transform: rotate(45deg);
}
.facility-no:after {
	transform: rotate(-45deg);
}
.sold-out-btn, .sold-out-btn:hover, .sold-out-btn:focus {
	background-color: #e1e1e1 !important;
	border-color: #e1e1e1 !important;
	color: #a0a0a0 !important;
	cursor: not-allowed;
}
.custome-text {
	padding-left: 100px;
}
.filter-package .filter-date {
	width: 100%;
}
.filter-package {
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
}
.filter-package .price-range {
	width: 100%;
	margin-left: 0;
}
.filter-package .price-range .range-slider .range-slider__value {
	right: 0;
	top: 25px;
}
.filter-package .filter-btn {
	margin-top: 45px;
}
.umrah-package-listing {
	position: relative;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
	padding-top: 15px;
}
.umrah-package-listing:first-child {
	padding-top: 0;
}
.umrah-package-listing:last-child {
	border-bottom: 0;
}
.umrah-hotel-image {
	width: 165px;
	height: 150px;
	position: relative;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	float: left;
}
.umrah-hotel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.umrah-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.75);
	color: #282828;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.umrah-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.umrah-content .pkg-title {
	color: #277501;
	margin-top: 0;
}
.umrah-content .facilities-icons li {
	float: left;
	margin-right: 10px;
	display: table;
	margin-top: 5px;
}
.umrah-htl-prc {
	overflow: hidden;
	zoom: 1;
}
.umrah-hotels {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.price-inner {
	width: 120px;
}
.umrah-price {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.umrah-hotels .htl-nm {
	white-space: normal;
	padding-right: 25px;
}
.umrah-hotels .pkg-hotel-info {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 15px 0 50px;
	margin-bottom: 10px;
}
.umrah-hotels .pkg-hotel-info i {
	left: 15px;
}
.umrah-hotels .pkg-hotel-info:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.umrah-price .from-text, .umrah-price .hajj-price-text {
	color: #282828;
}
.umrah-price .btn {
	margin-top: 15px;
	width: 100%;
}
.umrah-price .hajj-price-text small {
	display: block;
	line-height: 10px;
}
.sold-pkg.umrah-price .from-text, .sold-pkg.umrah-price .hajj-price-text {
	opacity: 0.5;
}
.umrah-package-listing .media, .umrah-package-listing .media-body {
	overflow: initial
}
.umrah-hotels .viewClick, .rmdn-hotels-info .viewClick {
	position: absolute;
	top: 0;
	right: 0;
}
.umrah-hotels .pkg-hotel-desc .all-hotel, .rmdn-hotels-info .pkg-hotel-desc .all-hotel {
	width: 250px;
	left: auto;
	right: 0;
	margin-top: 30px !important;
}
.umrah-hotels .pkg-hotel-desc .hajj-more-htl .all-hotel:before, .umrah-hotels .pkg-hotel-desc .hajj-more-htl .all-hotel:after, .rmdn-hotels-info .pkg-hotel-desc .hajj-more-htl .all-hotel:before, .rmdn-hotels-info .pkg-hotel-desc .hajj-more-htl .all-hotel:after {
	left: auto;
	right: 0;
}
.printing {
	display: block;
	margin-bottom: 10px;
}
.printing-list {
	display: table;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}
.printing-list li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #cccccc;
	padding: 0 15px;
	text-align: center;
}
.printing-list li:first-child {
	padding-left: 0;
	text-align: left;
}
.printing-list li:last-child {
	border-right: 0;
	padding-right: 0;
}
.printing-list li span {
	margin-right: 5px;
}
.printing-list li a {
	font-size: 22px;
	color: #282828;
}
.text-zooming {
	width: 22px;
	height: 22px;
	border: 1px solid #282828;
	border-radius: 100%;
	display: inline-block;
	font-size: 13px !important;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}
.gvnt-regulation {
	display: block;
	background: #f7f7f7;
	padding: 10px 25px 10px 10px;
	margin-bottom: 10px;
	position: relative;
}
.gvnt-regulation p {
	color: #ff7400;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 14px;
}
.gvnt-regulation span {
	display: block;
	font-size: 14px;
}
.gvnt-regulation span a {
	color: #4ab0d8;
	word-break: break-all;
}
.gvnt-regulation span a:hover {
	color: #ff7400;
}
.regu-close {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #282828;
}
.umrah-package-detail, .holiday-package-detail {
	display: block;
}
.umrah-pkg-title, .holiday-pkg-title {
	font-size: 30px;
	color: #282828;
	display: block;
	margin-top: 0;
}
.tabing-nav {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	background: #fff;
}
.scroll-to-fixed-fixed {
	border: 1px solid #dfdfdf;
	box-shadow: 0 3px 5px rgba(0,0,0,0.10);
	padding: 0 10px;
}
.tab-nav {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tab-nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0 3px;
	padding: 0;
}
.tab-nav li:first-child {
	margin-left: 0;
}
.tab-nav li a {
	color: #282828;
	line-height: 35px;
	border-bottom: 3px solid transparent;
	display: block;
	padding: 0 10px;
	font-weight: 600;
	font-size: 15px;
}
.tab-nav li:first-child a {
	padding-left: 0;
}
.tab-nav li a:hover, .tab-nav li.active a {
	color: #ff7400;
	border-bottom: 3px solid #ff7400;
}
.hotel-description {
	margin-top: 15px;
	display: block;
}
.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}
.panel:last-child {
	border-bottom: none;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 10px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-heading {
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	color: #fff;
	padding: 0;
	border-radius: 0;
}
.panel-group .panel-heading {
	border-bottom: 1px solid #dfdfdf;
}
.panel-title {
	font-size: 18px;
}
.panel-title a {
	display: block;
	color: #282828;
	padding: 10px 15px;
	position: relative;
	font-weight: 400;
}
.panel-body {
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	border-top: 0 !important;
	padding: 0;
}
.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
	content: "\f107";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	right: 5px;
	top: 10px;
	font-size: 18px;
	width: 20px;
	height: 20px;
	background: #4ab0d8;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 22px;
}
.panel-heading.active a:before {
	transform: rotate(-180deg);
}
.pkg-htl-main {
	display: block;
	padding: 15px;
}
.pkg-hotel-list {
	display: block;
	padding: 0;
}
.pkg-hotel-place {
	display: block;
}
.pkg-icon {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.pkg-hotel-place .htl-text {
	margin-left: 0;
	vertical-align: middle;
}
.hotel-listing {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hotel-listing li {
	margin: 15px 0;
	display: block;
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	font-weight: 600;
}
.hotel-listing li:last-child {
	margin-bottom: 0;
}
.hotel-listing li span {
	display: block;
	margin-bottom: 3px;
}
.hotel-listing li:before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	display: inline-block;
	color: #ff7400;
	left: 0;
	top: 3px;
	width: 30px;
	font-size: 18px;
}
.custome-table, .rmdn-tb {
	width: 100%;
	border-collapse: collapse;
}
.custome-table thead tr th, .rmdn-tb thead tr th {
	font-size: 14px;
	background: #dfdfdf;
}
.custome-table thead tr th, .custome-table tbody tr td, .rmdn-tb thead tr th, .rmdn-tb tbody tr td {
	padding: 5px;
	text-align: center;
}
.custome-table th, .rmdn-tb th {
	display: none;
}
.custome-table td, .rmdn-tb td {
	display: block;
}
.custome-table td:before, .rmdn-tb td:before {
	content: attr(data-th) "";
	font-weight: 600;
	width: 100%;
	display: inline-block;
	text-align: left;
}

@media (min-width: 640px) {
.custome-table td:before {
	display: none;
}
.hide-desktop {
	display: none !important;
}
.border-left {
	border-left: 1px solid #b2b2b2;
}
.border-left-white {
	border-left: 1px solid #fff;
}
}

@media (min-width: 640px) {
.custome-table th, .custome-table td {
	display: table-cell;
}
}

@media (max-width: 639px) {
.hide-mobile {
	display: none !important;
}
.custome-table thead tr th, .custome-table tbody tr td {
	text-align: left;
	padding: 5px 15px;
}
}
.custome-table {
	overflow: hidden;
}
.custome-table tr {
	border-color: #46637f;
}
.custome-table th, .custome-table td:before {
	color: #282828;
}
.two-sharing {
	width: 20px;
	height: 23px;
	background-position: -313px -174px;
}
.three-sharing {
	width: 25px;
	height: 23px;
	background-position: -338px -174px;
}
.four-sharing {
	width: 21px;
	height: 23px;
	background-position: -368px -174px;
}
.five-sharing {
	width: 27px;
	height: 23px;
	background-position: -394px -174px;
}
.six-sharing {
	width: 28px;
	height: 23px;
	background-position: -426px -174px;
}
.tab-section {
	display: inline-block;
	width: 100%;
}
.t-c {
	display: block;
}
.term-title {
	display: block;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 32px;
}
.inc-exc-list {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.inc-exc-list li {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.tc-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.tc-icon {
	width: 30px;
	height: 30px;
	background: #282828;
	display: table-cell;
	text-align: center;
	position: relative;
	vertical-align: middle;
	float: left;
}
.tc-list-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.passport-ic-white {
	width: 14px;
	background-position: 0 -30px;
}
.plane-ic-white {
	width: 21px;
	background-position: -16px -30px;
}
.transport-ic-white {
	width: 23px;
	background-position: -39px -30px;
}
.food-ic-white {
	width: 21px;
	background-position: -64px -30px;
}
.wm-ic-white {
	width: 17px;
	background-position: -87px -30px;
}
.ziyarat-ic-white {
	width: 24px;
	background-position: -106px -30px;
}
.insurance-ic-white, .default, .insurance {
	width: 18px;
	background-position: -130px -30px;
}
.accomodation-ic-white {
	width: 24px;
	background-position: -150px -30px;
}
.hajj-draft-ic-white {
	width: 22px;
	background-position: -176px -30px;
}
.mina-ic-white {
	width: 26px;
	background-position: -200px -30px;
}
.night-ic-white {
	width: 20px;
	background-position: -228px -30px;
}
.notes li {
	position: relative;
	padding-left: 30px;
}
.notes li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	background: #282828;
}
#hotel_distance {
	margin-top: 15px;
}
.hotel-image-slider {
	position: relative;
}
.carousel {
	margin-bottom: 10px;
}
.carousel-cell {
	width: 80%;
	height: 440px;
	margin-right: 10px;
	background: none;
}
.carousel-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
/* cell number */
.carousel-cell:before {
	display: none;
}
.carousel-div .carousel-cell:before {
	display: none;
}
.carousel-nav.flickity-enabled.is-draggable .flickity-viewport {
	cursor: pointer !important;
}
.carousel-nav .carousel-cell {
	height: 45px;
	width: 45px;
	margin-right: 5px;
}
.carousel-nav .carousel-cell:before {
	font-size: 50px;
	line-height: 80px;
}
.carousel-nav .carousel-cell.is-nav-selected {
	border: 2px solid #ff7400;
}
.carousel .flickity-prev-next-button {
	top: 0;
	bottom: 0;
	height: 100%;
	border-radius: 0;
	transform: none;
	width: 10%;
	background: rgba(255,255,255,0.85);
	transition: all ease 0.3s;
}
.carousel .flickity-prev-next-button:hover {
	background: rgba(255,255,255,0);
	transition: all ease 0.3s;
}
.carousel .flickity-prev-next-button.previous {
	left: 0;
}
.carousel .flickity-prev-next-button.next {
	right: 0;
}
.carousel .flickity-prev-next-button svg {
	width: 35%;
	left: 50%;
	transform: translateX(-50%);
}
.carousel .flickity-prev-next-button:hover .arrow {
	fill: #fff;
}
.last-more {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	background: #4ab0d8;
	display: block;
}
.last-more:hover {
	background: #ff7400;
}
.fancybox-button--share {
	display: none !important;
}
#images {
	display: none;
}
.padding-top {
	padding-top: 150px;
}
.aziziya-gallery {
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0;
}
.aziziya-gallery a {
	color: #4ab0d8;
	font-size: 15px;
	border-bottom: 3px solid #4ab0d8;
	padding-bottom: 10px;
	display: block;
}
.pricing-person-table {
	display: block;
	margin-bottom: 15px;
}
.inc-sec {
	display: block;
	margin-bottom: 15px;
}
.exc-sec {
	display: block;
	margin-bottom: 15px;
}
.hajj-exc {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hajj-exc li {
	display: inline-block;
	padding-right: 35px;
	float: left;
}
.itinerary-section {
	display: block;
}
.itinerary-section .thumbnail {
	background: #eee;
	padding: 15px;
	margin: 15px 0;
}
.iti-day {
	font-size: 20px;
	display: block;
}
.iti-dur {
	font-size: 13px;
	display: block;
	margin: 5px 0 10px 0;
}
.iti-desc {
	font-size: 13px;
	display: block;
}
.calendar-date {
	width: 100%;
	display: inline-block;
	margin: 30px 0 0 0;
}
.data-description {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.data-description li {
	width: 33.333333%;
	float: left;
	list-style-type: none;
	padding: 0 15px;
	text-align: center;
	position: relative;
}
.data-description li span {
	font-size: 15px;
	display: block;
	margin-top: 15px;
	padding: 0 25px;
}
.round {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid #277501;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}
.round:before {
	content: '';
	background: #277501;
	display: block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.data-description li:nth-child(2) .round {
	border-color: #ff7400;
}
.data-description li:nth-child(2) .round:before {
	background: #ff7400;
}
.data-description li:last-child .round {
	border-color: #4ab0d8;
}
.data-description li:last-child .round:before {
	background: #4ab0d8;
}
.data-description li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	border: 1px dashed #4ab0d8;
}
.data-description li:first-child:before {
	left: 50%;
}
.data-description li:last-child:before {
	right: 50%;
}
.for-pdf {
	display: block;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}
.for-pdf li {
	width: 350px;
	display: inline-block;
	list-style-type: none;
}
.for-pdf li a {
	background: #ff7400;
	color: #fff;
	padding: 15px;
	display: block;
	text-align: left;
	font-weight: 300;
	font-size: 15px;
	margin: 0 8px;
}
.for-pdf li a i, .for-pdf li a span {
	display: table-cell;
	vertical-align: middle;
}
.for-pdf li a i {
	font-size: 26px;
}
.for-pdf li a span {
	padding-left: 15px;
}
.for-pdf li a:hover {
	background: #4ab0d8;
}
.fc-toolbar h2 {
	font-size: 20px;
	font-weight: 500;
	color: #4ab0d8;
}
.fc-green {
	background-color: #277501 !important;
	border-color: #277501 !important;
}
.fc-orange {
	background-color: #ff7400 !important;
	border-color: #ff7400 !important;
}
.fc-blue {
	background-color: #4ab0d8 !important;
	border-color: #4ab0d8 !important;
}
.breadcrumb-div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: 0;
	border-radius: 0;
}
.breadcrumb {
	background: none;
	margin: 0;
}
.breadcrumb li a {
	color: #fff;
	font-weight: 300;
}
.breadcrumb li.active {
	font-weight: 600;
	color: #fff;
}
.full-page {
	width: 100%;
	display: block;
	background: url(../image/inner-banner/umrah-banner.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: fixed;
	overflow: auto;
}
.full-page:before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(249,249,249,0.9);
}
.page-wrap {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	display: table;
	position: relative;
}
.page-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.page-image {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.page-image img {
	width: 400px;
}
.error-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 185px;
}
.page-text {
	color: #caecfd;
	font-size: 55px;
	display: block;
	font-weight: 700;
	font-family: 'Dancing Script', cursive;
	line-height: 45px;
}
.error-text .text-muted {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
.content-head {
	font-size: 24px;
	display: block;
	color: #333;
	margin-bottom: 10px;
}
.page-para {
	font-size: 15px;
	line-height: 20px;
}
.error-list {
	display: block;
	list-style-type: none;
	padding: 0;
}
.error-list li {
	display: inline-block;
	padding: 3px 10px;
	margin: 4px 3px;
	border: 1px solid #ddd;
	background: #eee;
	font-size: 14px;
}
.error-list li i {
	margin-right: 10px;
}
.back-btn {
	margin-top: 15px;
}
.thanks-page .error-text {
	top: 208px;
}
.thanks-page .page-text {
	line-height: 55px;
}
.testimonials > .flex-row .thumbnail {
	padding: 50px 15px 15px 15px;
	border: 1px solid #eee;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-top: 5px solid #4ab0d8;
	position: relative;
	margin: 30px 0;
}
.testimonials > .flex-row .thumbnail:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	color: #4ab0d8;
	content: "\f10e";
	font-family: 'FontAwesome';
	font-size: 32px;
	font-style: normal;
	left: 50%;
	line-height: 60px;
	position: absolute;
	top: -30px;
	width: 60px;
}
blockquote {
	border: 0;
	padding: 0;
	font-size: 15px;
	margin: 0 0 30px 0;
}
.testimonial-user {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 20px;
}
.testimonial-date {
	display: block;
	font-size: 14px;
}
.testimonial-user i, .testimonial-date i {
	margin-right: 5px;
}
.about-us {
	display: block;
}
.about-section {
	display: block;
}
.about-image {
	width: 300px;
	height: 200px;
	display: table-cell;
	vertical-align: top;
}
.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-text {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	text-align: justify;
}
.about-right .about-text {
	padding-left: 0;
	padding-right: 15px;
}
.ramadan-package-listing {
	display: block;
}
.ramadan-pkg-info {
	display: block;
	list-style-type: none;
	padding: 0;
}
.ramadan-pkg-info > li {
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
	position: relative;
}
.ramadan-pkg-info > li .sold_out {
	background-color: rgba(170, 0, 0, 0.6);
}
.ramadan-title {
	width: 50%;
	text-align: left !important;
	background: #4ab0d8 !important;
	position: relative;
	height: 86px;
}
.ramadan-title:before {
	content: '';
	border-color: transparent transparent transparent #4ab0d8;
	border-style: solid;
	border-width: 43px 0 43px 30px;
	display: block;
	height: 100%;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}
.title-name {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rmdn-desc {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
	margin-left: 1.5px;
}
.people-sharing i, .people-sharing small {
	display: block;
}
.people-sharing i {
	margin: 0 auto;
	margin-bottom: 3px;
}
.people-sharing {
	border-right: 1px solid #d8d8d8;
}
th.people-sharing:nth-child(2), td.people-sharing:nth-child(3) {
	padding-left: 30px;
}
.people-sharing:last-child {
	border-right: 0;
}
.rmdn-tb thead tr th {
	background: #f7f7f7;
}
.rmdn-tb .title-name .devBlink {
	line-height: 14px;
	color: #ffb16f;
}
.rmdn-hotel {
	width: 35%;
	text-align: left !important;
	padding: 0 !important;
}
.rmdn-hotel .pkg-hotel-desc {
	margin-bottom: 0;
}
.rmdn-hotel > div {
	padding: 5px;
	border: 0;
}
.ramadan-pkg-info li table .facilities-icons li {
	display: inline-block;
	margin-right: 5px;
}
.ramadan-pkg-info li table .facilities-icons li.facility-no:before, .ramadan-pkg-info li table .facilities-icons li.facility-no:after {
	left: 10px;
}
.rmdn-price {
	font-size: 20px;
	font-weight: 500;
}
.rmdn-tb tbody tr {
	border-bottom: 1px solid #d8d8d8;
}
.rmdn-tb td > .facilities-div {
	margin-top: 0;
	text-align: left;
}
.border-left {
	border-left: 1px solid #d8d8d8;
}
.dtl-btn {
	padding: 5px 0 !important;
	text-align: right !important;
}
.package-rmdn-options .panel-body {
	background: #fff;
}
.rmdn-pkg-hotel {
	display: block;
	background: #e2e0e0;
	position: relative;
	padding: 45px 15px 15px 15px;
	text-align: center;
	margin-top: 35px;
}
.rmdn-pkg-hotel .pkg-hotel-info {
	padding-left: 0;
	padding-top: 0;
}
.rmdn-pkg-hotel .htl-nm {
	padding-top: 10px;
}
.rmdn-pkg-hotel .pkg-hotel-info .star-img {
	margin: 0 auto;
}
.rmdn-pkg-hotel .pkg-hotel-desc {
	margin-bottom: 0;
}
.rmdn-place-hotel {
	width: 70px;
	height: 70px;
	background: #277501;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	line-height: 67px;
}
.rmdn-pkg-hotel .rmdn-hotels-info .viewClick, .rmdn-pkg-hotel .rmdn-hotels-info .pkg-hotel-desc .all-hotel {
	top: -40px;
	right: -5px;
}
.rmdn-detail-price {
	display: block;
	position: relative;
}
.rmdn-detail-price:before {
	width: 142px;
	height: 188px;
	display: block;
	content: url(../image/price-tag.png);
	margin-top: -28px;
	margin-left: auto;
	margin-right: auto;
}
.rmdn-starts-price {
	display: block;
	position: absolute;
	top: 113px;
	left: 0;
	right: 0;
	text-align: center;
}
.rmdn-starts-text {
	display: block;
	font-size: 15px;
	color: #fff;
}
.rmdn-pkg-starts-price {
	display: block;
	font-size: 25px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}
.rmdn-pkg-dur {
	width: 30%;
	padding-left: 45px !important;
	background: #dfdfdf !important;
}
.rmdn-nights {
	width: 8%;
	background: #4ab0d8 !important;
	position: relative;
	color: #fff;
	font-size: 18px;
	height: 75px;
}
.rmdn-nights:after {
	content: '';
	border-color: transparent transparent transparent #4ab0d8;
	border-style: solid;
	border-width: 37px 0 37px 30px;
	display: block;
	height: 75px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}
.rmdn-row {
	border-bottom: 1px solid #fff !important;
}
.rmdn-row:last-child {
	border-bottom: 0 !important;
}
.rmdn-pkg-table thead tr th {
	background: #e8e8e8;
}
.rmdn-pkg-table tbody tr td {
	background: #f2f2f2;
}
.contact-inquiry {
	display: block;
	margin-top: 15px;
}
.contact-inquiry .form-control {
	border-color: #ddd;
	height: 35px;	
}
.contact-inquiry .form-control:focus{
	border-color: #ff7400;
}
.contact-inquiry .form-group>label{	
	font-weight: 400;
	display: block;
}
.field-require {
	color: #f00;
}
.offices {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.adress-list {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.adress-list li {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 0 60px;
	position: relative;
	min-height: 50px;
}
.adrs-icon {
	border: 1px solid #777;
	border-radius: 100%;
	font-size: 22px;
	margin-top: 7px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	color: #777;
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.titlde-list {
	margin-top: 13px;
	font-size: 15px;
	margin-bottom: 0;
	display: block;
}
a.titlde-list {
	word-break: break-all;
}
.bank-detail {
	display: block;
	margin: 0;
	padding: 0;
}
.sub-title {
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.other-offices {
	display: block;
}
.branches {
	display: block;
	margin-top: 15px;
}
.contact-section {
	border-right: 1px solid #eee;
}
.left-inner {
	padding: 0 30px 0 0;
}
.right-inner {
	padding: 0 0 0 30px;
}
.branches .thumbnail {
	border-right: 1px solid #eee;
	margin: 0;
	padding: 0 15px 0 0;
}
.branches .flex-row > [class*='col-']:last-child .thumbnail {
	border-right: 0;
}
.branches .thumbnail .adress-list li:first-child span.adrs-icon {
	margin-top: 15px;
}
.white-background {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	margin-bottom: 0;
}
.account-bg {
	height: 100%;
	background: #eee;
	display: table;
	width: 100%;
}
.account-bg .center-div {
	display: table-cell;
	vertical-align: middle;
}
.account-bg .page-wrap {
	padding: 20px 0;
	width: 700px;
	display: block;
	height: auto;
}
.page-main {
	background: #fff;
	padding: 0;
	display: block;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	position: relative;
}
.hv-ac{
	display: block;
	margin-top: 20px;
}
@media (min-width: 768px){
.page-main .flex-row.row > [class*='col-']{
	padding: 0;
}
	}
.page-main .contact-inquiry{
	padding: 30px;
}
.page-main .contact-inquiry .form-group{
	margin-bottom: 20px;
}
.login-logo {
	margin: 0 0 30px 0;
	display: block;
}
.login-logo img {
	width: 180px;
}
.left-blue .caption{
	height: 100%;
}
.left-blue-inner{
	height: 100%;
	display: table;
}
.mid {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px 30px 20px;
}
.our-service-list{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.our-service-list li{
	color: #fff;
	font-weight: 300;
	display: inline-block;
	margin: 15px 8px;
	min-height: 30px;
}
.srv-ic{
	width: 80px;
	height: 80px;
	background: #282828;
	text-align: center;
	display: block;
	line-height: 80px;
}
.srv-text{
	padding-top: 10px;
	display: block;
	font-size: 20px;
}
.lg-srv{
	width: 40px;
	height: 40px;
}

.lg-flt{background-position: 0 -225px}
.lg-htl{background-position: -45px -225px}
.lg-hldy{background-position: -90px -225px}
.lg-hajj{background-position: -135px -225px}
.lg-umrah{background-position: -180px -225px}
.lg-rmdn{background-position: -225px -225px}

.login-content {
	display: block;
	padding-bottom: 20px;
}
.mn-title {
	display: block;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 1.15;
	color: #4ab0d8;
}
.sb-title {
	display: block;
	font-size: 14px;
	line-height: 1.15;
}
.page-main .thumbnail {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	height: 100%;
}
.page-main .thumbnail .caption{
	height: 100%;
}
.page-main .thumbnail .contact-inquiry {
	margin-top: 0;
	padding: 0;
	height: 100%;
	display: table;
}
.page-main .thumbnail .contact-inquiry .form-group label{
	font-weight: 500;
}
.user-div {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.user-div i {
	font-size: 120px;
	color: #eee;
}
.full-btn {
	width: 100%;
}
.left-blue .thumbnail {
	background: rgb(74, 176, 216);
	display: block;
	padding: 0;
}
.height{
	height: 100%;
}
.social-title {
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	text-align: center;
}
.social-title:before {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	background: #ddd;
	top: 13px;
}
.login-with {
	display: inline-block;
	margin: 0 5px 0 0;
	border-radius: 0;
	width: 110px;
}
.login-with i {
	margin-right: 10px;
}
.social-title span {
	background: #fff;
	position: relative;
	padding: 0 7px;
	font-size: 15px;
	font-weight: 300;
}
.with-facebook {
	background: #4262a5;
	color: #fff;
	margin-bottom: 0;
}
.with-facebook:hover, .with-facebook:focus {
	background: #2b4c92;
	color: #fff;
}
.with-gplus {
	background: #dd4b39;
	color: #fff;
	margin-bottom: 0;
}
.with-gplus:hover, .with-gplus:focus {
	background: #b12c1b;
	color: #fff;
}
.sold_out {
	top: 19px;
	left: -55px;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	letter-spacing: .06em;
	background-color: rgba(170, 0, 0, 0.8);
	padding: 0.5em 0 0.4em 0;
	text-shadow: 0 0 0.75em #444;
	-webkit-text-shadow: 0 0 0.75em #444;
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	-webkit-transform: rotate(-45deg) scale(0.75, 1);
	-moz-transform: rotate(-45deg) scale(0.75, 1);
	transform: rotate(-45deg) scale(0.75, 1);
	z-index: 100;
	width: 180px;
}
.sold_out:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	border: 1px rgba(255,255,255,0.7) dashed;
	width: 100%;
	margin: 3px;
}
.sold_out b, .devBlink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}
 @-webkit-keyframes blinker {
 from {
 opacity: 1.0;
}
 to {
 opacity: 0.0;
}
}
 @-moz-keyframes blinker {
 from {
 opacity: 1.0;
}
 to {
 opacity: 0.0;
}
}
 @keyframes blinker {
 from {
 opacity: 1.0;
}
 to {
 opacity: 0.0;
}
}
.holi-dest-text {
	display: block;
	font-size: 22px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.desti-search-section {
	display: block;
}
.destination-search {
	display: block;
	padding: 7px 0;
	list-style-type: none;
	margin: 0;
}
.destination-search li {
	list-style-type: none;
	display: inline-block;
	margin-top: 5px;
	padding: 0 15px 0 0;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	color: #4a4744;
	font-size: 14px;
	font-weight: normal;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #9b9b9b;
}
input[type="radio"] + label span {
	background-color: transparent;
	position: relative;
}
input[type="radio"]:checked + label span {
	background-color: #4ab0d8;
}
input[type="radio"]:checked + label span:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
input[type="radio"] + label span, input[type="radio"]:checked + label span {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.desti-date {
	float: none;
}
.form-control.select-duration {
	background-color: #eaeaea;
	border-color: #eaeaea;
	padding: 6px 12px;
	background-position: 93% 50%;
}
.destination-search-btn .btn {
	height: 45px;
}
.holiday-packaage-listing .flex-row .thumbnail {
	border: 1px solid #e8e8e8;
}
.holiday-package-section {
	display: block;
}
.pkg-dur-desti {
	display: block;
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
	text-align: center;
}
.pkg-dur-desti li {
	display: inline-block;
	border-right: 1px solid #dedede;
	padding: 0 8px;
	margin: 0 -3px;
	color: rgba(141,141,141,0.8);
	font-weight: 300;
}
.pkg-dur-desti li:last-child {
	border-right: 0;
}
.pkg-dur-desti li i.fa-moon-o {
	color: #6f6e6d;
}
.pkg-dur-desti li i.fa-sun-o {
	color: #e6c50e;
}
.holiday-pkg-htl {
	padding: 0 0 10px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	margin-bottom: 10px;
}
.holiday-pkg-price {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.holiday-pkg-price .from-text {
	color: #333;
	font-weight: 300;
	font-size: 15px;
}
.holiday-price-text {
	color: #4ab0d8;
	font-weight: 700;
}
.recommended-holiday {
	display: block;
}
.recommended-holiday > .row > [class*="col-"] {
	margin-bottom: 30px;
}
.recommended-holiday img {
	width: 100%;
}
.holiday-package-summary {
	display: block;
	background: rgba(100,172,65,0.88);
	padding: 15px;
	margin-top: -90px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
	text-align: center;
}
.holiday-package-summary .holiday-pkg-price .holiday-price-text {
	font-size: 35px;
	color: #fff;
}
.holiday-package-summary .holiday-pkg-price .from-text {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
.for-pkg-contact {
	display: block;
	margin-top: 20px;
}
.easy-bk {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}
.btn-call {
	margin: 10px 0;
	border: 0;
	border-radius: 0;
}
.call-us-text {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.call-number {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.holiday-pkg-title {
	margin-bottom: 0;
}
.hld-dy-nt {
	display: block;
}
.holiday-full-overview {
	display: block;
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.holiday-full-overview li {
	position: relative;
	min-height: 65px;
	padding-left: 75px;
	display: block;
}
.holiday-full-overview li:before {
	content: '';
	position: absolute;
	left: 28px;
	border: 2px solid #ddd;
	height: 100%;
}
.section-icon {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #777;
	display: inline-block;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.section-icon.active {
	background: #4ab0d8;
}
.section-icon i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hld-ovw, .hld-htl-price {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.hld-ovw-img {
	width: 150px;
	height: 160px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.hld-ovw-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hld-ovw-desc {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.hld-ovw-desc .ovw-ttl {
	font-size: 15px;
	color: #ff7400;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	margin-top: 0;
}
.ovw-plc {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.hld-ovw p {
	line-height: 22px;
}
.hld-ovw > p:last-child {
	margin-bottom: 0;
}
.hld-htl-price {
	padding-bottom: 0;
}
.hld-htl-price .flex-row .thumbnail {
	background: #4ab0d8;
	border-radius: 0;
	padding: 15px;
	margin: 15px 0;
}
.htl-price {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.htl-room {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 16px;
}
.htl-per-pr {
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 10px;
}
.hr-line {
	margin: 0;
	padding-top: 15px;
}
.htl-room-desc {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.roomimg-div {
	width: 90px;
}
.room-img {
	width: 90px;
	height: 85px;
	overflow: hidden;
}
.room-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.room-name {
	display: block;
	font-weight: 700;
	color: #333;
}
.htl-rm-plc {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 5px;
}
.hotel-room.custome-table .room-description {
	text-align: left;
}
.hotel-room tr {
	border-bottom: 1px solid #dfdfdf;
}
.hotel-room tr:last-child {
	border-bottom: 0;
}
.room-description {
	padding-left: 10px !important;
}
.night-icon {
	display: block;
	text-align: center;
}
.night-icon i {
	font-size: 20px;
}
.htl-night {
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.htl-room-desc .panel-group {
	margin-bottom: 0;
}
.htl-room-desc .panel-group .panel:last-child {
	margin-bottom: 0;
}
.itinerary {
	display: block;
	margin: 0;
	padding: 0;
}
.day-section {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 30px;
}
.itinerary-place {
	position: relative;
	display: block;
	min-height: 55px;
}
.plc-hd {
	display: block;
	background: #f9f9f9;
	padding: 5px 5px 5px 70px;
	font-weight: 700;
}
.itinerary-place .ite-date {
	width: 55px;
	height: 55px;
	background: #e8e8e8;
	text-align: center;
	position: absolute;
	left: 0;
	top: -15px;
}
.itinerary-place .ite-date .daytext {
	display: block;
	height: 50%;
	font-size: 14px;
	line-height: 28px;
}
.itinerary-place .ite-date .daynum {
	display: block;
	height: 50%;
	font-size: 16px;
	line-height: 28px;
	color: #ef7832;
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.itinerary-place .ite-date:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: #fff #fff #dedede #dedede;
	background: #dedede;
	display: block;
	width: 0;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.2);
}
.hld-tc {
	padding-top: 15px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}
.hld-tc .inc-exc-list li {
	padding: 0;
	min-height: inherit;
	display: inline-block;
}
.hld-tc .inc-exc-list li:before {
	content: none;
}
.hl-acco {
	width: 22px;
	background-position: 0 -60px;
}
.hl-both-way {
	width: 22px;
	background-position: -27px -60px;
}
.hl-vehicle {
	width: 24px;
	background-position: -54px -60px;
}
.hl-vehicle-dsps {
	width: 22px;
	background-position: -83px -60px;
}
.hl-cruise {
	width: 22px;
	background-position: -110px -60px;
}
.hl-gst {
	width: 22px;
	background-position: -137px -60px;
}
.hl-exp {
	width: 24px;
	background-position: -164px -60px;
}
.hl-activity {
	width: 24px;
	background-position: -193px -60px;
}
.hl-weather {
	width: 22px;
	background-position: -222px -60px;
}
.hld-tc .inc-exc-list.notes li {
	padding-left: 30px;
}
.hld-tc .inc-exc-list.notes li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	background: #282828;
	border: 0;
}
.not-sec {
	border-bottom: 0;
	padding-bottom: 0;
}
.prayer {
	display: block;
}
.cl-dt {
	font-size: 25px;
	font-weight: 300;
	margin: 5px 0;
}
.prayer-table {
	position: relative;
	max-width: 100%;
}
.prayer-table-structure td {
	height: 1.5em;
	font-size: 13px;
	text-transform: capitalize;
	text-align: center;
	font-weight: 400;
}
.row-heading td:nth-child(1), .row-heading td:nth-child(3) {
	background: #287402;
}
.row-heading td:nth-child(2) {
	max-width: 85px;
}
.row-heading td:nth-child(2) {
	background: #369805;
}
.prayer-table-structure td {
	padding: .5rem .625rem .625rem;
}
.row-heading td {
	height: 1.4em;
	background: #f67305;
	font-size: .9em;
	font-weight: 400;
	color: #fefefe;
}
.row-heading td:nth-child(5), .row-heading td:nth-child(7), .row-heading td:nth-child(9) {
	background: #d25e00;
}
.row-td td:nth-child(1) {
	background: #287302;
	color: #fefefe;
}
.row-td td:nth-child(2) {
	background: #379707;
	color: #fefefe;
}
.row-td td:nth-child(3) {
	background: #287302;
	color: #fefefe;
}
.row-td td:nth-child(10), .row-td td:nth-child(4), .row-td td:nth-child(5), .row-td td:nth-child(6), .row-td td:nth-child(7), .row-td td:nth-child(8), .row-td td:nth-child(9) {
	border-bottom: 1px solid #f4f4f4;
	color: #333;
}
.row-td td:nth-child(5) {
	background: #f6f6f6;
}
.row-td td:nth-child(7) {
	background: #f6f6f6;
}
.row-td td:nth-child(9) {
	background: #f6f6f6;
}
tr.today-row-td td:nth-child(1), tr.today-row-td td:nth-child(3) {
	background: #39a900 !important;
	color: #fff !important;
}
tr.today-row-td td:nth-child(2) {
	background: #39a900 !important;
	color: #fff !important;
}
tr.today-row-td td {
	color: #fff !important;
	font-weight: 600;
	background: #39a900 !important;
}
tr.month-new td {
	background: #d2ebf5 !important;
	color: #333 !important;
}
.cl-select {
	width: 180px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 12px;
}
.cl-select:last-child {
	margin-right: 0;
}
.cl-div .select2-container {
	text-align: left;
}
.cl-div .form-control {
	border-color: #ddd;
	height: 35px;
	line-height: 35px;
}
.min-max {
	position: absolute;
	top: 22px;
	font-size: 12px;
}
.min {
	left: 0;
}
.max {
	right: 0;
}
.filter-btn.pull-right {
	margin-top: 5px;
}
.devFullWidthTitle {
	width: 100%;
	text-align: center;
}
#timeline .timeline-item:after, #timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
#timeline {
	width: 100%;
	margin: 30px auto;
	position: relative;
	padding: 0;
}
#timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #4ab0db;
	left: 50%;
	top: 0;
	position: absolute;
	z-index: 2;
}
#timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}
#timeline .timeline-item {
	margin-bottom: 15px;
	position: relative;
}
#timeline .timeline-item .timeline-icon {
	background: #4ab0da;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: 3;
}
#timeline .timeline-item .timeline-icon span.step-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}
#timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
	position: relative;
	top: 13px;
	left: 14px;
	font-size: 24px;
	color: #fff;
}
#timeline .timeline-item .timeline-content, .for-guide {
	width: 45%;
	background: #fff;
	padding: 30px 45px 20px 0;
	display: table-cell;
	vertical-align: middle;
}
#timeline .timeline-item.right-sec .timeline-content {
	padding: 30px 0 20px 45px;
}
#timeline .timeline-item .timeline-content h2 {
	padding: 8px 10px;
	background: #4ab0d9;
	color: #fff;
	margin: -20px 0 10px 0;
	font-weight: 300;
	font-size: 18px;
	position: relative;
}
#timeline .timeline-item .timeline-content h2:before {
	content: '';
	position: absolute;
	right: -7px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #4ab0da;
}
#timeline .timeline-item.right-sec .timeline-content h2:before {
	content: '';
	right: auto;
	left: -7px;
	border-left: 0;
	border-right: 7px solid #4ab0da;
}
.word-tip {
	display: block;
	margin-bottom: 10px;
}
.word-tip p {
	margin-bottom: 0;
}
.word-tip i {
	font-weight: 700;
	color: #333;
	display: block;
	margin-bottom: 5px;
}
#timeline .timeline-item .timeline-content.for-guide {
	padding: 0 0 0 45px;
}
#timeline .timeline-item.right-sec .timeline-content.for-guide {
	padding: 0 45px 0 0;
}
.guide-icons {
	display: block;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.guide-icons li {
	display: block;
	width: 33.33333%;
	padding: 0 15px 15px 15px;
	float: left;
}
.guide-image {
	display: block;
	margin: 0 auto;
}
.guide-name {
	display: block;
	font-size: 18px;
	padding-top: 15px;
}
#timeline .timeline-item .timeline-content.for-guide:before {
	content: none;
}

@media screen and (max-width: 767px) {
#timeline {
	width: 100%;
}
#timeline:before {
	left: 30px;
}
#timeline .timeline-item .timeline-content {
	width: 100%;
	padding: 30px 0 20px 80px !important;
	display: block;
}
#timeline .timeline-item .timeline-icon {
	left: 0;
	margin-left: 0;
}
#timeline .timeline-item .timeline-content h2:before {
	right: auto;
	left: -7px;
	border-left: 0;
	border-right: 7px solid #4ab0da;
}
#timeline .timeline-item .timeline-content.for-guide {
	padding: 0 0 0 80px !important;
}
}
.error {
	font-size: 11px;
	color: #ff4444;
	font-weight: normal;
}
.devCursor {
	cursor: pointer;
}
.devBlink {
	color: #ff7400;
	font-size: 12px;
}
#package_options .nav-tabs:after {
	clear: both;
}
#package_options .nav-tabs:after, #package_options .nav-tabs:before {
	display: table;
	content: " ";
}
#package_options .nav-tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#package_options .nav-tabs li {
	position: relative;
	display: block;
}
#package_options .nav-tabs > li > a {
	border-radius: 0;
	color: #454545;
	position: relative;
	display: block;
	padding: 10px 15px;
	border-color: #dfdfdf;
}
#package_options .nav-tabs > li:nth-child(odd) a, .tab-content .tab-pane:nth-child(odd) .panel-body {
	background: #f7f7f7;
}
#package_options .nav-tabs > li:nth-child(even) a, .tab-content .tab-pane:nth-child(even) .panel-body {
	background: #eee;
}
#package_options .nav-tabs > li.active > a, #package_options .nav-tabs > li.active > a:focus, #package_options .nav-tabs > li.active > a:hover, #package_options .nav-tabs > li > a:hover {
	color: #4ab0d8;
}
#package_options .nav-tabs > li.active:nth-child(odd) a, #package_options .nav-tabs > li.active:nth-child(odd) a:focus, #package_options .nav-tabs > li.active:nth-child(odd) a:hover {
	border-bottom-color: #f7f7f7 !important;
}
#package_options .nav-tabs > li.active:nth-child(even) a, #package_options .nav-tabs > li.active:nth-child(even) a:focus, #package_options .nav-tabs > li.active:nth-child(even) a:hover {
	border-bottom-color: #eee !important;
}
.fc td {
	background: #e7f7fd;
	color: #4ab0d8;
	font-family: 'Comic Sans MS';
	border-color: #cfebf9 !IMPORTANT;
}
.fc th {
	background: #4ab0d8;
	color: #fff;
	border-color: #4ab0d8 !IMPORTANT;
	font-family: 'Lato', sans-serif !important;
}
.requirement-icon {
	width: 22px;
	background-position: 0 -85px;
}
.guideline-icon {
	width: 22px;
	background-position: -27px -85px;
}
.notes-icon {
	width: 18px;
	background-position: -54px -85px;
}
.spcl-cond {
	display: block;
}
.spcl-cond p {
	margin-bottom: 0;
}
.spcl-cond .inc-exc-list {
	margin-top: 15px;
}
.term-condition {
	display: block;
}
.term-condition h4 {
	color: #4ab0d9;
}
.term-condition b {
	display: block;
}
.term-condition li {
	font-size: 14px;
	line-height: 1.75;
}
.term-condition h5 {
	color: #f67305;
	display: block;
}
.form-section {
	display: none;
}
.spcl-cond .inc-exc-list li span.tc-text {
	font-size: 14px;
}
.searchsection {
	display: block;
}
.searchsection .nav-tabs {
	background: none;
	border-bottom: 0;
	-ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-align: end!important;
    align-items: flex-end!important;
}
.searchsection .nav-tabs li a {
	color: #454545;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 0;
	border: 0;
	text-align: center;
	border-bottom: 5px solid transparent;
	background: #ffffff;
	-ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
	margin-bottom: 0;
	border-right: 1px solid #CACACA;
	transition: none;
}
.searchsection .nav-tabs>li.active>a, 
.searchsection .nav-tabs>li.active>a:focus, 
.searchsection .nav-tabs>li.active>a:hover {
	cursor: default;	
	border: 0;
	border-right: 1px solid #CACACA;
	border-bottom: 5px solid #f67305;
	padding-top: 30px;
}
.searchsection .nav-tabs>li.active>a i, 
.searchsection .nav-tabs>li.active>a:focus i, 
.searchsection .nav-tabs>li.active>a:hover i{
	color: #f67305;
}
.searchsection .nav-tabs>li.active>a span, 
.searchsection .nav-tabs>li.active>a:focus span, 
.searchsection .nav-tabs>li.active>a:hover span{
	color: rgba(60,60,60,1);
}
.searchsection .nav-tabs li a i {
	font-size: 34px;
	vertical-align: middle;
	display: block;
	color: rgba(60,60,60,0.5);
}
.searchsection .nav-tabs li a span {
	font-size: 18px;
	display: block;
	color: rgba(60,60,60,0.5);
	margin-top: 5px;
}
.searchcat_main {
	
	margin: 15px 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	
}
.searchcat_main .tabbable-line .nav-tabs>li{
	-ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
	margin-bottom: 0;
}
.tab-content{
	background: #ffffff;
	padding: 10px;
}
.search-area {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sr-wd {
	width: 25%;
	float: left;
	padding-right: 3px;
	position: relative;
	/*border-right: 1px solid #eee;*/
}
.in-ic{
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 16px;
	color: rgba(60,60,60,0.3);
	z-index: 1;
}
.sr-wd .form-control {
	background-color: transparent;
	font-weight: 300;
	height: 45px;
	border: 1px solid #CACACA;
	padding-left: 35px;
}
.sr-wd .filter-date {
	float: none;
}
.sr-wd .filter-date i {
	top: 20px;
}
.traveller-add{
	border: 1px solid #CACACA;
	position: relative;
	
}
.passenger {
	line-height: 30px;
	font-weight: 400;
	position: relative;
}
.passenger.form-control {
	height: 43px;
	padding-left: 35px;
}
.passenger.form-control:focus {
	border-color: transparent;
}
.passenger i {
	position: absolute;
	right: 5px;
	line-height: 35px;
}
.padding-none-left {
	padding-left: 0 !important;
}
.padding-none-right {
	padding-right: 0 !important;
}
.btn-search {
	padding-right: 15px;
	padding-top: 0px;
}
.btn-search .btn {
	width: 100%;
	height: 45px;
}
.guest-add {
	position: absolute;
	z-index: 1000;
	top: 100%;
	background: #fff;
	border: 1px solid #ddd;
	left: 0;
	right: 0;
	border-radius: 0 0 3px 3px;
	margin-top: 10px;
	display: none;
}
.guest-add:before, .guest-add:after {
	content: '';
	border-left: solid transparent 8px;
	border-right: solid transparent 8px;
	border-bottom: solid #ddd 10px;
	height: 0;
	top: -10px;
	right: 0;
	left: 0;
	position: absolute;
	width: 0;
	margin: 0 auto;
}
.guest-add:after {
	border-bottom: solid #fff 10px;
	padding: 2px 0 0 0;
}
.visiblediv {
	display: block;
}
.centerbox {
	/*overflow-x: auto;*/
	min-height: 25px;
	padding: 5px 15px;
	border-bottom: 1px solid #e1e1e1;
}
.titlename {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	width: 100%;
}
.counter {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.minus, .add {
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 0;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}
.minus {
	left: 0;
}
.add {
	right: 0;
}
.qty {
	border: none !important;
	width: 25px !important;
	padding: 2px !important;
	font-size: 16px !important;
	text-align: center !important;
	margin-left: 30px !important;
	margin-right: 30px !important;
	color: #767676 !important;
	line-height: 25px !important;
}
.buttons {
	padding: 5px;
}
.buttons .btn {
	font-size: 13px;
}
.buttons .cancel {
	float: right;
}
.htl-wd {
	width: 50%;
}
.hldy-wd {
	width: 75%;
}
.select2 {
	width: 100% !important;
}
.pkg-dura .select2-container--default .select2-selection--single {
	border: 0;
	background-color: transparent;
	border-radius: 0;
	height: 55px;
	line-height: 55px;
}
.pkg-dura .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding-left: 12px;
	padding-right: 12px;
	color: #898989;
}
.pkg-dura .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px;
	width: 30px;
}

.select2-container *:focus {
	outline: none !important;
}
.FlightHotel .coming-soon {
	padding: 5px;
	display: block;
	text-align: center;
}
.career-wrap {
	width: 800px;
	margin: 0 auto;
}
.career-wrap .term-title {
	color: #777;
}
.job-list-div {
	display: block;
	padding: 0;
}
.open-pos {
	font-size: 18px;
	color: #f67305;
}
.job-list {
	display: block;
	padding: 0;
	margin: 0;
}
.job-list:before, .job-list:after {
	content: '';
	display: table;
}
.job-list:after {
	clear: both;
}
.job-list .job-opening {
	display: block;
	padding: 20px;
	margin: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border: 1px solid #eee;
}
.job-item {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.job-item-image {
	-webkit-box: 0;
	-webkit-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	-webkit-align-self: auto;
	align-self: auto;
}
.item-icon {
	width: 150px;
	height: 150px;
	border: 2px solid #f67305;
	position: relative;
	line-height: 140px;
}
.item-icon .img-item {
}
.job-description {
	text-align: left;
	padding-left: 20px;
}
.job-title {
	font-size: 22px;
	margin: 0 0 8px 0;
}
.job-req {
	font-size: 15px;
	color: #777;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 5px;
	margin-right: 10px;
}
.job-req i {
	color: #777;
	display: table-cell;
	vertical-align: middle;
}
.job-req b {
	color: #777;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
}
.job-full-detail {
	color: #f67305;
	font-size: 15px;
	float: left;
	margin-top: 10px;
}
.job-full-detail:focus {
	color: #f67305;
}
.job-full-detail:after {
	content: "\f178";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 10px;
}
.job-full-detail i {
	padding-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.job-description .term-condition {
	font-size: 14px;
}
.morecontent {
	display: block;
}
.morecontent span {
	display: none;
}
.search-title {
	margin-top: 20px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	font-size: 50px;
}

.my-account{
	display: block;
	padding-top: 88px;
}
.account-left{
	background: #fff;
	padding: 0;
	border: 1px solid #ddd;
}
.profile-main{
	background: #4ab0d9;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.profile-image{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
}
.profile-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.pr-edt{
	position: absolute;
	right: 10px;
	bottom: -15px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #282828;
	display: block;
	text-align: center;
	line-height: 35px;
}
.pr-edt i{
	font-size: 16px;
	color: #fff;
}
.pr-edt:hover{
	background: #ff7400;
	border-color: #fff;
}
.pr-edt:hover i{
	color: #fff;
}
.bk-usr-dtl{
	display: block;
	margin: 15px 0 8px 0;
	text-align: center;
}
.bk-us-nm{
	display: block;
	color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.bk-us-em{
	display: block;
	color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
}
.left-nav-ac{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.left-nav-ac li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.left-nav-ac li a{
	display: block;
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	color: #454545;
}
.left-nav-ac li a:hover, .left-nav-ac li a.active{
	background: #eee;
}
.left-nav-ac li a i{
	width: 25px;
}
.account-right{
	display: block;
}
.ac-cover{
	display: block;
	margin-bottom: 15px;
	background: #fff;
	padding: 15px 15px 5px 15px;
	border: 1px solid #ddd;
}
.ac-title{
	color: #454545;
	margin: 0;
	font-weight: 400;
}
.radio-btn{
	margin-right: 5px;
}
.input-group-addon{
	background-color: transparent;
	border-radius: 0;
}
.resize{
	resize: vertical;
}
.tp-btn{
	display: block;
}
.nl-text{
	line-height: 20px;
	font-size: 15px;
}


.can-toggle {
  position: relative;
	width: 90px;
	float: right;
	margin-bottom: 5px;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: '';
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}

.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  /*content: attr(data-checked);*/
	content: '';
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #287402;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #287402;
	left: 5px;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #287402;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #287402;
}

.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.8);
}
.can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
          transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(44px, 0, 0);
          transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 22px;
  flex: 0 0 90px;
  border-radius: 0;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 11px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: -3px;
    left: -1px;
    border-radius: 0;
    width: 44px;
    line-height: 26px;
    font-size: 11px;
    border: 1px solid #ddd;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.tog-text{
	font-size: 14px;
	position: relative;
	padding-left: 22px;
	margin-top: 8px;
	display: inline-block;
}
.tog-text i{
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.file-upload {
  background-color: #ffffff;
	
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #09acff;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #09acff;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
	height: 130px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 2px dashed #c4c4c4;
  position: relative;
	padding: 10px 0;
	height: 130px;
	display: table;
	width: 100%;
}	

.image-dropping,
.image-upload-wrap:hover{
  border: 2px dashed #ff7400;
}

.image-title-wrap {
  padding: 0;
  color: #222;
	position: absolute;
	bottom: 8px;
	left: 10px;
	right: 10px;
}
.image-title-wrap b{
	color: #ffa4a5;
}

.drag-text {
  text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.drag-text i{
	color: #c4c4c4;
}
.drag-text p{
	color: #898989;
	font-size: 12px;
}

.drag-text h3 {
	font-size: 16px;
  color: #c4c4c4;
	margin: 10px 0 5px 0;
	font-weight: 400;
	line-height: normal;
}

.file-upload-image {
  height: 100%;
  width: 100%;
  margin: auto;
	object-fit: cover;
}

.remove-image {
  width: 100%;
  margin: 0;
  color: #fff;
  background: rgba(60, 181, 202, 0.8);
  border: none;
  padding: 5px;
  transition: all .2s ease;
  outline: none;
  font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}

.remove-image:hover {
  background: rgba(60, 181, 202, 1);
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.limit-size{
	display: block;
}
.limit-size p{
	line-height: 20px;
}

.no-booking{
	background: #f2f2f2;
	
}
.no-book{
	display: block;
}
.travel-img{
	width: 245px;
}
.no-book .ac-title{
	padding: 30px 0;
}

.booking-history{
	display: block;
}
.my-booking:after, .my-booking:before{
	content: '';
	display: table;
}
.my-booking:after{
	clear: both;
}

.my-booking{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.my-booking li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	background: #fff;
	width: 100%;
	float: left;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.booking-no{
	background: #eee;
	padding: 5px;
	margin-bottom: 15px;
}
.booked{
	font-size: 12px;
}
.booking-dtl{
	display: block;
	padding: 0 10px 10px 10px;
}
.bkg-dv{
	border-bottom: 1px  solid #eee;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.for-trp{
	width: 55px;
	float: left;
}

.label-text{
	display: block;
	font-size: 15px;
	color: #454545;
	font-weight: 400;
	margin-bottom: 10px;
}
.trp-plc{
	width: 30%;
	float: left;
	padding-left: 15px;
	
}

.trip-name{
	display: block;
}
.trp{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.trp i{
	padding: 0 5px;
}
.trp-dur{
	width: 30%;
	float: left;
	text-align: center;
}
.trp-dt{	
	display: inline-block;
	padding: 0 15px 0 0;
	width: 85px;
}
.trp-dt:last-child{
	padding-right: 0;
}

.trp-dt .itinerary-place .ite-date{
	top: auto;
	right: 0;
	margin: 0 auto;
}
.my-booking li .trip-name .itinerary-place{
	display: inline-block;
}
.trp-prsn{
	width: 30%;
	float: right;
}
.prsn-dv{
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}
.prsn-txt{
	display: block;
	font-size: 22px;
}
.psngr{
	margin: 7px 0;
	display: inline-block;
}
.psngr-dtl{
	display: none;
}
.more-table-dtl{
	margin-top: 15px;
}
.more-table-dtl thead tr th, .more-table-dtl tbody tr td{
	font-size: 13px;
	padding: 5px;
}
.more-table-dtl thead tr th{
	background: #eee;
}

.btn-more .btn{
	padding: 6px 10px;
}
.btn-more .btn i{
	font-size: 20px;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
	margin-left: 0;
}
.bk-ic{
	width: 22px;
	height: 22px;
}
.bk-plane{background-position: -426px -225px;}
.bk-hotel{background-position: -453px -225px;}
.bk-holiday{background-position: -480px -225px;}


.contentpage{
	display:block;
	margin:0;
	padding:15px 0;
	text-align:center;
}
.contentpage h3{
	display:block;
	margin:0;
	padding:0;
	font-size:25px;
	color:#ef7832;
	font-weight:700;
}
.contentpage p{
	display:block;
	margin:10px 0 0 0;
	padding:0;
}

.prdct{
	display:block;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	padding:0;
}
ul.prdctlist{
	display:block;
	list-style-type:none;
	margin:30px 0 0 0;
	padding:0;
	text-align:center;
}
ul.prdctlist li{
	width:20%;
	padding:0;
	list-style-type:none;
	display:inline-block;
	margin:0 -3px;
}
.ourprdct{
	width:150px;
	height:150px;
	display:block;
	border-radius:100%;
	background:#f3f3f3;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.prdcttext{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:40px;
	line-height:40px;
	background:#ed7832;
	color:#fff;
	letter-spacing:1px;

}
.common-sprite {
	background: url(../image/holiday-sprite.png) no-repeat 0 0;
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.prcticon{
	width:75px;
	height:75px;
	text-align:center;
	margin:18px auto;
}
.flicn{background-position:-192px -181px;}
.hticn{background-position:-267px -181px;}
.hlicn{background-position:-342px -181px;}
.bsicn{background-position:-417px -181px;}
.tricn{background-position:-492px -181px;}

.whyus{
	width:700px;
	margin:30px auto 0 auto;
}
.whyus .media-heading{
	font-size:24px;
	color:#ef7d3c;
	font-weight:bold;
}
.whyic{
	width:115px;
	height:115px;
}
.tw{background-position:0 -282px;}
.tb{background-position:-115px -282px;}
.oc{background-position:-230px -282px;}
.fw{background-position:-345px -282px;}

.whyus .media{margin-bottom:30px;}
.whyus .media-left{padding-right:20px;}
.whyus .media-body{vertical-align:middle}
.media-text{
	max-height:85px;
}

.trvl-div{
	border-radius: 50px;
	padding: 2px;
}
.trvl-ic{
	width: 40px;
	height: 40px;
	display: table-cell;
	background: #fff;
	border-radius: 50px;
	text-align: center;	
	vertical-align: middle;
	position: relative;
}
.trvl-text{
	color: #fff;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;	
}
.trvl-ic i{
	font-size: 22px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bl-bg{
	background-color: #4ab0da;
}
.ol-bg{
	background-color: #ff7400;
}
.grn-bg{
	background-color: #287402;
}

.blk-bg{
	background-color: #282828;
}
.bl-bg i{
	color: #4ab0da;
}
.ol-bg i{
	color: #ff7400;
}
.grn-bg i{
	color: #287402;
}
.blk-bg i{
	color: #282828;
}

.action-td-btn .btn{
	border-radius: 0;
	padding: 2px 7px;
}
.action-td-btn .btn i{
	width: 13px;
}
.table thead tr th, .table tbody tr td{
	font-size: 13px;
	vertical-align: middle;
}

.modal-content{
	border-radius: 0;
	border: 0;
}
.profile-picture{
	width: 30px;
	height: 30px;
}
.pf-img{
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #ddd;
}
.information{
	display: block;
}
.information .filter-date{
	float: none;
}
.information .filter-date i{
	top: 9px;
}
.input-group-btn .btn{
	border-radius: 0;
	height: 35px;
}
.information .contact-inquiry .input-group-btn{
	padding-left: 15px;
}
.bknw{
	padding: 6px 12px;
	font-size: 13px;
}
.book-dtl{
	display: block;
}
.book-dtl .media-object{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.book-dtl .media-heading{
	line-height: 20px;
	font-size: 15px;
}
.room-capa{
	padding: 5px;
	display: block;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	margin-top: 10px;
}
.room-capa .titlename{
	padding-right: 15px;
}
.room-capa .qty{
	line-height: 21px !important;
}
.padding-none{
	padding: 0 !important;
}
.modal-content{
	text-align: left;
}
.room-occupancy{
	font-weight: 700;
}
.price-count{
	display: block;
}

.summary{
	background: #fff;
	border: 1px solid #ddd;
}
.summary-dtl{
	background: #4ab0d9;
	position: relative;
}
.summary .inquiry-package{
	padding: 0;
}
.summary-image{
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: block;
}
.summary-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.summary .inquiry-heading{
	font-size: 18px;
	color: #fff;
	padding: 10px ;
	margin: 0;
	line-height: 22px;
}

.stay-dur{
	display: block;
	padding: 0 10px;
}
.stay-text{
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #f67305;
}
.stay-time{
	display: block;
	font-size: 13px;
}

.total-price{
	background: #282828;
	padding: 10px;
	margin-top: 10px;
}
.tl-txt{
	color: #fff;
}
.tl-prc{
	font-weight: 700;
	font-size: 18px;
	float: right;
	color: #fff;
}
.summary-process{
	display: block;
}
.sum-blk .term-title{
	margin-top: 0;
}
.sum-blk .table thead th{
	background: #eee;
}
.sum-blk .table{
	margin-bottom: 15px;
}

.gt{
	font-weight: 700;
	text-align: right;
}
.gta{
	color: #277501;
	font-weight: 700;
	font-size: 18px !important;
}
.guest-div{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.quatation-div{
	display: block;
}
.htl-dsc{
	display: block;
}

.rwd-table {
  margin: 1em 0;
  /*min-width: 280px;*/
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 767px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  
}

@media (max-width: 768px) {
	.tb-cb{
		float: right;
	}
	.tb-cb.checkbox-custom input[type=checkbox] + label{
	margin-top: -20px !important;
}
	.rwd-table.table-bordered > tbody > tr > td{
		border: none;
		border-bottom: 1px solid #ccc;
	}
	.rwd-table.table-bordered > tbody > tr > td:last-child{
		border-bottom: 0;
	}
	.res-bg{
		background: #eee;
	}
}
.rwd-table td:before {
  color: #454545;
}
.rt{
	display: block;
}
.tb-cb.checkbox-custom input[type=checkbox] + label{
	margin-top: -16px;
	display: block;
}
.hotel-grouping{
	width: 100%;
	display: inline-block;
}
.slct-al-ch{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.vehicle-detail{
	display: block;
	background: #e4e4e4;
	padding: 8px;
	border: 1px solid #ddd;
	border-bottom: 0;
}

.psngr-cap{
	border-right: 1px solid #ddd;
	padding-right: 5px;
	display: inline-block;
}
.psng-nm{
	font-size: 12px;
}
.cap{
	background-color: #fff;
	padding: 2px 5px;
	border: 1px solid #ddd;
	font-size: 12px;
	white-space: nowrap;
}
.baggage{
	display: inline-block;
	padding-left: 2px;
}

.transport-detail{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.transport-detail .rwd-table{
	margin-bottom: 0;
	margin-top: 0;
}

.transport-detail:nth-child(odd){
	background-color: #f7f7f7;
}
.transport-detail:nth-child(even){
	background-color: #eeeeee;
}

.popover-td{
	position: relative;
}
.popover-td .popover{
	min-width: 250px;
	max-width: 100%;
	border-radius: 0;
}
.popover-td .popover-content p{
	margin-bottom: 0;
	font-size: 12px;
}
.popover-td .popover-content hr{
	margin: 5px 0;
}

.pkg-cus-sm{
	display: block;
	margin-top: 20px;
}

.top-blue{
	background: #53B0DB;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.top-blue .navbar-nav>li a, .top-blue .top-header li a{
	padding: 0;
	color: #ffffff;
	font-weight: 300;
	
}
.top-blue .navbar-nav>li a:hover, .top-blue .top-header li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.top-blue .navbar-nav>li, .top-header li{
	color: #fff;
	font-weight: 300;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
	line-height: 30px;
}
.top-blue .navbar-nav>li:last-child, .top-header li:last-child{
	border-right: 0;
}
.top-blue .navbar-nav>li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.top-header li:last-child{
	padding-right: 0;
}
.top-header li{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.icon-round{
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	line-height: 18px;
}
.icon-round i{
	color: #53B0DB;
	font-size: 12px;
	margin-right: 0;
}
.hajj-sp-text{
	font-size: 20px;
	font-weight: 500 !important;
}
.SearchSectionMain{
	width: 100%;
	position: relative;
	display: table;
	height: 370px;
	background: url("../image/search-section-bg.png") no-repeat center top;
	background-size: cover;
	margin-top: 118px;
}
.vcenter{
	display: table-cell;
	vertical-align: middle;
}
.pkg-section{
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.hotel-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.htl-pkg-starts, #wowslider-container2 .ws-title-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto !important;
	height: 80% !important;
	padding: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.htl-pkg-txt, #wowslider-container2 .ws-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.pkg-nm, #wowslider-container2 .ws-title > span{
	font-size: 18px !important;
	color: #ffffff;
	margin: 0;
}
.pkg-starts{
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
}
.more-pkgs{
	padding: 0;
	display: block;
}
.hf-pkg-ht{
	height: calc(175px - 5px);
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}

@media (min-width: 992px){
	.pl-md-0{
		padding-left: 0 !important;
	}
	.pr-md-0{
		padding-right: 0 !important;
	}
	.pt-md-0{
		padding-top: 0 !important;
	}
	.pb-md-0{
		padding-bottom: 0 !important;
	}
	.pt-md-1{
		padding-top: 5px !important;
	}
	.pb-md-1{
		padding-bottom: 5px !important;
	}
}
.hldy-pkg{
	padding: 10px 0 0 0;
}
.mr-auto{
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1200px){
	.text-lg-right{
		text-align: right !important;
	}
}
.holiday-packages{
	margin-top: 15px;
}

.holiday-packages .carousel-cell{
	width: 16%;
	height: 200px;
	margin-right: 10px;
}
@media (max-width: 767px){
	.holiday-packages .carousel-cell{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.holiday-packages .carousel-cell{
		width: 33%;
	}
}
.holiday-packages .carousel .flickity-prev-next-button{
	height: auto;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
}


.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #CACACA;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 3px;
}

.autocomplete-items div {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #cacaca; 
}


.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}


.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.container-fluid{
	padding-right: 10px;
	padding-left: 10px;
}
.row{
	margin-left: -10px;
	margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 10px;
	padding-right: 10px;
}







.pkg-section-effect {
	background: #2f3238;
}

.pkg-section-effect img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.pkg-section-effect .more-detail{
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translate(-50%, -50%);
	left: -100%;
	text-align: center;
	transition: all ease 0.5s;
}


.pkg-section-effect .more-detail a {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background-color: transparent;
	color: #ffffff;
	text-transform: none;
	font-weight: 500;
	border-color: #ffffff;
}




.pkg-section-effect:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.pkg-section-effect:hover .more-detail {
	opacity: 1;
	left: 50%;
}

.cart{
	padding: 50px 0;
	text-align: center;
	display: block;
}
.bag-img{
	width: 220px;
}
.empty-txt{
	font-size: 25px;
	margin-top: 15px;
}