html{scroll-behavior: smooth !important;}

h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: "Inter", serif;
		position: relative;
		padding: 0 0 10px 0;
        margin: 10px 0 40px 0;
		color:#082740;
        font-weight: 200;
	}
h1 {
		font-size: 28px; 
	}
h2 {
		font-size: 28px; 	
	}
h3{
		font-size: 18px; 
	}
h4{
		font-size: 16px; 		
	}
h5{
		font-size: 14px; 		
	}
h6{
		font-size: 14px;  	
	}
a {
		pnl-color:#696969;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important; 
	}
p {
	    line-height: 26px;
	}
*{box-sizing:border-box;}
img.aligncenter{
		display:block;
		text-align:center;
		margin:0 auto 20px auto;
		padding:0px;
		border:0px;
		background:none;
	}
img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
::selection {
		background: #333; /* Safari */
		color:#fff;
	}
::-moz-selection {
		background: #333; /* Firefox */
		color:#fff;
	}
blockquote {		 
		font-size:16px;
		line-height: 23px;
		font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
		font-weight:normal;
		font-style:italic;	   
		position:relative;  
		width:auto;
	}
blockquote small {
		display: block;
		margin-top: 20px;
	}
pre {
		line-height:18px;
		margin-bottom:18px;
	}
.btn,
a {
		outline:0 !important;
		text-decoration: none;
	}
ins {
		text-decoration:none;
	}
sup {
		bottom: 1ex;
	}
sub {
		top: .5ex;
	}
p	{
		padding:0 0 15px 0;
	}	

ul{margin:0;padding:0;list-style:none;}
body{margin:0;padding:0;font-family: "Inter", sans-serif;color:#333;
    line-height: 1.8em;font-size: 15px;
}
a{outline:none;transition:ease-in .3s;}
.clear-left{clear:left;}
.clear-right{clear:right;}
.clear-both, .clearBoth{clear:both;}

.pnl-container-fluid{padding-left: 15px;padding-right: 15px;}
.pnl-container{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.pnl-container-1000{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;width: 1000px;}
.pnl-row{margin-left: -15px;margin-right: -15px;display: flex;flex-wrap: wrap;}

.col-1x{width: 8.3333%;padding: 0 15px;display: flex;}
.col-2x{width: 16.6663%;padding: 0 15px;display: flex;}
.col-3x{width: 24.9993%;padding: 0 15px;display: flex;}
.col-4x{width: 33.3333%;padding: 0 15px;display: flex;}
.col-5x{width: 41.6663%;padding: 0 15px;display: flex;}
.col-6x{width: 49.9993%;padding: 0 15px;display: flex;}
.col-7x{width: 58.3331%;padding: 0 15px;display: flex;}
.col-8x{width: 66.6666%;padding: 0 15px;display: flex;}
.col-9x{width: 74.9997%;padding: 0 15px;display: flex;}
.col-10x{width: 83.3333%;padding: 0 15px;display: flex;}
.col-11x{width: 91.6663%;padding: 0 15px;display: flex;}
.col-12x{width: 100%;padding: 0 15px;}

@media screen and (min-width: 768px) {
	.pnl-row:before,
	.pnl-row:after{display: table;content: " ";}
	.pnl-row:after{clear: both;}
}
@media (max-width: 767px) {
  .pnl-container {width: 100%;}
}
@media (min-width: 992px) {
  .pnl-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pnl-container {
    width: 1170px;
  }
}
@media (min-width: 1380px) {
  .pnl-container {
    width: 1350px;
  }
}

/* Header */
.header {
  position: relative;
  z-index: 99;
}

.wrap {
  padding: 15px;width: 100%;
}

.logo {
    width: 130px;display: flex;
  }
  .logo img {
	  width: 100%;vertical-align: bottom;
	}

/* Mobile menu */
#menu-icon{position: absolute;right: 15px;top: 25px;cursor: pointer;padding: 10px 35px 16px 0px; }
#menu-icon span,
#menu-icon span:before,
#menu-icon span:after{
  cursor: pointer;border-radius: 2px;height: 3px;width: 32px;background: #056fc5;position: absolute;
	display: block;content: '';transition: all 300ms ease-in-out; }
#menu-icon span:before{top: -8px;}
#menu-icon span:after{bottom: -8px;}
#menu-icon.active span{background-color: transparent;}
#menu-icon.active span:before, #menu-icon.active span:after{top: 0;}
#menu-icon.active span:before{transform: rotate(45deg);}
#menu-icon.active span:after{transform: rotate(-45deg);}

.navbar {
  float: none;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.navbar .menu{margin: 0;padding: 0;list-style-type: none;}
.navbar .menu li{list-style-type: none;display: block;}
.navbar .menu li a{color: #000;text-transform: uppercase;position: relative;}
.expand{max-height: 20em;}

@media only screen and (min-width: 992px) {
	.wrap{width: 100%;display: flex;justify-content: space-between;align-items: center;}
	.navbar .menu li a::before, .navbar .menu li a::after {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
}

.navbar .menu li a::before {
	bottom: -6px;
	background-image: url("../../images/road-strip.png");
	-webkit-animation: road 1.3s infinite linear;
	-moz-animation: road 1.3s infinite linear;
	animation: road 1.3s infinite linear;
}

.navbar .menu li a:after {
	bottom: 0;
	background-color: #333333;
}

.navbar .menu li a:hover::before, .navbar .menu li a:hover::after {
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
	opacity: 1;
}

@-webkit-keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}

@-moz-keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}

@keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}
	.logo{width: 160px;}
  .logo, .navbar {
    display: inline-block;
  }

  /* Mobile menu icon */
  #menu-icon {
    display: none;
  }

  .navbar {
    float: right;
    max-height: none;
	  overflow: visible;
  }
  .navbar .menu li {
    list-style-type: none;
    display: inline-block;
    text-align: center;padding: 0 20px;
  }
	.navbar .menu li:last-child{padding: 0;}
  .navbar .menu li a {
    display: block;
    border-bottom: 0;
  }
	.nav-bar-btn a{display: block; background: #056fc5;padding: 8px 25px;color: #fff!important;
	border-radius: 25px;
}
.nav-bar-btn a:hover{background: #ff6f1c;}
.nav-bar-btn a::before, .nav-bar-btn a::after{display: none;}
}

