body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none!important;
}
.btn {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}


/***********banner area***************/

.bannerBox {
	width: 100%;
	height: 448px;
	z-index: 99 ;
	position: relative;
	background: url(/assets/images/new/home_banner.webp) no-repeat top center;
	
}

.bannerBox.routepage {
	width: 100%;
	height: 448px;
	position: relative;
	
}




@media (max-width: 576px) {
.bannerBox {
	height: 485px;
}
}



@media only screen and (max-width: 767px) {
	.bannerBox {
	  background-color: #d1d1d182  !important;
	  background-image: none;
	  height: 415px !important;
	}
	.bannerBox.landingpage {
	  background:#4f4e4e82 !important;
	  height: auto !important;
	}
	.bannerBox.routepage {
	 background:#4f4e4e82 !important;
	  height: auto !important;
	}
	.divpara{
		font-size: 12px ;
	}
  }

.Tagline_searchbnr {
	padding: 100px 0 50px 0;
	text-align: center;
	color: #fff;
	font-family: "Poppins", sans-serif;
	text-shadow: 1px 2px 2px #222;
}
.banner-title{
	font-size: 28px ;
	font-weight: 600 ;
	color: rgba(255, 255, 255, 1);
	text-align: left ;
	text-transform: capitalize ;
}
@media (max-width: 1023px) {
.Tagline_searchbnr {
	padding: 20px 0 22px 0;
	display: none;
}
}
.Tagline_searchbnr h2 {
	font-size: 40px;
	font-weight: 400;
	margin: 0px;
	text-shadow: 1px 2px 2px #222;
}

@media (max-width: 1023px) {
.Tagline_searchbnr h2 {
	font-size: 30px
}
}

@media (max-width: 576px) {
.Tagline_searchbnr h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-shadow: 1px 2px 2px #222;
}
}
.Tagline_searchbnr p {
	font-size: 18px;
	padding-top: 10px;
	text-shadow: 1px 2px 2px #222;
}

@media (max-width: 1023px) {
.Tagline_searchbnr p {
	font-size: 16px;
	text-shadow: 1px 2px 2px #222;
}
}

@media (max-width: 576px) {
.Tagline_searchbnr p {
	font-size: 13px;
	padding: 0 20px
}
}
.innerBannerBox {
	width: 100%;
	height: 620px;
	position: relative;
	background-position: center top;
	background-size: cover
}

@media (max-width: 576px) {
.innerBannerBox {
	height: auto;
	padding-bottom: 40px
}
}
.innerBannerBox:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.2)
}
.innerBannerBox .Tagline_searchbnr {
	padding-top: 110px;
	padding-bottom: 60px;
	color: #fff
}

@media (max-width: 1023px) {
.innerBannerBox .Tagline_searchbnr {
	padding-top: 90px;
	padding-bottom: 30px
}
}

@media (max-width: 576px) {
.innerBannerBox .Tagline_searchbnr {
	padding-top: 25px;
	padding-bottom: 20px
}
}
.innerBannerBox .Tagline_searchbnr h2 {
	font-weight: 700
}

@media (max-width: 1023px) {
.innerBannerBox .Tagline_searchbnr h2 {
	font-size: 25px;
	margin-bottom: 5px
}
}

/*******banner area*******/

/*--------------------------------- 
[ Slideshow / .slideshow ]
-------------------------------- */

