body {
	color: #626262;
    font-family: 'Source Sans Pro', 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: #000;
	letter-spacing: normal;
}
.link {
    cursor: pointer;
    pointer-events: all;
}
@media (min-width: 1200px) {
.container-1000 {
	max-width: 1000px !important;
}}
.section-title {
    position: relative;
    padding-bottom: 15px;
    color: #444;
}
.section-title:before {
    content: '';
    position: absolute;
    top: 100%;
    height: 0.1rem;
    background-color: #444;
    width: 100px;
}
.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: #555;
}
.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;
}
#menu .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.65);
    font-size: 16px;
    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.png);
}
.destination-info-bg {
	position: relative;
}
.bg-domestic {
	background-image: url(https://s5.olx.in/static/olxin/packed/img/2f74e8a136f4867daa09921110de74222d.png);
	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 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.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 {
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    min-height: 200px;
    margin-bottom: 2rem;
    background-color: #fff;
}
.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: 280px;
	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: 280px;
	padding: 1.25rem;
}
@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: #fff;
	    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;
	}
	.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;
}
.fc-333333 {
	color: #333 !important;
}
.text-black {
	color: #000 !important;
}
.inclusions i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #dc3545;
	cursor: pointer;
	pointer-events: all;
}
.inclusions .icon:hover i {
	border: 1px solid #dc3545;
}
.inclusions .icon {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	max-width: 60px;
	margin-bottom: 15px;
}
.inclusions .text {
	display: block;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.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;
}
#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: #dc3545;
    padding: 5px 20px;
    display: block;
}
.itinerary-accordion .card-header .day-count {
	float: left;
    line-height: 1;
    margin-right: 15px;
    background: #fff4f5;
    width: 50px;
    text-align: center;
    padding: 10px;
    display: block;
}
.itinerary-accordion .card-header .day-count .day {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}
.itinerary-accordion .card-header .day-count .count {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.itinerary-accordion .card-header .title {
	color: #000;
	font-weight: 600;
    vertical-align: middle;
}
.itinerary-accordion  .card-body {
	font-size: 13px;
}
#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.svg);
	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.png);
    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(../assets/img/lead-bottom-bg.jpg);
    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-weight: bold;
    text-transform: uppercase;
    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: #f40000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    outline: none;
}
#lead-form .icon-select {
    cursor: pointer;
    pointer-events: all;
}
#lead-form .icon-select .icon-circle {
    width: 100px;
    height: 100px;
    background-color: #999;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 10px auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#lead-form .icon-select:hover .icon-circle {
    background-color: #f40000;
}
#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;
}
.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: 0;
}
.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: 150px;
    position: static;
}
.package-item .package-details {
    margin-left: 0;
    padding: 1.25rem;
}}
#footer {
	color: #bbb;
}
#footer ul {
    list-style: none;
    margin:0;
    padding:0; 
}
#footer ul a {
    font-size: 13px;
    line-height: 28px;
}
#footer a {
	color: #bbb;
}

.mobile-filter {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
@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: block;
    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;
}