@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,900;1,800&family=Kalam:wght@300&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
  font-family:Muli;
  font-style:normal;
  font-weight:400;
  src:url(Muli-Regular.e1d13358c887fbfd.woff2)
}
@font-face {
  font-family:Muli;
  font-style:semi-bold;
  font-weight:600;
  src:url(Muli-SemiBold.4cd7ff692a34be3c.woff2)
}
@font-face {
  font-family:Muli;
  font-style:bold;
  font-weight:700;
  src:url(Muli-Bold.d6403970a71d2d62.woff2)
}
@font-face {
  font-family:Muli;
  font-style:extra-bold;
  font-weight:800;
  src:url(Muli-ExtraBold.ed19e23b6effb7b6.woff2)
}
@font-face {
  font-family:Muli;
  font-style:Light;
  font-weight:300;
  src:url(Muli-Light.562b04171cd6704c.woff2)
}
@font-face {
  font-family:Muli;
  font-style:extra-light;
  font-weight:200;
  src:url(Muli-ExtraLight.cfc1d61000644aa5.woff2)
}

body {
	color: #000;
    font-family: Muli,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.01em;
    background-color: #fff;
}

a {
	color: #dc3545;
}
a:hover {
	text-decoration: none;
}
.material-icons {
	font-size: inherit;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,.lead {
	color: #222;
	letter-spacing: normal;
	font-family: 'Jost', sans-serif;
}
.link {
    cursor: pointer;
    pointer-events: all;
}
@media (min-width: 1200px) {
.container-1000 {
	max-width: 1000px !important;
}}
.container {
    max-width:1195px;
  }
.details-title {
    position: relative;
    color: #000;
	font-size: 28px;
}
.service-title {
    position: relative;
    padding-bottom: 15px;
    color: #000;
	font-family: Kalam;font-size: 35px;line-height: 40px;padding-right: 20px;font-weight: 700;text-align:center;
}
.service-title span{ color: #ef5c17; }
.section-title {
    position: relative;
    padding-bottom: 15px;
    color: #222;
	font-size: 40px;line-height: 43px;font-weight: 600;text-align:left;
  font-family: 'Jost', sans-serif;
}
/*.section-title:before {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    background-color: #444;
    width: 100px;
}*/
.section-title span{ color: #ef5c17; }
.btn-light {
    background-color: #eff3f6;
    background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%);
    border-color: rgba(27,31,35,.2);
}
.btn-light:hover,.btn-light:focus,.btn-light:active {
    background-color: #e8eef3;
    background-image: linear-gradient(-180deg,#fafbfc,#e8eef3 90%);
    border-color: rgba(27,31,35,.4);
}
.btn-warning {
    background-color: #ffc107;
    background-image: linear-gradient(-180deg,#ffd042,#ffc107 90%);
    border-color: #dea805;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active {
    background-color: #f0b608;
    background-image: linear-gradient(-180deg,#ffd042,#f0b608 90%);
    border-color: #ce9b01;

}
.btn-danger {
    background-color: #dc3545;
    background-image: linear-gradient(-180deg,#e4616e,#dc3545 90%);
    border-color: #bb2e3c;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active {
    background-color: #bb2e3c;
    background-image: linear-gradient(-180deg,#dc3545,#bb2e3c 90%);
    border-color: #a02633;

}
.header {
	color: #fff;
	/*font-family: 'Asiyah Script';*/
	font-family: Kalam;
	font-size: 40px;line-height: 48px;font-weight: 700;
	text-shadow: 1px 1px #000;
}
.header span {
	color: #ef5c17;
}
.table thead th {
	color: #888;
    font-weight: 500;	
}
.btn {
	font-weight: 500;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
	text-decoration: none;
}

section.domestic-locations, section.international-locations {
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	/*padding-bottom: 120px;*/
}
.stuck {
  position:fixed;
  top:0;
}
#menu-top {
	width: 100%;
	z-index: 2;
}
#menu {
    position: relative;
	z-index: 999;
}
#menu .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-right: 1rem;
    padding-left: 1rem;
}
.destination-icon-lg {
	width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}
.destination-icon-lg::before {
	content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    height: 75px;
    width: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/hat.html);
}
.destination-info-bg {
	position: relative;
}
.bg-domestic {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.pt-8 {
	padding-top: 80px !important;
}
.pb-8 {
	padding-bottom: 80px !important;
}
.box-shadow {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.border-radius {
	border-radius: 5px;
}
.btn-lg.round {
	border-radius: 2rem;
    padding: 0.75rem 3rem;
    line-height: 2rem;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.14);
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.package-item-inter {
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    border-radius: 15px;
    /*min-height: 200px;*/
    margin-bottom: 2rem;
    background-color: #fff;
	padding: 20px;
	width:45%;
	display:inline-block;
	margin: 0 10px;
}
.package-item-inter:hover {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.package-item-offbeat {
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    border-radius: 15px;
    /*min-height: 200px;*/
    margin-bottom: 2rem;
    background-color: #fff;
	padding: 25px;
	width:47%;
	display:inline-block;
}
.package-item-offbeat:hover {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.off-ml{margin-left:20px;}
.off-mr{margin-right:20px;}


.package-item-weekend {
	position: relative;
	/*-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);*/
    overflow: hidden;
    /*border-radius: 15px;*/
    /*min-height: 200px;*/
    margin-bottom: 5rem;
    /*background-color: #fff;*/
	/*padding: 25px;*/
	width:100%;
	display:inline-block;
}
.package-item-weekend:hover {
	/*-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);*/
}
.package-item-weekend .about-con {padding: 20px 0 10px;}
.package-item-weekend .bg-reach {padding: 20px;background: #dbdbdb;border-radius: 5px;min-height: 200px;font-size: 14px;color: #000;margin-top: 15px;}
.package-item-weekend .bg-near {padding: 20px;background: #dbdbdb;border-radius: 5px;min-height: 200px;font-size: 14px;color: #000;line-height: 24px;margin-top: 15px;}
.package-item-weekend .wee-img {padding: 15px 15px;}
.package-item-weekend .wee-img img { border-radius: 5px;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);width:100%;height:auto; }

.package-item-weekend .about-con p{margin-bottom: 8px;}
.package-item-weekend .about-con ul{padding:0px 0 0 0px;display: inline-block;margin: 0;}
.package-item-weekend .about-con ul li{padding:1px 0 1px 5px;list-style: none;min-width:49.5%;float:left;}
.package-item-weekend .about-con ul li::before { content: "\f101";font-family: FontAwesome;display: inline-block;padding-right: 5px;}
.package-item-weekend .slide-wrap{width: 100%;margin:0px;}
.package-item-weekend .card{border:none;}

.package-item {
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    border-radius: 15px;
    /*min-height: 200px;*/
    margin-bottom: 2rem;
    background-color: #fff;
	padding: 25px;
}
.package-item:hover {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.package-item .package-image {
	width: 380px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.package-item .package-details {
	margin-left: 380px;
	padding:30px;
}
@media (min-width: 992px) {
	.nav-link-arrow {
	    opacity: 0;
	    pointer-events: none;
	    position: absolute;
	    -webkit-transition: opacity .3s;
	    transition: opacity .3s;
	    top: 30px;
	    left: 50%;
	    margin-left: -20px;
	    width: 40px;
	    height: 15px;
	    overflow: hidden;
	    z-index: 10;
	}
	.nav-link-arrow:before {
	    content: "";
	    position: absolute;
	    width: 14px;
	    height: 14px;
	    top: 7px;
	    left: 50%;
	    margin-left: -7px;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.17);
	    box-shadow: 0 0 10px rgba(0,0,0,.17);
	    background: #fff;

	}

	.navbar-nav .dropdown-menu {
		display:inline-block;
		opacity: 0;
		visibility: hidden;
	    border: none;
	    -webkit-perspective: 2000px;
	    perspective: 2000px;
	    transition: opacity .3s;
	    -webkit-transition: opacity .3s;
	    pointer-events: none;
	    background:none;
	    margin:0;
        padding:0; 
	}
	.navbar-nav .dropdown-menu .dropdown-content {
	    position: relative;
	    background: #000;
	    /*will-change: transform;
	    -webkit-transform-origin: 50% -50px;
	    transform-origin: 50% -50px;
	    -webkit-transform: rotateX(-15deg);
	    transform: rotateX(-15deg);
	    -webkit-transition: -webkit-transform .2s;
	    transition: -webkit-transform .2s;
	    transition: transform .2s;
	    transition: transform .2s,-webkit-transform .2s;*/
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.17);
	    box-shadow: 0 0 10px rgba(0,0,0,.17);
	    border-radius: 5px;padding: 25px;display: inline-block;
		
	}
	/*.domestic{left:-150px;width: 850px;}
	.international{left:-386px;width: 850px;}*/
	.domestic{width: 100%;}
	.international{width: 100%;}
	.navbar-nav .nav-item:hover .dropdown-menu, .navbar-nav .nav-item:hover .nav-link-arrow  {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	    color: #000;
	}
	.navbar-nav .nav-item:hover .dropdown-content {
		-webkit-transform: none;
	    transform: none;
	}
}
.fw-500 {
	font-weight: 500 !important;;
}
.fw-600 {
	font-weight: 600 !important;;
}
.fs-13 {
	font-size:13px !important;
}
.fs-14 {
	font-size:14px !important;
}
.fs-15 {
	font-size:15px !important;
}
.fc-333333 {
	color: #333 !important;
}
.text-black {
	color: #000 !important;
}
.inclusions i {
	text-align: center;
	border-radius: 50%;
	color: #ef5c17;
	cursor: pointer;
	pointer-events: all;
	display: inline-block;
	margin-right: 5px;
}
.inclusions .icon {
	display: inline-block;
	text-align: center;
  padding:10px 2px 5px;
  box-shadow: 0px 1px 7px 0 rgba(117, 117, 117, 0.6);
  margin: 4px;
  border-radius: 5px;
  width: 68px;
}
.inclusions .icon img{padding-bottom:2px;opacity: 0.8;}
.inclusions .text {
	display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #203554;
}
.inclusions .text i {
	font-size: 14px;
}
.inclusions.full .icon {
	max-width: none;
}
.inclusions.block .icon {
	display: block;
	text-align: left;
}
.inclusions.block .icon .text{
	display: inline-block;
	margin-left: 10px;
    font-size: 13px;
}
.list-group-item.active {
	background-color: #dc3545;
    border-color: #dc3545;
}
.package-details{color: #1e1e1e;font-weight: 300;font-size: 13px;}
#filters .card {
	border: none;
}

#filters .card-header {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
#filters .list-group-item {
	padding: .65rem 1.25rem;
	color: #888;
	font-size: 14px;
}
#filters .btn-link {
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.package-single .package-image {
	width: 100%;
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}
.package-single .package-image i {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
}
.itinerary-accordion .card {
	border: none;
}
.itinerary-accordion .card-header {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.itinerary-accordion .card-header a {
	color: #ef5c17;
    padding: 5px 20px;
    display: block;
}
.itinerary-accordion .card-header .day-count {
	float: left;
    line-height: 1;
    margin-right: 15px;
    background: #fbd9dc;
    width: 70px;
    text-align: center;
    padding: 6px;
    display: block;
}
.itinerary-accordion .card-header .day-count .day {
	display: inline-block;
	font-size: 16px;margin-right: 2px;
}
.itinerary-accordion .card-header .day-count .count {
	display: inline-block;
	font-size: 16px;
}
.itinerary-accordion .card-header .title {
	color: #484848;
	font-weight: 600;
    vertical-align: middle;
	letter-spacing: 0.2px;
}
.itinerary-accordion  .card-body {
	font-size: 16px;
  line-height: 24px;
  padding: 20px;
}
#packages {
	position: relative;
}
.preloader:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.75);
	background-image: url(img/preloader.html);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 150px;
	z-index: 1;
}
.preloader.preloader-static {
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 100px;
}
.preloader.preloader-sm {
	height: 100px;
	background-size: 80px;
}
.app-device {
    background-image: url(img/device.html);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 513px;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
}
.app-device img {
	border-radius: 3px;
}


#otp-input {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
#lead-form .bg-overlay {
    background-image: url(../../images/pop-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
#lead-form .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
#lead-form .ui-datepicker-unselectable {
    opacity: 0.25;
}
#lead-form .ui-state-active {
    font-weight: bold;
    color: #000;
}
#lead-form .ui-datepicker {
    width:100%;
}
#lead-form .ui-datepicker-next, #lead-form .ui-datepicker-prev {
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#lead-form .ui-datepicker-prev {
  background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
#lead-form .ui-datepicker-next {
  background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
#lead-form .list-group-item {
    font-family: 'Kalam';
    border-radius: 3px;
    margin: 0.5rem 0;
    border:none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    pointer-events: all;

    padding-right: 50px;
    background-size:8px 13px;
    background-repeat:no-repeat;
    background-position:95% center;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")

}
#lead-form .list-group-item:hover,#lead-form .list-group-item:focus,#lead-form .list-group-item:active {
    color: #fff;
    background-color: #ef5c17;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    outline: none;
}
#lead-form .list-group i{margin-top: 6px;}
#lead-form .icon-select {
    cursor: pointer;font-family: 'Kalam';
    pointer-events: all;
}
#lead-form .icon-select .icon-circle {
    width: 150px;
    height: 100px;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 10px;
}
#lead-form .icon-select:hover .icon-circle {
    background-color: #bdbdbd;
}
#lead-form .icon-select .icon-text {
    color: #333;
}
#lead-form .icon-select:hover .icon-text {
    color: #f40000;
}
#lead-form .subdestination-icon {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    display:block;
}
#lead-form #subDestinations .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f10b0b;
}
#lead-form #subDestinations .custom-checkbox .custom-control-input:checked~.custom-control-label .subdestination-icon  {
    border: 5px solid #f10b0b;
}
#lead-form #subDestinations .custom-control-label {
    position:relative;
}
#lead-form #subDestinations .custom-checkbox .custom-control-label::before {
    margin-top: 10px;
    height:2rem;
    width:2rem;
    border-radius:50%;
    background:none;
}
#lead-form #subDestinations .custom-checkbox .custom-control-input:focus~.custom-control-label::before, #lead-form #subDestinations .custom-checkbox .custom-control-input:active~.custom-control-label::before {
    box-shadow:none !important;
    border:none !important;
}
#lead-form #subDestinations .custom-checkbox .custom-control-label::after {
    height:2rem;
    width:2rem;
}
#lead-form #subDestinations .custom-control-label::after {
  margin-top: 10px;
}
#lead-form .modal-content {
	overflow: hidden;
}
.custom-control.custom-radio, .custom-control.custom-radio label {
	cursor: pointer;
	pointer-events: all;
	font-weight:500;
	color: #fff;
}
.input-group .list-group-item {
	padding-top:0;
	padding-bottom:0;

}
.input-group .custom-control.custom-radio label {
	padding-top:15px;
	padding-bottom:15px;
}
.input-group .custom-control-label::after, .input-group .custom-control-label::before {
	top:1.25rem;

}
.list-group.hover .list-group-item:hover {
	background-color: #eee;
	color:#000;
}
.popover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: none;
}
.popover-header {
    padding: .5rem .75rem 0 .75rem;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    background:none;
    border-bottom:none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.error .popover-header {
  color: #ca0000;

}
.popover-body {
    color: #777;
}
.spinner {
    animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.icon-block {
	margin-bottom: 30px;
}
.icon-block .icon {
	font-size: 32px;
	width: 50px;
	float: left;
	color: #f10b0b;
}
.icon-block .icon-text {
	margin-left: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;;
}
.icon-block .icon-text span {
	display: block;
	letter-spacing: normal;
	text-transform: none;
}
.md-input {
    position: relative;
    margin-bottom: 30px;
}
.md-input .md-form-control {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 2px solid #CACACA;
    box-shadow: none;
    width: 100%;
    outline: none;
}

.md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.md-input .bar::before {
    left: 50%;
}

.md-input .bar:after {
    right: 50%;
}

.md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.md-input .md-form-control:focus ~ label, .md-input .md-form-control:valid ~ label {
    top: -15px;
    font-size: 14px;
    color: #183D5D;
}
.md-input .bar:before, .md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #03A9F4;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
}
.modal-content {
	border: none;
	box-shadow: 0 0 1em 0 rgba(48,46,44,.15);
	border-radius: 20px;
}
.modal-backdrop.show {
	opacity: 0.25;
}
.form-control-lg+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 46px;
    font-size: 1.25rem;
    padding-left: 15px;
}
.form-control-lg+.select2-container .select2-selection--single {
	height: 48px;
}
#search-destination:focus {
    box-shadow:none;
    border-color:  #c5c5c5;
    outline: none;
    border-radius: 3px;
}
#search-destination.autocompleteopen {
    border-radius:3px 3px 0 0;
    border-bottom: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #555;
}
.ui-widget.ui-widget-content {
    border-radius: 0 0 3px 3px;
    padding: 10px;
    border-top: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #777;
    background: #999;
}
@media (max-width: 767px) {
.package-item  .package-image {
    width: 100%;
    height: auto;
    position: static;
}
.package-item .package-details {
    margin-left: 0;
    padding: 1.25rem;
}}
#footer {
	color: #bbb;
}
#footer ul {
    list-style: none;
    margin:0;
    padding:0; 
	width: 99%;
  display: inline-block;
}
#footer .domes ul {
    list-style: none;
    margin:0;
    padding:0; 
}
#footer .domes li { width:50%;float:left; }
#footer ul a {
    font-size: 16px;
}
#footer p {
    font-size: 16px;margin-bottom: 8px;display: flex;color:#FFF;
}
#footer a {
	color: #FFF;
}
#footer i {
  margin-right: 10px;
  color: #ffe60e;
  font-size: 18px;
  margin-top: 5px;
}
#footer .social-links-icon i {
  margin-top: 0px;
}
#footer .social-links-icon i {
  margin-right: 0px;
  color: #ffe60e;
  font-size: 12px;
}
.mobile-filter {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999999999999;background: #ff4838;color: #fff;border-radius: 50%;
}
@media (max-width: 991px) {
.mobile-filter {
    display: block;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr-open .btn.close-panel {
    display: block;
}
#filters {
    height: 100%;
    overflow: auto;
}
.sidr .accordion {
    box-shadow: none !important;
}
.sidr .accordion .card {
    border: none;
}
.sidr .accordion .card .card-header {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.side .list-group-item {
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width: 991px) {
.sidr {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff;
    color: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    padding: 20px;
}}
.btn.close-panel {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    display: none;
}
.btn-link {
	color:#444;
}
/* The device with borders */
.smartphone {
    position: relative;
    width: 360px;
    height: 640px;
    margin: auto;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
    overflow:hidden;
  }
  
  /* The horizontal line on the top of the device */
  .smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
  }
  
  /* The circle on the bottom of the device */
  .smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
  }
  
  /* The screen (or content) of the device */
  .smartphone .content {
    width: 360px;
    height: 640px;
    background: white;
  }
  #home-banner {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