.places h1 {
	padding-top: 25px;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.places p {
	margin: 0px 0 30px;
	font-size: 14px;
	color: #686868;
	text-align: center;
	font-family: "Poppins", sans-serif;
	position: relative;
}
.places p:after {
	position: absolute;
	left: 0;
	top: 49px;
	content: "";
	width: 70px;
	margin: 0 auto;
	right: 0;
}
.places hr {
	width: 170px;
	border-top: 1px solid #ccc;
	opacity: 1;
	margin: 0 auto;
}
.border-margin {
	margin-bottom: 10px;
}
.places .nav-tabs {
	border: none;
	margin: 0 0 50px;
	text-align: center;
}
.places .nav-tabs > li {
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0 2px;
}
.places .nav-tabs > li > a {
	border: 1px solid #E5E5E5;
	color: #000;
	border-radius: 0px;
	margin: 0 !important;
	text-transform: uppercase;
	padding: 20px 36px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}
.places .nav-tabs .nav-link.active, .places .nav-tabs > li > a:hover {
	color: #000;
	background: #F7F7F7;
	border: 1px solid transparent;
}
.places .nav-tabs > li > a:hover:after, .places .nav-tabs .nav-link.active:after {
	border-bottom: 8px solid #FCB714;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	display: block;
	width: 100%;
}
.places .nav-tabs > li > a:hover:before, .places .nav-tabs .nav-link.active:before {
	border-bottom: 10px solid #FCB714;
	border-top: 10px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	left: 44%;
	bottom: 6px;
	margin: 0 auto;
	display: block;
	content: "";
}
.product-thumb {
	margin-bottom: 20px;
}
.product-thumb .image {
	position: relative;
}
.product-thumb .image a img {
	width: 100%;
}
.product-thumb .image .hoverbox {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background:rgba(252, 183, 20, 0.60); */
	background: rgb(229 229 229 / 42%);
	text-align: center;
	opacity: 0;
	top: 0;
}
.product-thumb .hoverbox .icon_plus {
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	cursor: pointer;
}
.product-thumb:hover .hoverbox {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 1;
}
.product-thumb .image .matter {
	position: absolute;
	opacity: 1;
	bottom: 0;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
.product-thumb .image .matter h2 {
	font-size: 16px;
	margin: 0 0 12px 24px;
}
.product-thumb .image .matter p {
	font-family: 'PT Serif', serif;
	color: #fff;
	font-size: 11px;
	margin: 0 25px 24px;
}
.product-thumb .image .matter ul {
	margin: 0;
	border-top: 1px solid #E5E5E5;
	background: rgba(0,0,0,0.6);
}
.product-thumb .image .matter ul li:first-child {
	border-right: 1px solid #E5E5E5;
}
.product-thumb .image .matter ul li {
	padding: 12px 0px;
	width: 48%;
	text-align: center;
	line-height: 12px;
	display: inline-block;
}
.product-thumb .image .matter ul li a {
	color: #fff;
	font-size: 18px;
}
.product-thumb .caption {
	border: 1px solid #E5E5E5;
	border-top: 0;
}
.product-thumb .caption .inner {
	padding: 30px 36px;
	border-bottom: 1px solid #E5E5E5;
}
.product-thumb .caption .inner img {
	float: left;
	margin-right: 18px;
}
.product-thumb .caption .inner h4 {
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 12px;
	color: #000;
}
.product-thumb .caption .inner span {
	font-size: 12px;
	line-height: 12px;
	font-family: 'PT Serif', serif;
	color: #9A9A9A;
	margin-right: 50px;
}
.product-thumb .caption .inner i {
	color: #F9953D;
	font-size: 11px;
}
.placegrid .product-thumb .caption .inner i {
	font-size: 10px;
}
.placegrid .owl-carousel .owl-item img {
	width: auto;
}
.product-thumb .caption button {
	font-size: 14px!important;
	color: #000;
	margin: 0 auto;
	padding: 21px 0 19px;
	background: none;
	border: 0;
	line-height: 12px;
}
.product-thumb:hover .caption button {
	color: #FFB812;
}

.tour .product-thumb .image .matter p span {
	float: right;
	font-size: 20px;
	line-height: 12px;
}
.tour .product-thumb .caption .inner {
	padding: 30px 24px;
}
.tour .product-thumb .caption .inner .rate {
	min-height: 40px;
}
.tour .product-thumb .caption .inner p {
	font-size: 14px;
	line-height: 20px;
	font-family: 'PT Serif', serif;
	color: #9A9A9A;
	margin: 0px;
}
.tour .product-thumb:hover .caption button {
	color: #000;
}
.tour .product-thumb .caption button:hover {
	color: #FFB812;
}
.tour .product-thumb .caption button {
	width: 49%;
}
.product-thumb .caption button i {
	font-size: 10px!important;
}
.tour .product-thumb .caption button:first-child {
	border-right: 1px solid #E5E5E5;
}


.fa-angle-double-right {
	font-size: 12px;
}


.blog .product-thumb {
	margin-bottom: 0px;
}
.blog .product-thumb .caption .inner {
	padding: 25px 24px;
}
.blog .product-thumb .caption .inner h4 {
	margin: 0 0 15px;
}
.blog .product-thumb .caption p {
	font-size: 14px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	color: #686868;
	margin: 0px;
}


/********BestDeals*********/

.counter-area:before {	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: -1
}
.BestDeals  {
	background: rgb(27, 26, 26) url(../../images/new/deals-bg-image.webp) no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	margin-top: 10px;
}

.BestDeals:before {	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: -1
}


.dealsB .product-thumb {
	margin-bottom: 20px;
}
.dealsB .product-thumb .image .hoverbox {
	background: rgba(1, 183, 242, 0.60);
}
.dealsB .product-thumb .image .matter {
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: none;
}
.dealsB .product-thumb .image .matter .des {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
	text-shadow: 0px 2px 0 #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dealsB .product-thumb .image .matter .des span {
	font-size: 30px;
	margin-right: 20px;
}
.dealsB .product-thumb .image .matter .des1 {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif !important;
	text-shadow: 0px 2px 0 #000;
	letter-spacing: 1px;
}
.dealsB .product-thumb .image .matter .des1 span {
	font-size: 20px;
	font-weight: 700;
}
.dealsB .product-thumb .image .matter .des1 small {
	font-size: 30px;
	font-weight: 700;
}
.dealsB .product-thumb .image .matter .des2 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif !important;
	text-shadow: 0px 2px 0 #000;
	letter-spacing: 1px;
	text-align: left;
	margin: 12px 24px;
}
.dealsB .product-thumb .image .matter .des2 i {
	margin-right: 10px;
	font-size: 28px;
}
.dealsB .product-thumb .image .matter .des2 span {
	font-size: 32px;
}
.dealsB .product-thumb .image .matter button {
	background: #002278;
	border: 0;
	padding: 9px 24px;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}
.dealsB .product-thumb .off {
	border-right: 100px solid transparent;
	border-top: 83px solid #FCB714;
	opacity: 1;
	position: absolute;
	top: 0;
}
.dealsB .product-thumb .off span {
	color: #000;
	font-size: 15px;
	left: 0px;
	position: absolute;
	top: -71px;
	transform: rotate(-40deg);
	width: 100px;
}
/*---------------------------------------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section {
	float: left;
	width: 100%;
}

img {
	max-width: 100%;
}

.pdall20 {
	padding: 20px 0;
}

.innerWrap {
	width: 1100px;
	margin: auto;
	padding: 5px 0;
}

@media (max-width: 1023px) {
	.innerWrap {
		display: none;
	}
}

.pdb40 {
	padding-bottom: 40px !important;
}

.toprflcont {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 15px 0;
	flex-direction: column;
	justify-content: center;
}

.hdrtxt {
	font-size: 34px;
	font-weight: 700;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deals_heading {
	background-color: #24425ebd;
	bottom: 0;
	padding: 8px 14px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
/*blog sec ++ Why Book*/

.seemore {
	color: #2196F3;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	margin-left: auto;
	margin-right: 90px;
}

.divbox {
	flex: 0 0 24%;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	text-align: center;
	padding: 15px 20px;

	
}
.divbox:hover{
	.divimg{
		transform: rotateY(360deg);
	}
}


.divimg{
	width: 50px ;
	transition: 0.9s ;
}

.divttl {
	width: 100%;
	margin: 10px 0;
	margin-top: 10px ;
	font-weight: 600;
	font-size: 14px ;
	color: #424242 ;
}

._divimg {
	width: 100%;
	margin: 10px auto 15px auto;
}

.excdeals {
	font-size: 26px;
	font-weight: 700;
}
.corp-hidden { margin: 20px 0; padding: 30px 0; background: #9fdada12; }

.mflxop {
	display: flex;
	align-items: unset;
	justify-content: space-between;
	margin: 20px 0;
	position: relative;
	z-index: 1;
}

.divpara {
	font-size: 13px;
	color: #4D4D4D;
}
/*blog sec ++ Why Book*/

.pdb40 {
	padding-bottom: 40px !important;
}

.blockpage {
	overflow: hidden;
}

.notifictionSidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	display: none;
	right: 0;
	-ms-backdrop-filter: blur(3px);
	-o-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgb(0 0 0 / 45%);
	z-index: 99999;
}

.notiSideBx {
	position: absolute;
	top: 0;
	right: 0;
	background: #f8fcff;
	margin: auto;
	border-radius: 20px 0px 0px 0px;
	width: 30%;
	height: 100vh;
	text-align: center;
}

.nfhdrs {
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
	background: #fff;
	border-radius: 20px 0 0 0;
	padding: 10px 20px;
	font-weight: 600;
	text-align: left;
	position: relative;
}

/*----------------------------------*/
/***********************/

.serv-boxfirst {	
	padding: 15px;
	text-align: left;
  }

.serv-boxfirst h5 { color: #002278;}
.serv-boxfirst p { text-align: justify;}

.ser-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;}
  
.serv-box {
	background: #ffffff;
	padding: 15px;
	box-shadow: 0 2px 42px -4px rgb(207 207 207);
	position: relative;
	text-align: center;
  }
  .mb-4 {
	margin-bottom: 1.5rem !important;
  }
  .serv-box h6 {
	font-size: 18px;
	color: #1b3881;
	font-weight: 800;
  }
  a.botn {
	padding: 10px 17px;
	line-height: 17px;
	background: #184ac0;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
  }
  a.botn:hover { background: #00237b;}







/* new-page-design-css */
  /* trending-sec-start */

.trending{
	font-size: 36px ;
	font-weight: 600 ;
	color: #026f6e ;
	  font-family: "Lato", sans-serif;
	  span{
		color: #fdc703 ;
	  }
}

.trending-list {
    background: #029e9d0a;
    border-radius: 40px;
    padding: 5px;
    display: inline-flex;
    gap: 5px;
}

.trending-list .nav-item {
    position: relative;
	width: 166px ;
}

.trending-list .nav-link {
    border: none !important;
    background: transparent !important;
    border-radius: 30px !important;
    color: #333 !important;
    position: relative;
	width: 100% ;
	font-size: 14px ;
	height: 28px ;
	font-weight: 400 ;
    z-index: 2;
	display: flex ;
	justify-content: center ;
	align-items: center ;
}

.trending-list .nav-link.active {
	width: 100% ;
    color: #000 !important;
	background: white !important;
	color: #029e9d !important;
}

.nav-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
    z-index: 1;
}


.img-txt{
	position: absolute ;
	bottom: 10px ;
	left: 10px ;
	p{
		color: #ffffff ;
		margin-bottom: 0px ;
	}
	.cityname{
		font-size: 22px ;
		line-height: 22px ;
		font-weight: 600 ;
	}
	.countryname{
		font-size: 14px ;
		font-weight: 400 ;
	}
}
.miami-img{
	width: 100% ;
	border-radius: 10px 10px 0 0;
	position: relative ;
	/* &:before{
		content: '';
		width: 100% ;
		height: 100% ;
		position: absolute ;
		top: 0 ;
		left: 0 ;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.57%, rgba(0, 0, 0, 0.6) 74.63%);

	} */
	img{
		width: 100% ;

	}
}
.trend-fare{
	.starting{
		font-size: 14px ;
		font-weight: 400 ;
		color: rgba(106, 114, 130, 1) ;
	}
	.cad{
		font-size: 18px ;
		font-weight: 700 ;
		color: #029e9d ;
	}
}
.tranding-fare-sec{
	padding: 12px ;
	display: flex ;
	justify-content: space-between ;
	align-items: center ;
}
.explore-btn{
	button{
		width: 82px ;
		height: 32px ;
		border-radius: 10px  ;
		border: none ;
		font-size: 14px ;
		font-weight: 500 ;
		color: #029e9d ;
		background: #fff ;
		border: 1px solid #029e9d;
		transition: 0.5s ;
	}
}
.trending-box:hover{
	.explore-btn{
	button{
		color: #fff ;
		background: #029e9d;
	}
}
}
.trending-box{
	
	border-radius: 10px ;
	overflow: hidden ;
	box-shadow: 0px 3px 6px 1px #0000000D;
	transition: 0.5s ;
	&:hover{
		box-shadow: 0px 3px 12.6px 0px #00000040;

	}

}
.all-fares{
	font-size: 13px ;
	font-weight: 600 ;
	color: rgba(71, 71, 71, 1) ;
}
.updated{
	font-size: 12px ;
	font-weight: 400 ;
	color: rgba(71, 71, 71, 1) ;
}
.call-banner-inner{

/* Banner background */
.banner {
  width: 100%;
  height:100%;
  margin: 0px auto 20px;
  border-radius: 15px;
  background: url('/assets/images/new/call_banner.png') no-repeat center/cover;
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
.overlaay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
.content {
    color: #fff;
    transform: translatex(315px);
    transition: all .5s ease;
    text-align: center;
}
/* Text content */
.content h1 {
color: #FFF0B3;
  font-family: 'Island Moments', cursive;
font-size: 64px;
        margin-bottom:  -24px;
font-weight: 400;
}

.content h2 {
color: #FFF;
font-family: Poppins;
font-size: 20px;
font-weight: 500;
  margin: 5px 0;
 padding: 0 0 0 235px;
}

.content p {
color: #FFF;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
}

/* Button */
.call-btn {
        background:#029e9d;;
        color: #fff;
        border: none;
        padding: 12px 25px;
        font-size: 15px;
		height: 44px;
        width: 120px;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 0px;
}

.call-btn:hover {
  background: #029e9d;
}
}
.popular-txt{
	display: flex ;
	flex-direction: column ;
	position: absolute ;
	left: 0 ;
	bottom: 0px ;
	padding: 15px 10px;
	color: white ;
	width: 100% ;
}
.popular-img{
	width: 100% ;
	height: 100% ;
	cursor: pointer ;
	img{
		width: 100% ;
		height: 100% ;
		object-fit: cover ;
	}
}
.statr{
	font-size: 14px ;
	font-weight: 400 ;
	color: rgba(255, 255, 255, 1) ;
}
.tokyo{
	font-size: 22px ;
	font-weight: 600 ;
	line-height: 24px ;
}
.japan{
	font-size: 14px;
	font-weight: 400 ;
	
	color: rgba(255, 255, 255, 1);
}
.cad-price{
	font-size: 20px ;
	font-weight: 700 ;
	color: rgba(255, 255, 255, 1) ;
}
.view-deals{
	opacity: 0 ;
	visibility: hidden ;
	height: 0 ;
	cursor: pointer ;
	p{
		font-size: 14px ;
		font-weight: 500 ;
		color: rgba(255, 255, 255, 1) ;
		img{
			width: auto ;
		}
	}
}
.popular-main{
	border-radius: 10px ;
	transition: 0.5s ;
	overflow: hidden ;
}
.popular-main:hover{
	box-shadow: 0px 1px 9.6px 1px rgba(0, 0, 0, 0.34);
	.view-deals{
		opacity: 1 ;
		visibility: visible ;
		height: auto ;
	}

}

.trending-deals{
	padding: 40px 0;
	background: rgba(249, 250, 251, 1) !important;
}
.last-minut-txt{
	padding: 10px ;
	.toronto-city{
		display: flex ;
		justify-content: flex-start ;
		align-items: center ;
		gap: 10px ;
		margin-bottom: 0 ;
		img{
			min-width: 18px ;
			max-width: 18px ;
		}
		span{
			max-width: 45% ;
			display: inline-block ;
			font-size: 18px ;
			font-weight: 600 ;
			text-overflow: ellipsis ;
			white-space: nowrap ;
			overflow: hidden ;
			color: rgba(35, 35, 35, 1) ;
		}
	}
}
.last-img{
	width: 100% ;
	overflow: hidden;
	position: relative;
	img{
		width: 100% ;
		transition: 0.5s ;
	}
}
.fare-sec{
	position: absolute ;
	top: 20px ;
	right: 0 ;
	background: #fdc703 ;
	p{
		font-size: 18px ;
		font-weight: 600 ;
		color: #fff ;
	}
}
.round-list{
	ul{
		display: flex ;
		justify-content: flex-start ;
		align-items: center ;
		gap: 15px ;
		li{
			list-style: none ;
			font-size: 12px ;
			font-weight: 500 ;
			color: rgba(92, 92, 92, 1) ;
			&:nth-child(2){
				padding-left: 15px ;
				border-left: 1px solid #5c5c5c;
			}
		}
	}
}
.datesec{
	background: rgb(234 234 234 / 32%);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    width: fit-content;
    border: 1px solid #EAEAEA;
}
.bookbtn{
	width: auto ;
	font-size: 14px ;
	font-weight: 400 ;
	color: #029e9d  ;
	padding: 7px 21px ;
	border-radius: 8px ;
	border: 1px solid #029e9d;
	transition: 0.5s;
	background: #fff ;
	&:hover{
		background: #029e9d ;
		color: #fff ;
	}
}
.fare-price{
	font-size: 20px ;
	font-weight: 600 ;
	color: #029e9d ;
}
.btm-fare{
	border-top: 1px solid #80808073;
	padding: 20px 0 10px 0;
}
.las-minute-sec{
	background: #ffffff ;
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
	border-radius: 10px ;
	overflow: hidden ;
}
.las-minute-sec:hover{
	.last-img img{
		transform: scale(1.1);
	}
}
.popular-dest-main{
	padding: 40px 0;
}

.customize-journey{
	font-size: 16px ;
	font-weight: 400 ;
	color:rgba(48, 48, 48, 1);
	margin-bottom: 0 ;
}

.travel-way{
	padding: 40px 0;
}
.travel-way-slide {
	.item {
		color: rgba(255, 255, 255, 1) ;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		border-radius: 20px ;
    }
	.owl-nav{
		display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
		
		.owl-prev{
			left: -20px ;
			position: absolute ;
		}
		.owl-prev.disabled{
			display: none ;
		}
		.owl-next{
			right: -20px ;
			position: absolute 
		}
		.owl-next.disabled{
			display: none ;
		}
		button{
			width: 40px ;
			height: 40px ;
			box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.16);
			border-radius: 50% ;
			background: white  !important;
			display: flex ;
			justify-content: center ;
			align-items: center ;
		}
		
	}
	.owl-dots{
			display: none ;
		}
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.readmore{
	border: none ;
	padding: 0 ;
	background: none ;
	color: #029e9d  ;
	font-size: 15px ;
	font-weight: 500 ;
	text-decoration: underline ;
	margin-left: auto ;
	display: block ;
}
.less{
	display: none ;
}

.bookflight{
	height: 610px ;
	overflow: hidden ;
	.hbz-book{
		font-size: 24px ;
		font-weight: 600 ;
		color: rgba(0, 0, 0, 1) ;
	}
	p{
		font-size: 16px ;
		font-weight: 400 ;
		text-align: justify;
	}
}

.book-flight-txt.showcontent{
	.bookflight{
		height: auto ;
	overflow: inherit ;
	}
	.less{
	display: block ;
}
 .more{
	display: none ;
}

}





.hbz-img{
	width: 90% ;
	margin-left: auto ;
	img{
		width: 100% ;
	}
}

.travel-name{
	left: 0 ;
	bottom: 15px ;
	width: 100% ;
	p{
		text-align: center;
		font-size: 16px ;
		font-weight: 600 ;
		margin-bottom: 0 ;
	}
}
.travel-image{
	width: 100% ;
	border-radius: 10px ;
	overflow: hidden ;
	position: relative ;
	img{
		width: 100% ;
		transition: 0.5s ;
	}
}
.travel-image:hover{
	img{
		transform: scale(1.05);
	}
}
.travel-name{
	p{
		color: white ;
		text-shadow: 0 2px 4px #000000;
	}
}
.faq-img{
	width: 75% ;
	margin:auto ;
	img{
		width: 100% ;
		margin: auto ;
	}
}
.homefaq.acc-sec-start {
    .accordion-flush .accordion-item .accordion-button {
        font-size: 16px !important;
    }
	
    .accordion-button::after {
        background-size: 13px;
}
   .accordion-body {
	padding: 15px ;
        p {
            font-size: 14px;
            font-weight: 400;
        }

}
.accordion-flush .accordion-item .accordion-button, & .accordion-flush .accordion-item .accordion-button.collapsed {
        img {
            margin-right: 10px;
            filter: brightness(0);
        }
    }
}
@media screen and (max-width:768px) {
	.bookflight{
	height: 560px ;
}
.faq-img{
	display: none ;
}
.readmore{
	font-size: 12px ;
}
	.divbox {
	flex-direction: row ;
	gap: 10px ;
}
.view-deals{
	opacity: 1 ;
	visibility: visible ;
	height: auto ;
	cursor: pointer ;
}
.trending-box{
	box-shadow: 0px 3px 6px 1px #0000000D;
	.explore-btn{
	button{
		color: #fff ;
		background: #029e9d;
	}
}
}
.trending-deals{
	padding: 20px 0;
}
.divttl {
    width: 100%;
    margin:0;
    font-weight: 600;
    font-size: 14px;
	text-align: left ;
}
.divpara {
    font-size: 12px;
    text-align: left;
}
	.divimg{
		min-width: 40px ;
		max-width: 40px ;
	}
	.trending {
		font-size: 23px;
	}
	.corp-hidden { margin: 0px; padding: 20px 0; }
	.trending-list .nav-item {
		position: relative;
		width: auto ;
	}
	.call-banner-inner{
		display: none ;
	}
	.popular-dest-main {
		padding: 20px 0;
	}
	.scroll-main{
		overflow-x: scroll ;
		display: flex ;
		flex-wrap: nowrap ;
		.col-lg-4 , .col-lg-3{
			width: 90% ;
		}
	}
	.popular-txt {
		padding: 5px ;
	}
	.japan {
		font-size: 12px;
	}
	.tokyo {
		font-size: 15px;
	}
	.cad-price {
		font-size: 16px;
	}
	.statr {
		font-size: 12px;
	}
	.last-minut-txt {
    & .toronto-city {
        span {
            font-size: 16px;
        }
    }
}
.datesec {
    font-size: 12px;
}
.btm-fare {
    padding: 10px 0 0px 0;
}

.bookbtn{
	width: auto ;
	font-size: 14px ;
	font-weight: 400 ;
	color: #fff ;
	padding: 5px 15px;
	border-radius: 5px ;
	border: 1px solid #029e9d;
	transition: 0.5s;
	background: #029e9d ;
	&:hover{
		background: #029e9d ;
		color: #fff ;
	}
}
.fare-price {
    font-size: 18px;
}
.customize-journey {
    font-size: 12px;
}
.bookflight {
    .hbz-book {
        font-size: 20px;
    }
	p {
	font-size: 12px;
}
}
.travel-way {
    padding: 20px 0;
}
.hbz-img {
    width: 100%;
}
.trending-list {
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
}
.trending-list .nav-link{
	white-space: nowrap ;
	font-size: 12px ;
}
}


