body{ padding:0px; margin:0px; font-family: 'Lato', sans-serif;}	

h1,h2,h3,h4,h5,h6,p { margin:0px; padding:0px;}


.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin: 0;
    border-bottom: solid 1px #efefef;
}

.tolls_free{ margin:0px;}
.tolls_free h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 11px 0 0 0;
    background: #fc8f28;
    padding: 5px 10px;
	border-radius: 2px;
}
.tolls_free h2 a {
    text-decoration: none;
    display: block;
    font-size: 22px;
    color: #fff;
	padding: 3px 0 0 0;
}

.navbar-brand {
    float: left;
    height: 75px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    display: block;
    width: 300px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.navbar-default .navbar-nav>li>a>i {
    animation-timing-function: ease;
    animation-name: bounce;
    animation-direction: alternate;
    animation-duration: 6.4s;
    animation-iteration-count: infinite;
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fc8f28;
    background-color: transparent;
	animation-timing-function: ease;
    animation-name: bounce;
    animation-direction: alternate;
    animation-duration: 6.4s;
    animation-iteration-count: infinite;
    -webkit-animation-duration:1.3s;
    -webkit-animation-name:heartBeat;
    -webkit-animation-timing-function:ease-in-out;
    animation-duration:1.3s;
    animation-name:heartBeat;
    animation-timing-function:ease-in-out
}

.home_pagessN{ position:relative;}

.slider_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;    
	padding: 60px 0 0 0;
}

.slider_text h1 {
    font-size: 28px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
    text-shadow: #000 0 3px 4px;
}
.slider_text h4 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: 500;
	text-shadow: #000 0 3px 4px;
}


.whyus_main{ padding:40px 0;}
.why_heading {
    text-align: center;
	padding: 0 0 30px 0;
}
.why_heading h3{ font-size:22px; font-weight:600; margin:0 0 0 0;}
.why_heading img{ margin:10px 0 0 0;}

.With_us{ padding:20px 0;}
.With_us img {
    width: 35px;
    float: left;
    margin: -8px 8px 0 0;
}
			