#home-banner .strip {
    background-color: #e22f33;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
}
#home-banner .btn {
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
#home-banner .text {
    color: #000;
    font-weight: 500;
    max-width: 350px;
    margin: 0 auto;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #dc3545;
}
.swiper-button-next, .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid rgba(27,31,35,.2);
    color: #24292e;
    background-color: #eff3f6;
    background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right:0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left:0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100vw;
    height:100vh;
    text-align:center;
    z-index:9999;
    opacity:0;
    transition: all 0.2s ease;
}
#preloader>.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height:100vh;
}
#preloader.visible {
    opacity:1;
}

/*-------------------------------------------------*/
/* = DATE PICKER 
/*-------------------------------------------------*/
.ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
  box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.31);
  padding: 20px;z-index:99999;
}
.ui-widget-content {
  background: #ffffff;
  color: #333333;
}
 .ui-state-disabled {
     cursor: default !important;
     pointer-events: none;
}
 .ui-datepicker-prev {
     background: url('left-arrow.png') no-repeat center center;
     background-size: 12px;
}
 .ui-datepicker-next {
     background: url('right-arrow.png') no-repeat center center;
     background-size: 12px;
}
/* Icons ----------------------------------*/
 .ui-icon {
     display: inline-block;
     vertical-align: middle;
     margin-top: -.25em;
     position: relative;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
}
 .ui-widget-icon-block {
     left: 50%;
     margin-left: -8px;
     display: block;
}
/* Misc visuals ----------------------------------*/
 .ui-datepicker {
     padding: .2em .2em 0;
     display: none;
}
 .ui-datepicker .ui-datepicker-header {
     position: relative;
     padding: .2em 0;
}
 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
     position: absolute;
     top: -4px;
     width: 1.8em;
     height: 1.8em;
}
 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
     top: 1px;
}
 .ui-datepicker .ui-datepicker-prev {
     left: 2px;
}
 .ui-datepicker .ui-datepicker-next {
     right: 2px;
}
 .ui-datepicker .ui-datepicker-prev-hover {
     left: 1px;
}
 .ui-datepicker .ui-datepicker-next-hover {
     right: 1px;
}
 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
     display: block;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     top: 50%;
     margin-top: -8px;
}
 .ui-datepicker .ui-datepicker-title {
     margin: 0 2.3em;
     line-height: 1.8em;
     text-align: center;
}
 .ui-datepicker .ui-datepicker-title select {
     font-size: 1em;
     margin: 1px 0;
}
 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
     width: 45%;
}
 .ui-datepicker table {
     width: 100%;
     font-size: .9em;
     border-collapse: collapse;
     margin: 0 0 .4em;
}
 .ui-datepicker th {
     padding: .7em .3em;
     text-align: center;
     font-weight: 500;
     color: #aaaaaa;
     border: 0;
}
 .ui-datepicker td {
     border: 0;
     padding: 1px;
}
 .ui-datepicker td span, .ui-datepicker td a {
     display: block;
     padding: 9px;
     text-align: center;
     text-decoration: none;
     width: 40px;
     height: 40px;
}
 .ui-datepicker .ui-datepicker-buttonpane {
     background-image: none;
     margin: .7em 0 0 0;
     padding: 0 .2em;
     border-left: 0;
     border-right: 0;
     border-bottom: 0;
}
 .ui-datepicker .ui-datepicker-buttonpane button {
     float: right;
     margin: .5em .2em .4em;
     cursor: pointer;
     padding: .2em .6em .3em .6em;
     width: auto;
     overflow: visible;
}
 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
     float: left;
}
/* with multiple calendars */
 .ui-datepicker.ui-datepicker-multi {
     width: auto;
}
 .ui-datepicker-multi .ui-datepicker-group {
     float: left;
}
 .ui-datepicker-multi .ui-datepicker-group table {
     width: 95%;
     margin: 0 auto .4em;
}
 .ui-datepicker-multi-2 .ui-datepicker-group {
     width: 50%;
}
 .ui-datepicker-multi-3 .ui-datepicker-group {
     width: 33.3%;
}
 .ui-datepicker-multi-4 .ui-datepicker-group {
     width: 25%;
}
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
     border-left-width: 0;
}
 .ui-datepicker-multi .ui-datepicker-buttonpane {
     clear: left;
}
 .ui-datepicker-row-break {
     clear: both;
     width: 100%;
     font-size: 0;
}
/* RTL support */
 .ui-datepicker-rtl {
     direction: rtl;
}
 .ui-datepicker-rtl .ui-datepicker-prev {
     right: 2px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next {
     left: 2px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-prev:hover {
     right: 1px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next:hover {
     left: 1px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane {
     clear: right;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
     float: left;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
     float: right;
}
 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
     border-right-width: 0;
     border-left-width: 1px;
}
/* Icons */
 .ui-datepicker .ui-icon {
     display: block;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
     left: .5em;
     top: .3em;
}
.ui-state-default, .ui-widget-content .ui-state-default{border: 0px solid #b4b4b4;
background: #f6f6f6;
font-weight: normal;
color: #4f4f4f;}

.p-t-60{padding-top:80px;}
.p-b-60{padding-bottom:80px;}
.p-b-50{padding-bottom:50px;}
.p-t-50{padding-top:50px;}
.p-t-40{padding-top:40px;}
.p-b-40{padding-bottom:40px;}
.m-t-70{margin-top:70px;}
.lead {font-size: 15px;line-height: 20px;min-height: 120px;}
.p-25{padding:25px;}
.p-tb-40{padding:40px 0;}
.client-say{color: #203554;font-size: 45px;font-weight: 300;font-family: 'Asiyah Script';}
.client-say span{color: #ef5c17;}
.footer-banner{width:100%;}
.footer-banner img{width:100%;}
.footer-home-bg{background:#344262;background-image: url(../../images/connect-pattan.png); background-repeat: repeat;}
#footer h6{padding-bottom: 10px;font-size: 20px;}
.social-links-icon{margin-top: 20px;}
.social-links-icon a {width: 37px;height: 37px;display: inline-block;text-align: center;border: 1px solid #ffe60e;padding: 4px;border-radius: 50%;margin-right: 10px;}
.social-links-icon i{color: #ffe60e !important;font-size: 17px !important;padding: 5px;}
.single-counter-up-item {font-size: 18px;color: #203554;font-weight: 600; box-shadow: 0 0 50px rgba(0, 0, 0, .1);padding: 30px;min-height: 218px;border-radius: 4px;}
.single-counter-up-item-image {height: 65px;}
.single-counter-up-item h1 {font-size: 40px;font-weight: 700;color: #FB994A;margin-bottom:5px;}
.single-counter-up-item h3 {font-size: 21px;font-weight: 600;color: #FB994A;margin-bottom:20px;}
.single-counter-up-item p{margin-bottom: 0;color: #656565;font-weight: 400;}
.single-counter-up-item ul {padding:0;}
.single-counter-up-item ul li{list-style:none;color: #656565;font-weight: 400;text-align:left;font-size: 13.5px;}
.single-counter-up-item ul li i{color: #FB994A !important;font-size: 14px !important;padding: 5px;}

.v2-search-form {background: #ffffff;padding: 50px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.50);border-radius: 4px;}
.v2-search-form input {background: #fff;border: 0px;height: 35px;border-radius: 2px;padding: 0px 5px;box-sizing: border-box;font-size: 14px;border-bottom: 1px solid #d5d5d5;}
.v2-search-form .select-box {background: #fff;border: 0px;height: 35px;border-radius: 2px;padding: 0px 4px;box-sizing: border-box;font-size: 14px;border-bottom: 1px solid #d5d5d5;width: 100%;margin-bottom: 8px;}
.tourz-sub-btn { height: 35px;line-height: 35px;background: #7a17c0 !important;outline: none;font-size: 16px; display: block !important; color: #fff;font-weight: 600;text-transform: uppercase;width: 100%;border-radius: 2px !important;border-bottom: none !important;}

.partner ul {padding:0;}
.partner ul li{list-style:none;float:left;width:33%;background: #fff;}
.partner ul li img{width:100%;padding: 15px;box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.50);}

@-webkit-keyframes bounce1{0%, 100%{-webkit-transform:translateY(0);transform:translateY(0);}
50%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}
@keyframes bounce1{0%, 100%{-webkit-transform:translateY(0);transform:translateY(0);}
50%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}
@-webkit-keyframes bounce2{0%, 100%{-webkit-transform:translateX(0);transform:translateX(0);}
50%{-webkit-transform:translateX(-20px);transform:translateX(-20px);}
}
@keyframes bounce2{0%, 100%{-webkit-transform:translateX(0);transform:translateX(0);}
50%{-webkit-transform:translateX(-20px);transform:translateX(-20px);}
}

/*.step1{position:absolute;top:0;left:0;width:230px;height:230px;}
.step1 img{width:100%;height:100%;border-radius: 50%;border: solid 1px #e1e1e1;animation: bounce1 5s ease-in-out infinite;box-shadow: 0px 4px 7px rgba(0, 0, 0, .30);}
.step2{position:absolute;top:20px;right:10px;width:230px;height:230px;}
.step2 img{width:100%;height:100%;border-radius: 50%;border: solid 1px #e1e1e1;animation: bounce2 5s ease-in-out infinite;box-shadow: 0px 4px 7px rgba(0, 0, 0, .30);}*/

.step1{position:absolute;top:0;left:25px;width:230px;height:230px;}
.step1 img{width:100%;height:100%;border-radius: 50%;border: solid 1px #e1e1e1;box-shadow: 0px 4px 7px rgba(0, 0, 0, .30);animation: mymove1 3s infinite;}
.step2{position:absolute;top:40px;right:14px;width:230px;height:230px;}
.step2 img{width:100%;height:100%;border-radius: 50%;border: solid 1px #e1e1e1;box-shadow: 0px 4px 7px rgba(0, 0, 0, .30);animation: mymove2 3s infinite;}
.step3{position:absolute;bottom:0;left:90px;width:230px;height:230px;}
.step3 img{width:100%;height:100%;border-radius: 50%;border: solid 1px #e1e1e1;box-shadow: 0px 4px 7px rgba(0, 0, 0, .30);animation: mymove 3s infinite;}
@keyframes mymove1 {
  50% {box-shadow: 0 0 50px rgba(255, 242, 0, .5);}
}
@keyframes mymove2 {
  50% {box-shadow: 0 0 50px rgba(51, 0, 255, .5);}
}
@keyframes mymove {
  50% {box-shadow: 0 0 50px rgba(33, 255, 0, .5);}
}
.footer-bottom-bg{background: #222f4f;color:#bbb;font-size: 14px;padding: 12px;background-image: url(../../images/connect-pattan.png); background-repeat: repeat;}
.footer-bottom-bg p{margin:0;}
.footer-bottom-bg p span{font-weight: 600;}
.or-color{color: #FB994A;}
.dropdown-item{font-size: 16px;color: #fbfbfb !important;padding: 3px 0 !important;}
.dropdown-item:hover{background:none;color:#ffe60e !important;}
.drop-link{/*width:49%;*/display:inline-block;}
.shadow-sm {
  box-shadow: 0px 15px 11px -11px rgba(0, 0, 0, 0.45)!important;
}
.content {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
.content h3{font-size: 21px;}
.card{margin-bottom: 20px;}

.pacbox-wrapper{width:100%;}
.pacbox{width: 259px;margin-right: 15px;display: inline-block;margin-bottom: 10px;}
.breadcrumb{padding:0;}
.star{color:#ffc107;}
.dstar{color:#ffc107 !important;margin-right: 1px !important;}
.day-night {
  position: absolute;
  padding:6px 32px 6px 15px;
  margin: 0px 0px;
  left: 0px;
  font-size: 13px;
  background: #ff4838;
  border-radius: 3px;
  bottom: 5px;
  -webkit-clip-path: polygon(0% 0,90% 1%,100% 100%,0 100%);
  clip-path: polygon(0% 0,90% 1%,100% 100%,0 100%);
  color: #fff;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.cities{text-align:right;}
.view-details{background: #006fc1 !important;font-size: 13px;float: right;color: #fff;padding: 1px 0 1px 10px;border-radius: 3px;}
.m-r-10{margin-right:10px;}
.dayDet ul{list-style:none;padding-left: 0;}
.dayDet ul li{padding:3px 0;}
.dayDet label {
  margin: 0;
    margin-right: 0px;
  margin-right: 0px;
  color: #01b7f2;
  white-space: nowrap;display: inline-block;
}
.tour_head1{font-size:15px;line-height: 22px;}
.tour_head1 span{font-size:12px;line-height: 22px;}
.tour_head1 table tr { border-bottom: 1px solid #e5e5e5;}
.navbar-brand{padding:0;}
.logo{height:80px;}


@media (max-width: 768px){
	.logo{height:60px;}
	.p-b-40 {padding-bottom: 20px;}
	.p-t-60 {padding-top: 30px;}
	.p-b-60 {padding-bottom: 30px;}
	.p-tb-40 {padding: 20px 0;}
	.pt-5 {padding-top: 10px !important;}
	.mb-4 {margin-bottom: 10px !important;}
	.header{font-size: 22px;line-height: 28px;margin-bottom: 0;}
	.no-mob{display:none;}
	.section-title{padding-bottom: 8px;font-size: 21px;line-height: 21px;}
	.card-body{padding: 8px;}
	.m-25{width: 25%;padding: 0 5px;}
	.m-50{width: 50%;}
	.single-counter-up-item{padding: 10px;min-height: 150px;}
	.single-counter-up-item-image {height: 45px;}
	.single-counter-up-item-image img{height: 70%;}
	.single-counter-up-item h1 {font-size: 23px;}
	.single-counter-up-item p{font-size: 13px;line-height: 15px;padding-top: 5px;}
	.v2-search-form{padding: 15px;}
	.mo-half li{width:50%;float:left;}
	#footer h6{padding-bottom: 0px;}
	.m-t-15{margin-top:15px;}
	.navbar{z-index: 999;}
	.pacbox{width: 168px;margin: 0 5px 5px 5px;}
	.card-body h6 {font-size: 13px; !important;}
	.package-item .package-details{padding:20px 15px;}
	.page-link{font-size: 13px;padding: 4px 7px;}
	.package-single .package-image{height: 200px;}
	.swiper-container-horizontal > .swiper-pagination-bullets{bottom:-6px;display:none;}
	.details-title{font-size: 20px;}
	.package-details .title {font-size: 16px !important;line-height: 22px !important;}
}

.header-bg{background: url("../../images/2149153256.jpg") center center;position: relative;padding: 60px 0;background-size: cover;}
.header-bg::before{ 
	background: rgba(0, 0, 0, 0.8) !important; 
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: block;
  top: 0;
}
.banner-bg{background: url("../../images/pop-bg.png") center bottom;position: relative;padding: 60px 0;}
.banner-bg::before{ 
	background:rgba(0, 0, 0, 0.8) !important; 
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: block;
  top: 0;
}
.box-background{
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
	border-radius: 5px;
	text-align:center;
	position: relative;
}
.box-background img{ width:60%; height:auto;}
.box-background h6 {
  margin-bottom: 0;
  margin-top: 15px;
  color:#fff;
  font-weight: 300;
  font-size: 13px;
  font-family: Muli,sans-serif;
  letter-spacing: 1px;
}
.p-lr-5{padding-left:5px;padding-right:5px;}
.m-b-10{margin-bottom:10px;}
.btn-search{
	display: inline-block;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 30px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor:pointer;
}
.service-box{
	width:150px;
	height:168px;
	border:solid 1px #e1e1e1;
	margin:0 6px 15px;
	text-align: center;
  display: inline-block;
    border-radius:5px;
	background:#fff;
	box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.service-img{background:#f5ffc6;padding:20px;	
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.service-img img{width:60px;}
.service-box p{ padding:10px; margin:0;font-size: 16px;  line-height: 21px;}
.text-left{text-align:left;}
.card-body{font-size:16px;padding: 25px 0;}
.card-title{font-size:18px;line-height:24px;margin: 0; text-align: center;}
.text-search {color:#c4c4c4 !important;font-size: 16px;}
.text-muted {color:#4a4a4a !important;font-size: 16px;}

.inner-bg{background: url("../../images/bg-world.jpg") center center;position: relative;padding: 80px 0;background-size: cover !important;
  background-attachment: fixed;}
.inner-bg::before{ 
	background: rgba(62, 62, 62, 0.8) !important; 
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: block;
  top: 0;
}
.about-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  box-shadow:0px 4px 7px rgba(0, 0, 0, 0.09);
}
.home-con {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.adventure-box{
	width:178px;
	padding: 20px;
	border:solid 1px #e1e1e1;
	margin:0 6px 15px;
	text-align: center;
    display: inline-block;
    border-radius:5px;
	background:#fff;
	box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.adventure-img{width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding: 1.5rem 0;
}
.adventure-img img{width:60px;}
.adventure-box p{ padding:10px 0 0; margin:0;font-size: 18px;  line-height: 21px;}
.mx-auto {
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
}

.office-img{
  border-radius: 50%;
  box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.4);border: solid 1px #c6c6c6;padding: 5px;
}
.office-img img{width: 100%;border-radius: 50%;}
.office-box p{ padding:15px 0 0 0; margin:0;font-size:20px;  line-height: 21px;text-align:center;}
.choose-box{
	padding: 40px 25px;
	border-radius:5px;
	background:#fff;
	box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.4);
	text-align:center;
}
.choose-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 80px;
  position: relative;
  background-color:#F0EFFF;
  display:block;text-align:center;
}
.choose-icon i{font-size: 40px; line-height: 80px;}
.choose-box h6{font-size: 21px;font-weight: 600;padding: 15px 0;margin: 0;font-family: 'Jost', sans-serif;}
.choose-box p{margin: 0;text-align: justify;}
.swiper-reviews .card-body{padding:25px;}
.swiper-reviews .card .carosel-shape {
  position: absolute;
  width: 65px;
  height: 100%;
  inset-inline-start: 0px;
  background:#DEDBFF;
}
.d-flex {
  display: flex !important;
}
.avatar{
  position: relative;
  text-align: center;
  color: var(--white);
  font-weight: 600 !important
}
.avatar-xxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 2rem;
  box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.4);
  border: solid 1px #c6c6c6;
  padding: 3px;
}
.brround {
  border-radius: 50%;
}
.me-3 {
  margin-right: 15px;
}
.bg-return-img-2{
	position: relative;
	width:100%;
}
.bg-return-img-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: block;
  top: 0;
  background: url("../../images/shikara.jpg");
  background-size: cover;
  background-position: center bottom;
}
.bg-background-color{
  background-color:rgba(0, 0, 0, 0.8);padding: 50px 60px;
}
.cover-image {
  background-size: cover !important;
  position: relative;
  width: 100%;
}
.cover-image p{font-size:16px;line-height:24px;margin: 0;padding-bottom: 5px;color:#fff;font-weight: 500;letter-spacing: .5px;}
.cover-image i{width:25px;}
.content-text h2{font-size: 35px;font-weight: 600;color: #fff00e;}
.content-text h6{font-size: 20px;color: #d7d4d4;padding: 10px 0;font-style: italic;}

.booking-icon {
  position: absolute;
  width: 100px;
  height: 99%;
  background: #FFF1CA;
  display:block;text-align:center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 1px;
  left: 16px;
}
.booking-box{
	padding:15px 15px 20px 120px;
	border-radius:5px;
	background:#fff;
	box-shadow:0px 4px 8px 1px rgba(0, 0, 0, 0.4);
	border: solid 1px #e1e1e1;
	text-align:left;
	min-height: 210px;
}
.booking-icon img{width: 70px;padding-top: 60px;}
.booking-box h6{font-size: 21px;font-weight: 600;padding:0 0 10px 0;margin: 0;font-family: 'Jost', sans-serif;}
.booking-box p{margin: 0;font-size: 15px;line-height: 23px;font-weight: 300;}
.icon-service1 {
  display: inline-flex;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.ms-4 {
  margin-inline-start: 1rem !important;
}
.icon-service1 i{font-size:35px;}
.form-box{
	background:#fff;
	padding:30px;
	border-radius:5px;
	margin-left:50px;
}
.select-box{
	padding:7px 12px;
	width:100%;
	border: solid 1px #bbb;
	margin-bottom:8px;
	border-radius:3px;
	background: #fff;
}
select{
	color:#666 !important;
}
.m-0{margin:0;}
.about-btn{padding: 10px 20px;font-size: 18px;font-weight: 600;letter-spacing: 1px;}
.about-btn i{padding-right:5px;}
.box-style {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 100%;
  background: #fff;
}
.box-style img{width:100%;}
.form-group {
  margin-bottom: 10px;
}
/*.form-group .form-control {
	padding: 10px 20px;
}*/
.package-details .title {
  font-size: 17px;
  letter-spacing: 0.3px;
  font-family: 'Jost', sans-serif;
}
.acc_title{height:35px;padding:6px 15px;color:#FFF;background:#002147;text-align:left;border-radius: 5px;}
.acc_sub_title{padding:6px;color:#FFF;background:#002147;text-align:left;width:70%;}
.acc_text{padding:15px 15px;text-align:left;font-size: 15px;line-height: 21px;}
.no-desk{display:none;}
strong {
  font-weight: 600;
  color: #ffe60e;
}
.big-img {
  display: block;
  width: 100%;
}
.card-body strong {font-weight: 600;color: #ef5c17;}

.pack-img img{border-radius:8px; }
.title a {color: #000;font-size: 17px;font-weight:500;letter-spacing: 0.3px;font-family: 'Jost', sans-serif; }
.title a:hover {color: #000; }
.inclusions{margin: 10px 0; }
.city {color: #262626;font-size: 13px;font-weight:300;letter-spacing: 0.3px;height: 50px;max-width: 90%;line-height: 20px;}
.hotel-star {color: #262626;font-size: 13px;font-weight:300;letter-spacing: 0.3px;}
.group-tour{color: #ef5c17;padding: 3px 7px;text-align: center;font-size: 11px;display: inline-table;border-radius: 2px;border: solid 1px #ef5c17;font-weight: 700;}
.family-tour{color:#006fc1;padding: 3px 7px;text-align: center;font-size: 11px;display: inline-table;border-radius: 2px;border: solid 1px #006fc1;font-weight: 700;}
.price{padding:13px 0 7px;text-align:right;}
.price p{margin:0;font-size: 13px;font-weight:500;}
.price .tag{color: #000;font-size: 21px;font-weight:500;letter-spacing: 0.3px;font-family: 'Jost', sans-serif;padding:0;height: 20px;}
.price span{margin:0;font-size: 9px;font-weight:300;color: #000;}
.price .tag span{margin:0;font-size: 12px;font-weight:300;}

.right-box{width:100%;padding:15px;}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}


#itinarary {position: relative;}
#itinarary-wrap {position: relative;padding: 40px 0;}
#itinarary-wrap .tube { top: 0;}
.day .dayNum, .tube {
  background-color: #595b62;
}
.tube {position: absolute;top: 18em;left:15px;bottom: 1.65em;width:50px;z-index: 96;border-radius:1px; -webkit-border-radius:1px;}
.tube .start {position: absolute;top:20px;left: 0;right: 0;text-align: center;color: #fff;font-weight: 700;font-size: 12px;}
.tube .end {position: absolute;bottom:15px;left: 0;right: 0;text-align: center;color: #fff;font-weight: 600;}
.car-rout{inset: auto auto auto 50%; margin: 0px 0px 0px -18px; display: block; position: absolute; box-sizing: content-box; width: 39px; height: 75px;left: 40px;z-index: 97;}
#car {position: absolute;margin: auto;inset:0px auto auto 0px;display: block;background: url(../../images/car.png) no-repeat 0 0;width: 39px;height: 75px;left:0;z-index: 99;}
.itinarary {position: relative;overflow: hidden;padding-top: 4em;padding-bottom: 2em;margin-top: 3em;margin-bottom: 1em;}
.line {position: absolute;top: 0;left:40px;bottom:40px;width: 1px;border-left: 1px dashed #fff;border-left-width: 1px; border-width: 3px;border-spacing: 0.85em;z-index: 96;}

.day {
  position: relative;
  overflow: hidden;
  padding-left: 90px;
  margin-bottom: 80px;
}
.day h3{font-size: 18px;padding-bottom:10px;}
.day p{padding:20px 0;}
.stay h4{font-size: 16px;margin: 0;}
.stay p{padding:2px 0;}
.day .left.placeImg {
  left: 0;
}
.day .right.placeInfo {
  padding: 3.5em 3.5em 7em 5.65em;
}
.day .right .dayNum {
  left: -2.85em;
  right: auto;
}
.day .dayNum {
  display: block;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.15em;
  font-weight: 600;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-top: -3.65em;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.abs {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
.day .dayNum{background-color: #ef5c17;}
.day:hover .dayNum{background-color: #006fc1;}

.ho-inc h4{font-size: 16px;margin: 0;}
.ho-inc p{padding:2px 0;font-size:13px;}
.dayNight{width:auto;display: inline-block;margin-bottom:10px;}
.day-inc{background:#ef5c17;color:#fff;float:left;width:auto;padding: 5px 15px;border-radius: 5px 0 0 5px;font-size: 13px;}
.night-inc{background:#006fc1;color:#fff;float:left;width:auto;padding: 5px 15px;border-radius: 0 5px 5px 0;font-size: 13px;}
.accommo{width:100%;text-align: right;position: absolute;top: 15px; right: 15px;}
.ho-acc{padding: 5px 15px;font-size: 13px;}
.package-item-offbeat .title{padding: 23px 10px 0px 10px; text-align:center;}
.package-item-offbeat .off-bt{width:auto;display:inline-block;margin-top:5px;}
.package-item-offbeat .price{padding:0;}
.package-item-inter .title{padding: 23px 20px 0px 20px; text-align:center;}
.package-item-inter .off-bt{width:49%;display:inline-block;margin-top:5px;}
.price-but{margin-bottom:5px;}
.fm-gr{display:none;}
.npt{padding-top:0;}
.no-desk{display:none;}
.no-mob{display:block;}
.text-center{text-align:center;}

.package-item-inter .city {color: #262626;font-size: 13px;font-weight:300;letter-spacing: 0.3px;width: 40%;display: inline-block;line-height: 20px;text-align:left;padding-bottom:10px;height: auto;}
.package-item-inter .hotel-star {color: #262626;font-size: 13px;font-weight: 300;letter-spacing: 0.3px;width: 59%;display: inline-block;text-align:right;padding-bottom:10px;height: auto;}

.big-img {
  display: block;
  width: 100%
  }
  
 .bg-yellow {
  background-color: #fbf9e9;
}
.bg-blue {
  background-color: #e8f4ff !important;
}
.bg-green {
  background-color: #e4fbed !important;
}
.bg-week {
  background-color: #f0f9f3 !important;
}

/************ BLOG ********/
.p-relative {position: relative;}
.breadcrumb-area {background-size: cover;position: relative;min-height: 200px;background-repeat: no-repeat;background-color: #000;margin-top: 140px;}
.align-items-center { align-items: center !important;}
.d-flex {display: flex !important;}
.breadcrumb-wrap.text-left {text-align: center !important;}
.breadcrumb-title h2 {font-size: 50px;line-height: 1;color: #fff;letter-spacing: 1px;}
.pb-40 { padding-bottom: 40px;}
.pt-80 {padding-top: 80px;}
.mb-50 { margin-bottom: 50px;}
.bsingle__post{padding: 20px;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.bsingle__post-thumb img {width:auto;height: auto;}
.bsingle__content {padding: 20px 0px;position: relative;}
.bsingle__content .meta-info ul { padding-bottom: 0;border-bottom: none;display: inline-block; width: 100%;padding-left: 0;margin-bottom: 10px;}
.bsingle__content .meta-info ul li {display: inline-block;font-size: 14px;margin-right: 15px;font-weight: 500;}
.bsingle__content .meta-info ul li i {margin-right: 5px; color: #15AB98;}
.bsingle__content h1 {font-size: 26px;margin-bottom: 15px;}
.bsingle__content p { margin-bottom: 15px;}
.bsingle__content .blog__btn .btn {border-radius: 4px;color: #fff;font-size: 16px;padding: 10px 20px;background: #4f4c69;border: 1px solid #4f4c69;}
/*.sidebar-widget {height: 100%;}*/
.sidebar-widget .widget {padding:0px 0px 10px 0px;overflow: hidden;margin-bottom: 40px;border: none !important;background: #fff;}
.sidebar-widget .widget-title {font-size: 20px;font-weight: 300; margin-bottom:15px;background: #4f4c69;color: #fff;padding: 15px;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
ul {margin: 0px;padding: 0px;}
.sidebar-widget .widget li {padding: 0 0 4px 15px;width: 100%;list-style: inside;}
.sidebar-widget .widget li:last-child{border-bottom: none;padding-bottom: 0; margin-bottom: -8px;}
.details__content h1 {font-size: 26px;margin-bottom: 15px;}
.bsingle__post{padding: 20px;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.bsingle__post-thumb img {width:auto;height: auto;}
.details__content {padding: 20px 0px;position: relative;}
.details__content .meta-info ul { padding-bottom: 0;border-bottom: none;display: inline-block; width: 100%;padding-left: 0;margin-bottom: 10px;}
.details__content .meta-info ul li {display: inline-block;font-size: 14px;margin-right: 15px;font-weight: 500;}
.details__content .meta-info ul li i {margin-right: 5px; color: #15AB98;}
.details__content h1 {font-size: 26px;margin-bottom: 15px;}
.details__content p { margin-bottom: 15px;}