@import url(font-awesome.min.css);

body{
	padding-top: 50px;
	background: #032446;
}
*{font-family: Lato;}

.l{box-shadow: inset 0px 0px 4px red;}

button, .btn, textarea, select, input{
	outline: none!important;
}

.mt0{margin-top: 0px;}
.mt5{margin-top: 5px;}
.mt7{margin-top: 7px;}
.mt8{margin-top: 8px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;} .mt21{margin-top: 20px;margin-top: 30px;margin-left: 1100px;background: white;}
.mt20{margin-top: 20px}
.mt25{margin-top: 25px;} .mt30{margin-top: 30px;}
.mt35{margin-top: 35px;} .mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;} .mt60{margin-top: 60px;}
.mt65{margin-top: 65px;} .mt70{margin-top: 70px;}

.padding-tb10{padding-top: 10px; padding-bottom: 10px;}
.padding-tb15{padding-top: 15px; padding-bottom: 15px;}
.padding-tb20{padding-top: 20px; padding-bottom: 20px;}
.padding-tb30{padding-top: 30px; padding-bottom: 30px;}
.padding-tb50{padding-top: 50px; padding-bottom: 50px;}

.padding-b50{padding-bottom: 50px;}

.max-w100{width: 100%; max-width: 100px;}
.max-w120{width: 100%; max-width: 120px;}
.max-w140{width: 100%; max-width: 140px;}
.max-w150{width: 100%; max-width: 150px;}
.max-w160{width: 100%; max-width: 160px;}
.max-w180{width:  30%; max-width: 180px;}
.max-w200{width: 100%; max-width: 200px;}

.font16{font-size: 16px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}

.btn-theme{
	background-color: #00b159;
	color: #ffffff;
}
.btn-theme:hover{
	color: #fff;
	background: #00B0F0;
	text-decoration: none;
}


/*CSS Outdated Remainder Design*/
#outdated_reminder{
	display: none;
	position: fixed;
    width: 65%;
    height: auto;
    border-radius: 50%;
    top: 20%;
    left: 17.5%;
    margin-top: 0px;
    background: #000;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
    color: #f03700;
    z-index: 99999;
}
#outdated_reminder:before{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -999;
	background: #ffffff;
	opacity: 1.00;
}
#outdated_reminder_close {
    display: inline-block;
    background: #ff4500;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 21px;
    padding: 0px 35px;
    margin-top: 30px;
    border: 0px solid #fff;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#outdated_reminder_close:hover {
	cursor: pointer;
    background: #fff;
    color: #ff4500;
    border: 7px solid #ff4500;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s; 
	-webkit-box-shadow: inset 4px 4px 5px 0px rgba(189,189,189,0.21);
	-moz-box-shadow: inset 4px 4px 5px 0px rgba(189,189,189,0.21);
	box-shadow: inset 4px 4px 5px 0px rgba(189,189,189,0.21);       
}


/*CSS Loader Design*/
#loader{
	position: fixed;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	background: #000;
	line-height: 100px;
	font-size: 12px;
	text-align: center;
	color: #00B0F0;
	z-index: 99999;
}
#loader img{
	width: 247px;
	height: 42px;
	position: absolute;
	top: -70px;
	left: -72px;
}
#loader:before{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -999;
	background: #ffffff;
	opacity: 1.00;
}
#loader:after{
	content: '';
	width: 100px;
	height: 100px;
	display: block!important;
	border-left: 10px solid #FFC000;
	border-right: 10px solid #FFC000;
	border-top: 10px solid #00B0F0;
	border-bottom: 10px solid #00B0F0;
	top: 50%;
	margin-top: -50px;
	border-radius: 50%;
	position: fixed;
	-webkit-animation: TableLoader 1s linear infinite;
	-moz-animation: TableLoader 1s linear infinite;
	animation: TableLoader 1s linear infinite;
	z-index: 1;
	box-shadow: 0px 0px 30px #000;
}

.flight_loader, .flight_loaders{
	position: fixed;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	background: #000;
	line-height: 100px;
	font-size: 12px;
	text-align: center;
	color: #00B0F0;
	z-index: 99999;
}
.flight_loader img, .flight_loaders img{
	width: 247px;
	height: 42px;
	position: absolute;
	top: -70px;
	left: -72px;
}
.flight_loader:before, .flight_loaders:before{
	content: '';
	height: 100%;
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -999;
	background: #ffffff;
	opacity: 1.00;
}
.flight_loader:after, .flight_loaders:after{
	content: '';
	width: 100px;
	height: 100px;
	display: block!important;
	border-left: 10px solid #FFC000;
	border-right: 10px solid #FFC000;
	border-top: 10px solid #00B0F0;
	border-bottom: 10px solid #00B0F0;
	top: 50%;
	margin-top: -50px;
	border-radius: 50%;
	position: fixed;
	-webkit-animation: TableLoader 1s linear infinite;
	-moz-animation: TableLoader 1s linear infinite;
	animation: TableLoader 1s linear infinite;
	z-index: 1;
	box-shadow: 0px 0px 30px #000;
}