.With_us h5{ font-size:16px; color:#333; font-weight:600; margin:0px 0 10px 0;}
.With_us p{ font-size:14px; color:#777; clear:left; line-height: 22px;}



.snip1577 {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    height: 255px;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #ff9900;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 2px;
}

.snip1577:after {
  height: 0;
  width: 2px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
	color: #f90;
}

.snip1577 p {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 p {
  font-size: 13px;
  text-transform: capitalize;
  line-height:22px;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover p,
.snip1577.hover p {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover p,
.snip1577.hover p {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.dest_names{ position:absolute; top:0px; left:0px; padding:5px 10px; background:#ccc;}


.gap{ padding-left:2px !important; padding-right:2px !important;}


.serviceBox{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 78px;
    height: 78px;
    border-radius:3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon{
    transform: rotate(45deg);
}
.serviceBox .service-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    background: #727cb6;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i{
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i{
    transform: rotate(-45deg);
}

.serviceBox .service-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px 30px 15px;
    position: relative;
}

.serviceBox .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before{
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 17px;
    font-weight: 600;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title{
    color: #727cb6;
}
.serviceBox .description{
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.serviceBox .read-more {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #02416c;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.serviceBox .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }
.serviceBox.green .read-more:hover{
    border: 1px solid #008b8b;
    color: #008b8b;
}
.serviceBox.blue .read-more:hover{
    border: 1px solid #3498db;
    color: #3498db;
}
.serviceBox.orange .read-more:hover{
    border: 1px solid #e67e22;
    color: #e67e22;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin-bottom: 80px; }
}


.whybook {
    padding: 0;
    margin-top: 35px;
}

.whybook-bottom {
    background: #F6F5F5;
    color: #475662;
    border: 1px solid #ccc;
    float: left;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
    line-height: 20px;
    list-style: none;
}

.whybook-bottom li {
    border-right: 1px solid #e4e9ec;
    min-height: 35px;
    float: left;
    font-weight: 700;
    padding: 0 15px;
}

.whybook-bottom .col-sm-3 i {
    font-size: 22px;
    float: left;
    width: 15%;
    margin-top: -2px;
    margin-right: 8px;
    background: #fc8f28;
    text-align: center;
    padding: 8px 0;
    border: solid 1px #fc8f28;
    color: #fff;
    border-radius: 2px;
}

.whybook-bottom .col-sm-3 p {
    float: left;
    width: 80%;
	font-size:15px;
}

.whybook-bottom .col-sm-3 p span {
    display: block;
    font-weight: 400;
	font-size:14px;
}


.Business_main{ background:#f9f9f9; padding:40px 0 40px 0;}

.one_fares {
    border: dashed 1px #dadada;
    display: table;
    width: 100%;
    padding: 10px 0px 10px 0;
    background: #fff;
    margin: 0 0px 10px 0px;
}

.airline-img{}
.airline-img img {
    padding: 10px 0 0 0;
}

.airline_tim{}
.airline_tim h6 {
    font-size: 12px;
    color: #737171;
    padding: 0 0 4px 0;
}
.airline_tim h6 i{ padding-right:2px;}

.airline_tim h4 {
    font-size: 14px;
    color: #02416c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 2px 0;
}

.airline_tim p{ font-size:13px; color:#777;}

.round_secw{}
.round_secw img{ margin:23px 0 0 0;}

.airprice{}
.airprice p{ font-size:13px; color:#777; padding:5px 0 0 0;}
.airprice p span {
    font-size: 16px;
    font-weight: 600;
    color: #fc8f28;
}

.airbook_55{}
.airbook_55 a {
    background: #fc8f28;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 2px;
}




.about_mains{ padding:60px 0 40px 0;}

.aboutus_heading{}
.aboutus_heading h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.aboutus_heading p {
    font-size: 14px;
    color: #585858;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.aboutus_img{}
.aboutus_img img {
    width: 100%;
    border: solid 1px #e2e2e2;
    padding: 2px;
}


.footer_main {
    background: #02416c;
    padding: 30px 0;
}
.foot_heading{}
.foot_heading h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.foot_heading ul{ list-style:none; padding:0px; margin:0px;}
.foot_heading ul li {
    display: inline-block;
    width: 19%;
}

.foot_heading ul li a {
    font-size: 13px;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 0 8px 0;
    font-weight: 400;
}	

.foot_heading ul li a i{ padding-right:4px;}	
.foot_heading ul li a img{ margin-right:4px;}	

.disclam{ background:#033150; padding:20px 0; text-align:justify;}
.discl_text{ text-align:justify;}
.discl_text p{ font-size:13px; color:#fff; line-height:22px; text-align:justify;}

.discl_text ul{ list-style:none; padding:0px; margin: 15px 0 12px 0;}
.discl_text ul li{ display:inline-block;}
.discl_text ul li a{ display:inline-block; text-decoration:none; }


.footer_btm {
    background: #02416c;
    padding: 10px 0;
    border-top: solid 2px #fc8f28;
}

.footer_btm p {
    margin: 0;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Lato', sans-serif;
	font-size:13px;
}

.footer_banav {}
.footer_banav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_banav ul li {
    float: right;
}
.footer_banav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 0 10px;
    border-right: solid 1px #7272a6;
    border-left: solid 1px #a6a4a4;
    font-family: 'Lato', sans-serif;
}

.newslatter_sce {
    background: #fc8f28;
    padding: 10px 0;
}

.Another_ddl {}
.Another_ddl h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.Another_ddl p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.profile_search1 {
    margin: 5px 0 0 0;
}

.profile_search1 input[type="text"] {
    padding: 10px 2%;
    width: 80%;
    font-size: 12px;
    outline: none;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 1px;
}

.profile_search1 input[type="submit"] {
    color: #fff;
    font-weight: 500;
    border: none;
    background: #02416c;
    padding: 9px 15px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    text-transform: uppercase;
	margin:-4px 0 0 0;
}

.destinati_mains{ padding:10px 0 40px 0; background:#f1f1f1;}

.destination_slider{ margin:0 0 40px 0;}
.des_hhd {
    font-weight: 600;
    font-size: 26px;
    text-align:center;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.des_hhd span {
    color:#ff9901;
}
.desti_head{}
.desti_head h4 {
    font-size: 16px;
    color: #333;
    margin: 18px 0 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.desti_head p{ font-size:14px; color:#777; margin:0px; padding:0px 0 5px 0;}

.desti_head ul{ list-style:none; padding:0px; margin:0px;}
.desti_head ul li{ font-size:14px; color:#777; line-height:23px;}
.desti_head ul li i{ padding-right:4px; color:#fc8f28;}

.dstn_banner { 
  height: 150px; 
  background-attachment: fixed;
  background-position: 100% 50% !important;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.dstn_banner:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.banner_heading{ text-align:center; position:relative; z-index:2;}
.banner_heading h4 {
    font-size: 24px;
    color: #fff;
    padding: 54px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
}


.privacy_policy{ padding:40px 0;}
.privacy_texts{}

.privacy_texts h3 {
    font-size: 22px;
    color: #02416c;
    margin: 0px;
    font-weight: 600;
}

.privacy_texts h4 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    background: #f1f1f1;
    padding: 4px 0 6px 5px;
	margin: 20px 0 10px 0;
}

.privacy_texts p{ font-size:14px; color:#777; line-height:22px; padding:0 0 5px 0;}

.privacy_texts {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.privacy_texts li {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}
.privacy_texts ul li i{ padding-right:4px; color:#02416c;}


#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 6px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a {
    display: block;
    padding: 10px 10px;
    background: #fff;
    font-size: 15px;
    font-weight: normal;
    color: #fc8f28;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    border-left: 3px solid #fc8f28;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
#accordion .panel-title a.collapsed{
    color: #333;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #333;
    line-height: 24px;
    position: absolute;
    top: 5px;
    right: 25px;
}
#accordion .panel-title a.collapsed:before{
    content: "+";
}
#accordion .panel-title a:hover,
#accordion .panel-title a.collapsed:hover,
#accordion .panel-title a:before,
#accordion .panel-title a:hover:before{
    color: #fc8f28;
}
#accordion .panel-body{
    padding: 15px 15px;
    font-size: 14px;
    color: #464646;
    line-height: 23px;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: 3px solid #eaeaea;
}
#accordion .panel-body p{
    margin-bottom: 0;
}


.contact_main{ padding:30px 0; background:#f1f1f1;}

.left_sides {
    background: #fff;
    padding: 6px;
    border: solid 1px #e8e8e8;
	margin-bottom:10px;
}
.left_sides h5 {
    font-size: 17px;
    color: #02416c;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.left_sides h6 {
    font-size: 15px;
    color: #212121;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 22px;
    clear: left;
    display: table;
    width: 100%;
}
.left_sides h6 i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #fc8f28;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
    font-size: 18px;
}

.cont_forms {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    width: 100% !important;
    height: 40px;
}

.left_sides, .form-group label{ font-size:14px; color:#124d75; font-weight:500;}

button#form-submit {
    background: #fc8f28;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: 3px 3px 1px #02416c;
    padding: 10px 25px 10px 25px;
	transition:all .4s ease;
}

button#form-submit:hover{ background:#02416c; box-shadow: 3px 3px 1px #fc8f28;}


.dectrs_1{ padding:10px 0 40px 0;}

.post-slide{
    padding-bottom: 10px;
    margin: 0 5px;
    position:relative;
}
.post-slide img {
    width: 100%;
    height: 180px;
}
.post-slide .post-date{
    position:absolute;
    top:2%;
    left:8%;
    padding: 3% 5%;
    background: #e74c3c;
}
.post-slide .month{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
}
.post-slide .month:after{
    content:"";
    display: block;
    border:1px solid #fff;
}
.post-slide .date{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide .post-title {
    padding: 10px 10px 10px 10px;
    line-height: 15px;
    background: #f7f7f7;
    border: solid 1px #e6e6e6;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a i {
    background: #fc8f28;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /* transform: rotate(45deg); */
    float: right;
    margin: -5px 0 0 0;
}

.post-slide .post-title p {
    font-size: 14px;
    color: #02416c;
    padding: 5px 0 0 0;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color:#fc8f28;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    text-transform:capitalize;
    transition: color 0.20s linear;
}
.post-slide .read-more i{
    margin-left:10px;
    font-size:10px;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#e74c3c;
}
.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}
.owl-controls .owl-prev {
    position: absolute;
    left: -14px;
    bottom: 125px;
    padding: 9px 17px;
    background: #fff;
    transition: background 0.50s ease;
    border-radius: 50%;
}
.owl-controls .owl-next{
    position: absolute;
    right: -14px;
    bottom: 125px;
    padding:9px 17px;
    background:#fff;
    transition:background 0.50s ease;
	border-radius: 50%;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:20px;
	line-height:20px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e74c3c;
}
@media only screen and (max-width: 990px) {
    .post-slide{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-20px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-20px;
        padding:5px 14px;
    }
}
@media only screen and (max-width: 767px){
    .owl-controls .owl-buttons .owl-prev{
        left:0px;
        bottom: 260px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:0px;
        bottom: 260px;
    }
}

.desls_head {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin: 0px 0 15px 0;
}

.sid_ticket {
    position: absolute;
    background: #ff9900;
    padding: 3px 5px;
    font-size: 12px;
    right: -5px;
    top: 0px;
    color: #fff;
    line-height: 12px;
}

.sid_ticket:before {
    position: absolute;
    top: 0px;
    left: -10px;
    content: '';
    border-left: solid 10px transparent;
    border-bottom: solid 9px #ff9900;
    border-top: solid 9px #ff9900;
}

.silder_rileft{ padding:0 0 65px 0;}

.carousel-indicators {
    bottom: -35px;
}

.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 50px;
    height: 4px;
    margin: 0;
    background-color: #02416c;
    border-color: #02416c;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: 300px;
}



.flas_mainsddd{ padding:20px 0 50px 0;}

.deomestic_dd {
    box-shadow: 0px 1px 7px #ddd;
}

.deomestic_dd img {
    width: 100%;
    height: 210px;
}

.deomestic_dd h4 {
    padding: 10px 15px;
    background: #02416c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    font-weight: 600;
}

.deomestic_dd h4 i {
    font-size: 20px;
    transform: rotate(45deg);
    float: right;
}

.full_ttps {
    padding: 14px 5px;
    border: solid 1px #f1f1f1;
    background: #fff;
}

.tps_dels {}
.tps_dels img {
    width: auto;
    height: auto;
}

.tps_dels h5 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0px;
}

.tps_dels p {
    font-size: 12px;
    color: #f90;
    margin: 0px;
}

.tps_dels h1 {
    font-size: 20px;
    color: #646465;
    font-weight: 600;
    padding: 4px 0 0 0;
}

.tps_dels a {
    text-decoration: none;
    padding: 6px 0px;
    font-size: 12px;
    display: block;
    background: #fff;
    text-align: center;
    color: #f90;
    font-weight: 500;
    border-radius: 30px;
    border: solid 1px #f90;
    transition: all .5s ease;
}

.tps_dels a:hover {
    text-decoration: none;
    color: #fff;
    background: #f90;
    border: solid 1px #f90;
    animation-timing-function: ease;
    animation-name: bounce;
    animation-direction: alternate;
    animation-duration: 6.4s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    -webkit-animation-name: shake;
    animation-name: shake;
}







/*** HOTEL , CAR , FLIGHT PAGE CSS ***/
/*** HOTEL , CAR , FLIGHT PAGE CSS ***/


.indica_mm {
    border: solid 1px #f1f1f1;
    margin-bottom: 10px;
}
.car_dd {}

.car_dd img {
    width: 100%;
    padding: 0 0 5px 0;
    height: 182px;
}

.car_text {
    padding: 10px 10px 10px 10px;
    background: #f9f9f9;
}

.car_text h6 {
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 5px 0;
}

.car_text h2 {
    font-size: 18px;
    color: #333;
    margin: 0px;
    padding: 5px 0;
    font-weight: 600;
}

.car_text h6 {
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 5px 0;
}

.car_text h6 {
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 5px 0;
}

.car_text h6 strong {
    font-size: 18px;
    color: #ec5300;
}

.footer_bottom_fixed {
    background: #00355d;
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 7px 0;
    border-top: 2px solid #1e5799;
    z-index: 990;
	display:none;
}

.footer_bottom_fixed p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-right: 10px;
    margin: 0;
    display: inline-block;
}

.callFooterWeb a {
    color: #fecb00;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #005ea5;
    padding: 0px 16px;
    border-radius: 2px;
    margin: 0 5px;
}

.ccals_resp {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 77px;
    right: 16px;
    background: #f90;
    text-align: center;
    border-radius: 4px;
	z-index:99;
	display:none;
}

.ccals_resp i{ font-size:20px; color:#fff; line-height:35px;}

/*styling for airway page*/

.des_hhd {
    font-weight: 600;
    font-size: 26px;
    text-align:center;
    color: #333;
    text-transform: uppercase;
    margin: 20px 0 35px 0;
}
.des_hhd span {
    color:#ff9901;
}
.bottom_banner {
    background: #dce35b;
    background: -webkit-linear-gradient(to right, #dce35b, #45b649);
    background: linear-gradient(to right, #dce35b, #45b649);
    padding: 25px 0 25px 0;
    border-radius: 2px;
    font-size: 28px;
    margin: 10px 0 10px 0;
    color: #103e65;
    text-align: center;
    border: 1px solid #e4e4e4;
}
.bottom_banner p a {
    text-decoration:none;
    background-color:#ff9900;
    padding:8px;
    color:#fff;
    border-radius: 20px;
}
.bottom_banner p span {
    color:#fff;
}
.domestic_fl {
    background-color: #ff9900;
    padding: 5px;
    display: inline-block;
    color: #fff;
}
.international_fl {
    background-color: #ff9900;
    padding: 5px;
    display: inline-block;
    color: #fff;
}
.airbook_55 a {
    float:right;
}
.airline_tim p {
    font-size: 14px;
    color: #000;
    padding-top: 3px;
}
.arrow {
    float:right;
    width: 8%;
    margin: -18px 0 0 0;
    color: #3b8bb1;
    font-size: 12px;
    text-align: center;
}
.fa-exchange:before {
    content: "\f0ec";
}
.price {
    float: right;
    width: 10%;
    color: #da232b;
    font-weight: bold;
    font-size: 15px;
    margin: -18px 0 0 6%;
}
.one_fares {
     border:none; 
    display: table;
    border-bottom: 1px dashed #8a8a8a;
    width: 100%;
    padding: 10px 0px 10px 0;
    background: #fff;
    margin: 0 0px 10px 0px;
}
.btn-primary, .searchbtn {
    background: #fc8f28 none repeat scroll 0 0;
    border-color: #fc8f28;
    border-radius: 0;
}
.blink_me.more {animation: blinker 0.1s linear infinite;color: #1c87c9;}
      @keyframes blinker {80% { opacity: 0; } 
      span#hotdeals{font-size:18px;font-weight:bold;}
       }    
       @media (max-width:767px){ span#hotdeals{font-size:14px;font-weight:bold;}
          h4.city-heading{text-align:center;}
           .city-slid-content:before, .text-d-gray:before{background: none;}
           a#specialdl{text-align:center;}
       }
       .blink_me {
    animation: blinker 1s linear infinite;
}
.blink_me.more {
    animation: blinker 1.3s linear infinite;
    color: #fdfdfd;
}
.desti_head h4 {
    font-size: 18px;
    color: #333;
    margin: 18px 0 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}


/*styling for airway page*/




@media (min-width:320px) and (max-width:479px){
	
.navbar-brand>img { display: block; width: 245px;}	
#jssor_1 { position: relative; display: none;}
.deomestic_dd h4{ font-size: 16px;}
.full_ttps { padding: 5px 5px;}
.tps_dels { margin-bottom: 6px;}
.round_secw img { margin: 23px 0 0 0; width: 100%;}
.tps_dels img{ display:none;	}
.airline-img img { padding: 10px 0 0 0; display: none;}
.foot_heading ul li { display: inline-block; width: 49%;}
.foot_heading h3 { margin: 0px 0 12px 0; text-transform: uppercase; }
.discl_text { text-align: left; }
.footer_banav{ display:none;}
.home_pagessN { position: relative; display: none;}
.profile_search1 input[type="text"] { padding: 10px 2%; width: 70%;}	
.profile_search1 input[type="submit"]{ margin: 0px 0 0 0;}
.respons_dd{ display:none;}
.footer_bottom_fixed{ display:block;}
.ccals_resp{display:block;}
.dstn_banner {
    display:none;
}
.destinati_mains {
    padding: 10px 0 40px 0;
    background: #f1f1f1;
    display: none;
}
	
}

@media (min-width:360px) and (max-width:639px){
	
.navbar-brand>img { display: block; width: 245px;}	
#jssor_1 { position: relative; display: none;}
.deomestic_dd h4{ font-size: 16px;}
.full_ttps { padding: 5px 5px;}
.tps_dels { margin-bottom: 6px;}
.round_secw img { margin: 23px 0 0 0; width: 100%;}
.tps_dels img{ display:none;	}
.airline-img img { padding: 10px 0 0 0; display: none;}
.foot_heading ul li { display: inline-block; width: 49%;}
.foot_heading h3 { margin: 0px 0 12px 0; text-transform: uppercase; }
.discl_text { text-align: left; }
.footer_banav{ display:none;}
.home_pagessN { position: relative; display: none;}
.profile_search1 input[type="text"] { padding: 10px 2%; width: 70%;}	
.profile_search1 input[type="submit"]{ margin: 0px 0 0 0;}
.respons_dd{ display:none;}
.footer_bottom_fixed{ display:block;}
.ccals_resp{display:block;}
.dstn_banner {
    display:none;
}
.destinati_mains {
    padding: 10px 0 40px 0;
    background: #f1f1f1;
    display: none;
}
	
}

@media (min-width:480px) and (max-width:639px){
	
.navbar-brand>img { display: block; width: 245px;}	
#jssor_1 { position: relative; display: none;}
.deomestic_dd h4{ font-size: 16px;}
.full_ttps { padding: 5px 5px;}
.tps_dels { margin-bottom: 6px;}
.round_secw img { margin: 23px 0 0 0; width: 100%;}
.tps_dels img{ display:none;	}
.airline-img img { padding: 10px 0 0 0; display: none;}
.foot_heading ul li { display: inline-block; width: 49%;}
.foot_heading h3 { margin: 0px 0 12px 0; text-transform: uppercase; }
.discl_text { text-align: left; }
.footer_banav{ display:none;}
.home_pagessN { position: relative; display: none;}
.profile_search1 input[type="text"] { padding: 10px 2%; width: 70%;}	
.profile_search1 input[type="submit"]{ margin: 0px 0 0 0;}
.respons_dd{ display:none;}
.footer_bottom_fixed{ display:block;}
.ccals_resp{display:block;}
.dstn_banner {
    display:none;
}
.destinati_mains {
    padding: 10px 0 40px 0;
    background: #f1f1f1;
    display: none;
}
	
}

