#availContent,#filterContainer{
	max-height:738px;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-width: none;
}
/* .availability-section{
	padding-top:30px;
} */


.outer-wrapper .similar-ones {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 12px rgba(174, 168, 168, .1607843137);
    border: 1px solid rgba(196, 196, 196, .2392156863);
}

.outer-wrapper .similar-ones .links {
	display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
}

/* .outer-wrapper .similar-ones .heading {
	padding-top:10px;
} */

.outer-wrapper .similar-ones .heading h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900;
  font-size: 19px;
  display: block;
  color: #000;
  text-transform: capitalize;
  line-height: 25px;
  width: 100%;
  float: left;
}
.outer-wrapper .similar-ones .links  .sub-links a {
	color: #0d30ad;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}


.outer-wrapper .similar-ones .links  .sub-links a img {
	width:12px;
	margin-top: 8px;
}

.outer-wrapper .similar-ones .links  .sub-links {
    width: 32%;
	} 

@media only screen and (max-width: 800px) {
.outer-wrapper .similar-ones .links  .sub-links {
    width: 50%;
	} 
}
@media only screen and (max-width: 600px) {
.outer-wrapper .similar-ones .links  .sub-links {
    width: 100%;
	}
	
}
.container .budget-content {
	background: #fff;
    border: 1px solid rgba(156,170,179,.28);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 15px;
    transition: all .3s ease;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.single-city .budget-content{
	    margin-top: 20px !important;
}
.container .budget-content h1{
	display: block;
    color: #000;
    padding-left: 20px;
    text-transform: capitalize;
    border-left: 5px solid #d32f2f;
    line-height: 40px;
	
}
.container .budget-content h2{
	margin-top:10px;
	font-family: 'Roboto',sans-serif !important;
	font-weight: 700;
    font-size: clamp(1rem, 0.31vw + 0.94rem, 1.19rem);
	display: block;
    color: #000;
    padding-left: 20px;
    text-transform: capitalize;
    border-left: 5px solid #d32f2f;
    line-height: 40px;
}

.container .budget-content p {
	font-family: 'Roboto', sans-serif !important;
	 color: #070707 !important;
	font-weight:400 !important;
	font-size:15px;
    padding: 10px 27px;}

.container .breadcrumb{
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-left:0px;
	padding-top: 30px;
	font-size:14px !important;
}

    .initially-hidden {
        display: none;
    }


.outer.skeleton {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .outer.skeleton {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
  }
}
.outer.skeleton .animating {
  animation: flash 1s linear 0s infinite normal forwards;
  -webkit-animation: flash 1s linear 0s infinite normal forwards;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
}
.outer.skeleton .card {
  width: 33%;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1882352941);
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  .outer.skeleton .card {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .outer.skeleton .card {
    width: 100%;
  }
}
.outer.skeleton .card .image {
  height: 200px;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.outer.skeleton .card .image .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -19px;
  right: 20px;
  background: #cfcfcf;
}
.outer.skeleton .card .content {
  padding: 22px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.outer.skeleton .card .content h2 {
  width: 48%;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .outer.skeleton .card .content h2 {
    width: 60%;
  }
}
.outer.skeleton .card .content p {
  width: 100%;
  height: 14px;
  margin: 0;
}
.outer.skeleton .card .footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DAD9D9;
  padding: 15px;
}
.outer.skeleton .card .footer p {
  width: 30%;
  height: 14px;
}
@media screen and (max-width: 500px) {
  .outer.skeleton .card .footer p {
    width: 40%;
  }
}
.outer.skeleton .card .footer button {
  width: 135px;
  height: 46px;
  border-radius: 5px;
  border: 0;
  outline: 0;
}
@keyframes flash {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}/*# sourceMappingURL=style.css.map */



.elementor-widget-container table{
	border-left: 1px solid #CFCECE;
    border-top: 1px solid #CFCECE;
    text-align: left;
    margin-top: 15px;
    float: left;
	width: 100%;
}
.elementor-widget-container table tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.elementor-widget-container table tbody tr{
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.elementor-widget-container table tbody tr td {
    border-right: 1px solid #CFCECE;
    border-bottom: 1px solid #CFCECE;
    padding: 10px 10px;
}

.elementor-widget-container .deals-offer-row  {
	width: 100%;
    background: #FFF;
    display: table;
}

.elementor-widget-container .deals-offer-row .deals-box {
	width: 21%;
    text-align: center;
    padding: 0px 6%;
    display: table-cell;
}
.elementor-widget-container .deals-offer-row .deal-brd-right {
    border-right: 1px solid #DAD9D9;
}

.elementor-widget-container .deals-offer-row .deals-box .deals-opt-iconrow {
    width: 40px;
    margin: 0 auto;
}

.elementor-widget-container .deals-offer-row .deals-box .deals-sprite {
	 width: 38px;
    height: 38px;
}
.elementor-widget-container .deals-offer-row .deals-box .deals-option {
	width: 100%;
    float: left;
    color: #515151;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #DAD9D9;
    margin-top: 10px;
}

.elementor-widget-container .deals-offer-row .deals-box .deals-option-bottom {
	width: 100%;
    float: left;
    color: #960606;
    font-size: 16px;
    padding: 10px 0;
}

.single-city *{
    margin: initial !important;
}
@media screen and (max-width:1000px){
	.single-city header .topnav{
	position: relative;
    top: -9px;
}
}
.single-city .container{
	margin: 0 auto !important;
}

.single-city .outer-wrapper{
	padding: 0 0 20px 0;
}
.single-city .banner-main{
	background-image: url(https://www.akbartravels.com/in/wordpress/wp-content/uploads/2025/07/City-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    width: 100%;
    /* padding: 20px 0 30px; */
    display: flex;
    align-items: center;
}
@media screen and (min-width:769px){
	.single-city .banner-main{
		padding: 130px 0px 50px 0px;
	}
}
@media only screen and (min-width:901px){
	.single-city .banner-main{
		 height: 323px;
	}
}

.page-outer .popular-hotel .content .links .sub-link a img,
.page-outer .hotel-chain .content .links .sub-link a img,
.page-outer .best-hotel .content .links .sub-link a img{
	margin-top: 8px !important; 
}

.page-outer .popular-hotel.skeleton .heading h2::after,
.page-outer .hotel-chain .heading h2::after,
.page-outer .best-hotel.skeleton .heading h2::after,
.page-outer .hotel-faq.skeleton .heading h2::after,
.page-outer .hotel-list.skeleton .heading h2::after,
.page-outer .hotel-location.skeleton .heading h2::after
{ 
	left: 0px !important;
}

@media only screen and (min-width:1250px){
	.single-city .container{
	margin: 0 auto !important;
	padding:0 px;
	}
}
@media only screen and (max-width:1249px){
	.single-city .container{
	padding: 10px;
	}
}

.search-widget-wrapper .row .one-way > li h6{
	font-weight: 700 !important;
    margin: 0px 0 0px !important;
	    line-height: 35px;
}
.page-outer .hotel-list .outer .lists .content{
	  width: calc(100% - 125px);
}
.page-outer .hotel-list .outer .lists .content h2{
	  white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.page-outer .hotel-list .outer .lists .content .stage h3{
	font-size: 12px !important;
}
.page-outer .hotel-list .outer .lists .content .stage img{
	height: 16px;
    object-fit: contain;
}
.page-outer .hotel-list .outer .lists .content p{
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.single-city .page-outer .heading h2 {
     font-family: 'Roboto',sans-serif !important;	
}

.single-city .page-outer h3 {
     font-family: 'Roboto',sans-serif !important;	
}
.single-city .page-outer .lists h2{
	font-family: 'Roboto',sans-serif !important;
}
.single-city .elementor-section .elementor-container {
    margin-right: auto !important;
    margin-left: auto !important;
}

.cheap-flight h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 23px !important;
    font-weight: 700;
	margin:10px 0;
}

.cheap-flight .fligt-seo-faq{
background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cheap-flight .fligt-seo-faq .faq-accordion {
	display: flex;
    flex-direction: column;
    gap: 16px;
	width: 100%;
}


.cheap-flight .fligt-seo-faq .faq-accordion  h3{
	    font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000;
}

.cheap-flight  h3{
	    font-family: 'Roboto', sans-serif !important;
        font-weight: 600;
        font-size: 18px;
}

.cheap-flight ul li {
    list-style: disc !important;
}
.cheap-flight ol li {
    list-style: decimal !important;
}
.cheap-flight ul, .cheap-flight ol{
	padding-left:20px;
}

.cheap-flight .fligt-seo-faq .faq-accordion .faq-tittle{
	display: flex;
    flex-direction: row;
    justify-content: space-between
}
.cheap-flight .fligt-seo-faq .faq-accordion .faq-tittle img{
    height: 23px;
}

.cheap-flight .fligt-seo-faq .faq-accordion .faq-tittle.active img{
    transform: rotate(180deg);
	transition: 1s;
}
.cheap-flight .fligt-seo-faq .faq-accordion  p{
	color: #616670 !important;
}
	
.cheap-flight .banner-content	{
	background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cheap-flight .content-box {
	background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cheap-flight .conclusion-paragraph {
	background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cheap-flight{
	padding: 10px 10px ;
}

.search-widget-wrapper .second-row .onw-way > li h6 {
    font-size: 25px !important;
}
.dom-inter  h2 {
    font-family: 'Roboto', sans-serif !important;
/*     font-size: 23px !important; */
    font-weight: 700;
    margin: 10px 0;
}

.dom-inter h3{
	font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    line-height: 23px;
    letter-spacing: 0.001px;
    color: #1d1a4e;
    font-weight: 500;
    font-size: 16px;
	margin: 10px 0;
}

.dom-inter .content-box ol li {
    list-style: decimal !important;
}

.dom-inter .content-box {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dom-inter .content-box ul, .dom-inter .content-box ol{
	padding-left:20px;
}

.dom-inter .content-box ul li {
    list-style: disc !important;
}
.dom-inter .fligt-seo-faq {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dom-inter .fligt-seo-faq .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.dom-inter .fligt-seo-faq .faq-accordion h3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

/* new seo css */
body.single-international * {
    margin:0 ;
}
body.single-domestic * {
    margin:0 ;
}
body.single-travel * {
    margin:0 ;
}
.dom-inter ul {
  list-style: none;
}
.dom-inter .avalilability-widget-new{
	padding-top:30px;
}
.dom-inter  .container {
  min-width: 100px;
  max-width: 1300px !important;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dom-inter a {
  cursor: pointer;
}

.dom-inter h2 {
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(1.125rem, 0.9821rem + 0.7143vw, 1.5625rem);
	line-height: clamp(1.5rem, 1.1735rem + 1.6327vw, 2.5rem);
	font-weight: 600;
	position: relative;
	z-index: 0;
/* 	cursor:pointer; */
	color:#000000;
}
.dom-inter h2 span {
  font-size: clamp(1.375rem, 1.0077rem + 1.8367vw, 2.5rem);
	color:#000000;
}

@media screen and (max-width: 850px) {
  .dom-inter  h2::after {
    width: 70px;
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  .dom-inter  h2::after {
    width: 60px;
    height: 7px;
  }
}
@media screen and (max-width: 1300px) {
  .dom-inter h2 {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .dom-inter h2 {
    font-size: 14px;
  }
}

.dom-inter p {
	font-family: "Poppins", sans-serif !important;
	color: #20221F;
	font-size: 18px;
	line-height: clamp(1.5rem, 1.3776rem + 0.6122vw, 1.875rem);
	letter-spacing: 0.6px;
	font-weight:400;
	color:#363636;
}
@media screen and (max-width: 1300px) {
  .dom-inter p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .dom-inter  p {
    font-size: 15px;
    line-height: 26px;
  }
}

section {
  padding: 20px 0px;
}
header .container{
  max-width: 1500px !important;
	margin: 0 auto;
}
header {
  box-shadow: 0px 3px 5px 0px #00000040;
  width: 100%;
  background: white;
  z-index: 999;
}
@media only screen and (min-width:769px){
	header {
		 position: fixed;
  		top: 0;
	}
}
header .topnav .right li.active {
  color: #1D7AC1;
  
}
header .topnav .right li:hover{
  color: #1D7AC1;
}
header .topnav .right li svg{
  fill:#000;
  width:30px;
  height: 30px;
}
@media only screen and (max-width:1000px){
	header .topnav .right li svg{
		margin:0;
	}
}
@media only screen and (min-width:1000px) and (max-width:1225px){
  header .topnav .right li svg{
    width:20px;
  height: 20px;
  }
}
header .topnav .right li.hotel svg,header .topnav .right li.visa svg,header .topnav .right li.bus svg,
header .topnav .right li.car svg,
header .topnav .right li.hotel:hover svg,header .topnav .right li.visa:hover svg,header .topnav .right li.bus:hover svg,
header .topnav .right li.car:hover svg,
header .topnav .right li.hotel.active svg,header .topnav .right li.visa.active svg,header .topnav .right li.bus.active svg,
header .topnav .right li.car.active svg{
  width: 25px;
  height: 25px;
}
@media only screen and (min-width:1000px) and (max-width:1225px){
  header .topnav .right li.hotel svg,header .topnav .right li.visa svg,header .topnav .right li.bus svg,
header .topnav .right li.car svg,
header .topnav .right li.hotel:hover svg,header .topnav .right li.visa:hover svg,header .topnav .right li.bus:hover svg,
header .topnav .right li.car:hover svg,
header .topnav .right li.hotel.active svg,header .topnav .right li.visa.active svg,header .topnav .right li.bus.active svg,
header .topnav .right li.car.active svg{
  width: 16px;
  height: 16px;
}
}
header .topnav .right li.active svg,header .topnav .right li:hover svg{
  fill: #1D7AC1;
  width:30px;
  height: 30px;
}
@media only screen and (min-width:1000px) and (max-width:1225px){
  header .topnav .right li.active svg,header .topnav .right li:hover svg{
    width:20px;
    height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  header {
    height: 75px;
  }
}
header .topnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
}
@media screen and (max-width: 1000px) {
  header .topnav.responsive .right {
    display: block;
    position: fixed;
    top: 73px;
    z-index: 999;
    background: white;
    left: 0;
    height: 100%;
    transition: 0.6s;
  }
  header .topnav.responsive .right li {
    padding: 20px 27px;
    border-bottom: 1px solid #e7e7e7;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
  }
  header .topnav.responsive .right li.active {
    color: #1D7AC1;
    
  }
  header .topnav.responsive .right li.active::after {
    display: none;
  }
  header .topnav.responsive .right li:hover {
    color:  #1D7AC1;
  }
  header .topnav.responsive .right li:hover::after {
    display: none;
  }
  header .topnav.responsive .right li:last-child {
    border: 0;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  header .topnav.responsive .mob-menu .menu {
    display: none;
  }
  header .topnav.responsive .mob-menu .menu-close {
    display: block;
  }
  header .topnav.responsive .mob-menu .menu-close img {
    width: 22px;
  }
}

@media only screen and (max-width:1350px){
  header .topnav .left{
    width:200px;
	  margin: 0;
  }
  header .topnav .left a img{
    max-width: 100%;
    height:auto;
    display: block;
  }
}
@media only screen and (min-width:1024px){
/* 	header .topnav .left a img{
		height:80px;
	} */
}
header .topnav .left{
	margin:0;
}
header .topnav .left a img{
	display:block;
}
header .topnav .left a {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  header .topnav .left a img {
    max-width: 100%;
  }
}
header .topnav .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
	margin:0; 
}
@media screen and (max-width: 990px) {
  header .topnav .right {
    display: none;
  }
}
@media only screen and (max-width:1225px){
  header .topnav .right {
    gap: 12px;
    width:100%;
  }
}
header .topnav .right li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  cursor: pointer;
/*   gap:5px; */
 
}
header .topnav .right li a{
	 color:#3E3F3F;
	display:flex;
	gap:5px;
}
header .topnav .right li a:hover{
	 color:#3E3F3F !important;
}
@media only screen and (max-width:1410px){
  header .topnav .right li{
    font-size: 17px;
  }
}
@media only screen and (max-width:1225px){
  header .topnav .right li{
    font-size: 14px;
  }
}
header .topnav .right li .buttons{
  width:100%;
}
header .topnav .right li.active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(91.31deg, #4EE2E0 -8.9%, #1088D7 -8.9%, #42C2E4 -6.62%, #49ADF9 37.1%, #339FEC 50.83%, #1088D7 75.95%, #1260DD 95.19%, #E82121 128.38%, #034FAF 128.55%);
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 50px;
}
header .topnav .right li:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(91.31deg, #4EE2E0 -8.9%, #1088D7 -8.9%, #42C2E4 -6.62%, #49ADF9 37.1%, #339FEC 50.83%, #1088D7 75.95%, #1260DD 95.19%, #E82121 128.38%, #034FAF 128.55%);
  position: absolute;
  left: 0;
  bottom: -10px;
}
header .topnav .right li.nohvr::after {
  display: none;
}
header .topnav .mob-menu {
  cursor: pointer;
	margin:0;
}
header .topnav .mob-menu .menu {
  display: none;
}
header .topnav .mob-menu .menu img {
  width: 30px;
}
@media screen and (max-width: 1000px) {
  header .topnav .mob-menu .menu {
    display: block;
  }
}
header .topnav .mob-menu .menu-close {
  display: none;
}
.Banner-search-widget h1{
	color:#FFFFFF;
	font-family: "Poppins", sans-serif !important;
	font-weight:600 !important;
	font-size:26px !important;
}

.outer-box {
  padding-top: 103px;
}
@media screen and (max-width: 768px) {
  .outer-box {
    padding-top: 97px;
  }
}
.dom-inter .availability-main{
  background: #FAF8F8;
}
.dom-inter .availability,.cheap-flight{
  text-align: center;
}

.dom-inter .banner-main img{
  width:100%;
}
.dom-inter .banner{
    text-align: center;
}
.dom-inter .banner img{
  width:85%;
}
@media screen and (max-width:700px){
	.dom-inter .banner img{
  width:100%;
}
}
/* FAQ */
.dom-inter .faq{
  display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .faq {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .dom-inter .faq {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.dom-inter .faq .left{
  width: 40%;
  padding: 10px;
    border-radius: 20px;
    background: linear-gradient(180.25deg, #5A99F9 0.22%, rgba(236, 242, 255, 0) 96.21%);
    background-color: #F5F4F4;
}
@media screen and (max-width: 1000px) {
.dom-inter .faq .left {
    width: 42%;
  }
}
@media screen and (max-width: 900px) {
  .dom-inter .faq .left {
    width: 100%;
  }
}
.dom-inter .faq .left .left-outer .img-section{
  display: flex;
  justify-content: space-between;
  padding-top:40px;
}
@media (width <= 500px){
	.dom-inter .faq .left .left-outer .img-section{
		flex-direction:column;
		align-items: center;
		gap: 20px;
		}
	

}
.dom-inter .faq .left .left-outer .img-section .iphones{
  width:50%;
}

@media (width <= 500px){
	.dom-inter .faq .left .left-outer .img-section .iphones {
    width: 100%;
    text-align: center;
}

	.dom-inter .faq .left .content-sec {
    padding-left: 20px;
    padding-top: 20px;
}

}


.dom-inter .faq .left .left-outer .img-section .qr{
  text-align: center;
  width:50%;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.dom-inter .faq .left .left-outer .img-section .qr .qr-img img{
	width:114px;
	height:114px;
}
.dom-inter .faq .left .left-outer .img-section .qr .review{
	font-weight:700;
	font-size:20px;
}

@media (width <= 500px){
	.dom-inter .faq .left .left-outer .img-section .qr {
    text-align: center;
    width: 100%;
}
}



.dom-inter .faq .left .left-outer .img-section .qr .app-stores{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:425px){
	.dom-inter .faq .left .left-outer .img-section .qr .app-stores{
		gap: 15px;
	}
}
@media only screen and (min-width:900px) and (max-width:1250px){
  .dom-inter .faq .left .left-outer .img-section .qr .app-stores{
    flex-direction: column;
  }
}
.dom-inter .faq .left .left-outer .img-section .qr .star-sec{
  text-align: center;
    padding-right: 10px;
}
.dom-inter .faq .left .content-sec {
  padding-left:20px;
}
.dom-inter .faq .left .content-sec ul li{
color: #5C4D4D;
font-family: "DM Sans", sans-serif;
font-size: clamp(0.875rem, 0.7526rem + 0.6122vw, 1.25rem);
line-height: clamp(1.25rem, 1.0255rem + 1.1224vw, 1.9375rem);
position: relative;
font-weight: 700;
padding: 6px 8px 6px 30px;
}
.dom-inter .faq .left .content-sec ul li::before{
  content: '';
  width:15px;
  height: 15px;
  background: url(../images/tic.svg) no-repeat;
  position: absolute;
    left: 0;
    top: 17px;
}
.dom-inter .faq .left .content-sec .front-view{
  text-align: end;
    position: relative;
    padding-top: 65px;
}
@media (width <= 500px){

	.dom-inter .faq .left .content-sec .front-view{
		padding-top: 30px;
	}
}
.dom-inter .faq .left .content-sec .front-view img{
  position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width:500px){
  .dom-inter .faq .left .content-sec .front-view img{
    display: none;
  }
}
.dom-inter .faq .right{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}
@media screen and (max-width: 1000px) {
  .faq .right {
    width: 58%;
  }
}
@media screen and (max-width: 900px) {
 .faq .right {
    width: 100% !important;
    align-items: left;
	  gap: 10px;
  }
}
.faq .outer{
  border: 1px solid #968C8C;
    padding: 20px;
    border-radius: 20px;
}
@media only screen and (max-width:900px){
  .faq .outer{
    width:100%;
  }
}
.faq .accordion__header {
	padding: 1em 0;
	/* background-color: #ccc; */
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
  border-bottom: 3.18px solid #F3F5F6;
	width:100%;
	display: flex;
    gap: 15px;
}
.faq .accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 600;
	color:#363636;
	width:calc(100% - 13px)
}
@media only screen and (max-width:700px){
	.faq .accordion__header > * {
	font-size: 14px;
        line-height: 21px;
	}
}
.faq .accordion__header.is-active {
  border-bottom: none;
	/* background-color: #000;
	color: #fff; */
}

.faq .accordion__toggle {
	margin-left: 0px;
	height: 2px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
/* @media only screen and (max-width:500px){
	width: 16px;
} */

 .faq .accordion__toggle::before {
	content: "";
	width: 2px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

 .faq .is-active .accordion__toggle {
	background-color: #222;
}
.faq .is-active .accordion__toggle::before {
	display: none;
}
 .faq .accordion__body {
	display: none;
	padding: 10px 0px 26px;
	/* border: 1px solid #ccc; */
	border-top: 0;
  border-bottom: 3.18px solid rgb(243, 245, 246);
}
.faq .accordion__body p{
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	padding-bottom:10px;
	color:#3C3C43D9;
}
@media only screen and (max-width:700px){
.faq .accordion__body p{
		font-size:13px;
	}
}
.faq .accordion__body h5{
	color: #363636;
    font-size: 15px;
    width: 100%;
    float: left;
}
.faq .accordion__body h6{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
    white-space: nowrap;
    margin: 0 5% 10px 0;
}
.faq .accordion__body ol{
	padding-left:20px;
}
.faq .accordion__body ol li{
	list-style-type: decimal;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 14px;
}
.faq .accordion__body ul li{
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	color: #363636 !important;
	padding: 4px 0;
	list-style: disc !important;
}
.faq .accordion__body ul{
    width: 100%;
    padding-left: 20px;
}
.faq .accordion__body.is-active {
	display: block;
  
}
.more-details ul{
	padding-bottom:10px;
}
 .more-details .right .outer{
  border: 1px solid #19A9BB;
  border-radius: 20px;
  padding: 10px 20px 20px 20px;
  background:#F6FEFF;
}
.dom-inter .more-details .right,.luggage{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width:700px){
	.dom-inter .more-details .right,.luggage{
		gap: 10px;
	}
}

#text,#faq_text{
  display:none;
  }
  #toggle,#faq_toggle{
		color: #098994;
		cursor: pointer;
    border: 1px solid #098994;
    padding: 10px 20px;
    border-radius: 9px;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
		
	}
  .view-more{
    padding: 20px 20px 0px 20px;
    text-align: center;
  }
  .luggage h2{
	  font-family: "DM Sans", sans-serif !important;
	  font-weight: 600;
	  color:#000000;
	  font-size:20px;
}

.faq .accordion-content {display: none;}
.faq .accordion-content.default {display: block;}
#accordion_flight_from .accordion-content {display: none;}
#accordion_flight_from .accordion-content.default {display: block;}

 .dom-inter .accordian-main{
  border: 1px solid #9BA8AA;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width:700px){
	.dom-inter .accordian-main{
		padding: 10px 20px;
	}
}
.dom-inter .accordian-main:first-child{
  margin-bottom: 28px;
}
@media only screen and (max-width:700px){
	.dom-inter .accordian-main:first-child{
		margin-bottom: 14px;
	}
}

.dom-inter .accordian-main ul{
  display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
	padding:0px;
}
.dom-inter .accordian-main ul li{
  width:32%;
  position: relative;
  padding-left:13px;
}
.dom-inter .accordian-main ul li a{
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	color: #363636;
	line-height: 30px;
}
@media only screen and (max-width:768px){
	.dom-inter .accordian-main ul li a{
		font-size: 14px;
	}
}
.dom-inter .accordian-main ul li a:hover{
	color:#0d30ad !important;
}
@media only screen and (max-width:1200px){
  .dom-inter .accordian-main ul li{
    font-size: 16px;
  }
}
@media only screen and (max-width:900px){
  .dom-inter  .accordian-main ul li{
    width:49%;
  }
}
@media only screen and (max-width:625px){
  .dom-inter .accordian-main ul li{
    width:100%;
    font-size: 15px;
  }
}

.dom-inter .accordian-main ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 14px;
  background:url(../images/Vector-side.svg) no-repeat;
}
.dom-inter .accordian-main h2::before{
  content:"";
  background: url(../images/Vector.svg) no-repeat;
  width:16px;
  height:10px;
  display:inline-block;
  text-align:center;
  position: absolute;
  top: 10px;
  right: 0px;
	background-size:cover;
}
.dom-inter .airport-details{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width:700px){
	.dom-inter .airport-details{
		gap: 10px;
	}
}
.dom-inter .airport-main{
  display: flex;
}
@media only screen and (max-width:900px){
  .dom-inter .airport-main{
    flex-direction: column;
  }
}
.dom-inter .airport-main .common{
  width:35%;
  border: 1px solid #098994;
  padding:20px;
  border-radius: 13px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  background: #F6FEFF;
}
@media only screen and (max-width:1000px){
  .dom-inter .airport-main .common{
    width:100%;
  }
}
@media only screen and (max-width:900px){
  .dom-inter .airport-main .common{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:700px){
  .dom-inter .airport-main .common{
    gap: 4px;
  }
}
.dom-inter .airport-main .common h5{
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
	color:#000000;
}
@media only screen and (max-width:700px){
	.dom-inter .airport-main .common h5{
		font-size:16px;
	}
}
.dom-inter .airport-main .common h6{
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
	color:#000000;
}
@media (width <= 700px){
	.dom-inter .airport-main .common h6{
		 font-size: 14px;
	}
}
.dom-inter .airport-main .common .icon-section{
	padding:0px 0px 0px 30px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	color:#5E616E;
}
.dom-inter .airport-main .common .icon-section div{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.dom-inter .airport-main .common .icon-section div::before{
  content:"";
  width:29px;
  height: 29px;
  display:inline-block;
  text-align:center;
  position: absolute;
  left: 12px;
}
.dom-inter .airport-main .common .icon-section  .location::before{
  background: url(../images/map.svg) no-repeat;
}
.dom-inter .airport-main .common .icon-section  .phone::before{
  background: url(../images/phone.svg) no-repeat;
}
.dom-inter .airport-main .common .icon-section  .mail::before{
  background: url(../images/mail.svg) no-repeat;
}
.dom-inter .widget-section{
	background:#FAF8F8;
	padding-bottom:30px;
	display: flex;
    flex-direction: column;
    gap: 25px;
}


.testimonial-box .title {
  display: flex;
  flex-direction: column; 
  gap: 12px;
}
.testimonial-box .outer .testimonial-carousel {
  padding: 15px 0px;
  border-radius: 17px;
  position: relative;
}
.testimonial-box h2{
	font-family: "DM Sans", sans-serif !important;
	color:#000;
	font-weight: 600;
	font-size:23px;
}
@media (width <= 700px){
	.testimonial-box h2{
		font-size:18px;
	}
}

@media screen and (max-width: 500px) {
  .testimonial-box .outer .testimonial-carousel {
    padding: 20px;
  }
}

.testimonial-box .outer .testimonial-carousel .testimonial {
  box-shadow: 0px 0.73px 36.59px 0px #00000014;
  /* padding: 15px; */
  border-radius: 20px;
  display: flex;
  margin:20px 0px 0px;
  border: 4.59px solid #FFFFFF;
  margin-left:20px;
  justify-content: flex-end;
	    height: 90%;
}
@media (width <= 500px){
.testimonial-box .outer .testimonial-carousel .testimonial {
        box-shadow: none;
        border-radius: 20px;
        margin: 26px 0px 0px 20px;
        border: 1px solid #f1f1f1;
}
}
.testimonial-box .outer .testimonial-carousel .testimonial .img-outer{
  order:1;
  width:30%;
  position: absolute;
  left: -17px;
  top: 1px;
}
@media only screen and (max-width:600px){
  .testimonial-box .outer .testimonial-carousel .testimonial .img-outer{
    width:25%;
    left:2px;
  }
}
.testimonial-box .outer .testimonial-carousel .testimonial .testi-img {
  /* width: 114px;
  height: 114px; */
  border-radius: 50%;
	width:100%;
}
.testimonial-box .outer .testimonial-carousel .testimonial .rate-start{
  width: 82px;
  height: 11px;
}
.testimonial-box .outer .testimonial-carousel .testimonial .texts {
  padding: 15px 15px 15px 0px;
  width:80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width:600px){
  .testimonial-box .outer .testimonial-carousel .testimonial .texts{
    width:70%;
  }
}
@media only screen and (max-width:1200px){
  .testimonial-box .outer .testimonial-carousel .testimonial .texts{
    width:74%;
  }
}
.testimonial-box .outer .testimonial-carousel .testimonial .texts p {
  font-size:12px;
  text-align: left;
  font-family: "Poppins", sans-serif !important;
  line-height: 18px;
  font-weight:400;
}
.testimonial-box .outer .owl-stage{
	display: flex;
    align-items: stretch;
}
.testimonial-box .outer .testimonial-carousel .testimonial .texts h5{
  font-size: clamp(0.75rem, 0.7092rem + 0.2041vw, 0.875rem);
  text-align: right;
  font-family: "DM Sans", sans-serif !important;
  line-height: 30px;
	
  color: #262626;
	font-weight:700;
}
.testimonial-box .outer .testimonial-carousel .testimonial .texts p {
  position: relative;
}
.testimonial-box .outer .testimonial-carousel .testimonial .texts  .name-star{
  padding: 10px 10px 0px;
	display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}



.tab-section{
  background: #FAF8F8;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
 
}
ul.tabs li{
	white-space: nowrap;
	background: none;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #60696C;
  text-align: center ;
}
@media only screen and (max-width:700px){
	ul.tabs li{
		font-size: 14px;
	}
}
ul.tabs li:first-child{
  padding-left:0px;
}
ul.tabs li.current{
	color: #222;
border-bottom: 4px solid #0F565D;

}
ul.tabs {
  border-bottom:1px solid #B5B5B5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width:940px){
  ul.tabs{
    overflow-x: scroll;
  }
  ul.tabs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ul.tabs::-webkit-scrollbar-track {
    background: #ddd;
  }
  ul.tabs::-webkit-scrollbar-thumb {
    background: #666; 
  }
}
.tab-content{
	display: none;
	padding: 15px 0px 15px 0px;
}
.tab-content p a{
font-family: "Poppins", sans-serif !important;
  font-size: 14px;
	font-weight:400;
	color:#4B4B4B;
}
/* @media only screen and (max-width:700px){
	font-size: 13px;
} */

.tab-content p a:hover{
	color:#0d30ad !important;
}
.slash {
    width: 0;
    height: 11px;
    border-right: 1px solid #525252;
    display: inline-block;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
 
.tab-content.current{
	display: inherit;
}

.footer .top-section{
	padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #F2E9E9;
  border-bottom: 1px solid #F2E9E9;
	margin:0;
}
.footer .top-section li{
	line-height:0px;
}
@media only screen and (max-width:1300px){
  .footer .top-section{
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap:13px;
  }
}
.footer .top-section ul{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
list-style-type: none;
}

@media only screen and (max-width:768px){
  /* .footer .top-section ul{
    justify-content: inherit;
  } */
}
.footer .top-section ul h6,.social-icon .icons h6{
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  line-height: 23px;
  text-transform: uppercase;
	font-family: "Lato", sans-serif !important;
	margin:0px;
}

@media only screen and (min-width:1366px){
  .footer .top-section .we-accept,.footer .top-section .menbers{
    border-right: 2px solid #D9D9D9;
    padding-right: 13px;
  }
  .footer .top-section .certified{
    border-right: 2px solid #ddd;
  padding-right: 15px;
  }
	.footer .top-section ul li img{
  width: 100%;
}
}
@media only screen and (max-width:700px){
	.footer .top-section .we-accept, .footer .top-section .menbers{
        flex-wrap: wrap;
	}
	.footer .top-section .we-accept li:first-child, .footer .top-section .menbers li:first-child{
       width: 100%;
    	text-align: left;
		padding-bottom:5px
	}
	.footer .top-section .we-accept li img{
		max-width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.footer .top-section .menbers li{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		
	}
	.footer .top-section .menbers li{
		width:32%;
		display: flex;
        justify-content: center;
		padding: 0 10px;
		align-items:center
	}
	.footer .top-section .menbers li:first-child{
		align-items:flex-start
	}
		.footer .top-section .we-accept li{
		width:25%;
		display: flex;
        justify-content: center;
		padding: 0 10px;
	}
	.footer .top-section .we-accept li:first-child{
		 justify-content:flex-start
	}
	
}
.footer .top-section .menbers{
  width: 28%;
}
.footer .top-section .certified{
  width: 18%;
}
.footer .top-section .powerd{
  width:17%;
}
.footer .top-section .we-accept{
  width:35%;
	margin:0px;
}
  @media only screen and (max-width:1300px){
    .footer .top-section .we-accept{
      width:50%;
      }
      .footer .top-section .menbers{
        width: 35%;
      }
      .footer .top-section .certified{
        width: 30%;
      }
      .footer .top-section .powerd{
        width:30%;
      }
  }
  @media only screen and (max-width:850px){
    .footer .top-section .we-accept{
     width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        padding-top: 5px;
      }
  }
  @media only screen and (max-width:700px){
  
    .footer .top-section .menbers{
      width: 100%;
		justify-content: flex-start;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .footer .top-section .certified{
      width: 47%;
		flex-direction: column;
    }
    .footer .top-section .powerd{
      width:47%;
		flex-direction: column;
    }
  }
  @media only screen and (max-width:500px){
/*     .footer .top-section .certified{
      width: 100%;
    }
    .footer .top-section .powerd{
      width:100%;
    } */
    /* .footer .top-section .we-accept img{
      width:27%;
    } */
  }
.social-icon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  max-width: 250px;
    min-width: 100px;
    margin: 0 auto !important;

}
	@media(width <= 500px){
		.social-icon{
		padding:0 25px;
		}
	}
.social-icon .icons{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-top:20px;
}
.copyright{
  background: #262626;
}
.copyright p,.copyright p a{
  color:#FFFFFF !important;
  text-align: center;
  text-decoration: none;
 font-family: "Poppins", sans-serif !important;
}
.common-container .footer{
	display: flex;
    flex-direction: column;
}
/* .site {
	padding: 75px 0 0 0;
} */

@media (width <= 1350px){
.site {
	padding: 0px 0 0 0;
}	
}

body.single-international{
	background:none;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  background-color: white;
  line-height: 1;
  color: black;
  font-size: 15px;
  height: 100vh;
}
body.single-domestic{
	background:none;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  background-color: white;
  line-height: 1;
  color: black;
  font-size: 15px;
  height: 100vh;
}
.dom-inter{
	display: flex;
    flex-direction: column;
    gap: 25px;
}
.common-container{
	display:flex;
	justify-content:center;
	padding-top: 34px;
}

@media (width <= 500px){
	.common-container{
		padding-top: 0px;
	}
}

.skeleton-container {
  display: flex;
  gap: 35px;
  padding-top: 20px;
}
.skeleton-container .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .skeleton-container .left {
    display: none;
  }
}
.skeleton-container .left h1 {
  width: 80%;
  height: 20px;
}
.skeleton-container .left .img-box {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.skeleton-container .left .filterContainer {
  width: 319px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1120px) {
  .skeleton-container .left .filterContainer {
    width: 285px;
  }
}
.skeleton-container .left .filterContainer h2 {
  width: 90px;
  height: 27px;
}
.skeleton-container .left .filterContainer .list {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skeleton-container .left .filterContainer .list:last-child {
  border-bottom: 0;
}
.skeleton-container .left .filterContainer .list h4 {
  width: 90px;
  height: 20px;
}
.skeleton-container .left .filterContainer .list .stops {
  display: flex;
  gap: 13px;
}
.skeleton-container .left .filterContainer .list .stops .stop {
  width: 64px;
  height: 42px;
}
.skeleton-container .left .filterContainer .list .check-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skeleton-container .left .filterContainer .list .check-outer p {
  width: 50%;
  height: 15px;
}
.skeleton-container .left .filterContainer .list .check-outer span {
  width: 20px;
  height: 20px;
}
.skeleton-container .left .filterContainer .list .price {
  width: 100%;
  height: 15px;
}
.skeleton-container .left .filterContainer .list .time ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.skeleton-container .left .filterContainer .list .time ul li {
  width: calc(50% - 6px);
  height: 40px;
}
.skeleton-container .left .filterContainer .list .airline-list {
  display: flex;
  gap: 10px;
}
.skeleton-container .left .filterContainer .list .airline-list .left {
  width: 50%;
  display: flex;
  gap: 10px;
}
.skeleton-container .left .filterContainer .list .airline-list .right {
  width: 50%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.skeleton-container .left .filterContainer .list .airline-list span {
  width: 20px;
  height: 20px;
}
.skeleton-container .left .filterContainer .list .airline-list p {
  width: calc(100% - 30px);
  height: 20px;
}
.skeleton-container .left .filterContainer .list .airline-list h5 {
  width: 83px;
  height: 20px;
}
.skeleton-container .right {
  width: calc(100% - 397px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1120px) {
  .skeleton-container .right {
    width: calc(100% - 362px);
  }
}
@media screen and (max-width: 1000px) {
  .skeleton-container .right {
    width: 100%;
  }
}
.skeleton-container .right h1 {
  width: 60%;
  height: 20px;
}
.skeleton-container .right .offer-outer {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .skeleton-container .right .offer-outer {
    overflow-x: auto;
  }
}
.skeleton-container .right .offer-outer .offer-box {
  background: white;
  border-radius: 15px;
  border: 1px solid #cecece;
  width: 33%;
  padding: 20px;
  display: flex;
  gap: 10px;
}
.skeleton-container .right .offer-outer .offer-box span {
  width: 32px;
  height: 32px;
}
.skeleton-container .right .offer-outer .offer-box .txts {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: calc(100% - 32px);
}
.skeleton-container .right .offer-outer .offer-box .txts h4 {
  width: 70%;
  height: 14px;
}
.skeleton-container .right .offer-outer .offer-box .txts p {
  width: 100%;
  height: 12px;
}
.skeleton-container .right .scroll-outer {
  display: flex;
  gap: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1300px) {
  .skeleton-container .right .scroll-outer {
    overflow-x: auto;
  }
}
.skeleton-container .right .scroll-outer .scroll-box {
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.skeleton-container .right .scroll-outer .scroll-box p {
  height: 12px;
  width: 94%;
}
.skeleton-container .right .scroll-outer .scroll-box h4 {
  height: 16px;
  width: 94%;
}
.skeleton-container .right .availContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.skeleton-container .right .availContent .availability-box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  align-items: center;
}
@media screen and (max-width: 900px) {
  .skeleton-container .right .availContent .availability-box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.skeleton-container .right .availContent .availability-box .avail-left {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .skeleton-container .right .availContent .availability-box .avail-left {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .skeleton-container .right .availContent .availability-box .avail-left {
    flex-wrap: wrap;
    gap: 21px 10px;
  }
}
.skeleton-container .right .availContent .availability-box .avail-right {
  width: 30%;
  display: flex;
  gap: 13px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .skeleton-container .right .availContent .availability-box .avail-right {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .skeleton-container .right .availContent .availability-box .avail-right {
    width: 86%;
  }
}
.skeleton-container .right .availContent .availability-box .img-logo {
  height: 40px;
  width: 40px;
}
.skeleton-container .right .availContent .availability-box .txt-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .skeleton-container .right .availContent .availability-box .txt-box {
    width: 70%;
  }
}
.skeleton-container .right .availContent .availability-box .txt-box h4 {
  height: 20px;
  width: 70%;
}
.skeleton-container .right .availContent .availability-box .txt-box p {
  height: 15px;
  width: 100%;
}
.skeleton-container .right .availContent .availability-box .txt-box h2 {
  height: 25px;
  width: 70%;
}
.skeleton-container .right .availContent .availability-box .txt-box.txt-right {
  align-items: flex-end;
  width: 50%;
}
.skeleton-container .right .availContent .availability-box button {
  width: 50%;
  height: 40px;
  border: 0;
  outline: 0;
}
.skeleton-container .right .sorting-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .skeleton-container .right .sorting-head {
    flex-direction: column;
    gap: 11px;
    align-items: flex-end;
  }
}
.skeleton-container .right .sorting-head .sort-left {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .skeleton-container .right .sorting-head .sort-left {
    width: 100%;
  }
}
.skeleton-container .right .sorting-head .sort-right {
  display: flex;
  width: 40%;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .skeleton-container .right .sorting-head .sort-right {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .skeleton-container .right .sorting-head .sort-right {
    width: 86%;
  }
}
.skeleton-container .right .sorting-head button {
  width: 120px;
  height: 35px;
  border: 0;
  outline: 0;
}
@media screen and (max-width: 800px) {
  .skeleton-container .right .sorting-head button {
    width: 33%;
    height: 33px;
  }
}
.skeleton-container .right .sorting-head p {
  height: 14px;
  width: 70%;
}


 .more-details h5 {
    color: #363636;
    font-size: 15px;
    width: 100%;
    float: left;
	font-weight: 500;
}
.single-city .more-details h1{
	  font-family: "DM Sans", sans-serif !important;
	 color: #363636;
	font-size:23px !important;
}
.more-details h2{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 600;
    color: #363636;
    width: calc(100% - 13px);
}
.more-details p{
	    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #3C3C43D9;
}
.more-details li{
	 font-family: "Poppins", sans-serif !important;
    font-weight: 400;
	font-size: 15px;
    line-height: 22px;
}
@media only screen and (max-width: 700px) {
   .more-details h2 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 700px) {
   .more-details p {
        font-size: 13px;
    }
}
.more-details h6 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 36px;
    line-height: 26px;
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
}
.luggage ul li{
	font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}
.luggage h3{
	font-size: 18px;
	color:#000;
	font-family: "DM Sans", sans-serif !important;
	font-weight:600;
}
.luggage h5{
	 font-size: 20px;
	color:#000;
}
.luggage p{
	font-size: 15px;
}
.more-details ul li{
	font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
	 position: relative;
    list-style-type: none; 
    text-indent: 0em;
}
.more-details ul li:before{
	content: '• ';
	font-size: 1.5em;
	 color: black;
}
@media only screen and (max-width:1300px){
	.luggage ul li, .luggage h3{
		font-size:17px;
	}
	.luggage h5{
		font-weight: 500;font-size:17px;
	}
}

@media only screen and (max-width:700px){
	.luggage ul li, .luggage h3{
		font-size:14px;
		line-height:30px;
	}
	.luggage h5{
		font-weight: 500;font-size:14px;
	}
	.luggage p{
		font-size:14px;
	}
}

.search-box-skelton .search-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.search-box-skelton .search-box h1 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-box h1 {
    font-size: 22px;
  }
}
.search-box-skelton .search-box .radiobtn-outer {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-box .radiobtn-outer {
    gap: 5px;
  }
}
.search-box-skelton .search-box .radiobtn-outer .radio-btn {
  color: black;
  background: white;
  padding: 8px 13px;
  font-size: 14px;
  border-radius: 41px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-box .radiobtn-outer .radio-btn {
    padding: 8px 10px;
    font-size: 13px;
    gap: 6px;
  }
}
.search-box-skelton .search-box .radiobtn-outer .radio-btn .circle {
  width: 18px;
  height: 18px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  display: flex;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-box .radiobtn-outer .radio-btn .circle {
    width: 14px;
    height: 14px;
  }
}
.search-box-skelton .search-box .radiobtn-outer .radio-btn.active {
  color: #034b63;
}
.search-box-skelton .search-box .radiobtn-outer .radio-btn.active .circle {
  border-color: #034b63;
  background: #034b63;
}
.search-box-skelton .search-flight {
  background: white;
  border-radius: 13px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  .search-box-skelton .search-flight {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight {
    padding: 15px;
  }
}
.search-box-skelton .search-flight .left {
  width: calc(100% - 150px);
  display: flex;
}
@media screen and (max-width: 1000px) {
  .search-box-skelton .search-flight .left {
    width: 100%;
    border-bottom: 1px solid #e0dede;
  }
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left {
    border-bottom: 0;
  }
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left .common-box:nth-child(even) {
    border-right: 0;
    padding-left: 22px;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left .common-box {
    border-right: 0 !important;
  }
  .search-box-skelton .search-flight .left .common-box:nth-child(even) {
    padding-left: 0px;
  }
}
.search-box-skelton .search-flight .left .sector {
  width: 25%;
  border-right: 1px solid #bbc8d1;
  padding: 15px;
  position: relative;
}
.search-box-skelton .search-flight .left .sector.from {
  margin-right: 6px;
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left .sector.from {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left .sector {
    width: calc(50% - 12px);
    padding: 15px 0;
    border-bottom: 1px solid #e7eaec;
    border-color: #e7eaec;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left .sector {
    width: 100%;
  }
}
.search-box-skelton .search-flight .left .swipe {
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4.66px 11.65px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -10px;
  top: 38%;
  cursor: pointer;
}
.search-box-skelton .search-flight .left .swipe:hover img {
  transform: scaleX(-1);
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left .swipe {
    right: 26px;
    top: unset;
    transform: rotate(90deg);
  }
}
.search-box-skelton .search-flight .left .swipe img {
  width: 14px;
  transition: 0.4s;
}
.search-box-skelton .search-flight .left .date {
  width: 16%;
  border-right: 1px solid #bbc8d1;
  padding: 15px;
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left .date {
    width: calc(50% - 12px);
    padding: 15px 0;
    border-bottom: 1px solid #e7eaec;
    border-color: #e7eaec;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left .date {
    width: 100%;
  }
}
.search-box-skelton .search-flight .left .travellerclass {
  width: 16%;
  padding: 15px;
}
@media screen and (max-width: 860px) {
  .search-box-skelton .search-flight .left .travellerclass {
    width: 49%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .left .travellerclass {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .search-box-skelton .search-flight .right {
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .search-box-skelton .search-flight .right {
    width: 100%;
  }
}
.search-box-skelton .search-flight label {
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #777777;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight label {
    font-size: 14px;
    line-height: 19px;
  }
}
.search-box-skelton .search-flight label img {
  width: 14px;
}
.search-box-skelton .search-flight h6 {
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1030px) {
  .search-box-skelton .search-flight h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight h6 {
    font-size: 18px;
    line-height: 25px;
  }
}
.search-box-skelton .search-flight h6 span {
  font-weight: 500;
  font-size: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight h6 span {
    font-size: 16px;
  }
}
.search-box-skelton .search-flight p {
  line-height: 20px;
  font-size: 13px;
  color: #777777;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight p {
    font-size: 12px;
    line-height: 18px;
  }
}
.search-box-skelton .search-flight .btn {
  color: #fff;
  text-transform: capitalize;
  background: #d32f2f;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  padding: 16px 15px;
  font-size: 18px;
  font-weight: 700;
  outline: 0;
  border: 0;
  min-width: 140px;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight .btn {
    font-size: 15px;
    min-width: 125px;
    padding: 14px 15px;
  }
}
@media screen and (max-width: 500px) {
  .search-box-skelton .search-flight .btn {
    width: 100%;
  }
}
.search-box-skelton .search-flight h5 {
  font-weight: 500;
  color: #6d6c6c;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .search-flight h5 {
    font-size: 13px;
    line-height: 18px;
  }
}
.search-box-skelton .checkbox-outer {
  display: flex;
  background: white;
  padding: 12px;
  gap: 14px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
}
.search-box-skelton .checkbox-outer .checkouter {
  display: block;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-right: 1px solid #b2aeae;
  padding-right: 10px;
}
.search-box-skelton .checkbox-outer .checkouter:last-child {
  border-right: 0;
}
@media screen and (max-width: 600px) {
  .search-box-skelton .checkbox-outer .checkouter {
    border-right: 0;
    font-size: 13px;
  }
}
.search-box-skelton .checkbox-outer .checkouter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-box-skelton .checkbox-outer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #b3b1b1;
  border-radius: 3px;
}
.search-box-skelton .checkbox-outer .checkouter input:checked ~ .checkmark {
  background-color: #2196f3;
  border-color: #2196f3;
}
.search-box-skelton .checkbox-outer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-box-skelton .checkbox-outer .checkouter input:checked ~ .checkmark:after {
  display: block;
}
.search-box-skelton .checkbox-outer .checkouter .checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.animating {
  animation: flash 1s linear 0s infinite normal forwards;
  -webkit-animation: flash 1s linear 0s infinite normal forwards;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  border-radius: 2px;
}
@keyframes flash {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.single-travel .dom-inter .luggage {
	display:block;
}

.single-travel .dom-inter .luggage h2, .single-travel .dom-inter .luggage p,.single-travel .dom-inter .luggage h6{
	margin-bottom:15px;
}
.single-travel .dom-inter .luggage  h6{
	font-size: 15px;
    font-weight: 400;
    margin-right: 36px;
    line-height: 26px;
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
    margin-right: 30px !important;
}
.single-travel .dom-inter .luggage a {
    color: #0b58c7;
}
.single-travel .dom-inter .luggage  h6 a{
	color: #363636;
    text-decoration: underline !important;
}
.int-dom-section{
	margin-top:36px !important;
}
.int-dom-section .faq .right h2{
/* 	margin-bottom:20px !important; */
	font-family: 'Roboto', sans-serif !important;
    color: #000;
}
@media only screen and (max-width:767px){
	.faq .right h2{
		font-weight:700;
	}
	.int-dom-section{
	margin-top:0px !important;
}
}
.hotel-city-faq .faq .faq-head h2{
	margin-bottom:20px !important;
}