@media(max-width: 991px){
	.navbar .menu{border-top: 1px solid #056fc5;padding-top: 15px;margin-top: 15px;}
	.navbar .menu li{padding: 10px 0;width: 50%;
    float: left;}
}

/*.pnl-header{display: flex;justify-content: space-between;width: 100%;align-items: center;
	padding: 15px;
}
.home-logo{max-width: 160px;display: flex;}
.home-logo img{width: 100%;}
.nav-bar{margin-right: -20px;}
.nav-bar ul{display: flex;align-items: center;}
.nav-bar ul li{display: block;float: left;padding: 0 20px;}
.nav-bar ul li a{color: #000;text-transform: uppercase;position: relative;padding: 11px 0;}
.nav-bar ul li a::before, .nav-bar ul li a::after {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
}

.nav-bar ul li a:before {
	bottom: -6px;
	background-image: url("../../images/road-strip.png");
	-webkit-animation: road 1.3s infinite linear;
	-moz-animation: road 1.3s infinite linear;
	animation: road 1.3s infinite linear;
}

.nav-bar ul li a:after {
	bottom: 0;
	background-color: #333333;
}

.nav-bar ul li a:hover:before, .nav-bar ul li a:hover:after {
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
	opacity: 1;
}

@-webkit-keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}

@-moz-keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}

@keyframes road {
	from {
		background-position: 0;
	}
	to {
		background-position: -330px;
	}
}


.nav-bar::after{clear: both;display: table;content: "";}*/

.home-slider{position: relative;z-index: 49;}
.home-slider img{width: 100%;height: 100%;object-fit: cover;min-height: 400px;}
.home-slider .wrapper{justify-content: flex-end;display: flex;/*width: 100%;*/margin: 0 15px;}
.home-slider-caption{position: absolute;width: 100%;height: 50%;display: flex;
	align-items: center;
}
.content-wrap{max-width: 560px;text-align: right;}
.home-slider-caption h1{font-size: 46px;line-height: 1.1;color: #000;margin: 0;padding: 0;
	font-weight: 500;
}
.home-slider-caption h1 span{color: #056fc5;}
.home-slider-caption p{line-height: 1.1;margin: 15px 0;padding: 0;text-transform: uppercase;}

.heading-div{position: relative;margin-bottom: 55px;}
.heading-div h1, .heading-div h2, .heading-div h3, .heading-div h4{color: #056fc5;font-size: 32px;font-weight: 600;
line-height: 1.2;margin: 0 0 30px 0;padding: 0;}

.section-usp{padding: 60px 0;}
.para-txt{position: relative;}
.section-usp .heading-div,
.section-usp .heading-div h4{margin-bottom: 0}
.para-txt h5{color: #000;font-size: 19px;font-weight: 500;margin: 0 0 15px 0;padding: 0;}
.para-txt p{margin: 0;padding: 0;}

.section-services{position: relative;}

.service-num{font-size: 29px;font-weight: 600;
	-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.service-content{
	-webkit-flex-grow: 1;-ms-flex-grow: 1;flex-grow: 1;
	display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;
	position: relative;z-index: 1;width: 100%;max-height: 100%;overflow: hidden;
}
.service-header span{font-size: 63px;font-weight: 500;opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service-header h5{margin: 0;padding: 30px 0;font-size: 29px;color: #fff;font-weight: 600;}
.service-text{opacity: 0;max-height: 0;transition: 250ms max-height ease;}
.service-text p{margin: 0 0 30px 0;padding: 0;}
.service-button{margin-top: 25px;}
.service-button span{display: flex;width: 24px;height: 24px;
	background: #fff;mask-size: cover;
	-webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
	mask: url(../../images/down-arrow.svg);
  -webkit-mask: url(../../images/down-arrow.svg);
	-webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

#wrap {
	overflow: hidden;
}
.image{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;
	z-index: -1;opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;
}
.image img{width: 100%;height: 100%;object-fit: cover;object-position: 50% 50%;}
.container > ul > li:first-child .image{opacity: 1;visibility: visible;}
.container{position: relative;display: grid;grid: 1fr / 1fr;width: 100%;height: 100%;
	z-index: 999;
}
.container > ul{list-style: none;width: 100%;margin: 0 auto;padding: 0;display: flex;
  flex-wrap: wrap;}
.container > ul > li{width: 25%;display: flex;height: 650px;}
.container-item{width: 100%;height: 100%;}
.link{
	position: relative;z-index: 1;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	-webkit-justify-content: stretch;-ms-flex-pack: stretch;justify-content: stretch;
	-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;
	width: 100%;height: 100%;overflow: hidden;padding: 2.6em 2.4em;color: #fff;
}
.link::after{
	content: "";display: block;position: absolute;top: 0;right: 1px;z-index: 1;height: 100%;
	border-right: 1px dashed rgba(255, 255, 255, 0.7);
}
.container-item.active .link + .image{opacity: 1;visibility: visible;}
/*.container.hover .link{opacity: 0.4;}*/
.container-item.active .link{opacity: 1;}

.link:hover{background: rgba(237, 156, 53, .9);}
.link:hover .service-num{opacity: 0;}
.link:hover .service-header span{opacity: 1;}
.link:hover .service-text {opacity: 0.8;max-height: 50px;}
.link:hover .service-button span{-webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);}

.section-packages{padding: 60px 0;position: relative;}
.section-packages .col-2x{width: 20%;}
.block-img-title{text-align: center;width: 100%;display: block;}
.img-block-round{position: relative;overflow: hidden;}
.pkg-duration{width: 100%;height: 100%;position: absolute;top: 0;left: 0;content: "";
	display: flex;justify-content: center;align-items: center;z-index: 1;color: #056fc5;
	text-transform: uppercase;opacity: 0;background: rgba(5, 111, 197, .8);font-size: 12px;
	-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.pkg-distance{width: 100%;height: 100%;position: absolute;top: 0;left: 0;content: "";
	color: rgba(255, 255, 255, .6);font-size: 52px;font-weight: 900;text-transform: uppercase;display: flex;
	align-items: end;line-height: .7;justify-content: flex-end
}
.pkg-duration span{background: #fff;padding: 5px 12px;display: none;}
.img-block-round img{vertical-align: bottom;width: 100%;}
p.block-title{margin: 0;padding: 15px 0 15px 0;color: #000;transition:  ease-in .3s all;
	border-top: 1px dashed #000;
}

p.block-title span{font-size: 12px;}
.block-img-title:hover .pkg-duration{opacity: 1;}
.block-img-title:hover p.block-title{color: #056fc5;}
.heading-flex{display: flex;width: 100%;justify-content: space-between;align-items: center;}
.heading-flex h1, .heading-flex h2, .heading-flex h3, .heading-flex h4, .heading-flex h5{margin-bottom: 0;}
.more-btn, .more-btn-m a{position: relative;color: #000;padding-right: 29px;}
.more-btn::after, .more-btn-m a::after{position: absolute;content: "";width: 24px;height: 24px;background: #000;
	mask-size: cover;right: 0;top: 0;
	-webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
	mask: url(../../images/down-arrow.svg);
  -webkit-mask: url(../../images/down-arrow.svg);
	-webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.more-btn:hover, .more-btn-m a:hover{color: #056fc5;}
.more-btn:hover::after, .more-btn-m a:hover::after{
	background: #056fc5;
	-webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.more-btn-m{text-align: center;margin-top: 15px;display: none;}

.pkg-slick{margin: 0 -15px;}


.slick-prev,
.slick-next{background:#fff;position:absolute;display:block;width:64px;height:64px;padding:0;/*-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);*/border-radius:32px;cursor:pointer;/*color:transparent;outline:none;transition:ease-in all .3s;*/
	border: 1px solid #000;transition: ease-in .3s;
}
.slick-next{z-index:1001;right: 15px;top: auto;bottom: -90px;}
.slick-prev{z-index:66;left: 15px;top: auto;bottom: -90px;}
/*.slick-next{z-index:1001;right: 15px; border-radius: 3.5rem 0 0 3.5rem;
	height: 7rem;width: 3.5rem;}
.slick-prev{z-index:66;left: 15px;border-radius: 0 3.5rem 3.5rem 0;
	height: 7rem;width: 3.5rem;
}*/
.slick-prev::before,
.slick-next::before{display: none!important;}
.slick-prev::after{width: 24px;height: 24px;mask-size: cover;background: #000;
	position: absolute;top: 20px;left: 20px;content: "";rotate:90deg;
  mask: url(../../images/down-arrow.svg);
  -webkit-mask: url(../../images/down-arrow.svg);
}
.slick-next::after{width: 24px;height: 24px;mask-size: cover;background: #000;
	position: absolute;top: 20px;left: 20px;content: "";rotate: 270deg;
  mask: url(../../images/down-arrow.svg);
  -webkit-mask: url(../../images/down-arrow.svg);
}
.slick-prev:hover,
.slick-next:hover{background: #ed9c35;}
.slick-prev:focus,
.slick-next:focus{background: #ed9c35;}

/*.section-packages .slick-prev,
.section-packages .slick-next{border-radius: 50%;height: 64px;width: 64px;}
.section-packages .slick-prev{left: -60px;}
.section-packages .slick-next{right: -60px;}
.section-packages .slick-prev::after,
.section-packages .slick-next::after{background:#e34b08;}
.section-packages .slick-prev::after{top: 22px;left: 26px;}
.section-packages .slick-next::after{top: 22px;left: 26px;}*/

.section-why-us{/*background: #faf6f0;margin-top: 60px;*/padding: 60px 0 30px;}
.section-why-us .heading-div h4{color: #000;text-align: center;}
.why-us-div{margin-bottom: 30px;position: relative;padding-left: 114px;border-bottom: 1px dashed #000;
  padding-bottom: 30px;}
.why-us-div h5{margin: 0 0 10px 0;padding: 0;font-size: 18px;color: #000;font-weight: 600;}
.why-us-div p{margin: 0;padding: 0;}
.why-us-div::before{position: absolute;content: "";top: 23px;left: 23px;
	width: 48px;height: 48px;z-index: 1;
}
.why-us-div::after{background: #faf6f0;position: absolute;content: "";top: 0;left: 0;
	width: 94px;height: 94px;
}
.why-us1::before{background: url("../../images/icons8-limousine-48.png");}
.why-us2::before{background: url("../../images/icons8-chauffeur-48.png");}
.why-us3::before{background: url("../../images/icons8-reliability-48.png");}
.why-us4::before{background: url("../../images/icons8-quality-48.png");}
.why-us5::before{background: url("../../images/icons8-luxury-48.png");}
.why-us6::before{background: url("../../images/icons8-excellence-48.png");}

footer{background: #056fc5;padding: 30px 0;}
.contact-block{width: 100%;height: 100%;display: flex;
	flex-wrap: wrap;padding: 0 0 30px 68px;flex-direction: column;
  /*justify-content: center;*/position: relative;
	/*border-top: 1px solid #4a9ee3;border-bottom: 1px solid #4a9ee3;*/
}
.contact-block::before{position: absolute;top: 0;left: 0;content: "";mask-size: cover;
	background: #febb2b;width: 48px;height: 48px;
}
.whatsapp-icon::before{mask: url(../../images/whatsapp-icon.svg);-webkit-mask: url(../../images/whatsapp-icon.svg);}
.call-icon::before{mask: url(../../images/phone-call-icon.svg);-webkit-mask: url(../../images/phone-call-icon.svg);}
.email-icon::before{mask: url(../../images/email-icon.svg);-webkit-mask: url(../../images/email-icon.svg);}
.address-icon::before{mask: url(../../images/location-icon.svg);-webkit-mask: url(../../images/location-icon.svg);}
.contact-block span{width: 100%;font-size: 19px;color: #69b5f2;}
.contact-block a{color: #fff;font-size: 15px;}
.footer-logo{border-top: 1px dashed  #73acdb;padding-top: 30px;}
.f-logo{mask-size: cover;background: #febb2b;width: 152px;height: 70px;margin: 0 auto;
	mask: url("../../images/bvt-logo-black.svg");-webkit-mask: url(../../images/bvt-logo-black.svg);
	display: block;
}

.f-menu{text-align: center;margin-top: 30px;}
.f-menu ul{width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
.f-menu ul li{margin: 0 20px;}
.f-menu ul li a{color: #fff;}
.f-menu ul li a:hover{color: #ffcc5b;}

.footer-logo{width: 100%;display: flex;justify-content: space-between;margin-top: 26px;
	border-top: 1px dashed #73acdb;padding-top: 30px;
}
.footer-logo .iato-logo{color: #333;font-size: 12px;position: relative;/*padding-left: 52px;*/
	width: 100px;line-height: 1.3;/*height: 57px;*/display: flex;align-items: center;}
/*.footer-logo .iato-logo::before{width: 42px;height: 57px;position: absolute;content: "";
	background: url("../../images/iata logo.png");top: 0;left: 0;
}*/

.social-media{display: flex;align-items: center;}
.social-media ul{margin: 0;padding: 0;list-style: none;display: flex;flex-wrap: wrap;}
.social-media ul li {display: flex;margin-right: 10px;}
.social-media ul li a{display: block;width: 32px;height: 32px;background: #fff;mask-size: cover;}
.social-media ul li a.fb-icon{
	mask: url(../../images/facebook.svg);
  mask-image: url("../../images/facebook.svg");
  -webkit-mask-image: url(../../images/facebook.svg);
}
.social-media ul li a.in-icon {
  mask: url(../../images/instagram.svg);
  mask-image: url("../../images/instagram.svg");
  -webkit-mask-image: url(../../images/instagram.svg);
}
.social-media ul li a:hover{background: #febb2b;}


.section-title{position: relative;background-size: cover;padding: 100px 0;
	background-image: url("https://elite.themerex.net/wp-content/uploads/2024/09/post40-copyright.jpg");
}
.section-title-bg{position: absolute;background: #351400;opacity: .8;mix-blend-mode: multiply;
	top: 0;left: 0;width: 100%;height: 100%;
}
.section-title img {width: 100%;vertical-align: bottom;object-fit: cover;}

.inner-title{position: relative;z-index: 1;}
.inner-title h1{color: #fff;font-size: 44px;margin-bottom: 20px;line-height: 1.2;/*text-shadow: 0 0 5px #000;*/
	font-weight: 600;
}
.inner-title h5{color: #fff;text-transform: uppercase;
	letter-spacing: 2px;font-weight: 400;
}
.breadcrumb{display: flex;border-top: 1px solid #ffffff77;border-bottom: 1px solid #ffffff77;
	padding: 10px 0;
}
.breadcrumb ul li{display: flex;float: left;color: #ffffff;
	position: relative;padding-left: 20px;padding-right: 20px;
	text-shadow: 0 0 5px #000;
}
.breadcrumb ul li a{color: #fff;}
.breadcrumb ul li a:hover{text-decoration: underline;}
.breadcrumb ul li:first-child{padding-left: 0;}
.breadcrumb ul li:not(:last-child)::after{position: absolute;content: "";top: 50%;
	right: -2px;margin-top: -2px;width: 4px;height: 4px;border-radius: 50%;
	background: #EAEEF3;z-index: 1;
}

.section-body{padding: 60px 0;}
.section-body .col-4x{display: block;}
.pnl-form{padding: 30px;background: #FAF6F0;width: 100%;}
.pnl-form h4, .why-us-home h2{color: #403930;font-size: 19px;font-weight: 600;margin: 0 0 15px 0;
border-bottom: 2px solid #d2ab66;
}
.pnl-form h4 small{font-size: 16px;font-weight: 400;}
.pkg-form{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.pnl-form .col-6{width: 50%;margin-bottom: 15px;padding: 0 10px;}
.inputHolder .form-control {width:33.333% !important; float:left;}
.pnl-form .col-12{width: 100%;margin-bottom: 15px;/*padding: 0 15px;*/}
.pnl-form .col-12x{width: 100%;margin-bottom: 15px;padding: 0 10px;}
.pnl-form label{
	width: 100%;display: block;
	line-height: normal;font-style: normal;color: #000;margin-bottom: 8px;
}
.form-control-wrapper{position: relative;}
.pnl-form .form-control,
.pnl-form .form-control1{display: block;width: 100%;height: 36px;padding: 0 10px;line-height: 1.42857143;background-color: #fff;font-family: "Inter", sans-serif;
    background-image: none;border:none;border:1px solid #d2ab66;
    color: #000;font-size: 15px;
}
.pnl-form .form-control3{display: block;width: 100%;height: 36px;padding: 0 10px;line-height: 1.42857143;border:none;border:1px solid #d2ab66;border-radius: 0;
    color: #000;font-size: 15px;background: #fff;
}
.pnl-form .form-control1{height: 50px;font-family: "Inter", sans-serif;padding: 10px;}
.pnl-form .form-control2{height: 100px;}
.form-buttun-control{text-align: center;}
.btn-submit{color: #fff;transition: 0.3s;cursor: pointer;border-radius: 30px;
	padding: 15px 50px;line-height: 1.42857143;text-transform: uppercase;
	border: 0;letter-spacing: 1px;background: #056fc5;text-align: center;
	white-space: nowrap;vertical-align: middle;font-size: 15px;font-weight: 500;
	font-family: "Inter", sans-serif;
}
.input-holder{overflow: hidden;display: flex;margin: 0 -7.5px;}
.input-holder .col-4x{padding: 0 7.5px;}

.btn-submit:hover{background: #ff6f1c;}
.div-fleet-type{display: flex;flex-wrap: wrap;margin-top: 25px;margin-bottom: 15px; border: 1px solid #d2ab66;
	padding: 25px 15px 0;position: relative;
}
.div-fleet-type::before{position: absolute;top: -7px;left: 19px;content: "Optional";color: #fff;
	z-index: 21;line-height: normal;font-size: 12px;text-transform: uppercase;font-weight: 600;
}
.div-fleet-type::after{background: #d2ab66;height: 24px;width: 80px;content: "";
	position: absolute;top: -12px;left: 10px;z-index: 20;border-radius: 12px;
}
.div-fleet-type i{display: inline-block;float: left;font-style: normal;margin-bottom: 5px;}
.div-fleet-type i label{padding: 0;margin-bottom: 0;}
.div-fleet-type input{margin: 0 5px 0 0;padding: 0;}
.div-fleet-type span{text-transform: capitalize;color: #000;font-weight: 400;}

.div-airport-transfer,
.div-luxury-fleet,
.div-tour-package,
.div-day-trip{/*border-top: 1px solid #febb2b;padding-top: 15px;*/
	/*background: #fff;padding: 10px 15px;*/
  margin-bottom: 15px;width: 100%;
}
.div-airport-transfer label,
.div-luxury-fleet label,
.div-tour-package label,
.div-day-trip label{margin-bottom: 10px;}

.form-wrapper .col-12:last-child{margin-bottom: 0;}
.section-home-form{background: #FAF6F0;padding: 30px 0;}
.why-us-home{padding: 30px 0 30px 60px;border-left: 1px dashed #000;}
.why-us-home .why-us-content li{width: 100%!important;}

.selectt{display: none;}

.pnl-body{width: 100%;}
.pnl-body p{line-height: 30px;margin: 0 0 30px 0;padding: 0;}
.pnl-body h3{font-size: 19px;font-weight: 500;margin: 0 0 15px 0;padding: 0;color: #056fc5;}
.pnl-body h2{font-size: 25px;font-weight: 400;margin: 0 0 15px 0;padding: 0;color: orange;}

.why-us-content{width: 100%;display: flex;flex-wrap: wrap;margin-top: 30px;}
.why-us-content li{width: 50%;padding: 0 15px 0 71px;margin-bottom: 30px;position: relative;
}

.why-us-icon::before{position: absolute;width: 36px;height: 36px;content: "";
    top: 16px;left: 10px;z-index: 1;background-size: 36px 36px;
}
.why-us-icon::after{background-color: #faf6f0;position: absolute;content: "";top: 6px;
    left: 0;width: 56px;height: 56px;
}
.luxury-fleet::before{background-image: url("../../images/icons8-luxury-48.png");}
.professional-chauffeurs::before{background-image: url("../../images/icons8-chauffeur-48.png");}
.effortless-transfers::before{background-image: url("../../images/icons8-reliability-48.png");}
.personalized-service::before{background-image: url("../../images/icons8-customer-review-48.png");}
.exclusive-sightseeing::before{background-image: url("../../images/icons8-destination-48.png");}
.extended-travel::before{background-image: url("../../images/icons8-flexibility-48.png");}
.safety-discretion::before{background-image: url("../../images/icons8-safety-48.png");}

.desti-wrapper{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.desti-wrapper .col-6x{margin-bottom: 30px;}
.desti-block{display: flex;}
.desti-block .img-holder{width: 50%;display: flex;}
.desti-block .txt-holder{width: 50%;display: flex;flex-wrap: wrap;
	justify-content: center;align-content: center;padding: 30px;line-height: 1.5;
	font-weight: 700;text-align: center;border: 1px dashed #000;color: #000;
}
.img-holder img{width: 100%;vertical-align: bottom;}
.desti-block i{font-style: normal;font-size: 13px;font-weight: 400;}

.desti-block:hover{background: #FAF6F0;}

.package-detail{border-bottom: #032e53 dashed 1px;padding-bottom: 30px;
	display: flex;width: 100%;flex-wrap: wrap;
}
.package-detail div{line-height: 1.5;width: 50%;position: relative;padding-left: 48px;}
.package-detail div::before{position: absolute;content: "";top: 0;left: 0;width: 36px;height: 36px;
	background: #ff6f1c;mask-size: cover;
}
.package-detail div:nth-child(1)::before{mask: url("../../images/calendar.svg");
  -webkit-mask: url(../../images/calendar.svg);
}
.package-detail div:nth-child(2)::before{mask: url("../../images/itinerary.svg");
  -webkit-mask: url(../../images/itinerary.svg);
}
.package-detail span{text-transform: uppercase;font-size: 11px;}
.package-detail strong{font-weight: 300;font-size: 19px;}

.day-wise-iti{padding-left: 90px;position: relative;padding-top: 60px;}
.day-wise-iti p{margin: 0 0 15px 0;}
.day-wise-iti::before{border-right: #032e53 dashed 1px;content: '';position: absolute;
	top: 0;bottom: 0;left: 35px;
}
.day-left{background: #056fc5;padding: 7px 15px;color: #fff;text-align: center;
	position: absolute;left: 0;
  font-weight: 500;line-height: normal;
}
.day-left::after{content: '';padding: 4px;display: inline-block;background: #056fc5;
	position: absolute;right: -4px;top: 12px;-ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.day-detail{padding: 3px 10px 3px 0px;display: inline-block;
	color: #000;font-size: 27px;font-weight: 200;
}

.section-package-tab .col-44x{width: 30%;padding: 0 15px;}
.section-package-tab .col-88x{width: 70%;padding: 0 15px;}
.section-package-tab .col-9x{width: 65%;}
.section-package-tab .col-3x{width: 35%;}
.package-wrapper{display: flex;width: 100%;flex-wrap: wrap;}
.package-wrapper:not(:last-child){margin-bottom: 60px;}
.hotel-img-thumb{position: relative;display: block;
}
.hotel-img-thumb .wrapper{position:relative;overflow:hidden;}
.hotel-img-thumb .wrapper::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;
    width: 100%;height: 100%;background: #056fc5;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
    visibility: hidden;opacity: 0;
}
.hotel-img-thumb img{width: 100%;height: auto;vertical-align: bottom;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotel-img-thumb:hover .wrapper::after{visibility:visible;opacity:0.6;}
.hotel-img-thumb:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.package-thumb-content{border-right: 1px dashed #000;}
.package-thumb-content h4{font-size: 26px;margin: 0 0 10px 0;
    padding: 0;color: #056fc5;font-weight: 300;
}
.package-thumb-content p{line-height: 24px;font-size: 14px;}
.hotel-view-link, .hotel-view-link2{display: inline-block;padding: 3px 15px;border-radius: 17px;
    color: #fff;text-transform: uppercase;background: #056fc5;font-size: 11px;
    letter-spacing: 1px;font-weight: 500;
}
.hotel-book-link, .hotel-book-link2{display: inline-block;padding: 3px 15px;border-radius: 17px;
    color: #fff;text-transform: uppercase;background: #ff6f1c;font-size: 11px;
    letter-spacing: 1px;font-weight: 500;}
.hotel-view-link2, .hotel-book-link2{padding: 9px 25px;}
.hotel-view-link:hover, .hotel-view-link2:hover{background: #ff6f1c;}
.hotel-book-link:hover, .hotel-book-link2:hover{background: #056fc5;}
.package-details ul li{line-height: 1.5;}
.package-details ul li.title{color: #056fc5;text-transform: uppercase;font-size: 11px;}
.package-details ul li.title:not(:first-child){margin-top: 30px;}
.package-details ul li:nth-child(even){font-size: 16px;font-weight: 300;}
.package-details ul li:last-child{margin-top: 15px;display: none;}

.section-package-home{padding: 60px 0;background: #faf6f0;margin-top: 60px;}
.section-package-home .col-4x{width: 21%;}
.section-package-home .col-8x{width: 79%;}




.content-list{position: relative;margin-bottom: 45px;}
.content-list li{line-height: 30px;position: relative;padding-left: 22px;}
.content-list li::before{width: 12px;height: 12px;background: #000;mask-size: cover;
	position: absolute;top: 9px;left: 0;content: "";
	mask: url(../../images/check-mark.svg);
  -webkit-mask: url(../../images/check-mark.svg);
}

.form-control ~ .focus-border,
.form-control1 ~ .focus-border,
.form-control2 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #999; transition: 0.4s;}
.form-control:focus ~ .focus-border,
.form-control1:focus ~ .focus-border,
.form-control2:focus ~ .focus-border{width: 100%; transition: 0.4s;}
.form-control:focus,
.form-control1:focus,
.form-control2:focus{outline: none;}

.section-map{height: 300px;}
.contact-page{display: flex;flex-wrap: wrap;margin-top: 30px;}
.contact-page .col-6x{margin-bottom: 30px;}
.contact-page .h-div{padding: 40px 0;/*border-bottom: 1px solid #bbb;*/width: 100%;
	display: flex;align-items: center;
}
.h-div .heading{font-size: 36px;line-height: 1;
	color: #056fc5;
}
.venture-div{align-content: center;line-height: 1.5;}
.venture-div span{text-transform: uppercase;font-size: 11px;color: #999;width: 100%;}
.iato-logo{flex-wrap: nowrap;display: flex;align-items: center;}
.iato-logo span{width: 70px;height: 89px;margin-right: 15px;
	background: url("../../images/iato-logo.png");
	display: flex;
	flex-grow: 0;
  flex-shrink: 0;
}
.iato-logo i{font-style: normal;}
.venture-div strong{}
.venture-div i{font-style: normal;color: #333;font-size: 14px;}
.contact-block2{width: 100%;display: flex;}
.contact-block2:not(:last-child){margin-bottom: 30px;}
.contact-block2 div{display: flex;flex-wrap: wrap;width: 100%;padding-left: 15px;align-content: center;}
.contact-block2 div i{text-transform: uppercase;font-size: 12px;color: #666;font-style: normal;display: flex;
  width: 100%;}
.contact-block2 div a, .contact-block2 div span{font-size: 17px;color: #333;}
.contact-block2 div a{color: #ff651a;}
.contact-block2 div a:hover{text-decoration: underline!important;}
.contact-block2 .wa-icon,
.contact-block2 .email-icon,
.contact-block2 .address-icon,
.contact-block2 .reg-icon{
	position: relative;
	border-radius: 50%;
	border: 1px solid #999;
	display: flex;
	flex-grow: 0;
  flex-shrink: 0;
	width: 64px;height: 64px;
}
.contact-block2 .wa-icon::before,
.contact-block2 .email-icon::before,
.contact-block2 .address-icon::before,
.contact-block2 .reg-icon::before{
	content: "";position: absolute;
	top: 14px;left: 14px;
	width: 36px;
	height: 36px;
	mask-size: cover;
}
.contact-block2 .iato-icon{width: 64px;height: 64px;display: flex;
	flex-grow: 0;
  flex-shrink: 0;
	background-image: url("../../images/iato-logo.png");
	background-repeat: no-repeat;
	background-size: 48px auto;
	background-position: 6px 0;
}

.contact-block2 .wa-icon::before{
	mask: url("../../images/whatsapp-icon.svg");
	-webkit-mask: url("../../images/whatsapp-icon.svg");
	background: #25D366;
}
.contact-block2 .email-icon::before{
	mask: url("../../images/email-icon.svg");
	-webkit-mask: url("../../images/email-icon.svg");
	background: #a06bdf;
}
.contact-block2 .address-icon::before{
	mask: url("../../images/location-icon.svg");
	-webkit-mask: url("../../images/location-icon.svg");
	background: #03a9f4;
}
.contact-block2 .reg-icon::before{
	mask: url("../../images/verified.svg");
	-webkit-mask: url("../../images/verified.svg");
	background: #d56438;
}

.adminActions{position: fixed;bottom: 10px; right: 10px;z-index: 999;}
.adminButton{height: 60px;width: 60px;background-color: #002B80;border-radius: 50%;
	display: block;color: #fff;text-align: center;position: relative;z-index: 1;
	/*border: 2px solid white;*/
}
.adminToggle::before{content: "24x7 Helpline";width: 84px;}
.adminButton i{mask-size: cover;background: #fff;}
.adminButtons{position: absolute;width: 100%;bottom: 103%;text-align: center;}
.adminButtons a{display: none;width: 60px;height: 60px;border-radius: 50%;
	text-decoration: none;margin: 5px auto 0;line-height: 1.15;color: #fff;
	opacity: 0;position: relative;transition: ease-in all .3s;
}
.adminButtons a:hover{transform: scale(1.05);}
.adminButtons a:nth-child(1){
	background-color: #ff6f1c; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}
.adminButtons a:nth-child(1)::before{content: "Tour Enquiry";width: 90px;}
.adminButtons a:nth-child(2){
	background-color: #febb2b; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}
.adminButtons a:nth-child(2)::before{content: "Tour Packages";width: 100px;}
.adminButtons a:nth-child(3){
	background-color: #63CB0C; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}
.adminButtons a:nth-child(3)::before{content: "WhatsApp";width: 68px;}
.adminButtons a:nth-child(4){
	background-color: #056fc5; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}
.adminButtons a:nth-child(4)::before{content: "Call Us";width: 52px;}
.adminButtons a::before,
.adminToggle::before{position: absolute;background: #fff;text-align: center;
	padding: 4px 10px;opacity: 0;display: none;color: #000;right: 64px;top: 21px;z-index: 121;
	text-transform: uppercase;font-size: 12px;border-radius: 4px;
	box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}
.adminButtons a:hover::before,
.adminToggle:hover::before{opacity: 1;display: block;}

.adminActions a i{
	position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);
	background: #fff;mask-size: cover;width: 32px;height: 32px;
}
.adminToggle{-webkit-appearance: none;position: absolute;border-radius: 50%;
	top: 0; left: 0;margin: 0;width: 100%;height: 100%;cursor: pointer;
	background-color: transparent;border: none;outline: none;
	z-index: 2;transition: ease-in .3s;
}
/*.adminToggle:hover{background: #082740;}*/
.adminToggle:checked ~ .adminButtons a{opacity: 1;display: block;}

.icon-help{mask: url("../../images/chat-help.svg");
	-webkit-mask: url("../../images/chat-help.svg");
	width: 32px;height: 32px;
}
.icon-enq{
	mask: url("../../images/paper-plane.svg");
	-webkit-mask: url("../../images/paper-plane.svg");
}
.icon-pkg{
	mask: url("../../images/binoculars.svg");
	-webkit-mask: url("../../images/binoculars.svg");
}
.icon-wa{
	mask: url("../../images/whatsapp.svg");
	-webkit-mask: url("../../images/whatsapp.svg");
}
.icon-call{
	mask: url("../../images/phone-call-icon.svg");
	-webkit-mask: url("../../images/phone-call-icon.svg");
}

.lft-rgt-wrapper{}
.lft-rgt-wrapper .col-6x{padding: 0;}
.lft-rgt-wrapper .hotel-img-thumb{width: 100%;}
.service-thumb-content{width: 100%;display: flex;align-items: center;
	justify-content: center;padding: 0 30px;/*background: #faf6f0;*/
}
.service-thumb-content h5{margin: 0;padding: 0;font-size: 32px;font-weight: 200;
	line-height: 1.2;text-align: center;
}
.service-thumb-content h5 span{font-weight: 600;color: #056fc5;}
.border-lft{border-left: 5px solid #056fc5;}
.border-rgt{border-right: 5px solid #056fc5;}


.footer-logo .f-links{background: #fff;display: flex;/*justify-content: space-between;*/
	align-items: center;padding: 10px;
}
.footer-logo .f-links div{align-content: center;align-items: center;/*display: flex;*/ display: none;}
.footer-logo .f-links img{height: 54px;width: auto;margin: 0 5px;}

@media(max-width: 1199px){
	.container > ul > li{height: 550px;}
	.link:hover .service-button{margin-top: 45px;}
	.contact-block{padding-left: 47px;}
	footer .col-4x{width: 50%;}
	footer .col-4x:last-child{display: none;}
	.contact-block::before{width: 32px;height: 32px;}
	.section-body .col-8x, .section-body .col-4x{width: 100%;}
	.pnl-body{margin-bottom: 30px;}
	.package-thumb-content{padding-right: 15px;}
	.why-us-home{padding-left: 30px;}
	.section-usp, .section-packages, .section-package-home, .section-body{padding: 30px 0;}
	.section-why-us{padding-top: 30px;padding-bottom: 0;}
	.heading-div{margin-bottom: 25px;}
	.section-home-form{padding: 0;}
	
}
@media(max-width: 991px){
	.home-slider-caption{display: none;}
	.container > ul > li{width: 100%;height: auto;}
	.service-num, .service-header span, .service-button, .service-text{display: none;}
	.service-header h5{padding: 0;}
	.section-usp{padding: 30px 0;}
	.section-packages{padding: 30px 0 60px;}
	.section-why-us{padding: 30px 0 0;}
	.why-us-div{margin-bottom: 30px;}
	.heading-div h1, .heading-div h2, .heading-div h3, .heading-div h4{font-size: 25px;}
	.heading-div{margin-bottom: 25px;}
	.footer-logo{padding-top: 15px;}
	.f-menu{margin-top: 15px;}
	/*.iato-logo{margin-top: 16px;padding-top: 15px;}*/
	.section-package-home{margin-top: 30px;}
	/*.pnl-form{padding: 0;}*/
}
@media(min-width: 768px){
	.section-why-us .col-6x:nth-child(5) .why-us-div,
	.section-why-us .col-6x:nth-child(6) .why-us-div{border-bottom: none;padding-bottom: 0;}
}
@media(max-width: 767px){
	.section-usp .col-4x:first-child{width: 100%;margin-bottom: 30px;}
	.section-usp .col-4x:nth-child(2),
	.section-usp .col-4x:nth-child(3){width: 50%;}
	.section-packages .more-btn{display: none;}
	.section-packages .more-btn-m, .package-details ul li:last-child{display: block;}
	.section-why-us .col-6x{width: 100%;}
	.why-us-div{padding-left: 92px;}
	.why-us-div::after{width: 72px;height: 72px;}
	.why-us-div::before{top: 12px;left: 12px;}
	.desti-wrapper .col-6x{width: 33.3333%;}
	.desti-block .txt-holder{padding: 15px;}
	.section-title{background-position: center;}
	.package-detail{padding-bottom: 15px;}
	.package-detail div{width: 100%;}
	.package-detail div:last-child{margin-top: 15px;padding-top: 15px;border-top: #032e53 dashed 1px;}
	.section-package-tab .col-44x{width: 45%;}
	.section-package-tab .col-88x{width: 55%;}
	.package-thumb-content p, .hotel-view-link, .hotel-book-link{display: none;}
	.section-package-tab .col-4x,
    .section-package-tab .col-8x,
	.section-package-tab .col-9x,
	.section-package-tab .col-3x,
	.section-home-form .col-6x,
	.why-us-content li,
	.contact-page .col-6x{width: 100%;}
	.why-us-home{padding: 15px 0 0 0;border-left: 0;border-top: 1px dashed #000;margin-top: 15px;}
	.package-thumb-content{margin-bottom: 15px;padding-bottom: 5px;
		border-bottom: 1px dashed #000;border-right: 0;width: 100%;
	}
	.package-details ul li.title:not(:first-child){margin-top: 15px;}
	.contact-block{padding-left: 0;padding-top: 57px;text-align: center;}
	.contact-block::before{left: calc(50% - 16px);transform: translateY(50%)}
	.section-home-form{padding: 15px 0 0 0}
	.why-us-icon::before{left: 0}
	.why-us-content li{padding-left: 56px;}
	.contact-page .h-div{padding: 0;}
	.contact-page .col-6x:last-child{margin-bottom: 0;}
	.service-thumb-content h5{font-size: 24px;}
	.social-media{width: 100%;margin: 15px 0;display: flex;justify-content: center;}
	.footer-logo{flex-wrap: wrap;}
	.footer-logo .f-links{width: 50%;}
	footer{padding-bottom: 10px;}
	.footer-logo .f-links img{height: 42px;}
	.footer-logo .f-links:nth-child(2){justify-content: flex-end;}
	
}
@media(max-width: 767px) and (min-width: 450px){
	.desti-block{flex-wrap: wrap;display: block;}
	.desti-block .img-holder, .desti-block .txt-holder{width: 100%;}
	.desti-block .img-holder{display: block;}
	.adminButtons a, .adminButton{width: 48px;height: 48px;}
	.adminActions a i{width: 24px;height: 24px;}
}
@media(max-width: 649px){
	.desti-wrapper .col-6x{width: 50%;}
}
@media(max-width: 549px){
	.section-usp .col-4x:nth-child(2){margin-bottom: 30px;}
	.section-usp .col-4x:nth-child(2),
	.section-usp .col-4x:nth-child(3){width: 100%;}
    .section-package-tab .col-9x,
    .section-package-tab .col-3x{width: 100%;}
	.service-thumb-content h5{font-size: 19px;}
	.footer-logo .f-links img{height: auto;width: 100%;}

}
@media(max-width: 449px){
	.desti-wrapper .col-6x,
	.section-package-tab .col-44x,
	.section-package-tab .col-88x{width: 100%;}
	.hotel-img-thumb{margin-bottom: 15px;}
	.package-wrapper:not(:last-child){margin-bottom: 30px;}
	.section-body .col-4x{padding: 0;}
	.section-body{padding-bottom: 0;}
	.lft-rgt-wrapper .col-6x{width: 100%;padding: 0 30px;margin-bottom: 30px;}
	.lft-rgt-wrapper .col-6x:nth-child(2),
	.lft-rgt-wrapper .col-6x:nth-child(3),
	.lft-rgt-wrapper .col-6x:nth-child(6),
	.lft-rgt-wrapper .col-6x:nth-child(7),
	.lft-rgt-wrapper .col-6x:nth-child(10),
	.lft-rgt-wrapper .col-6x:nth-child(11),
	.lft-rgt-wrapper .col-6x:nth-child(14){display: none;}
	.service-thumb-content{padding: 30px 60px;border: 1px solid #d2ab66;}
}