@-webkit-keyframes TableLoader{
	from{-webkit-transform: rotate(0deg);}
	to{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes TableLoader{
	from{-moz-transform: rotate(0deg);}
	to{-moz-transform: rotate(360deg);}
}
@keyframes TableLoader{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}


.container{
	width: 100%;
	max-width: 1345px;
        
}
.container-1300{
	width: 100%;
	max-width: 1330px;
}

.container-1300 .row{margin-left: -6px; margin-right: -6px;}
.container-1300 .row .col-sm-2,
.container-1300 .row .col-sm-3,
.container-1300 .row .col-sm-6,
.container-1300 .row .col-md-2,
.container-1300 .row .col-md-3,
.container-1300 .row .col-md-4,
.container-1300 .row .col-md-5,
.container-1300 .row .col-md-7,
.container-1300 .row .col-lg-3,
.container-1300 .row .col-lg-4,
.container-1300 .row .col-lg-5,
.container-1300 .row .col-lg-6,
.container-1300 .row .col-lg-7{
	padding-left: 6px;
	padding-right: 6px;
}

.navbar-default{
	background: #02203a;
	border-radius: 0px;
	border: none;
}
.navbar-black{
	background: rgba(0,0,0,1);
}
.top-sticky{
	background: rgba(0,0,0,0.80);
	box-shadow: 0px 1px 1px #888;
	-webkit-animation: navianim 1.5s linear;
	animation: navianim 1.5s linear;
}
@keyframes navianim{
	from{transform: translateY(-100px);}
	to{transform: translateY(0px);}
}
@-webkit-keyframes navianim{
	from{-webkit-transform: translateY(-100px);}
	to{-webkit-transform: translateY(0px);}
}

.navbar-brand{
	padding-top: 13px;
	margin-left: 15px!important;
}
.navbar-brand img{
	width: 90%!important;
	max-width: 60%!important;
        margin-top: -5%!important;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 16px;
  padding: 20px 25px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #FFC000;
}

/*=== Weather Style ===*/
.weather-container{
	text-align: right;
}
.weatherBox{
	width: 180px;
	border: 1px solid rgba(0,0,0,0.0);
	text-align: center;
	border-radius: 0px;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px #888;
	margin-top: 100px!important;
	display: inline-block;
}
.weatherBox h3{
	color: #FFC000;
	margin: 0px 0px 5px 0px;
}
.weatherBox p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.weatherBox p img{
	width: 60px;
}
.weatherBox p span{
	font-size: 24px;
	color: #ffffff;
}
.weatherBox h4{
	color: #ffffff;
	text-transform: capitalize;
	margin: -5px 0px 0px 0px;
}
/*===End Weather Style ===*/



.booking-section{
	position: relative;
	background: url(../images/Coming.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 200px;
	margin-top: 0px;
        width: 60%;
        height: 60%;margin-left:20%
	
	
}




.coming-section{
	position: relative;
	background: url(../images/Coming.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 350px;
	margin-top: 10px;
        width: 60%;
        height: 60%;margin-left:20%
	
	
}

.c2Oi3-content {
    color: #fff;
    position: relative;
    border-radius: 8px;
    border: 1px solid #e5ebf0;
    border-left: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

.c2Oi3-content:before {
    content: close-quote;
    position: absolute;
    left: 0;
    top: -1px;
    height: calc(102%);
    width: 6px;
    background-color: #38b6ff;
}
/* Updated by Sajjad 09 July 2018 */
.booking-section:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 70%;
   left: 0px;
   background: -webkit-linear-gradient(top, rgba(4,43,84,.0),);
   background: -moz-linear-gradient(top, rgba(4,43,84,.0), #042446);
   bottom: 0px;
}

.booking-section h1{
	color: #ffffff;
        margin-bottom:75px;
}
.form-section{
	/*background: #ffffff;*/
	border-radius: 4px;
	padding: 0;
	/*box-shadow: 0px 3px 6px #444;*/
}
.form-section form,.form-section .form-group{
	margin-bottom: 5px;
}
.form-section .col-sm-4{
	/*padding-left: 5px;
	padding-right: 5px;*/
}
.find-input{
	height: 40px;
	font-size: 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: none;
}
.find-input-line{
	border-left: 1px solid #ccc;
}
.find-input:hover, .find-input:focus{
	/*background: #f1f1f1;*/
	box-shadow: none;
	border: 1px solid transparent;
	border-left: 1px solid transparent;
}
.find-input-group .input-group-addon {
  padding: 6px 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #444;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-left: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.btn-field-search{
 color: #fff;
    background-color: #FFC000!important;
    border: #FFC000 1px solid!important;
    width: 85px!important;
    height: 85px!important;
    font-size: 18px!important;
    border-radius: 50px!important;
    transition: 500ms all!important;
    margin: auto;
    margin-top: 0px;
}
.btn-field-search:hover{
 color: #fff;
    background-color: #FFC000;
    border-color: #FFC000;
    box-shadow: #555 1px 1px 20px;
}

.trip-tabs{
	border-bottom: none;
	margin-top: -60px;
	margin-bottom: 15px;
}
.trip-tabs > li > a{
	color: #fff;
	border: none!important;
	padding: 10px;
    font-size: 12px;
    background-color: #00aff0;
    border-radius: 16px;
    font-weight: bolder
}
.trip-tabs > li > a:hover
{
	color:#fff;
}
.trip-tabs > li > a:hover{
	color: #fff;
	background-color: transparent;
}
.trip-tabs > li.active > a,
.trip-tabs > li.active > a:focus,
.trip-tabs > li.active > a:hover{
  color: #5c484a;
  cursor: default;
  background-color: transparent;
  border: none!important;
}

.compare-haeding{
	margin-top: -60px;
	text-align:center;
}
.compare-haeding h5{
	color: #ffffff;
	font-size: 18px;
}
.compare-haeding h5 small{
	font-size: 16px;
	color: #ccc;
}
.compare-list{
	background: none;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #444;
	position: relative;
	padding: 15px 18px 14px 18px;
	display: inline-block;
}
.compare-list li{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.compare-list li label, .check-design{
	font-weight: normal;
	margin-bottom: 0px;
	position: relative;
	padding-left: 29px;
	padding-right: 16px;
	cursor: pointer;
	/*box-shadow: inset 0px 0px 2px red;*/
}
.compare-list li label input, .check-design input{
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
.compare-list li label span, .check-design span{
	position: absolute;
        background-color:#4c904700;
	width: 15px;
	height: 15px;
	border: 3px solid #ffffff;
	top: 1px;
	left: 0px;
}
.compare-list li label input:checked ~ span,
.check-design input:checked ~ span{
	border: 0px solid #FFC000;
	box-shadow: 0px 0px 3px #999;
}
.compare-list li label input:checked ~ span:before,
.check-design input:checked ~ span:before{
	opacity: 1;
}
.compare-list li label span:before, .check-design span:before{
	content: '';
	position: absolute;
	width: 23px;
	height: 9px;
	top: -2px;
	left: 2px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}



/*--- Three Box ---*/
.three-plans{
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}
.three-box{
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	position: relative;
	z-index: 10;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 0px 0px #ddd;
	margin-top: 30px;
}
.three-box:hover{
	box-shadow: 0px 0px 0px #888;
}
.plans-bg{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	transition: 500ms;
}
.three-box:hover .plans-bg{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.three-box img{
	margin-top: 10px;
	height: 60px;
}
.three-box-content{
	display: inline-block;
	position: absolute;
	/*border: 1px solid red;*/
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 10px;
	margin-top: 50px;
}
.three-box-content h4{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.three-box-content a{
	display: inline-block;
	width: 100%;
	max-width: 230px;
	border: 1px solid #fff; 
	text-decoration: none;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
	padding: 9px 12px;
	text-transform: uppercase;
	transition: 500ms;
}
.three-box-content a:hover, .three-box-content a:active{
	background: #FFC000;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.text-theme{color: #FFC000;}
.area-section{
	padding-top: 30px;
	background: #ffffff;
	padding-bottom: 70px;
}
.area-heading{text-align: center;}
.area-heading h2{
	font-size: 44px;
	font-weight: bold;
}
.tabing-list{
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.tabing-list li{
	display: inline-block;
	font-size: 27px;
	margin: 30px;
	cursor: pointer;
}
.tabing-list li.active, .tabing-list li:hover{
	color: #FFC000;
}



.porfolio-list{
	position: relative;
	width: 100%;
	padding: 0px;
	list-style-type: none;
	border: 0px solid #FFC000;
}
.porfolio-list:before, .porfolio-list:after{
	content: '';
	position: relative;
	width: 100%;
	display: block;
	float: none;
	clear: both;
}
.porfolio-list li{
	box-shadow: inset 0px 0px 1px red;
	box-sizing: border-box;
	border: 0px solid #FFC000;
	display: block;
	position: relative;
	overflow: hidden;
}
.porfolio-w50{
	width: 50%;
	float: left;
}
.porfolio-w100{
	float: none;
	clear: both;
	width: 100%;
}
.porfolio-h275p{height: 275px;}
.porfolio-h550p{height: 550px;}

.portfolio-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	-webkit-transition: all 800ms ease-in;
	transition: all 800ms ease-in;
}
.portfolio-bg:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.05);
	-webkit-transition: all 800ms ease-in;
	transition: all 800ms ease-in;
}
.porfolio-list li:hover .portfolio-bg{
	transform: scale(1.1);
}
.porfolio-list li:hover .portfolio-bg:before{
	background: rgba(0,0,0,0.6);
}
.portfolio-inner{
	position: absolute;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.portfolio-inner h2{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFC000;
	display: none;
}
.porfolio-list li:hover h2{
	display: block;
}

.in:hover .portfolio-inner h2{
	display: none;
}
.portfolio-content{
	display: none;
	font-size: 18px;
	color: #fff;
}
.portfolio-content h3{
	color:#FFC000; 
	font-size: 25px;
}
.portfolio-content p a{
	color:#00B0F0; 
}
.in:hover .portfolio-content{
	display: block;
	-webkit-animation: textanim 300ms linear;
	animation: textanim 300ms linear;
}
@keyframes textanim{
	from{transform: scale(0.1);}
	to{transform: scale(1);}
}
@-webkit-keyframes textanim{
	from{-webkit-transform: scale(0.1);}
	to{-webkit-transform: scale(1);}
}
.porfolio-sh{
	width: 90px;
	height: 30px;
	color: #222;
	text-align: center;
	background: #FFC000;
	position: absolute;
	z-index: 5;
	border-radius: 20px 0px 0px 20px; 
	right: 0px;
	bottom: 5px;
	font-size: 15px;
	line-height: 30px;
	box-shadow: 0px 2px 4px #444;
	text-decoration: none!important;
}
.porfolio-sh:hover, .porfolio-sh:active{
	text-decoration: none!important;
	color: #111;
}

.clients-logo{
	text-align: center;
	background: #042b54;
	padding-top: 50px;
	padding-bottom: 60px;
        margin-top: 50px;

}
.clients-logo h3{
	color: #fff;
	font-size: 30px;
}
.airlines-box{
	margin-top: 30px;
        display: none;
}
.airlines-box img{
	width: 100%;
	max-width: 120px;
}


/* from and to suggestions */
.from_to_suggestions{
	display: none;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5px 16px;
    position: absolute;
    z-index: 1001;
    top: 42px;
    border-radius: 4px;
}



.open{
	display: block;
}

.from_to_suggestions .suggestion{
	padding: 5px 5px 8px 35px;
	white-space: nowrap;
	 
	background-image:url(flight1.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #ddd;
	
	
}

.from_to_suggestions .suggestion:hover{
	cursor:pointer;
	background-color: #00baf7;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-radius: 4px;
}


/*dropdown*/
.cabin-wrapper{
	position: relative;
}

.cabin-design{
	background: #ffff;
	box-sizing: border-box;
	padding: 12px 15px;
	box-shadow: 0px 0px 0px #999;
	min-width: 293px;
	max-width: 480px;
	position: absolute;
	z-index: 99;
	top: 65px;
	left: 0px;
	display: none;
        border-radius: 4px;
        border-color: #0fbcf1;
        margin-left: -100px;
}
.open-cabin .cabin-design{
	display: block;
        background:white;
}
.cabin-design .row{
	margin-left: -10px;
	margin-right: -10px;
        padding-bottom: 20px;
}
.cabin-design .row .col-xs-4,
.cabin-design .row .col-xs-3,
.cabin-design .row .col-xs-2,
.cabin-design .row .col-xs-5,
.cabin-design .row .col-xs-8{
	padding-left: 4px;
	padding-right: 4px;
}
.cabin-design .input-group-sm>.form-control,
.cabin-design .input-group-sm>.input-group-addon,
.cabin-design .input-group-sm>.input-group-btn>.btn {
    padding: 5px 8px;
    border-radius: 0px;
}
.cabin-design .input-group .form-control,.cabin-design select.form-control{
	text-align: center;
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
	box-shadow: none;
	border-radius: 0px;
}
.cabin-design .btn-default{
	background: #eee;
}



/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
.flight-media{

}
.flight-media .media-heading{
	font-size: 21px;
	color: #111;
	font-weight: bold;
}
.flight-media .media-object{
	/*width: 100%;*/
	max-width: 220px;
}
.flight-hs{
	width: 180px;
	font-size: 15px;
	font-weight: bold;
}
.flight-hs span:first-child{display: none;}
.flight-hs.collapsed span:first-child{display: block;}
.flight-hs.collapsed span:last-child{display: none;}
.flight-hs span:last-child .caret{
	transform: rotate(-180deg);
}

.fa-rotate-45{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-rotate-225{
	-webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.depar-arriv-box{
	padding: 15px;
	box-sizing: border-box;
	border: 1px dashed #ccc;
}

.table-departarrive{
	width: 100%;
}
.table-departarrive tr td{
	font-size: 15.5px;
	padding: 2px 4px;
}
.blue-barpatty{
	background: #00B0F0;
	color: #ffffff;
	padding: 4px 5px;
}
.heading1-deparr{
	margin-top: 0px;
	font-weight: bold;
	color: #111;
}
.heading2-deparr{
	background: #f5f5f5;
	padding: 10px 5px 12px 5px;
	color: #111;
}
.heading2-deparr i.fa{
	font-size: 23px;
	color: #00B0F0;
}


.rigth-part{
	border: 1px solid #FFC000;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 14px;
}
.rigth-part h4{
	font-weight: bolder;
	margin-top: 60px;
        margin-bottom: 4px;
}
.right-flighttotal{width: 100%;}
.right-flighttotal tr td{
	border-bottom: 1px solid #ddd;
	padding: 3px;
}
.right-flighttotal tr td:last-child{
	text-align: right;
}
.right-flighttotal tr:last-child td{
	border-bottom: none;
}
.right-flighttotal tr:last-child td h5{
	font-size: 16px;
	color: #111;
}



.listing-offlight{
	border: 1px solid #ccc;
	position: relative;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 4px;
	transition: 300ms ease-out;
	margin-bottom: 35px;
	height:300px;
}
.listing-offlight:hover{
	box-shadow: 0px 1px 6px #999;
}
.listing-offlight .text-center h7{
	margin-top:10px;
	font-weight:bolder;
        font-size:20px
}
.listing-offlight .media{
    vertical-align: middle;
	padding-bottom: 10px;
		
}
.flights-timetable span{
	font-weight:bolder;
	margin:5px;
        color: black;
}
.ft-price-table{
	height: 50px;
        margin-top: -5px;
	background-color:#E8F0F3;
	border-top: 1px solid #e0dede;
        font-size: 12px;
        margin-left:7px;
        width:98.2%;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
}
.ft-price-table tr{
	width: 33%;
	display: inline-block;
}
.ft-price-table tr td img{
	width: 70px;
	vertical-align: unset;
}
.ft-price-table tr td:last-child{
	text-align: right;
	padding-left: 25px;
}
.ft-price-table tr td{
	padding: 6px 0px 0px 6px;
	vertical-align: middle;
}
.ft-price-table tr:last-child td{
	border-bottom: none;
	padding-top: 9px;
}
.inner-container-book,.inner-flight-container{
    margin-top:0px;
    background: transparent;
    padding-bottom: 0%;
   
}
.inner-flight-container{
	min-height:10px;
}
.common-flightsh{
    position: absolute;
    width: 160px;
    background: #38B6FF;
    text-align: center;
    color: #fff;
    margin-left: -9px;
    bottom: 0.5px;
    height: 30px;
    border-radius: 2px 2px 0px 2px;
    text-decoration: none!important;
    font-style: italic;
}
.common-flightsh:hover, .common-flightsh:active{
	text-decoration: none!important;
	background: #337ab7;
	color: #ffffff;
}


.flight-da-heading{
	font-size: 18px;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.flight-da-para{
	margin-top: 4px;
	margin-bottom: 2px;
}
.dotted-line{
	border-style: dotted;
	border-color: #999;
	padding: 0px;
	margin: 2px 0px;
}
.text-danger{color: #D20023;}
.text-success{color: #00AD56;}
.text-warning{color: #FFC031;}



.bar-heading{
	background: #ccc;
	margin: 0px;
	font-size: 18px;
	padding: 14px 10px;
	border-radius: 4px;
	margin-bottom: 20px;
	color: #ffffff;
}
.bar-heading-theme{
	background: #FFC000;
    margin-left: -76px;
}
.bar-heading-theme2{
	background: #00B0F0;
        display:none;
}

.bar-heading2{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	/*border-bottom: 1px dotted #00B0F0;*/
	margin-bottom: 4px;
}

.ul-slider{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul-slider li{
	padding: 10px;
}
.ul-slider li h5{
	font-size: 15px;
	margin: 0px;
	/*color: #555;*/
	font-weight: normal;
}
.time-setter{
	display: block;
	border:0;
	color:#f6931f;
	margin: 4px 0px 12px 0px;
	background: transparent;
        font-weight: lighter;
}
 .ul-slider{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul-slider li{
	padding: 10px;
}
.ul-slider li h5{
	font-size: 15px;
	margin: 0px;
	/*color: #555;*/
	font-weight: normal;
}
.time-setter{
	display: block;
	border:0;
	color:#f6931f;
	margin: 4px 0px 12px 0px;
	background: transparent;
}
.ul-checkbox{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul-checkbox li{
	padding: 5px 0;
}

.checkbox-design{
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 15px;
	/*color: #555;*/
	position: relative;
	padding-left: 20px;
}
.checkbox-design input{position: absolute; left: 0px; opacity: 0;}
.check-tick{
	width: 14px;
	height: 14px;
	border: 1px solid #00B0F0;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
}
.check-tick:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #00B0F0;
	top: 2px;
	left: 2px;
	opacity: 0;
	transition: 200ms ease-in;
}
.checkbox-design input:checked ~ .check-tick:before{
	opacity: 1;
}

.btn-flightbook{
	width: 140px;
	border-radius: 2px;
	font-size: 18px;
        font-weight: bolder;
       
}
.pad7LR{
	    padding: 0px 0px;
}
.flt-heading{
	padding: 3px 5px;
	border-radius: 4px;
        color: black;
}
.flights-timetable{
	width: 100%;
	color: #555;
}
.flights-timetable tr td{
	padding: 2px 0px;
}

.searching-section{
	background: #02203a;
	background-size: cover;
	padding: 17px 0px 5px;
}

.searching-bx{}
        


/*==============================*/
.ui-slider .ui-slider-handle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:2px solid #1DB1EE;
	background: #fff!important;
	top: -0.6em;
	z-index: 10;
}
.ui-slider .ui-slider-range{
	border: none;
	background: #1DB1EE;
}
.ui-slider-horizontal .ui-slider-range{
	height: 6px;
}
.ui-widget.ui-widget-content{
	border: none;
	height: 6px;
	background: #FEBF29;
}
.ui-slider .ui-slider-handle{
	outline: none;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-state-active{
	background: #FEBF29!important;
	box-shadow: 0px 0px 10px #666;
}
.ui-draggable, .ui-droppable {background-position: top;}





/*--- Footer Design ---*/
footer{
	padding-top: 50px;
	position: relative;
	width: 100%;
	background: #000519;
	border-top: 8px solid #transparent;
}
footer ul{
	list-style-type: none;
	padding: 0px;
}
footer ul li a, footer ul li p{
	text-decoration: none;
	font-size: 18px;
	line-height: 36px;
	color: #FFC000;
}
footer ul li a:hover, footer ul li a:active{
	color: #00B0F0;
	text-decoration: none;
}
.footer-select{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 52px;
	border: 2px solid #FFC000;
	border-radius: 4px;
}
.footer-select:hover, .footer-select:hover:before{
	border-color: #00B0F0;
}
.footer-select:before{
	content: '';
	position: absolute;
	right: 5px;
	top: 16px;
	width: 9px;
	height: 9px;
	border-left: 2px solid #FFC000;
	border-bottom: 2px solid #FFC000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}
.footer-select select{
	width: 100%;
	height: 50px;
	background: transparent;
	text-overflow: ellipsis;
	color: #FFC000;
	font-size: 17px;
	border: none;
	padding-left: 6px;
	padding-right: 16px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer h3, footer h5{
	color: #f1f1f1;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.social-icons{
	color: #f1f1f1;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	padding-bottom: 35px;
}
.social-icons h4{
	font-size: 22px;
}
.social-icons a span.fa{
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 44px;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 2px;
}
.social-icons a span.fa-facebook{background: #3b5998;}
.social-icons a span.fa-twitter{background: #55acee;}
.social-icons a span.fa-youtube{background: #cf2200;}
.social-icons a span.fa-instagram{background: #895a4d;}

.social-icons a:hover, .social-icons a:active{
	opacity: 0.4;
	-webkit-transition: 500ms;
	transition: 500ms;
	text-decoration: none;
}
footer h5{
	font-size: 18px;
	margin-bottom: 40px;
}
footer hr{
	border-width: 8px;
	border-color: #FFC000;
}


.gototop {
  background: transparent;
  bottom: 5px;
  color: #00B0F0;
  display: none;
  height: 40px;
  position: fixed;
  right: 5px;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
  outline: none!important;
}
.gototop:hover{
	outline: none;
	opacity: 0.7;
	color: #00B0F0;
}


#search_values_response{
   display: none;
   text-align: center;
   color: orangered;
   padding: 20px 0 10px;
   font-size: 17px;
}

/*search.php popup design start*/

.flight_detail padding-tb20{
	padding-top:0px;
	padding-bottom:20px;
}
.flight_detail{
	background: #fff;
	position: fixed;
	left: 0px;
	right: 0px;
	margin: 0 auto !important;
	top: 70px;
	width:900px;
	font-family: arial sans-serif;
	z-index: 1032;
	
}
.mask{
		z-index:1031;
		background:rgba(0,0,0, 0.5);
		position:fixed;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;	
		display:none;
		transition:all 0.3s;
}
.flight_detail.in + .mask{
	display:block;
}
.outbound, .return{
    width: auto;
    padding: 8px 25px 6px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #FFF;
    border-radius: 0 35px 0 0;
	font-family: sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		}
.outbound{
    background-color: #0ca7c6;
}
.return{
    background-color: #ffc000;
}
.shaded {
    box-shadow: 0px 0px 7px #9e9e9e;
    padding: 0px 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #ad362b;
}
.flight-da-heading{
		font-size: 16px;
	color: #222222;
	margin-top: 00px;
	margin-bottom: 8px;
	font-weight: normal;	
}
.label-red{
		background: #d20023;
	color: #FFF;
	padding: 2px 12px;
	border-radius: 3px;
	font-size: 12px;	
}
.shaded .header{
		padding: 10px 0 5px;
	border-bottom: 1px solid #eee;
	position: relative;
	color:#000;
}
.place-name{
	
	font: bold 14px sans-serif;
}
.place-name span{
	font:normal 14px arial sans-serif;	
}
.flight-date {
    font-family: sans-serif;
}
.segmentDate {
	font: 12px arial sans-serif;
	color: #999;
	padding-bottom: 15px;
	display: block;
}
.legLeft {
	width: 190px;
	min-height: 10px;
	float: left;
}
.legLocations {
    float: left;
    width: 100px;
    min-height: 2px;
}
.legBigText {
    font-weight: bold;
    display: block;
    white-space: nowrap;
   line-height:25px;
   font-size:15px;
   font-family: Lato;
}
.legSmallText {
    font-size: 10px;
    font-weight: lighter;
    display: block;
    line-height: 8px;
    padding-bottom: 4px;
    white-space: nowrap;
    min-height: 8px;
}
.legTimes {
    float: left;
    width: 70px;
    min-height: 2px;
    text-align: right;
}
 .legIcons {
    float: left;
    width: 20px;
    min-height: 2px;
    padding-left: 10px;
}
.s_f_popup_a1 {
    width: 12px;
    height: 17px;
    background-position: -230px -94px;
}

.s_f {
    background: url(icons-sprite.png)
}
.legPath {
    float: left;
    width: 20px;
    min-height: 2px;
}
.legConnector {
    width: 8px;
    height: 40px;
    margin: 10px 0;
    border: 3px solid #032446;
    border-left-color: transparent;
    margin-left: 10px;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.legFlight {
    float: left;
    width: 189px;
    min-height: 2px;
    margin-left: 30%
}
.bubGrey {
    color: black;
    background: #e7e7e7;
    background: #f8f8f8;
    background: -moz-linear-gradient(left,#e7e7e7,#f8f8f8);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#e7e7e7),color-stop(1,#f8f8f8));
    background: linear-gradient(left,#e7e7e7,#f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f8f8f8, GradientType=1')";
}

.triBubble {
    position: relative;
    padding: 0px;
    margin: 10px 0 0 10px;
    height: 45px;
}
.legAirline {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-top: -3px;
}
.legPlane {
        float: left;
    width: 60px;
}
.legFlightTime {
    float: left;
    width: 60px;
    text-align: right;
    vertical-align: middle;
}
.segmentDate:last-child {
    padding: 10px 0 0;
}

.segmentDate {
    font: 12px arial sans-serif;
    color: #999;
    padding-bottom: 15px;
	margin-top:10px;
    display: block;
}
.bubGrey:after {
    border-color: transparent #e7e7e7;
}
.triBubble:after {
    top: 12px;
    left: -10px;
    bottom: auto;
    border-width: 5px 10px 5px 0;
}





.close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.s_f_redirect_a3 {
    width: 19px;
    height: 20px;
    background-position: -157px -123px !important;
    opacity: 1;
    margin-top: 14px;
	position:relative;
	z-index:100000;
}
.s_f {
    background: url(icons-sprite.png);
}
.segmentDuration {
    font: 200 12px sans-serif;
    color: #999;
    padding: 20px 5px 0;
    text-align: right;
    float: right;
    display: block;
}
.segmentDuration strong {
    color: #111;
}
.segmentDate:last-child {
    padding: 10px 0 0;
}
.legWarning, #flight_details .legWarning strong {
    color: #ad362b!important;
    margin-left: 5%;
    font-size: 10px!important;
}
.segmentDate {
    font: 12px  sans-serif;
    color: #999;
    padding-bottom: 15px;
    display: block;
}
.legWarning strong {
    color: #ad362b!important;
}
.legWait {
    width: 8px;
    height: 24px;
    margin: 8px 0 0 0;
    border-right: 1px dashed #dc6b1a;
}
.legPath {
    float: left;
    width: 20px;
    min-height: 2px;
}
.bubRed {
	padding-top:7px;
    background: #ad362b !important;
	color:#fff;
    background: -moz-linear-gradient(left,#ffe3bd,#fff6ed);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#ffe3bd),color-stop(1,#fff6ed));
    background: linear-gradient(left,#ffe3bd,#fff6ed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3bd', endColorstr='#fff6ed, GradientType=1')";
}
.bubRed .legWaitReason{
	float:left;	
	padding-top: 5px;
}
.triBubble.bubRed .legWaitTime{
    float: right;
    margin-right: 3px;
	padding-top: 5px;	
}
.triBubble:before{
    content: '';
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #e8e8e8;
    left: -12px;
    top: 50%;
    margin-top: -7px;
}
.bubRed:before{
	border-right-color:#ad362b;
}

.triBubble img, .triBubble .legPlane , .triBubble .legFlightTime{
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.collapse2 {
    display: block;
}
.tdnone{
	text-decoration:none;
}
.tdnone:hover{
	text-decoration:none;
}


 /*.loading12 h3{margin-left:80px;}*/

/*search.php popup design end*/

@media(max-width: 767px){
	.find-input-line, .find-input{
		border: none!important;
		border-left: none!important;
	}
	.find-input:hover, .find-input:focus, .find-input:active{
		border: none!important;
	}
	.find-input-group .input-group-addon {
		border: none!important;
  		border-left: none!important;
	}
	.navbar-brand{
		padding-top: 7px;
		margin-right: 10px;
	}
	.in .navbar-nav{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.in.navbar-collapse{
		background: rgba(0,0,0,0.90);
		border-top: 1px solid #222;
	}
	.navbar-default .navbar-nav > li > a {
	  padding: 20px 15px;
	}
	.navbar-toggle{
		border: 0px solid #ccc!important;
		border-radius: 1px;
		background: none;
                
	}
	.compare-list li label{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.weatherBox{
		float: none;
	}
	
	.compare-haeding{margin-top:-20px;margin-left:7px;}
	
	.compare-list li{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width:20%;
  }
  
  .feature-wrap1{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  .feature-wrap2{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  .feature-wrap3{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  
  .listing-offlight{
	border: 0.5px solid #ccc;
	position: relative;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 4px;
	transition: 300ms ease-out;
	margin-bottom: 35px;
	height:auto !important; 
}
  
  .inner-container-book,.inner-flight-container{
	width: 100%;
    margin-top:20px;
    background: transparent;
    float: left;
	padding-bottom: 10px;
}
  
  .flt-heading{
	padding: 3px 5px;
	border-radius: 4px;
    color: black;
	text-align:left;
}
  
 .btn-block {
     width: 100%;
    color: #02203a!important;
    background-color: white!important;
    border-color: whitesmoke!important;
    border: 2px solid #e4e2e2!important;
   


}
  .btn-flightbook{
	width: 210px;
	border-radius: 2px;
	font-size: 18px;
	margin-right:33px;
	margin-top:20px;
       
}
  
  .ft-price-table td{font-size:10px;}  
  
  .loading12{margin-left:0px;text-align:center;}
  
  .loading12 h3{margin-left:0px!important;font-size: 13px!important;color: black;}
  
  .form-section{padding:0px 15px!important;}
  
  .listing-offlight{font-size:11px!important}
  
  .filter-sidebar{padding:0px!important;}
  
  .searching-flights{text-align:center!important;}
  
  .ft-price-table tr{width:100%!important;}
  
  .listing-offlight h7{margin-right:33px;}
  .flights-timetable tr td{font-size:12px!important;}
  
  .nav > li{text-align:center!important;
			}
  
  .form-section {
    padding: 0px 2px!important;
   } 
   .media-object {
    display: block;
    width: 25px !important;
} 
span.departure_origin_time {
    font-size: 18px;
}

span.arrival_destination_time {
    font-size: 18px;
}
span.departure_destination_time {
    font-size: 18px;
}
span.arrival_origin_time {
    font-size: 18px;
}
 
.cheaparvalcheap{
    font-size: 15px!important;
    font-weight: bolder;
}
.cheaparvalcheap span{
	font-size:13px !important;
}
.cheaparvalquick{
    font-size: 15px!important;
    font-weight: bolder;
}
.cheaparvalquick span{
	font-size:13px !important;
}

.cheaparvalbest{
     font-size: 15px!important;
    font-weight: bolder;
}

.cheaparvalbest span{
	font-size:13px !important;
}
.btn-flightbook {
    width: 30%;
    border-radius: 35px;
    font-size: 18px;
    margin-right: 0px;
    margin-top: 0px;
    float: right;
}
.listing-offlight .text-center h7 {
    display: inline-block!important;
    margin-top: 16px!important;
    width: 70%;
    margin: 0px !important;
    font-size:16px!important;
}
.w100{width:100% !important;}

.divied-line{
	width:100%;
	border-bottom:1px dashed #ddd;
	height:0px;
	position:relative;
        margin-top: -5px;
}
.divied-line::before{
content:"";
position:absolute;
left:0px;
width:18px;
height:18px;
background-color: whitesmoke;
border-radius:100%;	
top: -7px;
}
.divied-line::after{
content:"";
position:absolute;
right:0px;
width:18px;
height:18px;
background-color:whitesmoke;
border-radius:100%;	
top: -7px;
}

.f-time .line-dis {
    width: 100%;
    border: 1px solid #555;
    margin-top: 19px;
	position:relative;
	margin-bottom: 5px;
	    margin-left: auto;
    margin-right: auto;
}
.f-time .line-dis::after{
content: "";
width: 16px;
height: 16px;
display: block;
position: absolute;
right: -.375rem;
top: 50%;
margin-top: -8px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23898294' d='M3.922 12h.499a.52.52 0 0 0 .444-.247L7.949 6.8l3.233-.019A.8.8 0 0 0 12 6a.8.8 0 0 0-.818-.781L7.949 5.2 4.866.246A.525.525 0 0 0 4.421 0h-.499a.523.523 0 0 0-.489.71L5.149 5.2H2.296l-.664-1.33a.523.523 0 0 0-.436-.288L0 3.509 1.097 6 0 8.491l1.196-.073a.523.523 0 0 0 .436-.288l.664-1.33h2.853l-1.716 4.49a.523.523 0 0 0 .489.71'/%3E%3C/svg%3E");
background-color: #fff;
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: 12px;

}
.tp-autocomplete {
    position: relative;
    max-width: initial;
}
.collapse2 {
    display: none;
}
.tp-autocomplete {
    position: relative;
    max-width: initial !important;
}
.form-input-bx {
    margin-top: 20px;
    margin-right: 0px !important;
}
.input-group .form-control {
    position: relative;
    z-index: 0;
}
.form-section .form-group {
    z-index: 1;
}
.z4{
	z-index:4 !important;
}

.mobile-modal .modal-dialog{
    width: 100%;
    height: 100%;
	margin:0px;	
}
.mobile-modal .modal-content{
    width: 100%;
    height: 110%;
	border-radius: 5px;
	border:none;	
}
.mobile-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #333;
    font-size: 16px;
}
.mobile-modal .modal-header .close {
    margin-top: -2px;
    font-size: 14px;
    margin-top: 5px;
   color: #ffc000;
    text-shadow: none;
	opacity:1;
}
.mobile-modal .modal-content .modal-body h4{
	color:#333 !important;
}

.cabin-wrapper .input-group-btn .btn-default {
    border-radius: 100% !important;
    margin: 0px 4px;
	    width: 35px;
    height: 35px;
}
.cabin-wrapper .form-control {
    border: none;
	    text-align: center;
}
.cabin-wrapper .mb5{
	margin-bottom:8px;
}
.my-input-from2 {
    background-image: url(../images/icona.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px center;
}
.my-input-to2 {
    background-image: url(../images/iconb.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px center;
}
.ul-slider li h5 {
    font-size: 15px;
    margin: 0px;
    color: #555 !important;
    font-weight: normal;
    margin-bottom: 17px !important;
}
.ui-slider .ui-slider-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1DB1EE;
    background: #fff!important;
    top: -1.1em;
    z-index: 10;
}
.checkbox-design {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 13px;
    color: #555 !important;
    position: relative;
    padding-left: 20px;
}
.bar-heading2 {
    
    display: inline-block;
    color: #333;
	    margin-top: 0px;
		    margin-bottom: 0px;
}

#datepicker2 {
    margin-bottom: 22px;
    width: 100%;
}
.sort-btn{
	margin-bottom:30px;
        margin-right: 20px;
}
.btn-search-mob {
    padding: 10px;
    float: right;
    border-radius: 100%;
	background-color: #032446;
}
.btn-search-mob:focus{
	color:#fff !important;
}

.col-text{
	color:#fff;
	text-decoration:none;
	    padding: 5px 10px;
    display: block;
   background-color: #02203a!important;
   font-size: 1.3rem!important;
}
.col-text:hover{
      color:#fff;
      text-decoration: none;
     
}
.fl{
	float:left;
}
.fr{float:right;}
.mob-date12{
	color: #fff;
    text-align: center;
    line-height: 13px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-left: 1px;
    margin-left: 4%;
    font-size: 13px;
}
.box-yellow{
position:relative;
background-color:#FFC000;
margin-top: -15%;
border-top: 2px solid white;
}	

.searching-section {
    background: none !important;
}
.box-yellow .btn-field-search {
   
    color: #fff;
    background-color: #032446 !important;
    border: #032446 1px solid !important;
}
.modal-body {
    position: relative;
    padding: 15px;
    
}
.modal-body .filter-sidebar{
	max-height:550px !important;
	overflow-y:scroll !important;	
}


.ul-slider li {
    padding: 8px;
}
.modal-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ul-checkbox li {
    padding: 3px 0;
}
.modal-header {
    padding: 9px 2px;
    border-bottom: 1px solid #e5e5e5;
}
.ui-widget.ui-widget-content {
    width: 94%;
}
a.col-text h4 {
    font-size: 18px;
    margin-top: 5px;
}
.box-yellow .trip-tabsnew .nav-tabs>li.active>a, .box-yellow.nav-tabs>li.active>a:focus, .box-yellow.nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #032446 !important;
}
.searching-section {
    padding: 0px 0px 15px;
    
}
.form-input-bx {
    margin-top: 10px;
}
.cabin-wrapper #TargetValSet_oneway{
text-align:left !important;	
}
.mb25 {
    margin-bottom: 25px !important;
}

}
 

@media(max-width: 520px){
        .body {
               max-width: 100%;
               overflow-x: hidden; 
        }
	.booking-section{
		padding-top: 100px;
                background:none;
	}

       .coming-section {
            margin-top: 50%;
            width: 80%;
            height: 60%;
            margin-left: 10%;
            min-height: 200px;
        }


	.booking-section h1{
		display:none;
	}
	.area-heading h2{
		font-size: 32px;
          
        }
         .from_one_logo{
               width:8%;

       }
        .from_one_logo_return{
             width:8%;

	}
	.tabing-list li{
		font-size: 24px;
		margin: 20px;
	}
	.porfolio-h275p{height: 275px;}
	.porfolio-h550p{height: 340px;}
	.porfolio-w50{
		width: 100%;
		float: none;
		clear: both;
	}
	
	  .flights-timetable tr td{font-size:11px!important;}
     

          .cabin-design{
      	        margin-top:-416px;
      	        margin-left:-40px;
                width: 125%;
                border-radius:0px;
                height:900px;

       } 

         .cabin-design .row{
               padding-top:50px;

     }
  
   .cabin-design .input-group-btn .btn-default {
    border-radius: 100% !important;
    margin: 0px 4px;
}

.cabin-design strong {
    margin-bottom: 15px;
    display: block;
}  
.cabin-design .row {
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}
.cabin-design .form-control{
	border:none;
}
.daterangepicker {
    width: 603px;
    margin-left: -40px;
    margin-top: -320px;
    height: 100%;
    top: 319px !important;
    display: none!important;
}
   

 .compare-haeding h5 {
    margin-left: 5%!important;}

 .weatherBox {
    margin-top: 2%!important;}

 .weatherBox p img {
    width: 40px;} 

 .weatherBox p span {
    font-size: 18px;
    color: #ffffff;} 
}

@media(max-width: 520px){
	.booking-section h1{
		font-size: 24px;
		font-weight: bold;
	}
         .common-flightsh {
                 margin-left: 17.5%;
                 width: 120px!important;
       } 
       .booking-section{
                background: none;
       
       }
	.area-heading h2{
		font-size: 26px;
	}
	.ft-price-table
	{
		height:auto !important;
		width:96%;  
	}
	.tabing-list li{
		font-size: 20px;
		margin: 20px 10px;
	}
	.feature-wrapper h3
	{
		display:block !important;
	}
	
	.filter-sidebar{margin-left:0px!important;}
	
	 .flights-timetable tr td{font-size:9px!important;}
	

  .listing-offlight h7{margin-right:55px;}
  .listing-offlight .text-center h7{font-size:12px;}

  .cabin-design{
      	margin-top:-430px;
      	margin-left: -35px;
      	width: 155%;
      	border-radius: 0px;
      	height: 900px;
      }
 

 .cabin-design .row{
        padding-top:50px;
     }
 .ft-price-table tr td img {
       display: inline;
       width: 50px;
       vertical-align: unset;
    } 

  form {
    width: 100%; 

    }

 .form-input-bx {
    margin-top: 20px;
    margin-right: -27px;
	width:200%;
   }
 .btn-field-search {
   margin-left:0px!important;
   margin-top: 40px!important;
   color: #fff;
   background-color: #FFC000!important;
   border: #FFC000 1px solid!important;
   width: 100% !important;
   height: 45px!important;
   font-size: 18px!important;
   border-radius: 5px!important;
   transition: 500ms all;
   margin: auto;
  }

   iframe {
   display:block;
 }

.ft-price-table {
  height:0px
 }

 .listing-offlight{
   height:fit-content!important;

  }
.form-group
{
	width:100% !important;
}
.bookform form
{
	width:50%;
}
.cabin-wrapper .form-control
{
	width:100% !important;
}
 .footer{display:none;}

.from_to_suggestions {
       background: #ffffff;
    box-sizing: border-box;
    padding: 0px 0px;
    position: absolute;
    z-index: 1001;
    border-radius: 4px;
    margin-left: -55px;
    width: 300%;
    height: 900px;
    margin-top: 30px;
    overflow-x: hidden;

  }
.from_to_suggestions .suggestion{
       padding: 10px 8px 10px 35px;
   margin-left: 40px;
   font-size: 12px;   
}
.weather-container {
   margin-top: -20px;
 }

.trip-tabs > li > a {
    color: #f9f9f9;
    min-width: 92px;
    border: none!important;
    padding: 5px 7px;
    font-size: 10px;
  }
.trip-tabs > li.active > a{
   font-size:10px;
  }
.compare-haeding h5 {
  display: contents;
  }
.compare-list {
    margin-left: -25%!important;
    margin-top: 1px!important;}

.searching-section {
     
    padding: 0px 0px 15px;
    
}



 body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-toggle{
    margin-left: 40px;

 }
.navbar-brand img { 
     margin-top :-40px!important;
     width: 15%!important;
 }
 .navbar-default{
 	 height:10%
 }
.home-page-form-wrapper {
    background: transparent!important;
 }
 .mt20{
    margin-top: -50px;
    border-radius: 0px!important;
  } 
.font17 {
    font-size: 15px;
    width: 200%;
 }

.container{
	width: 100%;
	max-width: 1345px;
        overflow-x: hidden;
}

 .padding-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
   
    margin-left: 0px;

  }

.max-w180 {
    width: 30%;
    max-width: 180px;
    display: -webkit-inline-box!important;
   }
.rigth-part h4 {
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 4px;
}

.compare-haeding {margin-top:30px!important;}

 .clients-logo{
      display:none;
 }

.inner-container-book .pull-right {
    float: none !important;
    margin-top: 0px;
    margin-right: 0px;
}
	
.listing-offlight .text-center h7 {
    
    width: auto;
    margin: 10px !important;
}
	.btn-flightbook{
	    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 5px;
    margin-top: -10px;
}

.kiss{
   width: 118%!important;
    margin-left: -30px!important;
}

}
@media(max-width: 360px){
	.booking-section{
		padding-top: 100px;
                background: none;
	}



.coming-section{
	position: relative;
	background: url(../images/Coming.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 150px;
	margin-top: 50%;
        width: 80%;
        height: 60%;
        margin-left:15%

  }

     .common-flightsh{
    margin-left: 19%;
    width: 80px!important;
    font-size: 70%;
      }
     .cabin-wrapper .form-control {
        width: 100% !important;
       }
		
	.booking-section h1{
		font-size: 22px;
		font-weight: bold;
	}
	
	.trip-tabs > li > a{
		color: #f9f9f9;
		min-width: 92px;
		border: none!important;
		padding: 5px 7px;
	}
	.area-heading{
		padding-bottom: 10px;
	}
	.area-heading h2{
		font-size: 25px;
		font-weight: bold;
	}
	.tabing-list li{
		font-size: 18px;
		margin: 20px 10px;
	}
	
	.flights-timetable tr td{font-size:9px!important;}
	
	.listing-offlight h7{margin-right:33px!important;}
	 .btn-flightbook{
	width: 110px;
	border-radius: 2px;
	font-size: 16px;
	margin-right:33px!important;
	margin-top:2px;
       
}

  .cabin-design{
      	margin-top:-416px;
      	margin-left: -30px;
      	width: 150%;
      	border-radius: 0px;
      	height: 900px;
     }

  .clients-logo{
      display:none;

 }
    .body {
    max-width: 100%;
    overflow-x: hidden;

   }
.cheaparvalcheap {
    font-size: 18px !important;
}
.cheaparvalquick {
    font-size: 18px !important;
}
.cheaparvalbest {
    font-size: 18px !important;
}
.inner-container-book, .inner-flight-container {
    width: 99%;
    background: transparent;
    float: left;
    padding-bottom: 10px;
}
.btn-flightbook {
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 0px!important;
    margin-top:  -10px;
    float: right;
    margin-bottom: 15px;
    clear: both;
}
span.departure_origin_time {
    font-size: 13px;
}
span.arrival_destination_time {
    font-size: 13px;
}
span.departure_destination_time {
    font-size: 13px;
}
span.arrival_origin_time {
    font-size: 13px;
}

.kiss{
   width: 115%!important;
   margin-left: -25px!important;
}

}
@media (min-width: 320px) and (max-width:350px){
	
	.booking-section h1{
		font-size: 20px;
		font-weight: bold;
	}
	
      .booking-section{
                background:none;
        }

	.flights-timetable tr td{font-size:9px!important;}
	
	.listing-offlight h7{margin-right:12px!important;}
	.btn-flightbook{margin-right:1px!important;}
	.listing-offlight{    height: auto !important;}
	
        .cabin-design{
      	margin-top:-416px;
      	margin-left: -40px;
      	width: 133%;
      	border-radius: 0px;
      	height: 500px;
     }

    body {
    max-width: 100%;
    overflow-x: hidden;
    }

  .ul {
    margin-top: 40%;
  }

  .weatherBox h4{
      font-size:10px;}

  .weatherBox p span {
      font-size: 20px;

     }
   .weatherBox{
     margin-right: -50px!important;}
   .box-yellow{
     margin-top: -18%;}

  .feature-wrap p {
    font-size: 11px!important;}


  .legLeft {
    width: 250px!important;
    min-height: 10px;
    float: left;}

.triBubble {
    position: relative;
    padding: 5px;
    margin: 5px 0 0 0px;
    height: 35px;
    width: 150%!important;
    margin-left: -50%}
 }


/*search.php popup responsive start*/

@media only screen and (max-width:900px){
.flight_detail{
	width: auto;
    left: 10px;
    right: 10px;
    top: 20px;
    bottom: 60px;
    overflow: auto;
}

	
}
@media only screen and (max-width:767px) {
.legLeft {
    width: 300px;
    min-height: 10px;
    float: left;
}
.legTimes {
    float: left;
    width: 50px;
    min-height: 2px;
    text-align: right;
    display: contents;
}
.legIcons {
    float: left;
    width: 20px;
    min-height: 2px;
    padding-left: 10px;
    display: none;
}
.legPath {
    float: left;
    width: 20px;
    min-height: 2px;
    display: none;
}
.legFlight {
    float: left;
    width: 185px;
    min-height: 2px;
    padding-bottom: 10px;
    /* margin-top: -7px; */
    margin-right: -10px;
}
.triBubble {
    position: relative;
    padding: 5px;
    margin: 5px 0 0 0px;
    height: 35px;
    width: 165%;
    margin-left: -50%;
}

  .media-body, .media-left, .media-right {
    display: contents;
    vertical-align: top;
}
}

@media (min-width: 768px) and (max-width:899px){ 

		.form-section  .col-sm-4{width:16.6% !important;}
		.form-section   .btn-field-search{margin-left:0px;width:620%;height:10%;margin-top:20px;border-radius:unset;}
		.compare-haeding{margin-top:-30px;margin-left:0px;}

		.inner-container-book,.inner-flight-container{
				width: 98.37%; 
				margin-top:20px;
				background: transparent;
				float: left;
				padding-bottom: 10px;
}

               .daterangepicker {  
                   display: none!important;}  

  .loading12{margin-left:-15px!important;}

.ft-price-table td{font-size:11px;}  

.form-section {padding:0px 27px!important;margin-left: -5%;}

.loading12 h3{margin-left:0px!important;}

.flights-timetable tr td{font-size:11px!important;}

.btn-flightbook{margin-right:80px!important;
				margin-top:20px!important;
}

.form-section .btn-field-search{margin-top:25px!important;}

iframe{width:100%!important;
	  height:100%!important;
}

 }
 
@media(min-width: 1024px) and (max-width: 1199px){
		
		iframe {
    width: 250px!important;
    height: 259px!important;
}
}

.no-gutter{padding-left: 0!important;padding-right: 0!important}
.form-input-bx{margin-top: 20px;margin-right: -27px;}

.feature-wrapper{margin-bottom: 25px;overflow: hidden;width: 125%}
.feature-wrap{padding:10px 20px;color: #fff;}
.feature-wrap h3{font-size: 18px;margin: 0;font-weight: 600;}
.feature-wrap p{font-size: 13px;margin: 3px 0 0 0}
.feature-wrap1{background: #FFC000;border-radius: 5px 0 0 5px}
.feature-wrap2{background: #e8af00;}
.feature-wrap3{background: #d29e00;border-radius: 0 5px 5px 0}

/*.my-input-from::before{content: "\f041"}*/
.my-input-from{background-image: url(../images/icona.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px center;
}

.my-input-to{background-image: url(../images/iconb.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px center;
}

.input-pass{background-image: url(../images/iconp.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px center;
}

.filter-sidebar{background: #transparent;padding: 15px;color: #fff;border-radius: 5px;margin-left: -30px;}
.filter-sidebar-line{margin-left: -15px;margin-right: -15px;width: 100%;height: 1.5px!important; margin-top: 10px;background: #6a6d9c6b;}
.search_response, .search_result{background: #fff;/*padding-left: -15px;padding-right: -15px;*/}
.kiss{background: #fff;border-radius: 5px;margin-left: -15px;margin-right: -15px;width: 130%;}

.home-page-form-wrapper{background: rgba(0, 0, 0,0.69);
    width: 100%;
    /* overflow: hidden; */
    padding: 10px 10px 10px 10px;}

.trip-tabs > li > a:hover, .home-page-form-wrapper .trip-tabs li.active a{background:#fec000}
.home-page-form-wrapper .trip-tabs{margin-bottom: 0;}
.marg-t-20{margin-top: 27px;margin-right: -27px;}


.airline_hidden{
	display:none;
}
.airline_visible{
	display:block;
}

.three-box-content p {    
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
}

.booking-section-hotel{
    position: relative;
    background: url(../images/Hotelbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 580px;
    margin-top: -70px;
    padding-top: 68px;
    padding-bottom: 100px;
}


 @media(max-width: 1024px){
  .navbar-brand img{margin-top: 20px;
    width: 15%!important;}

  .weatherBox {
    margin-top: 20%;}

  .navbar-right {
    float: left!important;
    margin-left: 40%!important;
    margin-top: -60px!important;}

  .kiss {
    background: #fff;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: -5%;
    width: 165%;}

  .col-text {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    background-color: #02203a!important;
    font-size: 2rem;margin-top: 1%;}
 .btn-block {
    width: 90%;
    color: #02203a;
    background-color: #FFC000;
    border-color: whitesmoke;
    border: 2px solid #e4e2e2;
    margin-left: 5%;}

 .navbar-default {
    background: #02203a;
    border-radius: 0px;
    border: none;
    height: 7%;
}

  .feature-wrap1{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  .feature-wrap2{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  .feature-wrap3{background: white!important;border-radius:10px!important; border: 1px solid #ccc;color:black!important}
  

 .feature-wrapper {
    margin-bottom: 25px;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2%;}

.compare-list {
  margin-top: 1px!important;}

 }


/*---- Hotel Section ---- ----*/
.hotelContainer h1{
	    margin: 0px 0px 40px 0px;
    	    width: 40%;
            color: white
}
.hotelContainer .btn-field-search{
    width: 70px;
    height: 70px;
    font-size: 15px;
    margin-top: 0px;
}
.hotelContainer .cabin-design{
    top:50px;
    padding: 6px 19px;
    left: -20px;
    width: 320px;
    overflow-y: auto;
    max-height: 278px;
    overflow-x: hidden;
}
.hotelContainer .cabin-design .box{
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    margin: 5px;
    padding: 5px 0px;
}
.navbar-default .navbar-nav  li  a.active{
    color: #FFC000;
}
.topHotelDestina .hotelMedia{
    	padding-left: 0px;
}
.topHotelDestina .hotelMedia .media{
	background: #020202;
    	color: #FFC000;
	border-radius: 5px;
    	border: 1px solid #fff;
}
.topHotelDestina .hotelMedia .media:hover{
	    cursor:pointer;
	    color:#00B0F0;
}
.topHotelDestina .hotelMedia .media-object{
	width: 120px;
    	height: 100px;
}
.topHotelDestina .hotelMedia .media-body{
	padding-left: 10px;
}
.topHotelDestina .hotelMedia .media-body p:first-child{
	margin: 15px 0px 0px 0px;
    	font-size: 12px;
}
.topHotelDestina .hotelMedia .media-body p{
	margin: 5px 0px 0px 0px;
    	font-size: 12px;
}
.topHotelDestina .hotelMedia .media-body h4{
	margin: 0px;
}
.hotel-search-page{
	background: #000000a8;
}
.rating{
    unicode-bidi: bidi-override;
	display: inline-block;
}
.rating span{
	display: inline-block;
    	position: relative;
    	width: 1.1em;
    	font-size: 15px;
}
.hotelSearch{
	margin:15px 0px;
	display:inline-block;
}
.hotelSearch .main-container .wrapper{
	background: #fff;
    	padding: 15px;
	margin-bottom:30px;
        margin-left:-145px;
        border-radius:5px;
        height:220px;
}
.hotelSearch .main-container img.media-object{
        width: 210px;
    	height: 170px;
}
.hotelSearch .main-container .media-heading{
	font-size: 17px;
    	font-weight: bold;
}
.hotelSearch .main-container #place{
	font-weight: 100;
    	color: #8c8989;
}
.rating > span.selected:before{
   content: "\2605";
   position: absolute;
}
.hotelSearch .main-container .tagWrapperBlue{
    background-color: #c7d4e7;
    color: #06397c;
    border-radius: 2px;
    display: inline-block;
    padding: 5px;
    margin: 10px 0px;
    font-size: 10px;
    font-weight: bold;
}
.hotelSearch .main-container .tagWrapperGreen
    background-color: #6ba131;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 5px;
    margin: 10px 0px;
    font-size: 10px;
    font-weight: bold;
}
.hotelSearch .main-container .externalWebsiteWrapper span{
       display: block;
    font-size: 12px;
    font-weight: bold;
}
.hotelSearch .main-container .externalWebsiteWrapper{
	margin-bottom: 5px;
}
.hotelSearch .main-container .externalWebsiteWrapper div:hover{
	color: #FFC000;
	cursor:pointer;
}
.priceTag .leastPrice{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.priceTag .leastWebsite{
    color: #888484;
    display: block;
    text-align: center;
}
.priceTag .tag{
    font-size: 12px;
    text-align: center;
    display: block;
}
.priceTag {
	margin-top:15px;
}
.greenView{
    color: #fff;
    background-color: #39bd55;
    border: none;
    padding: 11px;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 5px;
}
.viewDeal{
    margin-top:20px;
}
.hotelContainer{
	background: url(../images/hotels/homehotel-bg.jpg);
}
.hotelContainer .home-page-form-wrapper{
	background:#0000008a;
}
.hotel_detail{
    background: #fff;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
    top: 70px;
    width: 550px;
    font-family: arial sans-serif;
    z-index: 1032;
    border: 1px solid #9e9c9c;
}
.hotel_detail h5{
	margin:10px 0px;
}
.hotel_detail span{
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.hotel_detail p{
	font-size:12px;
}
.filterPanel{
	background: #006184;
    	padding: 15px;
        width: fit-content;
}
.filterPanel span.title{
	display:block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    color: #ffc000;
}
.eachFilter{
	padding-bottom: 20px;
    	border-bottom: 1px solid #2b4255;
}
.eachFilter label{
    margin-left: 15px;
    color: #c7d4e7;
}
.eachFilter input[type=checkbox]{
    color: #FFF;
    width: 20px;
    height: 15px;
}
.eachFilter .hotelSearchText{
    background: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.eachFilter select{
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #eee;
    background: #eee;
}
.eachFilter .range-slider__value{
    background: #ffc000;
    color: #272727;
    padding: 5px;
    border: 1px solid #ffc000;
    border-radius: 4px;
    margin-top: -5px;
    margin-right:15px;
    display: inline-block;
    width: 34%;
    position:inherit;
    
}
.eachFilter .range-slider__range{
    width: 50%;
    display: inline-block;
    color: #253b51;
}
.eachFilter input[type=range] {
  -webkit-appearance: none;
}
.eachFilter input[type=range]:focus {
  outline: none;
}
.eachFilter input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.eachFilter input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 25px;
  width: 10px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.eachFilter input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
.eachFilter input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.eachFilter input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.eachFilter input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.eachFilter input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.eachFilter input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.eachFilter input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
.eachFilter input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.eachFilter input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.eachFilter .rating span{
	font-size:40px;
	 width: 0.9em;
    	height: 45px;
    	margin-top: -8px;
}
.eachFilter .rating > span:hover:before,
.eachFilter .rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.hotelContainerSearch{
	background: #0CA7C6;
    	background-size: cover;
    	padding: 5px 0px 15px;
}

.hotelContainerSearch .home-page-form-wrapper{
	background:transparent;
	padding: 0px;
}
.hotelPayment .rightContainer{
    background: #fff;
    padding: 15px;
    margin:10px 5px 5px 10px;
    min-height: 300px;
}
.hotelSearch .media-left{
position:relative;
}
.hotelSearch .media-left a:hover,.hotelSearch .media-left a:visited{
text-decoration:none;
}
.w3-display-left{
    position: absolute;
    top: 35%;
    left: 1%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
    background: #000;
    color: #fff !important;
    border: none;
    padding: 6px 10px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    z-index: 1001;
}
.w3-display-right{
    position: absolute;
    top: 35%;
    right: 2%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
    background: #000;
    color: #fff !important;
    border: none;
    padding: 6px 10px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
 z-index: 1001;
}

#slides,
    #slides2,
    #slides3 {
      display: none;
      margin-bottom:50px;
    }

    .slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    a:link,
    a:visited {padding: .75rem 0;
      
    }
   
    a2:link,
    a2:visited {
      color: #FFC000

    }

    a:hover,
    a:active {
      color: #9e2020;
    }

.hotelPayment .roomPicture{
	width:210px;
	height:170px;
}
.hotelPayment .small-text{
	font-size:11px;
}
.hotelPayment .big-text{
	font-size:30px;
}
.hotelPayment .marT30{
	margin-top:30px;
}
.hotelPayment i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 13px;
  margin: 25px -32px;
}

.hotelPayment i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hotelPayment{
	background: #17699a;
}
.hotelPayment .paymentContainer{
	display:flex;
}
.hotelPayment .leftContainer{
    background: #fff;
    padding: 10px;
}
.hotelPayment .rightContainer{
    background: #fff;
    padding: 15px;
    margin:10px 5px 5px 10px;
    min-height: 300px;
}
.hotelPayment .rightWrapper{
    margin-top:40px;
}
.hotelPayment .amentiesLabel{
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.hotelPayment .marB20{
    margin-bottom:20px;
}
.hotelPayment .title-text{
	color:#adadad;
}
.hotelPayment .roomDetails{
	border-top: 1px solid #e6e3e3;
}
.hotelPayment .roomHeading{
	font-size: 17px;
    margin-top: 25px;
margin-bottom:20px;
}
.hotelPayment .check-in-check-out-details{
	margin-bottom:25px;
} 
.hotelPayment .costingPart div span{
font-weight:500;
font-size:13px;
}
.hotelPayment .costingPart div span.bold , .hotelPayment .roomDetails div span , .hotelPayment .leftContainer .media div span{
font-weight:bold;
font-size:13px;
}

.hotelPayment .costingPart div label,.hotelPayment .roomDetails div label, .hotelPayment .leftContainer .media div label{
font-size:13px;
font-weight:500;
}
.hotelPayment .leftContainer .media p{
    font-size: 13px;
    margin-bottom: 20px;
}
.hotelPayment .leftContainer h4:hover{
color: #FFC000;
cursor:pointer;
}
.hotelPayment .costingPart{
    background: #fff;
    padding: 8px;
    margin: 5px 5px 15px 10px;
}
.hotelPayment .strike{
text-decoration: line-through;
}
.hotelPayment .priceWrapper{
    margin-top: 10px;
    background: #fafafa;
}
.hotelPayment .media-heading,.hotelPayment .rating{
display:inline-block;
}
.hotelPayment .leftContainer .media div.rating span{
font-size:16px;
}
.hotelPayment .rating > span.selected:before{
	color: #ffc000;
}
.hotelPayment .w3-black {
top:50%;
}
.hotelPayment .lastArrow{
height:100%;
}
.hotelPayment .infoText{
    margin: 4px 25px 6px 15px;
    padding: 3px;
}
.hotelPayment .infoHeading{
    margin-bottom: 25px;
    margin-left: 15px;
}
.hotelPayment .cc{
    margin-left: 15px;
    margin-top: 10px;
}
.hotelPayment .btnPay{
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 25px;
    background: #00b0f0;
    border: 1px solid #00b0f0;
    color: #fff;
    border-radius: 5px;
}
.padding20 h4{
	color:#000000 !important;
	background: #fff !important;
}
.hotelPayment .mySlides h4{
	color:#00000;
}
.hotelPayment .leftLowerContainer{
    background: #fff;
    margin-top: 10px;
    padding: 13px;
    min-height: 112px;
}
.hotelPayment .leftLowerContainer label{
	font-weight:bolder;
}
.hotelPayment .leftLowerContainer .bold,.hotelPayment .leftLowerContainer .priceBold{
	font-weight:bolder;
        font-size:20px
}
.hotelPayment .leftLowerContainer .priceBold{
	font-size:25px;
        color:#ff0000
}
.userInfoContainer{
	background: #d0d0d0;
}
.hotelPayment  .userInfoContainer.mySlides h4{
	color:#000;
}
 .aboutus-section{
	position: relative;
	background:url(../images/About_us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 500px;
	margin-top: -100px;
}
 .aboutus-section h1{
	color: #ffffff;
        font-size: 40px;
}

 .aboutus-section p{
	color: #ffffff;
        margin-right: 40%;
        font-size: 22px;
}

 .area-section h2{
	color: black;
        font-size: 20px;
}
 .area-section h4{
	color: black;
        margin-top:10px;
		font-size:16px;
}
  .area-section p{
	color: black;
        margin-left: 5%;
        font-size: 20px;

}

  .area-section2 p{
	margin-top: 0px;
        color: #e28d08;;
        font-size: 18px;
        margin-left: 0%;
}

  .area-section2{
	padding-top: 0px;
	background: #ffffff;
	padding-bottom: 70px;
}
  .area-section2 h2{
	color: black;
        font-size: 20px;
        margin-left: 5%;
}

.topHotelDestina .area-section h2
{
	margin-left:0% !important;   
}
.hotelMedia .media-body h4, .hotelMedia .media-body p
{
	color:#fff;
}
.compare-haeding
{
	margin-top:-0px;
}
.compare-haeding h5
{
	margin-left:30%; 
}
#home .marg-t-20
{
	margin-top:22px; 
}
.sharebtn{
	float: right;
}
/*******************************Mobile Responsive****************************************/

@media(max-width:767px) {
.weatherBox
{
	margin-top:5%;
}
.booking-section-hotel h1 
{
	text-align:center !important;
	font-size:26px; 
	font-weight: normal;
}
#home .marg-t-20
{
	margin-right:0px;
}
.btn-field-search
{
	margin-top:20px !important;
	display:inline-block;
} 
.compare-list li
{
	font-size:14px;
}
.navbar-toggle
{
	float:right;
	margin-left: 0px;
}
.addroombtn .btn
{
	font-size:11.5px !important;
}
.cabin-design .row
{
	margin:0px;
}
.cabin-design .row
{
	padding-top:20px;
}
.cabin-design .row .col-xs-4
{
	padding-left:15px;
}
.weather-container
{
	display:block;
}
.form-section .form-group
{
	z-index:1;
}
.loading12 
{
	margin-left: 0px !important;
}
.listing-offlight .text-center h7
{
	display:inline-block !important;
	margin-top:-15px !important;
        margin-left: -10%!important;
} 
.feature-wrapper
{
    width: 150% !important;
}
   .legBigText {
    line-height: 18px!important; font-size: 12px;}
}

@media(min-width:768px) and (max-width:991px) {
.form-section .col-sm-4 
{
    width: 20% !important;
}
.compare-haeding h5
{
	margin-left:15px;
}
.compare-haeding
{
	margin-left:5% !important; 
}
#home .marg-t-20
{
	margin-top:20px;
}
.topHotelDestina .hotelMedia .media-body
{
	padding-left:0px !important;
}

}

.flterbtnOpen, .sortbtnOpen {
    display: none;
}


/*******************************Mobile Responsive****************************************/
.modal::before
{
	height:auto !important;
} 
.sendflight
{
	color: #00d0ff;
	margin-right: 260px;
	font-family: unset;
} 
.sendflighterror
{
	color: #ff0021;
	margin-right: 260px;
	font-family: unset;
} 

.Loginmodal .modal-title
{
	color:#333;
	font-size:18px;
}
.Loginmodal .modal-body
{
	padding:30px;
}
.Loginmodal .btn-theme-login
{
	background:#FFC000;
	color:#fff;
	padding: 9px;
	border-radius: 50px;
	font-size: 18px;
	transtion:all ease 0.5s;
	margin-bottom:15px;
}
.Loginmodal .btn-theme-login:hover
{
	background:#dea805;
	transtion:all ease 0.5s;
}
.text-center
{
	text-align:center;
}
.Loginmodal .btn-social
{
	background:#4285f4;
	color:#fff;
	padding: 9px;
	border-radius: 50px;
	font-size: 17px;
	transtion:all ease 0.5s;
}
.Loginmodal .btn-social:hover
{
	background:#2b5fcf;
	transtion:all ease 0.5s;
}

 .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover{
    	background: transparent!important;
    	color: #fff!important;
    }
  
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    	color: #FFC000!important;
    }

  	.dropdown-menu li a{
  		font-weight: 600!important;
  	}
  	.dropdown-menu li a:hover,.dropdown-menu .active a,.dropdown-menu li a:focus{
  		color: #FFC000;
  	}


body{
	background:#;
}

/*-- ???? --*/

#ranking-slide {
  position: relative;
  width: 1052px;
	height: 338px;
  margin: 30px auto;
}

#ranking-slide > :not(a) {
  overflow: hidden;
  white-space: nowrap;
}

#ranking-slide > a {
	cursor: pointer;
  position: absolute;
	top: 50%;
  width: 45px;
  height: 60px;
	margin-top: -30px;
  border-radius: 5px;
  opacity: 0;
  -moz-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

#ranking-slide:hover > a,
#ranking-slide > a:hover {
  opacity: 1;
}

#ranking-slide > a:hover {
  background: #fff;
}

#ranking-slide > .prev {
  left: -45px;
  border-radius: 5px 0 0 5px;
}

#ranking-slide > .next {
  right: -45px;
  border-radius: 0 5px 5px 0;
}

[class*="trans0"] li {
	transition: all 0.8s 0s ease-in-out;
}

.trans01 li {
	transform: translateX(-1063px);
}

.trans02 li {
	transform: translateX(0);
}

#ranking-slide > a:before,
#ranking-slide > a:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 4px;
  height: 20px;
  background: #ef335f;
}

#ranking-slide > .prev:after,
#ranking-slide > .next:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ranking-slide > .prev:before,
#ranking-slide > .next:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ranking-slide > .prev:before,
#ranking-slide > .next:before {
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 0 0 32% 32%;
}

#ranking-slide > .prev:after,
#ranking-slide > .next:after {
  bottom: 50%;
  margin:  0 0 -4px -4px;
  border-radius: 32% 32% 0 0;
}

#ranking-slide li {
  display: inline-block;
  margin: 0 16px 0 0;
	letter-spacing: 0;
}

#ranking-slide li,
#ranking-slide li > a {
  float: none;
  width: 162px;
  height: 162px;
}

#ranking-slide li > a {
	cursor: pointer;
	position: relative;
	display: block;
	background: #efefef;
	border-radius: 5px;
	transition: all 0.2s 0s ease;
}

#ranking-slide li > a:hover {
	background: #f69;
}

#ranking-slide {
  height: 338px;
  padding: 0;
}

#ranking-slide li:nth-child(n+2):nth-child(-n+5) {
	top: -172px;
}

#ranking-slide li:nth-child(6) {
  margin: 175px 16px 0 -712px;
}

#ranking-slide li:nth-child(n+10):nth-child(-n+15) {
	top: -172px;
	left: 0;
}

#ranking-slide li:nth-child(n+7):nth-child(-n+9),
#ranking-slide li:nth-child(12n+17),
#ranking-slide li:nth-child(12n+18),
#ranking-slide li:nth-child(12n+19),
#ranking-slide li:nth-child(12n+20),
#ranking-slide li:nth-child(12n+21) {
  margin: 175px 16px 0 0;
}
#ranking-slide li:nth-child(12n+22),
#ranking-slide li:nth-child(12n+23),
#ranking-slide li:nth-child(12n+24),
#ranking-slide li:nth-child(12n+25),
#ranking-slide li:nth-child(12n+26),
#ranking-slide li:nth-child(12n+27) {
  top:-175px;
}
#ranking-slide li:nth-child(12n+16) {
  margin: 175px 16px 0 -1068px;
}

#ranking-slide li:nth-of-type(12n+4),
#ranking-slide li:nth-of-type(12n+8) {
  clear: none;
}

#ranking-slide li:first-child,
#ranking-slide li:first-child > a {
  width: 336px;
  height: 335px;
  margin: 0 16px 0 0;
}

#ranking-slide  {
  counter-reset: number;
}

#ranking-slide li {
  position: relative;
}

#ranking-slide li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: #f69;
  font-size: 1.2rem;
  text-align: center;
  z-index: 1;
}

#ranking-slide  li:first-child:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.5rem;
}

div#layout {
  text-align: center;
}

div#container {
  width: 1000px;
  height: 600px;
  margin: auto;
  background-color: #02203a;
}

svg {
  width: 100%;
  height: 100%;
}

.bar {
  fill: #38B6FF;
}

text {
  font-size: 12px;
  fill: #fff;
}

path {
  stroke: white;
}

line {
  stroke: gray;
}

line#limit {
  stroke: #FED966;
  stroke-width: 3;
  stroke-dasharray: 3 6;
}

.grid path {
  stroke-width: 0;
}

.grid .tick line {
  stroke: #042b54;
  stroke-opacity: 0.9;
}

text.divergence {
  font-size: 14px;
  fill: #2F4A6D;
}

text.value {
  font-size: 14px;
}

text.title {
  font-size: 22px;
  font-weight: 600;
}

text.label {
  font-size: 14px;
  font-weight: 400;
}

text.source {
  font-size: 10px;
}

.mapwithslider{
        position: relative;
        height:600px;
        max-width: 100%;
        overflow-x: hidden;
      }

      .rightimgsidebar{
        position: absolute;
        min-height: 100px;
        right: -30%;
        bottom: 0;
        width: 30%;
        top: 0;
        z-index: 1;
        background: #fff;
        box-shadow: 0px 0px 5px grey;
      }

      .rightimgsidebar .imgboxes .imgcontainer,.rightimgsidebar .imagedetailbox_individual .imgcontainer{
          background-size: cover;
          background-position: 100% 100%;
          min-height: 135px;
          padding: 1em;
          display: flex;
          align-items: flex-start;
          justify-content: flex-end;
          margin-bottom: 15px;
          flex-direction: column;
      }

      .left_mapbar{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
      }  
      
      .imgboxes,.imagedetailbox_individual{
        position: relative;
        height:503px;
        overflow-y: auto;
        padding: 1em;
      }
      .imgboxes a,.imagedetailbox_individual a{
        text-decoration: none;
      }

      .imgboxes a .imgcontainer h4,.imagedetailbox_individual a .imgcontainer h4{
        color: #fff;
        font-size: 20px;
      }
      .closeopenarrow{
        position: absolute;
        width: 30px;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 24px;
        background: #02203a;
        top: 45%;
        left: -30px;
        cursor: pointer;
      }

      .closeopenarrow .fa-angle-left{
        transform: rotate(180deg);
        transition: 0.5s;
      }

      .individual_img_head{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 13px;
        color: #ffc000;
      }
      .individual_img_head span{
          margin-right: 15px;
          font-size: 22px;
          font-weight: 600;
          cursor: pointer;
      }

      .statstcs_details_img{
         height:503px; 
        overflow-y: auto;
      }

      .slideImgcategories{
        min-height: 200px;
        background-size: cover;
        background-position: 100% 100%;
        padding: 1em;
      }

      .staticscontent{
        padding: 1em;
      }
      .staticscontent .graphhead{
        font-size: 15px;
      }

      .staticscontent .graphhead .btn-theme{
        width: 100%;
        background: #02203a;
        height: 35px;
        border-radius: 0;
        color: #fff;
      }
      .staticscontent .graphhead button span{
        text-transform: uppercase;
      }

      .gobacktoimgdetail{
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-size: 26px;
      }
      .satticsgraph{
        border: 1px solid #333;
        min-height: 200px;
        margin-top: 15px;
      }
      .satticsgraph .cityname_here{
         font-size: 15px;
         font-weight: 600;
         display: flex;
         align-items: center;
         min-height: 50px;
         border-bottom: 1px solid #333;
      }

      .cityname_here{
        padding: 0em 1em; 
      }
      .cityname_here h5{
        color: #02203a;
      }
      .graphhere{
        padding: 0em;
      }

      .graphfoot{
        padding: 1em;
        display: flex;
      }
       .graphfoot .btn-theme{
        margin-left: 27px;
        width: 30%;
        background: #02203a;
        height: 35px;
        border-radius: 0;
        color: #fff;
      }
      .someotherDetails h3{
        color: #02203a;
        font-size: 17px;
      }
      .someotherDetails .carousel .slder_control{
        position: absolute;
        background: #02203a;
      }
      .someotherDetails .carousel .slder_control a{
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        padding: 5px 10px;
      }
      .someotherDetails .carousel .leftcontrol{
        left: 0;
        top: 40%;
      }
      .someotherDetails .carousel .rightcontrol{
        right: 0;
        top: 40%;
      }

      @media (max-width: 767px){
        .rightimgsidebar{
          display: none;
        }
      }
      
      .form-input-bx .form-control{
			z-index: 1!important;
      }
      .sliderfixed_section{
		width: 100%;
		height: 630px;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
      }
      .albery-container,.pagination-container{
		width: 100%!important;
      }
	
	.closeopendimageSlider{
		color: #fff;
		font-size: 2em;
		text-decoration: none; 
	}
	.imagesThumbnails{
		padding: 5px 5px;
		flex-wrap: nowrap;
		max-width: 100%;
		height: 110px;
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}
	.thumbnailitem{ 
		margin: 0px 5px;
		cursor: pointer;
		width: 100px;
		height: 85px;
		/* flex: 1; */
		display: inline-block;
		overflow: hidden;
	}
	.thumbnailitem img{
		width: 100px;
		height: 85px;
	}
	
	.move-left a {
		border-right: 25px solid rgb(231, 182, 30)!important;
	}
	.move-right a{
		border-left: 25px solid rgb(231, 182, 30)!important;
	}
	
	.someotherDetails .carousel-inner .item img{
		width: 360px;
		height: 200px;
	}
	
	
	/*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider arrow skin 106 css*/
        .jssora106 {display:block;position:absolute;cursor:pointer;}
        .jssora106 .c {fill:#fff;opacity:.3;}
        .jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
        .jssora106:hover .c {opacity:.5;}
        .jssora106:hover .a {opacity:.8;}
        .jssora106.jssora106dn .c {opacity:.2;}
        .jssora106.jssora106dn .a {opacity:1;}
        .jssora106.jssora106ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 101 css*/
        .jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
        .jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
        .jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
        .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
        .jssort101 .p:hover{padding:2px;}
        .jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
        .jssort101 .p:hover.pdn{padding:0;}
        .jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
        .jssort101 .pav .cv {border-color:#fff;opacity:.35;}
        .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
        .jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
        .jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
        
        
      .graphhere{
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
      }
     .graphchild{
		width: 1250px;
		min-height: 100px;
		padding: 1em; 
     }

 .shareonmap_btn{
		width: 120px;
		min-height: 50px;
		position: absolute;
		right: 35%;
		bottom: 10%;
     }
	.shareonmap_btn .btn-theme{
		width: 100%;
		background: #fff;
		height: 45px;
		box-shadow: 0px 0px 5px grey;
		color: #02203a;
		font-size: 18px;
		word-spacing: 6px;
		font-weight: normal;
		padding-top: 9px;
	}
	
	.linksharemodal .modal-dialog{
		width: 40%;
	}
	.linksharemodal .form-control{
		background: #02203a;
		height: 45px;
		color: #fff;
		border: none;
	}
	.linksharemodal .input-group-btn .btn-theme{
		height: 45px;
		background: #ffc000;
		color: #fff;
		font-size: 18px;
		word-spacing: 7px;	
	}
	
	.linksharemodal .modal-title{
		color: #02203a;
	}
	
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 60%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-left: 30px;
}

.active, .accordion:hover {
  background-color: none;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.loader-box{
  padding-top:35vh;
  width:100%;
  height:100vh;
  margin:0 auto;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background: url(https://subtlepatterns.com/patterns/stardust.png);
  text-align:center;
  z-index:11;
  opacity:1;
  transition:all ease 1s;
}

.labels{
  list-style-type:none;
  margin-left:44%;
  display:inline-block;
  padding: 0px;
  width: 215px;
  height: 30px;
  overflow: hidden;
}

.label{
  float:left;
  height:30px;
  line-height:30px;
  padding:0px;
  font-family:Futura,Trebuchet MS,Arial,sans-serif; 
  color:#fff;
  font-size:20px;
  width:200px;
  position:relative;
  animation:textUp ease 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation:textUp ease 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation:textUp ease 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation:textUp ease 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation:textUp ease 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.loader{
  width:120px;
  height:120px;
  background-color:#FFFFFF;
  overflow:hidden;
  display:none;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  border-radius:100%;
  border:3px solid #fff;
  position:relative;
  margin:15px auto;
  z-index:1;
  animation:colorChange ease 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation:colorChange ease 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation:colorChange ease 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation:colorChange ease 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation:colorChange ease 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.loaded.loader-box,.loaded .loader,.loaded .labels{opacity:0;}
.hidden{display:none;}

.element-animation{
  bottom:10px;
  animation:animationFrames ease-in 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease-in 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease-in 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease-in 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease-in 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  img{
    bottom: 5px;
    position: relative;
    right: 3px;
  }
}

@keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-webkit-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-moz-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-o-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-ms-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}

@keyframes colorChange{
  0% {
    background-color:#ef5350;
  }
  25% {
    background-color:#ef5350;
  }
  26% {
    background-color:#4F759B;
  }
  50% {
    background-color:#4F759B;
  }
  51% {
    background-color:#55896F;
  }
  75% {
    background-color:#55896F;
  }
  76% {
    background-color:#FDA543;
  }
  100% {
    background-color:#FDA543;
  }
}
@-webkit-keyframes colorChange{
  0% {
    background-color:#ef5350;
  }
  25% {
    background-color:#ef5350;
  }
  26% {
    background-color:#4F759B;
  }
  50% {
    background-color:#4F759B;
  }
  51% {
    background-color:#55896F;
  }
  75% {
    background-color:#55896F;
  }
  76% {
    background-color:#FDA543;
  }
  100% {
    background-color:#FDA543;
  }
}
@-moz-keyframes colorChange{
  0% {
    background-color:#ef5350;
  }
  25% {
    background-color:#ef5350;
  }
  26% {
    background-color:#4F759B;
  }
  50% {
    background-color:#4F759B;
  }
  51% {
    background-color:#55896F;
  }
  75% {
    background-color:#55896F;
  }
  76% {
    background-color:#FDA543;
  }
  100% {
    background-color:#FDA543;
  }
}
@-o-keyframes colorChange{
  0% {
    background-color:#ef5350;
  }
  25% {
    background-color:#ef5350;
  }
  26% {
    background-color:#4F759B;
  }
  50% {
    background-color:#4F759B;
  }
  51% {
    background-color:#55896F;
  }
  75% {
    background-color:#55896F;
  }
  76% {
    background-color:#FDA543;
  }
  100% {
    background-color:#FDA543;
  }
}
@-ms-keyframes colorChange{
  0% {
    background-color:#ef5350;
  }
  25% {
    background-color:#ef5350;
  }
  26% {
    background-color:#4F759B;
  }
  50% {
    background-color:#4F759B;
  }
  51% {
    background-color:#55896F;
  }
  75% {
    background-color:#55896F;
  }
  76% {
    background-color:#FDA543;
  }
  100% {
    background-color:#FDA543;
  }
}


@keyframes animationFrames{
  0% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  1% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  24% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  25% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  26% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  27% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  49% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  50% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  51% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  52% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  74% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  75% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  76% {
    transform: translate(0px,15px);
    opacity:0;
  }
  77% {
    transform: translate(0px,15px);
    opacity:1;
  }
  99% {
    transform: translate(0px,15px);
    opacity:1;
  }
  100% {
    transform: translate(0px,15px);
    opacity:0;
  }
}



@-moz-keyframes animationFrames{
  0% {
    transform: translate(-480px,15px)  ;
  }
  20% {
    transform: translate(-480px,15px)  ;
  }
  21% {
    transform: translate(-360px,15px)  ;
  }
  40% {
    transform: translate(-360px,15px)  ;
  }
  41% {
    transform: translate(-240px,15px)  ;
  }
  60% {
    transform: translate(-240px,15px)  ;
  }
  61% {
    transform: translate(-120px,15px)  ;
  }
  80% {
    transform: translate(-120px,15px)  ;
  }
  81% {
    transform: translate(0px,15px)  ;
  }
  100% {
    transform: translate(0px,15px)  ;
  }
}

@-webkit-keyframes animationFrames {

  0% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  1% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  24% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  25% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  26% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  27% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  49% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  50% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  51% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  52% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  74% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  75% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  76% {
    transform: translate(0px,15px);
    opacity:0;
  }
  77% {
    transform: translate(0px,15px);
    opacity:1;
  }
  99% {
    transform: translate(0px,15px);
    opacity:1;
  }
  100% {
    transform: translate(0px,15px);
    opacity:0;
  }
}

@-o-keyframes animationFrames {
  0% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  1% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  24% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  25% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  26% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  27% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  49% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  50% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  51% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  52% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  74% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  75% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  76% {
    transform: translate(0px,15px);
    opacity:0;
  }
  77% {
    transform: translate(0px,15px);
    opacity:1;
  }
  99% {
    transform: translate(0px,15px);
    opacity:1;
  }
  100% {
    transform: translate(0px,15px);
    opacity:0;
  }
}
@-ms-keyframes animationFrames {
  0% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  1% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  24% {
    transform: translate(-360px,15px);
    opacity:1;
  }
  25% {
    transform: translate(-360px,15px);
    opacity:0;
  }
  26% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  27% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  49% {
    transform: translate(-240px,15px);
    opacity:1;
  }
  50% {
    transform: translate(-240px,15px);
    opacity:0;
  }
  51% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  52% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  74% {
    transform: translate(-120px,15px);
    opacity:1;
  }
  75% {
    transform: translate(-120px,15px);
    opacity:0;
  }
  76% {
    transform: translate(0px,15px);
    opacity:0;
  }
  77% {
    transform: translate(0px,15px);
    opacity:1;
  }
  99% {
    transform: translate(0px,15px);
    opacity:1;
  }
  100% {
    transform: translate(0px,15px);
    opacity:0;
  }

.wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

ul{
  list-style: none;
  width: 600px;
}

ul li{
  width: 70px;
  float: left;
  margin: 0 25px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

ul li .fa{
  position: absolute!important;
  color: #38B6FF!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%)!important;
  font-size: 24px!important;
}

ul li:before{
  content: attr(data-tooltip);
  width: 120px;
  height: 45px;
  background: red;
  position: absolute;
  top: -70px;
  left: -25px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  opacity: 0;
  color: #000;
  font-weight: bold;
  background: #fff;
  text-transform: uppercase;
  font-family: arial;
  transition: all 0.5s ease;
}

ul li:hover:before,
ul li:hover:after{
  opacity: 1;
  transition: all 0.5s ease;
}

ul li:after{
  content: "";
  position: absolute;
  top: -25px;
  left: 18px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  opacity: 0;
  transition: all 0.5s ease;
}


}
    

@media screen and (max-width: 768px){
  .wrapper{
    top: 75%;
  }
 .compare-list li label span, .check-design span{
  display: none!important;

  }
  .label{
    color: black!important;
    float: none;
  }
  .labels{
    margin-left:4%;
  }
  .footer ul li a, footer ul li p{
    color:white!important;
    font-size: 15px;
 }
   
 .footer ul li p, footer ul li a{
   color:white!important;
    font-size: 15px;
   margin-left: 3%!important;
 }

  ul{
    width: 130%;
    margin-top: 20%;
  }
  ul li{
    margin: -10px 0;
  }
 .navbar-brand img {
    margin-top: -4px;
    width: 15%;}

 .weatherBox {
    margin-top: 20%;}

.navbar-right {
    float: left!important;
    margin-left:-15%;
    margin-top: -25px!important;}

.kiss {
    background: #fff;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: -5%;
    width: 200%;
}
a {
  display: inline-block;
  width: 25%;
  padding: .75rem 0;
  margin: 0;
  text-decoration: none;
  color: #333;}

}

.navbar-default .navbar-toggle .icon-bar {
    background: white!important;}

.aboutus-section p {
    color: #ffffff;
    margin-right: 40%;
    font-size: 18px;
}


.area-section h2 {
    color: black;
    font-size: 20px;
    margin-left: 30px!impotant;
}

.area-section p {
    color: black;
    margin-left: 5%;
    font-size: 18px;
    width: 80%;
    text-align: justify;
}

 
.body {
    max-width: 100%;
    overflow-x: hidden;}

.navbar-right {
    float: left!important;
    margin-top: -4%;margin-left: 60%;width: 100%;}

{
  box-sizing: border-box;
}
ul li {
  display: inline;
  text-align: left;
}

.two:hover ~ hr {
  margin-left: 25%;
}

.three:hover ~ hr {
  margin-left: 50%;
}

.four:hover ~ hr {
  margin-left: 75%;
}

hr {
  height: .25rem!important;
  width: 13%;
  margin: 0;
  background: tomato;
  border: none;
  transition: .3s ease-in-out;
}

 travel_status{
  width: 60%}