.mb-20{
	margin-bottom: 20px;
}
.mt{
	margin-top: 20px; 
}
.flights .my-view-all-listings, .flight-section .my-view-all-listings, .hotel .my-view-all-listings, .house .my-view-all-listings, .hotel_ads .my-view-all-listings{
	font-size: 18px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	color: #fff;
	font-weight: 600;
	border: 2px solid #19b4e0;
  padding: 12px;
  background-color: #19b4e0;
}
.flights .my-view-all-listings:hover, .flight-section .my-view-all-listings:hover, .hotel .my-view-all-listings:hover, .house .my-view-all-listings:hover, .hotel_ads .my-view-all-listings:hover{
  color: #000;
  text-decoration: none;
}
.flights .stamp, .hotel .stamp, .house .stamp{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
}
.flights .stamp:hover, .hotel .stamp:hover, .house .stamp:hover{
	box-shadow: 0 6px 7px -4px rgba(0,0,0,.2), 0 11px 15px 1px rgba(0,0,0,.14), 0 4px 20px 3px rgba(0,0,0,.12);
}
.flights .stamp .title{
	margin: 0 0 5px;
	font-size: 14px;
	font-family: 'Roboto-Black';
	font-weight: 700;
	line-height: 22px;
	color: #119ac7;
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.flights .stamp-details{
	padding: 4px;
}
.flights .source-details{
	color: #4e5152;
}
.flights .city{
	font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #313131;
}
.flights .time{
	font-size: 12px;
  font-family: 'Roboto-Regular';
  color: #313131;
  font-weight: 700;
}
.flights .stop-dtl{
	font-weight: 600;
}
.flights .cost{
	font-weight: 700;
  font-size: 18px;
  color: #428500;
  margin: 0;
}
.flights .trip-dtl{
	font-size: 14px;
  font-family: Roboto-Medium;
  color: #5a5a5a;
  margin: 0;
}
.flights .my-book-btn{
	background: #119ac7;
  color: #fff;
  border-radius: 0;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.flights .my-book-btn:hover{
  color: #fff;
  border-radius: 4px;
}
.flights .location{
	margin: 0;
	font-size: 12px;
}
.flights .divider, .hotel .divider{
	border: 1px solid #eee;
	margin: 2px;
}
.flights .img-box img{
	margin: auto;
	margin-top: 16%;
}
/*Hotel*/
.hotel .stamp .title{
	margin: 0 0 5px;
	font-size: 16px;
	font-family: 'Roboto-Regular';
	font-weight: 700;
	line-height: 22px;
	color: #1767d6;
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotel .stamp .title a{
	color: #1767d6;
}
.hotel .stamp .title a:hover{
	text-decoration: none;
	color: #343434;
}

.hotel .stamp-details{
	padding: 6px;
}
.hotel .cost{
	font-weight: 600;
	font-size: 18px;
	color: #428500;
}

.hotel .description{
	text-align: justify;
	color: #5e6d77;
}
.hotel .structure-dtl{
	font-size: 15px;
	color: #4a4a4a;
	margin: 0;
}
.hotel .location{
	margin: 0;
}
.hotel .fill-star{
	color: #da8a15;
}
.hotel .empty-star{
	color: #4a4a4a;
}
.hotel .img-box{
	overflow: hidden;
    width: 100%;
    height: 150px;
}
.hotel .img-box img{
	width: 100%;
    height: 75%;
}
.hotel .my-custom-btn{
	background-color:#428500; 
	border-radius: 26px;
	border: 2px;
	color: #fff;
	padding: 8px 18px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.hotel .my-custom-btn:hover{
	background-color:#19b4e0;
	border: 2px;
	color: #fff;
	padding: 8px 18px;
}
/*House Thumbnail*/
.house .cost-dtl{
	color: #2387ea;
}
.house .stamp-details{
	padding: 10px;
}
.house.thumbnail-box .cost-dtl .cost{
	font-weight: 600;
	font-size: 18px;
}
.house.thumbnail-box .cost-dtl small{
	font-size: 14px;
}
.house.thumbnail-box .img-box img{
	height: 150px;
  width: 100%;
}
.house .dot{
	width: 5px;
	background-color: #aaa;
	height: 5px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
}
.house .description{
	/*text-align: justify;*/
	color: #5e6d77;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical; height: 40px;
}
.house .structure-dtl{
	font-size: 15px;
	color: #4a4a4a;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 40px;
}
.house .divider{
	border: 1px solid #eee;
	margin: 10px;
}
.house .my-custom-btn{
	background-color:#0fbd57; 
	border-radius: 26px;
	border: 2px;
	color: #fff;
	padding: 8px 18px;
	margin: 0 0 10px; 
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.house .my-custom-btn:hover{
	background-color:#19b4e0;
	border: 2px;
	color: #fff;
	padding: 8px 18px;
	margin: 0 0 10px;
}
.top-bar{
  background-image: linear-gradient(138deg, #2387ea, #7f68eb);
  padding: 10px;
  margin: 15px 0;
}
.top-bar span{
	float: right;
    line-height: 3;
    color: #fff;
}
.stamp-view-link, .my-view-all-listings{
	text-decoration: none !important;
    box-shadow: none !important;
}
.house .offer{
	background-color: #3e949e;
	color: #fff;
	padding: 3px;
	text-align: center;
}
/*House Icon*/
.house.house-icon .cost-dtl{
	color: #2387ea;
	margin-top: 5%;
}
.house.house-icon .cost-dtl .cost{
	font-weight: 600;
	font-size: 28px;
}
.house.house-icon .cost-dtl small{
	font-size: 16px;
}
/* Flight Blog page new */

.flight-section .stamp{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	padding: 15px;
}
.flight-section .stamp:hover{
	box-shadow: 0 6px 7px -4px rgba(0,0,0,.2), 0 11px 15px 1px rgba(0,0,0,.14), 0 4px 20px 3px rgba(0,0,0,.12);
}
.flight-section .stamp .title{
	margin: 0 0 5px;
	font-size: 18px;
	font-family: 'Roboto-Black';
	font-weight: 700;
	line-height: 22px;
	color: #119ac7;
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.flight-section .departure-date{
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 16px;
  padding-bottom: 5px;
  font-family: Roboto-Medium;
}
.flight-section .flight-time{
	font-size: 13px;
  margin: 0 10px;
  font-family: Roboto-Medium;
}
.flight-section .flight-time .flight-city{
	font-family: Roboto-Light;
}

.flight-section .flight-time-divider{
	font-size: 12px;
  border-top: 1px solid #ccc;
  /*padding: 0px;*/
  font-family: Roboto-Light;
}
.flight-section .flight-divider{  
	border-bottom: 1px solid #ddd;
  margin: 5px 0;
  padding-bottom: 10px;
}
.flight-section .margin-tb{
	margin: 5px 0;
}
.divider-tip{
	border-top: 1px solid #ddd;
  padding-top: 10px;
}
.flight-section .img-box{
	width: 100%;
	height: 45px;
	overflow: hidden; 
}
.flight-section .img-h-m{
	height: 40px;
  margin: auto;
}
.flight-section .cost{
	font-weight: 700;
  font-size: 22px;
  color: #428500;
  margin: 10px 0;
}
.flight-section .trip-dtl{
	font-size: 16px;
	font-family: Roboto-Medium;
  color: #5a5a5a;
  margin: 0;
}
.flight-section .trip-dtl span{
	display: block;
	font-family: Roboto-Light;
  color: #5a5a5a;
}
.flight-section .my-book-btn{
	background-image: linear-gradient(55deg, #2a7ed2, #06afe6);
	font-family: 'Roboto-Regular';
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
}
.flight-section .my-book-btn:hover{
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 15px 10px -15px #999999;
}
.flight-section .basic-info .first-info-line{
	margin: 0;
	font-family: Roboto-Light;
  color: #0a0;
}
.price-tip-title{
	font-family: Roboto-Light;
}
.m0{
	margin: 0;
}
/*advertisement */

.hotel_ads .stamp{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
	margin-bottom: 10px;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 5px;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 16px;
}
.hotel_ads .stamp-logo{
	height: 30px;
}
.hotel_ads .stamp:hover{
	box-shadow: 0 6px 7px -4px rgba(0,0,0,.2), 0 11px 15px 1px rgba(0,0,0,.14), 0 4px 20px 3px rgba(0,0,0,.12);
}

.hotel_ads .cost-dtl{
	color: #2387ea;
}
.hotel_ads .stamp-details{
	padding: 10px;
}
.hotel_ads .stamp .title{
	color: #2986eb;
  font-size: 16px;
  font-weight: 600;
	font-family: 'Roboto-Regular';
	line-height: 22px;
	margin: 1px;
}
.hotel_ads .img-box:hover{
	opacity: 0.7;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.hotel_ads .fill-star{
	color: #ff8200;
}
.hotel_ads .empty-star{
	color: #aaa;
}
.hotel_ads .price{color: #747474;}
.hotel_ads .divider{border: 1px solid #eee;margin: 0;}
.hotel_ads .short-code{margin-top: 5px;}
.hotel_ads .view-this-property{
	font-size: 12px;
  padding: 5px;
  border: 2px solid #2986eb;
  border-radius: 4px;
  text-decoration: none;
}
.hotel_ads .view-this-property:hover{
	text-decoration: none;
    color: #09519e;
}
.hotel_ads .btn-section{
	margin-top: 5px;
}
.hotel_ads .mb-20{
	margin-bottom: 20px;
}
.mt{
	margin-top:20px; 
}
.hotel_ads .view-btn{
	margin: 12px 0;
}
.hotel_ads .item-divider{
	padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  margin: 2px 0;
}
.ad-img-box{
	/*height: 46px;*/
  	overflow: hidden;
    max-width: 90px;
    margin: auto;
    max-height: 60px;
}
.ad-img-box_flight{
	/*height: 46px;*/
  	overflow: hidden;
    max-width: 51px;
    margin: auto;
}

/*
* Css For Widget Contact Form
*/
.contact-form-widget-section .contact-form-widget-inner-box{
  border: solid 2px #3ac1e1;
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  border-radius: 4px 4px 0 0;
  color: #333;
}
.contact-form-widget-section .contact-info-section{
  text-align: center;
  border-bottom: 4px solid #3ac1e1;
}
.contact-info-section .cf-image-box .chat-img{
  margin: auto;
  width: 18%;
}
.contact-info-section .cf-head-box h2{
  font-size: 20px;
  /*font-family: "Roboto-Bold";*/
  margin: 5px;
}
.contact-info-section .cf-head-box p{
  font-size: 16px;
  /*font-family: "Roboto-Regular";*/
}
.cf-form-box .cf-form-name{
  text-align: center;
  margin: 10px 0;
  /*font-family: "Roboto-Bold";*/
  font-size: 26px;
}
.cf-form-box .cf-form-name span{
  border-bottom: 3px solid #aaa;
  padding: 2px;
}
.cf-form-box input[type="text"], .cf-form-box input[type="email"], .cf-form-box input[type="date"], .cf-form-box input[type="url"], .cf-form-box .my-custom-date, .cf-form-box textarea{
  border-bottom: 3px solid #ccc;
  background: #fff;
  border-radius: 0;
  padding-left: 14%;
  box-shadow: none !important;
}
.cf-form-box label{
  font-size: 10px;
  /*font-family: "Roboto-Regular";*/
}
.cf-form-box .cf-btn{
  background: #fff;
  color: #f156a1;
  border-radius: 2px;
  font-size: 18px;
  border: 2px solid #d83e88;
  padding: 10px 15px;
  margin: 5px !important;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.cf-form-box .cf-btn:hover{
  background-color: #f156a1;
  color: #fff;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid #d83e88;
}
.contact-form-widget-inner-box .cf-form-box .form-group {
  margin-bottom: 10px !important;
  height: 56px !important;
  content: "";
    clear: both;
}
.contact-form-widget-inner-box .cf-form-box .cf-required-fields{
  /*font-family: "Roboto-Bold";*/
  font-size: 14px;
}
.contact-form-widget-inner-box .cf-form-box .cf-alert-msg{
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  font-size: 16px;
}
.contact-form-widget-inner-box .input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.contact-form-widget-inner-box .input-container .icon {
  padding: 10px;
  background: transparent;
  color: #7b7a7a;
  width: 12%;
  text-align: center;
  position: absolute;
  font-size: 18px;
}
.contact-form-widget-inner-box .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
.contact-form-widget-inner-box .field-label, .contact-form-widget-inner-box input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.contact-form-widget-inner-box input {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  /*font-family: inherit;*/
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}
.contact-form-widget-inner-box input:focus {
  outline: 0;
  border-bottom: 2px solid #3ac1e1;
  box-shadow: none;
}
.contact-form-widget-inner-box .field-label {
  letter-spacing: 0.05em;
}
.contact-form-widget-inner-box input:placeholder-shown + .field-label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
 /* transform: translate(0, 2.125rem) scale(1.5);*/
  max-width: 66.66%;
  padding-left: 10%;
  font-size: 10px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 0;
}
.contact-form-widget-inner-box ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-form-widget-inner-box input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.contact-form-widget-inner-box :-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-form-widget-inner-box ::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-form-widget-inner-box :-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-form-widget-inner-box input:focus:-moz-placeholder {
  opacity: 1;
}
.contact-form-widget-inner-box input:focus::-moz-placeholder {
  opacity: 1;
}
.contact-form-widget-inner-box input:focus:-ms-input-placeholder {
  opacity: 1;
}
.contact-form-widget-inner-box .error{
  /*position: absolute;*/
  /*margin-bottom: -15px;
  margin-top: 15px;*/
  color: #f00;
}


.contact-form-widget-inner-box input:not(:placeholder-shown) + .field-label,
.contact-form-widget-inner-box input:focus + .field-label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
.contact-form-widget-inner-box .textarea-box .icon {
  padding: 18px;
}
.contact-form-widget-inner-box textarea{
  resize: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.contact-form-widget-inner-box textarea:focus{
  outline: 0;
  box-shadow: none;
}
/*Date Picker*/
.ui-widget-header {
  background: #3ac1e1 !important;
}

/* Travelpayout Section */
.flight-widget-section{
  margin: 40px;
}
/*End Please Remove This on integration time*/

.flight-widget-section .flight-widget-inner-box{
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  border-radius: 4px 4px 0 0;
  color: #333;
}
/*.flight-widget-section .flight-widget-inner-box .flight-widget-bg-img{
  background-image: url(https://photo.hotellook.com/static/cities/960x720/LAS.auto);
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 4px 4px 0 0;
}*/
.img-bg-overlay {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   padding-top: 50px;
   height: 150px;
     -webkit-transition: all 2s linear;
 transition: all 2s linear;
 -webkit-transform: scale(1);
 transform: scale(1);
 border-radius: 4px 4px 0 0;
}
.flight-widget-bg-img p{
  color: #fff;
  text-align: center;
 /* padding-top: 60px;*/
  margin: 0;
  font-size: 26px;

}
.popular-routes-flight ul{
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.search-for-flights-wrap h4{
  margin: 4px 0;
  color: #292929;
  font-size: 22px;
}
.popular-routes-flight ul li{
  margin: 4px 0;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
}
.popular-routes-flight ul li a{
  color: #00b1dd;
  text-decoration: none;
}
.popular-routes-flight ul li a:hover{
 color: #337ab7;
}
.popular-routes-flight  strong{
  font-family: Roboto-Bold;
}
.search-for-flights-wrap{
  border-top: solid 4px #f156a1;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.search-for-flights-wrap .sub-head{
  color: #808080;
  font-size: 16px;
}
.flight-input{
  /*color: #000;
  border: 0;
  background: none;
  font-size: 15px;
  outline: medium none;
  padding: 20px 0 20px 20px;*/
  padding: 6px 6px;
  font-weight: 600;
}
.fs-btn{
  background: #00b1dd;
  color: #fff;
  border-radius: 2px;
  font-size: 18px;
  border: 2px solid #00b1dd;
  padding: 10px 12px;
  margin: 72px 0 0 !important;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.fs-btn:hover {
  background-color: #fff;
  color: #00b1dd;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid #00b1dd;
}
.flight-select-input{
  /*border-bottom: 3px solid #4e77ff;
  background: #fff;
  border-radius: 0;*/
}
/*Date Picker*/
.ui-widget-header {
  background: #3ac1e1 !important;
}

.search-for-flights-wrap input[type="text"], .search-for-flights-wrap input[type="email"], .search-for-flights-wrap input[type="date"], .search-for-flights-wrap input[type="url"], .search-for-flights-wrap .my-custom-date, .search-for-flights-wrap textarea{
   border-bottom: 3px solid #4e77ff;
   background: #fff;
   border-radius: 0;
   padding-left: 24%;
}

.search-for-flights-wrap .input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.search-for-flights-wrap .input-container .icon {
  padding: 10px 5px;
  background: transparent;
  color: #4e77ff;
  width: 12%;
  text-align: center;
  position: absolute;
  font-size: 18px;
}
.search-for-flights-wrap .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
.search-for-flights-wrap .field-label, .search-for-flights-wrap input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.search-for-flights-wrap input {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}
.search-for-flights-wrap input:focus, .search-for-flights-wrap select:focus{
  outline: 0;
  border-bottom: 2px solid #f156a1;
  box-shadow: none;
}
.search-for-flights-wrap .field-label {
  letter-spacing: 0.05em;
}
/*.search-for-flights-wrap input:placeholder-shown + .field-label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
  max-width: 66.66%;
  padding-left: 10%;
  font-size: 12px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 0;
}*/
.search-for-flights-wrap ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.search-for-flights-wrap input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.search-for-flights-wrap :-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.search-for-flights-wrap ::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.search-for-flights-wrap :-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.search-for-flights-wrap input:focus:-moz-placeholder {
  opacity: 1;
}
.search-for-flights-wrap input:focus::-moz-placeholder {
  opacity: 1;
}
.search-for-flights-wrap input:focus:-ms-input-placeholder {
  opacity: 1;
}
.search-for-flights-wrap label.error{
  /*position: absolute;
  margin-bottom: -15px;
  margin-top: 15px;*/
  font-size: 10px;
  color: #f00;
}


.search-for-flights-wrap input:not(:placeholder-shown) + .field-label,
.search-for-flights-wrap input:focus + .field-label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
.search-for-flights-wrap .textarea-box .icon {
  padding: 18px;
}
.flights-logo-img{
  width: 15%;
  margin: auto;
  float: right;
}

autocomplete-wrapper {
  position: relative;
  
  input {
    width: 100%;
  }
}
.autocomplete-results {
  position: absolute;
  background: white;
  z-index: 1;
  top: 100%;
  left: 0;
  font-size: 13px;
  border: solid 1px #ddd;
  border-top-width: 0;
  border-bottom-color: #ccc;
  box-shadow: 
    0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: .8;
  font-size: smaller;
}

$iPlus: 0;
@for $i from 0 through 7 {
  $iPlus: $i + 1;
  .autocomplete-results[data-highlight='#{$i}'] > :nth-child(#{$iPlus}) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px darken(#26C9FF, 10%);
  }
}

/* Travelpayout Section End*/

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .contact-info-section .cf-image-box .chat-img {
    width: 40%;
  }
  .flight-widget-section{
    margin:0;
  }
}

/*
* Css For Widget Contact Form End
*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.flights .img-box img{
		margin: auto;
		margin-top: 2%;
	}

	.top-bar span{
		display: none;
	}
}

@media only screen and (min-width: 601px) {
	.ads_name {
		padding: 2px;
	}
}
