html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
.form-control{
	box-shadow:none;
	outline:none;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
	box-shadow:none;
	outline:none;
}
ul, ol {
    margin-top: 0;
    padding: 0;
}
/****************download-scrollbar *******************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #047df9;
  position:absolute;
  z-index: 2000;
  top: 80px;
  right: 100%;
  width: 100%;
  height: 3px;
}
/***************download-scrollbar //******************/
.wrapper {
    width:100%;
    margin:0;
    padding:0;
    background:#fff;
}
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');
/*****************  font-family: 'Lato', sans-serif;  *********************/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
/*****************  font-family: 'Roboto', sans-serif;  *********************/


/*****************  Default Home Page  **********************/
body{
	/* [disabled]font-family: 'Roboto', sans-serif; */
	background: #fff;
	font-size: 13px;
	
}
btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2e333f;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn:focus, .btn:active:focus{
	outline:none;
}
/************************ index-page design ****************************/
/*****************  header-top **********************/
.header-top {
   /* background: url(../images/top.jpg) no-repeat center;
    background-size: cover;*/
    width: 100%;
    min-height: 80px;
    display: block;
	border-bottom:1px solid #999;
}
.navbar-collapse {
    float:left;
    width: 80%;
 
}
.navbar-brand {
    height: auto;
}
.flag-icon:before {
    content: "\00a0";
}
.navbar {
    margin-bottom:0;
}   
/******* nav *********/

.navbar-default{ background: url(../images/top.jpg) no-repeat center;
    background-size: cover; background-color: transparent;border-left:none;border-right:none; border-color: transparent !important; top: 0px;
-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}

/*.navbar-brand{padding-top:2px;padding-bottom:4px;height:60px;font-family: 'Lato', sans-serif; margin-left:0 !important;}*/
.navbar-brand {
    padding-top: 2px;
    padding-bottom: 4px;
    /* height:60px; */
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    position: absolute;
}

.navbar-toggle{padding:12px;margin-top:10px;margin-bottom:10px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
.dropdown-menu{padding:0;border-color:#e7e7e7;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}
.dropdown-menu>li>a{padding:5px 15px;font-family: 'Lato', sans-serif;}
.open.dropdown-menu.mega{display:block}
.dropdown-menu.mega>.sub-menu{display:table-cell;border-left:1px solid #e7e7e7;list-style-type:none;padding:0;min-width:180px}
.dropdown-menu.mega>.sub-menu:first-child{border-left:none;padding-left:0}
.dropdown-menu.mega>.sub-menu>li>a{display:block;padding:5px 15px;text-decoration:none;font-family: 'Lato', sans-serif;}
.dropdown-header{padding:5px 15px;color:#777;font-weight:bold;border-bottom:1px dashed #e7e7e7}
.navbar-nav>li>a,.navbar-nav>.open>a,.navbar-nav>.active>a,.dropdown-menu>li>a,.dropdown-menu.mega>.sub-menu>li>a{
	color:#0e367e !important;position:relative;font-family: 'Lato', sans-serif;
}
.navbar-nav>li>a::before,.navbar-nav>.open>a::before,.navbar-nav>.active>a::before,.dropdown-menu>li>a::before,
.dropdown-menu.mega>.sub-menu>li>a::before{content:'';position:absolute;background:#fc763b!important; -webkit-transition:all 300ms ease 0s;
-moz-transition:all 300ms ease 0s;-o-transition:all 300ms ease 0s;transition:all 300ms ease 0s;-webkit-transform:scale(0);
-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.navbar-nav>li>a::before,.navbar-nav>.open>a::before,.navbar-nav>.active>a::before{bottom:0;left:0;height:2px;width:100%}
.dropdown-menu>li>a::before,.dropdown-menu.mega>.sub-menu>li>a::before{left:0;top:0;width:2px;height:100%}
.navbar-nav>li>a:hover::before,.navbar-nav>li>a:focus::before,.navbar-nav>.open>a::before,.navbar-nav>.open>a:hover::before,
.navbar-nav>.open>a:focus::before,.navbar-nav>.active>a::before,.navbar-nav>
.active>a:hover::before,.navbar-nav>.active>a:focus::before,.dropdown-menu>li>a:hover::before,
.dropdown-menu>li>a:focus::before,
.dropdown-menu>.active>a::before,.dropdown-menu>.active>a:hover::before,
.dropdown-menu>.active>a:focus::before,.dropdown-menu.mega>.sub-menu>li>a:hover::before,
.dropdown-menu.mega>.sub-menu>li>a:focus::before,.dropdown-menu.mega>.sub-menu>.active>a::before,
.dropdown-menu.mega>.sub-menu>.active>a:hover::before,.dropdown-menu.mega>.sub-menu>.active>a:focus::before,
.dropdown-menu.mega>.sub-menu>li>a:hover::before,
.dropdown-menu.mega>.sub-menu>li>a:focus::before{
	-webkit-transform:scale(1);-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);transform:scale(1)}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>.open>a,.navbar-nav>.open>a:hover,.navbar-nav>.open>a:focus,.navbar-nav>
.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>
.active>a,.dropdown-menu.mega>.sub-menu>li>a:hover,.dropdown-menu.mega>.sub-menu>.active>a,
.dropdown-menu.mega>.sub-menu>li>a:focus{background-color: transparent !important;color:#fc763b!important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
}

@media (min-width:768px){
.dropdown .dropdown-menu{-webkit-transform-origin:top;-moz-transform-origin:top;
-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;
-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;
-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);
-o-transform:scale(1,0);transform:scale(1,0);-webkit-transition:all 200ms ease 0s;
-moz-transition:all 200ms ease 0s;-o-transition:all 200ms ease 0s;transition:all 200ms ease 0s;display:block}
.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{-webkit-transform:scale(1);-moz-transform:scale(1);
-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}

@media (max-width: 767px) {
.navbar-nav > li > a::before, .navbar-nav > .open > a::before,
.navbar-nav > .active > a::before {
left: 0;
height: 100%;
width: 2px;
top: 0;
}

.dropdown-menu.mega > .sub-menu {
display: block;
}

.dropdown-menu.mega > .sub-menu > li > a {
    padding-left: 25px;
}

.navbar-collapse {
width: auto !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent !important;
}

.navbar-brand {
height: 60px;
}

.tick-top {
padding: 0;
margin-top: 2px;
display: block;
width: 4%;
float:none !important;
}
}


@media (max-width: 1025px){
.navbar-collapse { width: 100% !important;}
.navbar-fixed-top {
    position:relative !important;
}
.navbar-default {
     border: none !important;
}
.left-tab-process .tab-content {
    background-color: #e4e5ea;
    margin-left:0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:none !important;
}

.tab-pane .facilty-bk {
    width: 100% !important;
}


.flight-content .eco-xp {
    width: 100% !important;
}
/*******all-footer-pages ******/
.postticket .table {
	border:none !important;
}
.taxes-panel{ 
	border:none !important;
}

.navbar
{
    min-height:80px;
}
}

/************ support-fixed-top-scroll *************/
/*top nav*/	
.navbar-trans.afterscroll {
   top:0px;
   background: #f5f5f5;
}	
ul.navsupport {
    margin-top: 20px;
    /*color: #be0405 !important;*/
    padding-bottom: -50px;
    font-size: 12px;
}
ul.navsupport a{
   color: #fc763b !important;
    line-height: 1em;
    font-size: 15px  !important;
    font-weight: 400;
     text-decoration:none;    
}
ul.navsupport a:hover {
   text-decoration:none !important;
}
.navbar-top .navsupport li a {
    font-size: 12px;
    line-height: 19px;
    color: #fc763b;
}
.navbar-top .navsupport li a span{
	font-size: 15px;

}

 /*==================================================
 * left tab and img
 * ===============================================*/
 
 .main-text
 {
     margin 0 ;
 }
 .main-text p
 {
     font-size:12px;
 }
 .active-banner
 {
    background-color:#282c37;
	background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 560px;
    display: block;
	border-bottom:1px solid #999;
}

 .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border: none;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    /*float: none;*/ display:block;
}
ul.panel-sdm li{ padding:0 0 7px 0 !important}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 140px;
    margin-right: 0;
   /* margin-bottom:9.6px;*/
    background-color: #e4e5ea;
    border-radius: 0px;
    color: #272727;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
	    background-color: #fff;
		color: #fc763b;
		border:1px solid #fff;
}

.left-tab-process .tab-content{
	background-color:#e4e5ea;
	    margin-left: 131px; display:flex;}

.tab-content > .active, .pill-content > .active {
    display:block;
}

.book-process-ltab{
	max-width:131px;}
	
.left-tab-process .tab-pane{
    padding:15px;
    width: 100%;
  /* min-height: auto;*/
}

.left-tab-process h4{
	color:#536779;}
	
.term-fa{
margin-right: 7px;
    font-size: 11px;
    margin-left: -18px;
    color: #2EA72F;}
    
.tac-content{
    background-color:#ccc;
}
  /*==================================================
 * left tab
 * ===============================================*/
 
 	
  /*==================================================
 * left tab
 * ===============================================*/
 
 @media (max-width:768px){
.flight-content .load-time {
    width: 100%;
}	 
 
    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 0px;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 12px;
}

.left-tab-process .tab-pane {
    padding: 13px 11px;
    min-height: auto;	
}

.left-tab-process .tab-content {
    background-color: #e4e5ea;
    margin-left:0px;
/*	display: inherit;*/
}
.tabs-left > .nav-tabs {
    float: none;
    margin-right: 0px;
    border: none;
	display:block;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: left;
}
.book-process-ltab {
    max-width: 100%;
}


.left-tab-process .card .tab-content {
    background-color: #e4e5ea;
    margin-left: 0px;
}
.form-row .form-control {
   width:100% !important;
}
/**** tab****/
#origin-input {
    width:100%;
}
.tablist-icon > li > a > i {
    font-size: 12px !important;
    padding-right: 0;
}
.tablist-icon > li > a span {
     position:inherit !important;
}
/****tab****/

/****modal*******/
.modal-content {
    width: 90% !important; /* Could be more or less, depending on screen size */
}
#carousel3d .carousel-3d-slide.current span {
    top: 30px !important;
}

 /****textimonial *****/
 
 .servicebottom .btn-add {
    border-right: 1px solid none !important;
}
.servicebottom .btn-details {
    display: inline-block;
    width: 100% !important;


}
.servicebottom .btn-add {
    width: 100% !important;
    display: inline-block;
}
 
 /****textimonial *****/
 }
 @media (max-width:520px){
	 .servicebox h1 {
    width: 60%;
    font-size: 18px !important;}
	.servicebox h1:before {
    margin-top: 30p !important;
}
	
}
 @media screen and (min-width: 769px) and (max-width: 1200px) {
.form-rows{ width:100%; }

.form-rows .form-control {
    width: 45%;
    display: inline-block;
    margin-left: 14px;
    position: relative;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 0px;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 12px;
}

.left-tab-process .tab-pane {
    padding: 13px 11px;
    min-height: auto;	
}

.left-tab-process .tab-content {
    background-color: #e4e5ea;
    margin-left:0px;
	/*display: inherit;*/
}
.tabs-left > .nav-tabs {
    float: none;
    margin-right: 0px;
    border: none;
	display:block;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: left;
}
.book-process-ltab {
    max-width: 100%;
}

	

.left-tab-process .card .tab-content {
    background-color: #e4e5ea;
    margin-left: 0px;
}
.form-row .form-control {
   width:100%;
}
/**** tab****/
#origin-input {
    width:100%;
}
/****tab****/
.form-row .form-control {
   width:100% !important;
}
}

 /****modal*******/
/*****************  header-top **********************/

/***************tabs -2 start inner *****************/
.card .nav-tabs {
     border-bottom: 2px solid #e4e5ea;
      background: #e4e5ea;
      padding: 0 15px;
      display: inline-block; }

.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus ,.card .nav-tabs > li.active > a:hover { border-width: 0; }
.card .nav-tabs > li > a { border: none; color: #272727; font-size: 14px; padding: 8px 12px;}
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #fc763b !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #fc763b; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after { transform: scale(1); }
.card .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.card .tab-pane { padding: 0px 0; }
.card .tab-content {
    /* padding: 10px 0; */ 
    display: block;
}

.card { background: #e4e5ea; margin-bottom:0; width: 100%;
   /* width: 810px; */}
/********** redeswign tab********/
.left-tab-process .card .tab-content {
    background-color: #e4e5ea;
    margin-left: 0px;
    width: 100%;
    /* padding:15px; */
    margin-top:20px; 
}

/******** tab in form design ***********/
#origin-input {
    padding: 15px 0 0 0;
    clear: both;
   /* display: inline-block;*/
}
.tab-pane .form-control {
    display: block;
    font-size: 14px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #fff;
    padding: 0 5px;
    /*height: 45px;*/
	margin-bottom:8px;
    border: 1px solid #cecece !important;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    clear: both;
    outline: none !important;
    border: none;
    box-shadow: none;
    width:100%;
}
/*** search **/
.inner-addon {
    position: relative;
}
.right-addon .glyphicon {
    right: 0px;
}
.inner-addon .glyphicon {
    position: absolute;
    padding: 17px;
    pointer-events: none;
} 
/*** search **/

.form-rows{ width:100%; }
.form-rows .form-control{ width:18%; display:inline-block;margin-left: 14px;}
/****************** search// *******************/


/********* subscribe *************/
.well {
    min-height: 20px;
    padding: 19px;
    margin: 10px;
    background-color: #047df9;
    border: 1px solid #e3e3e3;
}
h2.orange {
    padding: 25px 0 0 0;
    color: #fff;
    line-height: 1.5em;
   font-size: 20px;
}
p.newsletter{padding:0;color:#fff;line-height:1em;}
.well .form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #fff;
    padding: 0 5px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    clear: both;
}
.latest-subs {padding: 25px 0 0 0; text-align: center;}
.latest-subs .btn-success {
    color: #fff;
    background-color: #12b126;
    border-color: #12b126;
    padding: 9px 15px;
	border-radius:0px;
     box-shadow: none;
}
.latest-subs .btn-success:hover, .latest-subs .btn-success:focus {
    background: #13c32a !important;
    color: #fff;
    text-decoration: none;
    border: 1px solid #12b126;
}
.row-travel{width:100%;display:inline-block;clear:both;}

/***********spacing-section***************/
.personalized {
    background: url(../images/travels-banner.jpg) no-repeat center;
    min-height: 530px;
    padding: 10px 0 65px 0;
    overflow: hidden;
    background-size: cover;
    display: block;
}
.spacing-section{ width:100%; display:inline-block; clear:both;
    margin-bottom: 0!important;
    padding-bottom: 3em!important;
}
.subtitle {
    color: #8b8b8e;
    font-size: 22px;
    font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.title {
    font-weight: 300;
    font-size: 36px;
    padding-top: 1.3em;
    margin-top: 0;
    margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

	/* FAQ */
.accordion-faq {
  text-align: left;
  position: relative;
}
.accordion-faq .panel {
    border-radius: 0;
    margin: -15px auto;
}.accordion-faq .panel {
    border-radius: 0;
    margin: -15px auto;
    background: transparent;
    box-shadow: none;
}
  .accordion-faq .panel .panel-heading {
  padding: 0;
  color: #fff;
  border-radius: 0!important;
  background: #333;
}
.accordion-faq .panel-heading a {
    display: block;
    font-size: 18px;
    position: relative;
    background: #ececec;
    color: #333;
    padding: 8px 15px;
    border-radius: 0;
    border-right: 48px solid #ececec;
    min-height: 50px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin: 15px auto;
}
.accordion-faq .collapsed .arrow-down {
  display: block;
}
.accordion-faq .arrow-down, .accordion-faq .arrow-up {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 50%;
  margin-top: -15px;
  right: -36px;
  color: #333;
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
  display: none;
}
/* FAQ */
h5.travel-xp {
    font-weight: 500;
    font-size: 13px;
    color: #047df9;
	font-family: 'Lato', sans-serif;
	line-height:2em;
}
.term-condti . panel-default > .panel-heading {
    padding: 10px 15px !important;
    border-radius: 0;
    color: #151212;
    border-color: #EEEEEE;
    border-radius: 3px;
    margin-top: 20px;
}
.term-condti .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
   border-color: none;
   border:none;

}
.term-condti .panel-default .panel-body {
    /*padding: 0px 20px 10px 20px;*/
	border:1px solid #ddd;
}
.term-condti .detail-block {
    padding: 0;
}
#accordion .panel-heading 
{		
    	color: #333;
	    background-color: #ececec !important;
		padding: 15px 15px;
}
#accordion .panel-title > a {
    display: block;
    outline: none;
	font-weight:500;
    text-decoration: none;
        line-height: 1.5em;

    color: #272727;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float:right;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
	margin-top: 0.9em;
}
    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
        content: "\e114" !important;
    }
	
span.ibis-trx {
    /*padding-right: 1em!important;*/ flex: 1 1 auto!important;color: #717585!important; font-size: 12px!important;
	 font-family: 'Lato', sans-serif; line-height:2em; width: 70%; display:inline-block;
}

span.rupees {
  color: #717585!important; font-size: 12px!important; font-family: 'Lato', sans-serif; line-height:2em; width:30%; float:right;
}	
.packages-xp{ margin:0; padding:0; display:block; cursor:pointer}
.packages-xp a{ color: #717585!important;}
.js-link:hover{ text-decoration:underline !important; color:#9F0 !important;}
/***********spacing-section***************/

/********************testimonial-slider *****************************/
.servicebox{ width:100%; background:#d9d9d9; padding:40px 0px; float:left;}
.servicebox h1{ width:70%; font-weight:600; font-size:28px; color: #000;font-family: 'Lato', sans-serif; padding: 0 0 25px 46px;}
.servicebox h1:before {
       position: absolute;
    content: "";
    height: 2px;
    background-color: #be0405;
    width: 100px;
    /* margin-left: 15px; */
    margin-top: 40px;
}
 
}
.servicecontainer{ width:100%; margin:15px 0px; padding:0px;}
.blackbg{ background:rgba(0,0,0,0.8); padding:2px 0px; text-align:center; position:absolute; left:0px; right:0px; bottom:0px;}
.blackbg p{ font-size:14px; line-height:18px; padding:0 0 0px 0px !important; margin:0px;font-family: 'Lato', sans-serif; color:#fff !important;}
.blackbg h2{ font-size:24px; padding:0px; margin:0px;font-family:'LiberationSans-Bold'; color:#2ca01c; font-weight:700;}
.servicecolumn{ padding:1px; margin:0px; background:#fff;width:100%; -webkit-transition:.4s; -moz-transition:.4s; -khtml-transition:.4s; -o-transition:.4s;}
.servicecolumn +.servicecolumn{ margin: 0 0 0 30px; padding:1px;background:#fff;-webkit-transition: .4s;
-moz-transition: .4s;
-khtml-transition: .4s;
-o-transition: .4s;}
.servicepic{width:100%;margin:0; position:relative;}
.servicepic img{ width:100%;}
.servicebottom{ width:90%; margin:0 auto; clear:both; text-align:left; padding-bottom:10px;}
.servicebottom h3{ font-size:20px; color:#0065a0; padding:10px 0 8px 0px; margin:0px;}
.servicebottom p{ font-size:14px; color:#333; font-weight:300; line-height:2em; padding:0 0 5px 3px; margin:0px;}

.servicebottom .separator p i {
    margin-right: 10px;
}
.servicebottom .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}


.servicebottom .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}


.servicebottom .btn-add
{
    width: 50%;
    float: left;
}

.servicebottom .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.servicebottom .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}

.servicebottom .btn-details a {
  	font-size:13px;
	background:#034f9c;
	font-weight:400;
    padding: 7px 15px;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.servicebottom .btn-details a:hover, .servicebottom .btn-details a:focus {
     background: #fff;
    color: #034f9c;
	text-decoration:none;
	border:#047df9 1px solid;
}


/* tesimonial slider start */
#owl-demo .item, #owl-demo1 .item,#owl-demo2 .item,#owl-demo3 .item{margin:0 0 0 0;}
#owl-demo .item img,#owl-demo1 .item img,#owl-demo2 .item img,#owl-demo3 .item img{display: block;height: auto; width:100%}
.owl-theme .owl-controls{margin-top: 10px;}
#owl-demo .item, #owl-demo1 .item,#owl-demo2 .item,#owl-demo3 .item+ #owl-demo .item, #owl-demo1 .item,#owl-demo2 .item,#owl-demo3 .item{
margin:0 0 0 30px;}
.owl-buttons{position: absolute;top: 0px;right: -0.4%;}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	font-size: 12px;
	width: 40px;
	height: 38px;
}
.owl-next{
	background: url(../images/blog_slider_arrow_next.png) no-repeat 0 0px;
	position: absolute;
	right: 0%;
	top: -50px;
	-webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -moz-transition:.2s;
}
.owl-next:hover{background: url(../images/blog_slider_arrow_next.png) no-repeat 0 -38px;}
.owl-prev{
	background: url(../images/blog_slider_arrow_perv.png) no-repeat 0px 0px;
	position: absolute;
	right:50px;
	top: -50px;
	-webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -moz-transition:.2s;
}
.owl-prev:hover{background: url(../images/blog_slider_arrow_perv.png) no-repeat 0 -38px;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	margin:0em auto;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* tesimonial slider*/

/*******************testimonial-slider // **********************/

/***************** footer *******************/
footer{
	background-color:#282c37;
	color:#fff;
/*	padding:2em 0;
	padding-bottom: 10px;*/
}
footer h3{
	padding: 10px 0 0;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	 font-family: 'lato', sans-serif;
	margin: 0;
	margin-bottom: 15px;
	clear: both;
	margin-top: 40px;
}
footer ul{
	list-style:none;
	clear: both;
}
footer ul li a {
    padding: 5px 0;
    color: #afb1b5;
    font-size: 14px;
    font-weight: normal;
    font-family: 'lato', sans-serif;

    margin-bottom: 10px;
    line-height: 30px;
}
footer ul li a:hover, footer ul li a:focus{
	color:#047df9;
	text-decoration:none;
}
.footer-bottom {
    padding: 10px 0;
    display: block;
    background-color: #2e333f;
    vertical-align: middle;
    margin-top: 50px;
    color: #FFF;
	clear:both;
}
.footer-bottom ul li {
    margin: 0 15px;
    line-height: 30px;
    text-align: center;
	display:inline-block;
}
.footer-bottom ul li a{
	color:#FFF;
	font-size:14px;
	font-family: 'lato', sans-serif;
}
.footer-bottom .faqus ul li a{
	color:#FFF;
	font-size:12px;
	font-family: 'lato', sans-serif;
}
.footer-bottom .faqus ul li a:hover, .footer-bottom .faqus ul li a:focus {
    color: #047df9;
    text-decoration: none;
}
.footer-bottom p{
	color:#FFF;
	font-size:12px;
	line-height:2.6em;
	font-family: 'lato', sans-serif;
}

/******************** footer ***********************/

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;

    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:9999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	background:#047df9;
    color: #FFFFFF;}
#return-to-top:hover i {
    color: #fff;
    top: 8px;
}

/***************************/

/************ curve slider *****************/
#carousel3d .carousel-3d-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;

  -webkit-transition: all .4s;
  transition: all .4s;
}
#carousel3d .carousel-3d-slide.current {
  background-color: #333;
  color: #fff;
    width: 100%;
}
#carousel3d .carousel-3d-slide.current span {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    font-family: 'Lato', sans-serif;
    text-align: center !important;
	top: 70px;
    left: 30px;
    right: 30px;
	color: #f6e206;
   
}
#carousel3d .carousel-3d-slide.current p {
  font-size: 15px;
  font-weight: 200;
  position:absolute;
  font-family: 'Lato', sans-serif;
  text-align:center !important;
  line-height: 20px;
  width:90%;
  padding:0 10px;
  
}
#carousel3d .prev{
    left: 80px !important;
    text-align: left;
	font-weight:200;
	color:#999;

}
#carousel3d .next{
    right: 90px !important;
    text-align: right;
	font-weight:200;
	color:#999;

}

i.previous{
  position: absolute;
    top: 50%;
    height: 0;
    margin-top: -30px;
    left: 0;
    width: 100%;
    z-index: 9099;

    text-align: left;
    font-weight: 200;
    color: #0065a0;
    font-size: 100px;
}

i.forward{
  position: absolute;
    top: 50%;
    height: 0;
    margin-top:0px;
    z-index: 909999;
	 right: 90px !important;
    text-align: right;
    font-weight: 200;
    color: #0065a0;
    font-size: 100px;
}

/************ curve slider *****************/ 

/*************** new modal *******************/
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}



span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #f1f1f1;
    font-size: 35px;
    font-weight: bold;
	opacity: 1
}

.close:hover,
.close:focus {
    color:#fff;
    cursor: pointer;
    opacity:1;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

/*******************
my -moadal design
/*******************/

.modal input[type=text], .modal input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}
.signup-box h1 {
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    background-color: #FC7236;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    margin: 0;
    border-top-right-radius: 5px;
}
.signup-box p {
    text-align: center;
    padding: 30px 0 !important;
    font-weight: 400;
    color: #272727;
}
.term-xx p{
	    padding: 10px 0 !important;
    font-weight: 400;
    color: #272727;
    font-size: 14px;
    text-align: left;
	
}
.quick-btn {
    color: #fff !important;
    background: #FC7236;
    padding: 8px 12px;
    border: none;
	margin: 20px 15px;
    border-radius: 3px;
}
.quick-btn:hover {
    color: #fff !important;
    background: #e8642b;
    padding: 8px 12px;
    border: none;
}
.signup-blue {
    color: #fff!important;
    background-color: #2196F3!important;
    padding: 8px 12px;
	border: none;
    border-radius: 3px;	
}
.signup-blue:hover {
    color: #fff!important;
    background-color: #2196F3!important;
}
.button-up {
     background-color: white; 
    color: black; 
    border: 2px solid #fc763b;
    padding: 7px 42px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}

.button-up:hover, .button-up:focus, .button-up.active{
    background-color:#fc763b;
    color: white;
    box-shadow:none;
}
.btn-danger {
    color: #fff;
    background-color: #fc763b;
    border-color: #fc763b;
    padding: 7px 40px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}
.btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #fc763b;
    border-color: #fc763b;
}
.account-xp{ width:180px !important;}
.account-xp i{ padding-left:10px !important} 
/*******************
my -moadal design
/*******************/
/*************** new modal //*******************/
/***************End for index page //*******************/

/***************Start for flight page *******************/
.flight-content {
    background-color: #e4e5ea;
    display:inline-block;
	padding:20px 0;
	width:100%;
}
.flight-content .load-time {
    max-width: 100%;
    width: 250px !important;
}
.flight-content .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
 	font-family: 'Lato', sans-serif;
 	margin-bottom:5px;
}
.flight-content .inner-addon .glyphicon {
    position: absolute;
    padding: 12px;
    pointer-events: none;
}
/*********left-panel********/
.filter-Content .well {
    padding: 15px 0 15px 0;
    margin: 10px 0;
    background-color: #e4e5ea;
    box-shadow: none;
    border-radius: 0px;
	border: none;
}


/** =======================
 * Contenedor Principal
 ===========================*/
.leftside-content{ padding:20px;}
.accordion {
    width: 100%;
  /*  max-width: 260px;*/
    margin: 0;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding:20px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0px;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #CCC;
  position: relative;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*.accordion li:last-child .link { border-bottom: 0; }*/
.accordion li{ list-style:none;}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #0f0f0f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 14px;
}

.accordion li.open .link { color: #0f0f0f; font-family: 'Lato', sans-serif;}

.accordion li.open i { color: #0f0f0f;}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

/** well**/
.titles {
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 600;
    letter-spacing: .03em;
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px 0 0 10px;
    height: auto;
    width: 100%;
    display: inline-block;
	font-family: 'Lato', sans-serif;
}
 .well .accordion .form-control {
     display: block;
    width: 100%;
    font-size: 14px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
    padding: 0 5px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    clear: both;
    border: 1px solid #aaa;
   width: 200px !important;
    margin: 10px 0 0 28px;
}
.sort {color:#037df8 !important;}
/* well //***/
/* dropdown */
#sort-by {
    font-size: 14px;
    margin: 0;
    display: inline-block;
	width:100%;width: 100%;
    padding:0;
}
#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#sort-by a:link, #sort-by a:visited {
	color: #333;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 7px 12px;
    position: relative;
    width: 100%;
    border-color: #757575;
    border-width: 1px;
    border-style: solid;
    float: left;
    color: #333;
    border-radius: 0;
    list-style: none !important;
}
#sort-by li li {
    width: 170px;
    margin-top: 0px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: none;
}
#sort-by li li a:hover {
	color: #000
}
#sort-by li:hover {
	background-color: #F8F8F8;
}
#sort-by li li:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: underline;
}
#sort-by ul ul {
	position: absolute;
	visibility: hidden;
	left: -1px;
	top: 36px;
	background: none repeat scroll 0 0 #fff;
	border: 1px #ddd solid;
	border-top: none;
	z-index: 10000;
	border-bottom: 4px #fc7136 solid;
}
#sort-by ul ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border: solid 1px transparent;
}
#sort-by li:hover > ul {
	visibility: visible;
}
.right-arrow {
	float: right;
}
.right-arrow:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #037df8 transparent;
}
ul.list-item li{ padding:3px 12px !important; }
ul.list-item li:first-child{ padding-top:15px !important; text-decoration:underline !important; color:#09F !important; }
#sort-by li a.view{ color:#037df8 !important;}
/* dropdown */
/*******div-left-2 *******/
/** Reset***/
.resultsCountGrid {
    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
    color: #fff;
	font-size: 12px;
    width:100%;
    background-image: linear-gradient(135deg,#3faf0e 0%,#3faf0e 100%);
}
.resultsCountGrid .count span.filtered {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.resultsCountGrid .count {
    flex-grow: 2;
    font-size: 1em;
}
.resultsCountGrid .reset {
    flex-grow: 1;
    border-left: 1px solid #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2.2em;
	
}
.resultsCountGrid .reset a {
    color: #fff;
    transition: color .2s ease;
}
.advice {
    background-color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    width: 100%;
}
.advice-title {
    font-size: 10px;
    color: #717585;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
}
.value{
    color: #fc7136;
}
.info-text {
     font-size: 12px;
   color: #717585;
   font-weight:bold;  
}
.info-text i:hover{ color:#fc7136}
/*******div-left-2// *******/
/*******div-left-1 *******/
.advice-advance {
    background-color: #fff;
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
}
.cm-header {
    color: #0f0f0f;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 0 5px;
}

.imageContainer {
    flex: 1;
    display: block;
    width: 95%;
    border: 1px solid;
    clear: both;
    margin: 5px auto !important;
}
img.compare {
    display: block;
    border: 1px solid transparent;
    cursor: pointer;
}
.imageContainer .btn{
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 6px 2px;
    background: #fff;
	color:#333;
	box-shadow: none;
}
.imageContainer .trip{
    display: inline-block;
    padding: 6px 24px !important;}
.imageContainer .btn:hover{ color:#037df8;}

.provides {
    width: 95%;
    display: block;
    margin: 10px auto 5px auto;
}
.provides .btn:hover, .btn:focus, .btn.focus {
    color: #f5f5f5;
	background:#0062C4;
    text-decoration: none;
}
.compare-all {
    width: 100%;
	border-radius: 0px;
    font-size: 12px;
    color: #fff;
    background: #558fe6;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
	
}
/*******div-left-1 *******/


.submenu {
  display: block;
  background: fff;
  font-size: 14px;
}

.submenu li {/* border-bottom: 1px solid #ccc; */list-style:none; }

.submenu a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    list-style: none;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    float: right;
    display: inline-block;
}
/*.submenu a:hover {
  background: #fff;
   color: #000;
}*/
/****** checkbox ***********/

.containerss {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    width: 100%;
    word-wrap:  break-word;
}
/* Hide the browser's default checkbox */
.containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	background:#09F;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #fc7235;
}
/* On mouse-over, add a grey background color */
.containerss:hover input ~ .checkmark {
  /*  background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.containerss input:checked ~ .checkmark {
    background-color: #fc7235;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerss input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerss .checkmark:after {
  left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.containerss .price-stop{float:right;display:inline-block;font-size: 12px;font-weight:  bold;}
label.containerss:hover{ color:#fc7235 !important;}
/****** checkbox ***********/


/*********************** handle-slider ***********************/
#slider12a .slider-track-high, #slider12c .slider-track-high {
	background: #fc7235;

}

#slider12b .slider-track-low, #slider12c .slider-track-low {
	background: #fc7235;

}

#slider12c .slider-selection {
    background: #a5a7b3;

}

.slider.slider-horizontal {
    height: 20px;
   margin-top: 10px;
    max-width: 100%;
    width: 210px !important;
}
.slider.slider-horizontal .slider-track {
    height:6px !important;}
.slider-handle.round {
    /*border-radius: 15% !important;*/
}

.slider-handle {
    position: absolute;
    top: -3px !important;
    width: 24px !important;
    height: 24px !important;
}
label.take-off {
    letter-spacing: .03em;
    font-size: .9em;
    padding-bottom: 15px;
    color: #0f0f0f;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-top: 10px;
}
/*********************** handle-slider //***********************/
.title-air {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 1em;
    padding: 15px 0 5px;
    color: #558fe6;
}
/*******left-panel //**********/
/*****start right-content ****/
.right-content{ margin:0; display:block}
.right-content .well {
    min-height: 20px;
    padding: 0;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
	display:block;
	border: none;
}
p.description {
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-left: 12px;
    color: #0f0f0f !important;
    letter-spacing: 0.15px;
}
/*****start right-content ****/
td.a-center{ width:90px; margin:0 0 0 30px}


/***************End for flight page *******************/


/******************flight page date 0f 7feb ************************/
.depart-txt {

    font-size:16px; font-family: 'Lato', sans-serif;  font-weight: 400; color:#333;
}
.easy-autocomplete {
    width: 100% !important;
}
.tab-pane .seat-book {
    width: 100%;
    padding: 0;
}
.easy-autocomplete-container ul {
    border-top: 1px solid #e4e4e4 !important;
        max-width:400px;
    width:100%;
}
.easy-autocomplete-container ul li {   
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 4px 16px;
 }
/********************** Re-design pages issue ***************************/

.label-cd {
    font-weight: 400;
    font-size: 10px;
    color: #666;
    padding-top: 0;
}
.top-field {
    font-size: 13px;
    line-height: 1;
    padding-right: 20px;
    color: #272727;
    font-weight: 500;
}
.tab-pane .drop-xp {
    /*width: 65px; */
	max-width:100%;
}
.tab-pane .srch-as {
    width: 100%;
    padding: 20px 2px 0 0;
}

.go-srh { display:inline-block; float:right; background:red;
}
.tab-pane .clas-fn {
    width:100%;
}
.tab-pane .srch-fild {
    width: 100%;
        padding: 38px 2px 0 0;
}
.filling {
  padding: 15px 0 0 0;
}
.arrive-flit {
  margin-top:3px;
}
.body-content {

  width:100%; display:block;
}
.car-srh .btn-warning {
    height:40px !important;
}
.flight-content .flight-time {
    min-width: 100%;
    width: 230px !important;
}
.flight-content .flight-drop {
    min-width: 100%;
    width: 75px;
    /*display:inline-block;*/
}
.full-to {
    padding:8px 0;
}
.car-dl .btn-warning {
    color: #0f0f0f;
    background-color: #ffffff;
    border-color: #8c8c8c;
    box-shadow: none;
    outline: none;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding: 6px 16px;
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.car-dl .btn-warning:hover,
.car-dl .btn-warning:focus
{
  color: #558fe6;
    background-color: #ffffff;
    border-color: #558fe6;
}
.tab-div .nav-tabs{
    padding:0 !important;
}
.top-fills {
    font-size: 13px;
 /*   line-height: 1;*/
    padding-right: 6px;
    color: #272727;
    font-weight: 500;
}
.flight-content .small {
   font-size: 10px;
    display: block;
}
.flight-content .eco-xp {
    max-width: 100%;
    margin-top: 16px;
    font-size: 13px;
}
.flight-content .distance-time {
    min-width: 100%;
   /* width: 190px !important; */
    margin: 15px 0 5px 0;
}
.flight-content .srch-btn {
    width: 100%;
    padding: 35px 0 0 0;
}

/*************************** car-dropdown  ***********************************/
.icar-heading {
    line-height: 1;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    padding-left: 17px;
}
.recommendationBlk .recommendcar {
    color: #717585;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
.recommendcar strong{
    display:inline-block;
    font: 500 14px 'Lato', sans-serif !important;
    margin-bottom:0;
    color:#333;
    padding-right: .5em;
}
.field {
    display: inline-block;
    padding-right: 1em;
    margin: 0 0 10px;
}
.ui-header {
 padding:10px 0 0 0; width:100%;}
.ui-header p{
       font: 600 16px 'Lato', sans-serif !important; color:#333;
}
.ui-header .contents{
       font: 500 13px 'Lato', sans-serif !important; color: #717585;
}
.ui-header h4 {
     font: 500 14px 'Lato', sans-serif !important; color: #3e3f40; padding:5px 0 0 0;
}
.drop-value p{
     font: 500 12px 'Lato', sans-serif !important; color: #717585; padding:5px 0;
}
.ui-header b{
        color:#333;
}
.vender{ border-top:1px solid #ccc}
.car-htb img {
    width: 45px;
    margin: 10px 15px 0 0;
}
.sett-cr {
    font-size: 13px;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #cac5c5;
    border-left: 1px solid #cac5c5;
}
.ui-heading {
    padding:0 0 20px 0;
}
.ui-heading p{
       font: 600 16px 'Lato', sans-serif !important; color:#333;
}
.price-Wrap {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.ui-note {
    font: 600 18px 'Lato', sans-serif !important;
    color: #333;
    padding-top: 3px;
}
.content p {
    font: 500 12px 'Lato', sans-serif !important; color: #717585; padding:7px 0;
}
.text-note {
    padding:10px 0 20px; 
}
.content-rtn {
    padding:0 0 20px;
}
.rate-xp {
      padding:0 0 0 10px !important; 
} 
.content-rtn p { font: 500 13px 'Lato', sans-serif !important; color: #717585; padding:5px 0;}
.recommend-up {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 auto 20px;
}
.fare-rules {
    padding:10px 0; 
}
.rate-rs {
    padding: 0 0 10px 0px !important;
}
.nodata {
    box-shadow: 0 0 0 1px #a5a5a5 inset, 0 0 0 0 transparent;
    background-color: #f9f9f9;
    padding: 0;
    margin: 0 0 20px;
}
.nodata p{
    font-size: 1em;
    text-align:center;
    color: #be0405;
    line-height: 2em;
}
.nodata h1{
    font-size: 1.8em;
    text-align:center;
    color: #be0405;
    line-height: 1.6em;
}
/**********************new-design-footer *****************************/
.about-best {
    padding: 0;
    color: #afb1b5;
    font-size: 14px;
    font-weight: normal;
    font-family: 'lato', sans-serif;
    line-height: 30px;
}
.footer-extream-bottom {
    margin-top: 15px;
}
.footer-extream-bottom p {
    text-align: center;
    color: #5f626a;
    font-size: 12px;
}
/************** privacy *****************/

.articletitle {
  position: relative;
    padding-bottom: 12px;
}
.articletitle>h1 {
    margin: 30px 0 5px 0;
    color: #20242E;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
	 font-family: 'lato', sans-serif;
	 font-size: 20px;
}
.articletitle:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
  /*  left: 65px;*/
    bottom: 1px;
    background: rgba(32, 36, 46, 0.1);
}
.articletitle:after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #047df9;
}
.general-text {
    margin-bottom: 0px;
	padding: 20px 0 40px;
	font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    color: #4D4D4D;
    opacity: 1;
    line-height: 1.8;
	text-align: justify;
	font-family: 'lato', sans-serif;
	
}
.general-text h5 {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #20242E;
    text-align: left;
    text-transform: none;
	line-height: 2.8em;
}
.general-text ul li{ list-style:none;}
.general-text ul li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color:#337ab7;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************** privacy // *****************/
/****************** faqs 
.faqs-text .panel-title > a.accordion-toggle::before, .faqs-text a[data-toggle="collapse"]::before {
    margin-top:0 !important; 
    background: red;
    padding: 4px 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.faqs-text #accordion .panel-title > a.accordion-toggle::before, .faqs-text #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    margin-top: 0;
    color: #fff;
}
.faqs-text #accordion .panel-hd {
    color: #333;
    background-color: #f5f5f5 !important;
    padding: 5px 5px 8px;
}
.faq-ask {
    font-size: 15px;
    color: #666;
}************************/
/******new faq******/
/* Flat accordion*/
/*-------------------------------------------------------------- */
.flat-accordion {
    clear: left;
}

.flat-accordion .flat-toggle {
    margin-bottom: 10px;
}

.flat-accordion .flat-toggle:last-child {
    margin-bottom: 0;
}

.flat-accordion .flat-toggle .toggle-title {
    background-color: rgba(228, 230, 242, 0.5);
    margin: 0;
    color: #ffffff;



    font-weight: 400;
    padding: 15px 0 15px 20px;
    line-height: 1.4;
    background-color: #20242E;
    cursor: pointer;
    position: relative;
}

.flat-accordion.style .flat-toggle .toggle-title:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.flat-accordion.style .flat-toggle .toggle-title:before {
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -6.5px;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
}

.flat-accordion .flat-toggle .toggle-title.active:before {
    display: none;
}

.flat-accordion .flat-toggle .toggle-content {
    background: #f1f2f8;
    border: none;
    display: none;
    padding: 25px 30px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.flat-accordion p {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
   line-height: 1.7em;
}
.flat-accordion h5 {
    font-family: 'lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
   line-height: 1em;
   color: #3e3f40;
}
/* Accordion style1 */
.flat-accordion.style1 .flat-toggle {
    margin-bottom: 30px;
	margin-top: 20px;
}

.flat-accordion.style1 .flat-toggle .toggle-title.active:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 14px;
    content: "\f077";
    left: 20px;
    top: 50%;
    margin-top: -16px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-color: #fc763b;
}

.flat-accordion.style1 .flat-toggle .toggle-title:before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 14px;
    content: "\f078";
    left: 20px;
    top: 50%;
    margin-top: -16px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-color: #20242E;
}

.flat-accordion.style1 .flat-toggle .toggle-title.active:before {
    display: none;
}

.flat-accordion.style1 .flat-toggle .toggle-title {
    color:#fc763b; font-family: 'lato', sans-serif; font-size:16px;
    background-color: #f1f2f8;
    padding: 20px 20px 20px 70px;
}
 
.flat-accordion.style1 .flat-toggle .toggle-content {
    padding-left: 70px;
    padding-top: 0;
}
/* Accordion style1// */

/*********************feestaxes-pages *************************/
.taxes-panel{ border:1px solid #e1e1e1; margin:30px 0;}
.feestaxes{ width:100%; display:inline-block; }
.feestaxes > thead > tr > th{
	box-sizing: border-box; outline: none; padding: 12px 0px;
	text-align: center; margin: 0px 0px 25px; border-width: 0px; border-style: initial; 
	border-color: initial; font-style: inherit; font-variant: inherit; font-weight: inherit;
	font-stretch: inherit; font-size: 14px; line-height: inherit; font-family: inherit; 
	background: #fc763b; color: rgb(255, 255, 255);
}
.feestaxes > tbody > tr > td{
	box-sizing: border-box;
    outline: none;
    padding: 10px;
    margin: 0px 0px 15px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: 14px;
    line-height: 18px;
    font-family: inherit;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    color: rgb(33, 33, 33);
    position: relative;
    text-align: center;
	font-family: 'lato', sans-serif;
}
.feestaxes > tbody > tr > td span{
	box-sizing: border-box; outline: none; margin: 5px; padding: 0px; border: 0px;

	 font-style: inherit; font-variant: inherit; font-weight: inherit;
	  font-stretch: inherit; font-size: 14px; line-height: inherit; 
	 font-family: inherit; width: 407px; float: left; font-family: 'lato', sans-serif;
}
.feestaxes > tbody > tr > td small{
	box-sizing: border-box; outline: none; font-size: 13px; margin: 0px 5px 5px;
	padding: 0px; border: 0px; font-family: 'lato', sans-serif; 
	font-style: inherit; font-variant: inherit; font-weight: inherit;
	font-stretch: inherit; line-height: inherit; font-family:
	inherit; color: rgb(123, 123, 123); /*width: 407px; */ float: left;	
}
.feestaxes > tbody > tr > td.taxes-us{
	box-sizing: border-box;
    outline: none;
    padding: 10px;
    margin: 0px 0px 15px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: 14px;
    line-height: 18px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    color: rgb(33, 33, 33);
    position: relative;
    text-align: center;
	font-family: 'lato', sans-serif;
}
/*********************feestaxes-pages//*************************/
/*********************post-ticketing-pages *************************/
.postticket{ width:100%; display:inline-block; padding:30px 0;}
.postticket .table {
    width: 100%;
    margin-bottom: 24px;
	border: 1px solid #e1e1e1;
}
.postticket .table>tbody>tr>th{
	     color: white;
    background: #f26722;
    border-top: none;
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 8px 0;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
}
.postticket .table tbody tr:last-child td{
    color: #393a3c; font-size:14px; font-family: 'lato', sans-serif;
}
.postticket h4 {
    line-height: 1.33333;
    font-size: 24px;
	color: #3e3f40;
	font-weight:400;
}
.postticket .table > tbody > tr > td {
     border-top:none !important; border-bottom: 1px solid #e1e1e1;
	 padding: 13px 8px 12px 32px; color: grey; font-size:14px; font-family: 'lato', sans-serif;
}
.postticket .table > tbody > tr > td .mid-small {
 color: grey; font-size:14px; font-family: 'lato', sans-serif; display: block;
}
.postticket .table > tbody > tr > td .mid-post {
    color: grey;
    font-size: 13px;
    font-family: 'lato', sans-serif;
    display: block;
}
.postticket p {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    line-height: 2.2em;
    color: grey;
}

/*********************post-ticketing-pages //*************************/
/****company ****/
.our-company{ width:100%; display:block; padding:20px 0;}
.our-company {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    line-height: 2.2em;
    color: grey;
}
/***company //****/

/* Conatct start */
.contactus{ width:100%; padding:30px 0;}
.header-title
{
  text-align: center;
  color:#047df9;
}

#tip 
{
	display:none;  
}

.fadeIn
{
  animation-duration: 3s;
}

.form-control
{
	border-radius:0px;
	border:1px solid #EDEDED;
}

.form-control:focus
{
	border:1px solid #047df9;
}

.textarea-contact
{
	resize:none; 
}

.btn-send
{
	border-radius: 0px;
	border:1px solid #047df9;
	background:#047df9;
	color:#fff; 
}

.btn-send:hover
{
	border:1px solid #047df9;
	background:#fff;
	color:#047df9;
	transition:background 0.5s;   
}

.second-portion
{
	margin-top:50px; 
}

		@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #047df9; vertical-align: middle; }
.box > .icon:hover > .image { background: #fb763b;}
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }

@media only screen and (max-width: 768px)
{
	.contact-form
	{
		margin-top:25px; 
	}

	.btn-send
	{
		width: 100%;
		padding:10px; 
	}

	.second-portion
	{
		margin-top:25px; 
	}
}
/* Conatct end */

/*****index-page-redesign-13.3.2018 ****/
section.cm-gaid-wrapper {
    padding: 30px 0;
    background: #fff;
}
section.cm-gaid-wrapper {
    padding: 30px 0;
    background: #fff;
}
.cm-gaid {
    text-align: center;
    padding: 20px 10px;
   /*max-width: 83%;*/ 
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    background: #fdfdfd;
    border-radius: 4px;
}
.cm-gaid:hover {
    border: 1px solid #f1f1f1;
    background: #fdfdfd;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
}
.cm-gaid span {
   /* border: 1px solid #565656;*/
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    margin: 0 auto;
    padding: 24px 0;
    background: #12b126
}

.cm-gaid img {
    max-width: 38px;
}
.cm-gaid h4 {
    margin: 24px 0;
    font-family: 'lato', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
}
.cm-gaid p {
    line-height: 24px;
    font-size: 16px;
    color: #565656;
    max-width: 280px;
    margin: 0 auto;
    font-family: 'lato', sans-serif;
}
span.hv-show {
    background: #ff690f;
    border-color: transparent;
    display: none;
}

 p.incl-rs {
    padding: 20px 0 10px!important;
    line-height: 1.5em;
}
.flight-table td {
    width: 15%;
}
.srch-btn .btn-warning {
    padding: 10px 30px !important;
}
/*****index-page-redesign-13.3.2018 //****/

/************************flight-table****************************/
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
    display: inline-block;
}
.matrixTable td {
    border-bottom: solid 1px #f0b846 !important;
    border-right: solid 1px #f0b846 !important;
}
.matrixTable {
  /*  position: relative;
    left: -1px;
    top: -1px;*/
    margin-bottom: -5px;
}
.matrix-box {
    border: solid 1px #f0b846 !important;
	background-color: #fef7d6;
	font-size: 15px;
	font-family: 'lato', sans-serif;
    font-weight: 400;
	    margin: 10px auto 0;
}
.matrixTable td, .table-sm th {
    padding: .3rem !important;
}
.matrix-airline img {
    margin: 0px 40px;
    margin-bottom: 5px;
    margin-top: 5px;
	/*width:42px;
	height:42px;*/
}
.matrix-airline h5 {
    font-size: 1.25rem;
}
.matrixTable td {
	cursor:pointer;
    text-align: center;
}
/************************flight-table //****************************/

/************************flight-book-status ****************************/
.sec-nm {
    display:inline-block;
    padding:0;
}
.confirm-sm {
     font-size: 20px;
     display:inline-block;
     line-height:2em;


}
.number-bk {
    color: #fff;
    background-color:#047df9;
    font-size: 20px;
    padding: 3px 7px;

}
.bookstatus {
    background-color: #fc763b;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0px auto;
    display: block;
   
}
.city-bk {
    padding: 4px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fc763b;
    color: #fff;
        margin: 5px auto;
}

.city-bk p {
    font-size: 18px;
    line-height: 1.7em;
}

.bookfilght {
    font-size: 18px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 4px;

}
.fptuac {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    margin: auto 0 0 0;
    line-height: 1.8;
     padding:0;
}
.section-status {
    background:#dce6f1; display:inline-block;
}

.unit-body{ width:100%; display:block;}
.unit-body img {
   max-width:100%; height:auto; 
}

/*******new-flightbookstatus ******/
.flightbookstatus {
    padding:50px 0; display:block;
}
.kxhrpi-bk {
   margin: 0px auto;
    display: inline-flex;
    width: 100%;
    float: left;
}
.depart-time {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
     border-right: 2px solid #fff;
    /*max-width: 100%;*/
    background: #e5f2fa;
}
.price-air {
    width: 36px;
    max-height: 36px;
    display: inline-block;
    margin: auto 10px;
}
.sc-fly {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    /* margin-left: 16px; */
    background: e5f2fa;
    /* padding: 5px; */
    width: 100%;
    margin: auto 0 auto 8px;
    display: flex;
    line-height: 1.5em;
}


.embed-em {
    width: 75%;
    display: flex;
    margin: 8px 0;
}
.airport-wd{
    padding: 0 8px;
    width: 40%;
    display: inline-block;
    padding-right: 8px;
    border-right: 2px solid #fff;
    background:#e5f2fa;
}
.summry{
    font-size: 16px;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #001833;
    letter-spacing: 0.2px;
    padding: 5px 0;
}

.district-as{ 
    font-size: 15px;
    font-weight: normal;
    color: #001833;
    width: 100%;
    display: block;
}
.hour-smt {
    padding-left: 8px;
    width: 20%;
    text-align: left;
    background: #e5f2fa;
}
.tick-send {
    font-size:18px; padding:10px 0;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color:#0275d8;
    /*text-decoration:underline;*/
}
/************************flight-book-status //****************************/

/************************call-popup ****************************/
.term-xx input[type="checkbox"] {
    cursor: pointer;
   position:inherit;
    top: 0;
    left: 0;
    /* opacity: 0!important; */
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
    margin-left:0;
    margin-top: 0;
}
.modal-top {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: none;
    width: 45%;
    border-radius:0;
}
.modal-call {
    background: url(../images/girl.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 120px;
}
h1.call-title {
    color: #fff;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    background-color: #FC7236;
}
.phone-modal-content {
    text-align: center;
   padding: 30px 30px 60px 30px;
}
.phone-modal-text {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    line-height: 28px;
}
.phone-modal-phone {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
.powered-by-block {
    color: #666;
    bottom: 5px;
    position: absolute;
    left: 10px;
    font-size: 12px;
}
.powered-by-block span {
    color: #0f0f0f;
}

.phone-modal-phone i, .rates-phone-number-inner-block i {
    margin-right: 10px;
    color: #46b754;
}
/************************call-popup //****************************/
.sales-tp {
   /*padding: 10px 20px;*/
    margin: 10px 0;
    width: 100%;
}
.sales-tp img{
    width:100%;
    height:auto;
}
.alert-modal-content {
    text-align: center;
    padding: 0px 30px 10px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}*/
/*.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}*/
.w3-animate-opacity{animation:opac 8s}
@keyframes opac{from{opacity:0} to{opacity:1}}

/*************************************/
/***********design-issue ************/
.flight-field {
    font-size: 13px;
    line-height: 2;
    padding-right: 20px;
    color: #272727;
    font-weight: 500;
}

.flights-book  {
    margin:10px 0 0 0;
}
.flights-book .btn-warning {
    color: #fff;
    background-color: #fc763b;
    border-color: #fb763b;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 25px;
    /* height: 45px; */
    font-size: 15px;
  
}

.flights-book .btn-warning:hover, 
.flights-book .btn-warning:focus {
    color: #fff;
    background-color: #fb6726;
    border: 1px solid #fb6726;
	box-shadow: none;
    outline: none;
}
.flights-book .info {
   border: 1px solid #2196f3;
    border-color: #2196F3;
    color: white;
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    background-color: #2196F3;
}

.flights-book .info:hover,
.flights-book .info:focus {
    color: #fff;
    background: #0b7dda;
    border: 1px solid #0b7dda;
	box-shadow: none;
    outline: none;
}
.details-rules {
    width: 100%;
    /* max-width: 742px; */
    margin: 0 auto;
    overflow-y: scroll;
    height: 270px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fbfbfb;
}
.card .tab-preset {
    padding: 0;
    margin-bottom:15px;
}


.block-content {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    width: 45%;
    display: inline-block;
    float: right;
}
.table-view span.left {
    font-size: 15px;
    text-align: left;
    display: inline-block;
    width: 49%;
}
.table-view span.right {
    font-size: 15px;
    text-align: right;
    display: inline-block;
    width: 49%;
}
.container-sp {
    width: 910px;
    margin: 0 auto;
}
.tab-dd strong {
    margin-bottom: 0;
    display: inline-block;
}
.status-content {
     padding: 0px; 
    background: #f8f8f8;
    margin: 0 auto 10px;
    border: 1px solid 1px solid #fbfbfb;
    width: 100%;
    display: inline-table;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fefefe;
}
.state-bk p{
    margin:0; line-height: 1.2em !important; font-size:14px !important;
}

.row-one {
    margin: 1em 0;
}
.section {
    zoom: 1;
    position: relative;
}

.twelve {
    width: 100%;
    float: left;
    padding-bottom:2em;
}
.why-head {
    font-size: 34px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    padding-bottom: 20px;
}
.why-bg {
    background-image: -ms-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -moz-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -o-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #FFF5DF));
    background-image: -webkit-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: linear-gradient(to bottom, #FFF 0, #FFF5DF 100%);
    padding-bottom: 15px;
}
.row-one {
    margin: 2em 0;
}
.center-text {
    text-align: center;
}
.customers {
    padding: 40px 0 30px;

    background: #fdfdfd;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.form-trust {
    /*width: 16%;*/
    filter: gray;
    max-width: 100%;
    opacity: .8;
    transition: opacity .25s ease-in 0;
    display: inline-block;
}
.form-trust:hover {
-webkit-filter:grayscale(100%);
-webkit-transition:all .6s ease;
}

.form-trust  img{
    padding:5px;
}
 ul.navsupport h1:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 1px 2px 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: '\f095';
    color: #fff;
    background: #ff7f01;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    /*vertical-align: top;*/
    margin-right: 5px;
}
ul.navsupport p {
     font-size: 12px;
    text-align: left;
    letter-spacing: .5px;
    color: #12b126;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}
.content_call {
    /*padding: 5px 0;
    position: relative;*/
    display: inline-block;
    /*width: 100%;*/
}





/* __________________ New banner */
/* __________________ Other */
.call_boost {
  height: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #FFF;
  float: left;
  padding: 8px 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 13px 0 rgba(25, 91, 139, 0.48);
  box-shadow: 0 0 13px 0 rgba(25, 91, 139, 0.48);
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(48%, #f1f1f1), color-stop(49%, #e1e1e1), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(48%, #f1f1f1), color-stop(49%, #e1e1e1), to(#f3f3f3));
  background: linear-gradient(to bottom, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.call_boost {
    overflow: visible;
}
/*.content_call  {
  width: 70%;
}*/

.content_call .benefits {
  width: 100%;
}

.img_call {
  background: url(../images/yinglee.png) no-repeat;
  width: 200px;
  height: 140px;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
}

/*.img_call.sp {
  background: url(/Sites/1/Images/yinglee_sp.png) no-repeat;
}

.img_call.cn {
  background: url(/Sites/1/Images/yinglee_cn.png) no-repeat;
}

.img_call.th {
  background: url(/Sites/1/Images/yinglee_th.png) no-repeat;
}

.img_call.ab {
  background: url(/Sites/1/Images/yinglee_ab.png) no-repeat;
}*/



/*.phone_num > div {
  float: right;
  z-index: 10;
  position: absolute;
  right: 80px;
}*/

.phone_num strong {
    margin-bottom: 0 !important
}

.phone_num strong a {
 display: block;
    font-size: 36px;
    color: #ff8418;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 2px 0px black;
    padding: 48px 0 0 0;
}

.phone_num span a {
  font-size: 22px;
  color: #195b8b;
  font-weight: bold;
  float: right;
  clear: right;
  text-decoration: none;
}

.phone_num p {
  font-size: 14px;
  font-weight: bold;
  color: #195b8b;
  text-align: center;
}

.phone_num.vn strong a {
  font-size: 30px;
  padding-top: 5px;
}

.call_boost.airfare .phone_num:before {
  display: none;
}

.call_boost.airfare .phone_num span a {
  font-size: 15px;
}

.call_boost.airfare .phone_num strong a {
  font-size: 19px;
}

.call_boost.airfare .phone_num p {
  width: 122px;
  font-size: 12px;
  margin: 0;
}

.benefits {
  float: left;
  padding: 0;
}

.benefits span {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #195b8b;
  float: left;
  font-size: 13px;
  line-height: 1.2em;
    margin-bottom:30px;
}

.benefits i {
  border-right: 1px dotted #ff8418;
    display: block;
    content: '';
    position: absolute;
    height: 8em;
    bottom: 0;
}

.benefits span:last-child {
    border:0;
}

.benefits span:first-child:before {
  background: url(../images/arc-aa.png) no-repeat;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 5px;
  content: '';
}

.benefits span:nth-child(2):before {
  background: url(../images/arc-ab.png);
  width: 76px;
  height: 76px;
  display: block;
  margin: 0 auto 5px;
  content: '';
}

.benefits span:nth-child(3):before {
  background: url(../images/arc-ac.png);
  width: 76px;
  height: 76px;
  display: block;
  margin: 3px auto 5px;
  content: '';
}

.benefits span:last-child:before {
  background: url(../images/arc-ad.png) no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  margin: 5px auto 5px;
  content: '';
}

@media (max-width: 768px) {
.benefits i {
    border-right: none !important;
}

.phone_num strong a {
    padding: 0;
}

.phone_num:before {
    position: inherit !important;
}
.phone_num i{
    border-left: none;
}
.phone_num:before {
    bottom: 0;
    left: 0;
}
}


ul.foot-li li a{
  position: absolute;
    margin-left: 10px;
    margin-top: -9px;
}
ul.foot-li li{
  padding:5px 0;
}
ul.foot-li li img:hover {border-radius:50%;}
ul.foot-li li img {-webkit-transition: all 0.7s ease;transition: all 0.7s ease;}
i.icon.plane:before {
    content: "\f072";
}
i.icon {
    /* display: inline-block; */
    /* opacity: 1; */
    /* margin: 0 .25rem 0 0; */
    /* width: 1.18em; */
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tablist-icon > li > a > i {
    font-size: 18px !important;
    padding-right: 5px;
}
.tablist-icon > li > a {
    padding: 10px 7px !important;
}
.tablist-icon > li > a span{
    margin-top: 0;
    /* position: absolute; */
}
/************flight-details-redesign ************/
.info-mat {
    color: gray;
    font-size: 13px;
    padding: .25rem .25rem !important;
    font-weight: 600;
}
.right-content .well {
    min-height: 20px;
    padding: 0;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    display: block;
    border: none;
    clear:both;
}
.ring-titles {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: #d5ffcc;
    color: #0f0f0f;
    padding-bottom:0px;

    display: block;
    border: 1px solid #3faf0e;
    margin:0 auto 15px;
 
}
h3.call-price {
    font-size: 30px;
    color: #1d9905;
    text-decoration: none;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-weight:bold;
}
.ring-titles p {
    padding: 15px 0;
}

.ring-titles small {
    font-size:80%;
    color:#d11e19;
}
.phone-far{
    color: #d11e19;
    font-weight: 600;
    font-size: 18px;
}
.phone-sp{

   margin:5px auto 0;   
   padding:0; 
}
.phone-sp img {
    width:60px;   
}
.book-fare {
    padding:0;
}
/***********booking-review ************/
.Review-op {
    margin-bottom:15px;
}
.Review-op input[type="checkbox"] {
    margin-left: 25px !important;
    margin-top:7px;
}
.review-detail {
    font: 400 15px 'Lato', sans-serif !important;
}
.review-detail p{
    line-height: 1.7em;
    color: #0f0f0f;
    font-family: "Lato", sans-serif;
}
h3.review-book {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.6em;
    color: #0f0f0f;
    font-family: "Lato", sans-serif;
}
.review-list li {
    /* padding-top: 5px; */
    line-height: 1.7em;
    list-style: none;
    padding-left:15px;
}
.review-list li::before {
    color: #5bb162 !important;
    content: "\2022";
    padding-right: 10px;
    font-size: 1.2em !important;
    position: relative;
    top: 1px;
}
.secure-we {
    padding:0px 30px 10px;
}
.secure-we p {
    font: 400 15px 'Lato', sans-serif !important;
    line-height: 1.7em !important;
}
.prceed {
 padding-left:20px;
}
.locked-tip {
 padding-right: 8px;
    font-size: 18px;
}
.alert {
    border-radius:0px;
}
.number-pt span{
    font: 400 15px 'Lato', sans-serif !important;
    line-height: 1.7em !important;
}
.guarntee-price {
    display:block;
    margin:20px auto 0;
}
.tick-top {
    padding: 0;
    margin-top: 2px;
    display: block;
    width: 4%;
    float: left;
}
.lowest-tip {
    width: 90%;
    /* float: left; */
    display: inline-block;
}
.ember-view {
   background: #e6e6e6;
    padding: 20px 0;
}
.ember-view p{
    color:#0f0f0f;
    font: 400 14px 'Lato', sans-serif !important;
    line-height: 1.7em !important;
}
/*******popular-destination (index)*******/
.pop-head {
    font-size: 40px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}
.pop-discount {
    font-size: 20px;
    color: #12b126;
    /* line-height: 45px; */
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.pos-rel {
   padding: 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}


.about-grid-info {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-grid-info h4{
    color: #ffffff;
    font-size: 1em;
    margin: 1em 0 5px 0px;
    font-weight: 600;
    /* border: 1px solid #ddd; */
    padding: 20px;
    margin: 0px auto 30px;
    background: #35ad17;
}
.agileits-about-grids {
    margin: 2em 0 0 0;
    /* display: inline-block; */
}
.about-grid-info img {
    height: auto;
    max-width: 100%;
    border: 0;
    display: block;
    opacity: 1.0;filter: alpha(opacity=100); /* For IE8 and earlier */
}
.about-grid-info img:hover {opacity: 0.6;filter: alpha(opacity=50); /* For IE8 and earlier */ }

/*******popular-destination (index)*******/
.pop-head {
    font-size: 40px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}
.pop-discount {
    font-size: 20px;
    color: #12b126;
     display: block;
    text-align: center;
    padding-bottom: 5px;
}

.pos-rel {
   padding: 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.about-grid-info {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-grid-info h4{
    color: #ffffff;
    font-size: 1em;
    margin: 1em 0 5px 0px;
    font-weight: 600;
    padding: 20px;
    margin: 0px auto 10px;
    background: #35ad17;
}
.agileits-about-grids {
    margin: 2em 0 0 0;
    /* display: inline-block; */
}
a.ih-item{
    position: relative;
    clear:both;
    font-family:'Lato', sans-serif;
}
a.ihd-item .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.ihd-item .info {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a.ihd-item .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .2px;
    font-size: 20px;
    margin: 0 30px;
    line-height: 1.5em;
    top:29%;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
a.ihd-item .img {
    position: relative;
    width: 100%;
    height: 100%;
}
a.ihd-item img {
    width: 100%;
    height: 100%;
}
a.ihd-item .img:before {
       position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a.ihd-item:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
a.ihd-item:hover .info p {
  opacity: 1;
}
a.ihd-item:hover .img:before {
  box-shadow: inset 0 0 0 160px #1a4a72, inset 0 0 0 5px rgba(255, 255, 255, 0.8)/*, 0 1px 2px rgba(0, 0, 0, 0.1)*/;
  box-shadow: inset 0 0 0 160px rgba(26, 74, 114, 0.6), inset 0 0 0 5px rgba(255, 255, 255, 0.8)/*, 0 1px 2px rgba(0, 0, 0, 0.1)*/;
}
.offer-discount {
    font-size: 16px;
    color: #12b126;
    font-family:'Lato', sans-serif;
    display: block;
    text-align: center;
    padding-bottom: 33px;
}
.price-details {
    width: 100%;
    margin: 40px auto 0;
    padding: 0;
    display: inline-block;
    background: #f8f8f8;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.24);
    box-shadow: 0 1px 10px rgba(0,0,0,0.24);
}
.stay-up .form-control{
    /* width: 260px !important; */
    display: block;
    width: 100%;
}
.tp-widget-logo {
    margin-top: 13px;
}
/*******popular-destination (index) //*******/


/*
.search-selector > .col-xs-4,  .search-selector > .col-xs-3 {
    padding-left: 0px;
    padding-right: 10px;
}

*/

.form-group
{
    margin-bottom:8px;
}

.tab-pane .col-xs-3, .tab-pane .col-xs-4 {
    padding-right: 0px;
    /* padding-left: 30px; */
    margin-right: -5px;
    /* margin-left: -10px; */
}


.result-modify {
    background-color: #282c37;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

.destination-details, .timing-details, .traveller-details, .class-details{
    color:#fff;
}
.modify-div
{
    padding:15px;
    margin-top: 15px;

}


.modify_sm span {
    font-size: 12px;
    color: #b5b5b5;
}

.btn-modify {
    color: #fff;
    background-color: #46b754;
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
    height: 45px;
    font-size: 16px;
    width:100%;
    float:right;
}

.btn-modify:hover, .btn-modify:focus{
    color: #fff;
    background-color: #329c3f;
}










































/********* 5.april.2018 New CSS ***********/

.flight-fare-section{
	display:block;
	position:relative;
	margin-bottom:20px;
	border: #d3d5dc 1px solid;
    clear:both;
}
.right-content  p{
    font-size: 12px;
	line-height:20px;
	font-weight:500;
}

.fair-section{
	margin-right: 0;
    margin-left: 0;
	clear:both;
}

.fair-section a:hover{
	text-decoration:none;
}

h3.flight-fair {
    font-size: 28px;
    color: #1d9905;
    text-decoration: none;
    text-align: left;
    padding: 5px 0;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}


.btn-warning{
    color: #fff;
    background-color: #fc763b;
    border-color: #fb763b;
    box-shadow: none;
    border-radius: 0;
    /*padding: 3px 20px;*/
    font-weight: bold;
    width:150px;
    height: 35px;


}
.btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #fb6726;
    border: 1px solid #fb6726;
    box-shadow: none;
    outline: none;
}

.btn-warning-filter{
    color: #fff;
    background-color: #fc763b;
    border-color: #fb763b;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    /* height: 45px; */
    font-size: 15px;
    margin-left:15px;
    width:150px !important;
    text-align:center;
}
.btn-warning-filter:hover, .btn-warning-filter:focus {
    color: #fff;
    background-color: #fb6726;
    border: 1px solid #fb6726;
    box-shadow: none;
    outline: none;
}


.btn-info {
    border: 1px solid #2196f3;
    border-color: #2196F3;
    font-size: 11px !important;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    background-color: #2196F3;
    margin-bottom: 0;
    width: 150px;
    height: 26px;
}

.btn-info:hover, .btn-info:focus {
    color: #fff;
    background: #0b7dda;
    border: 1px solid #0b7dda;
    box-shadow: none;
    outline: none;
}

.flight_box_row{
	display:table;
	width:100%;
	background-color:#fff;
	padding: 10px 0;

}



.first_row{
    padding: 10px 0;
    background-color: #f3f3f9;
	border-bottom:#e4e5ea 1px solid;
	

}

.second_row{
	background-color:#fff;
	padding: 10px;
}

.third_row{
	background-color: #f7f7f7;
	border-top:#e4e5ea 1px solid;
  
}

.discount-details{
	float:left;
}

h3.flight-fair {
    font-size: 28px;
    color: #1d9905;
    text-decoration: none;
    text-align: left;
    padding: 5px 0;
    font-weight: 600;
    font-family: "Lato", sans-serif;
	float:left;
	margin-right:10px;
}

p.taxes-rs {
	color:#868686;
	font-size:11px;
    padding: 0px 0 0px!important;
    line-height: 1.2em;
	font-family: "Lato", sans-serif;
	clear:both;
}

.cities {
    width: 30px;
    height: 25px;
	padding:2px;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
}

.flight-fare-section .col-sm-3, .flight-fare-section .col-sm-9{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left:10px;
}

.flight-fare-section a p.date-time {
    color: #3b951a;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    display: inline-block;
	font-weight:normal;
    /* margin: 7px 0 0 0; */
}
.date-and-time{
	color: #000;
    font-size: 13px;
    font-family: "Lato", sans-serif;
	font-weight:normal;
	font-weight:bold;
	margin:0;
}
.place-name{
	color: #3b951a;
    font-size: 12px;
    font-family: "Lato", sans-serif;
	font-weight:normal;
	margin:0;
}

.free_cancellation{
	font-size:11px;
	padding:5px 10px;
	display: inline-block;
	color:#fff;
	background:#1d9905;
	margin-bottom: 5px;
}

.free_assistance{
	font-size:11px;
	padding:5px 10px;
	display: inline-block;
	color:#fff;
	background:#1d9905;
	margin-bottom: 10px;
}

.tabbable-more
{
    /*display:none;*/
    clear:both;
    /*margin-top: 55px;*/
    padding:20px 15px;
    border-top:#e4e5ea 1px solid;
}

.rotate{
	transform:rotate(0);
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	transition:all .5s ease;
}

.rotate-180{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transition:all .5s ease;
}

.date-flit i{
	display:inline-block;
    font-size: 16px;
    color: #f9753c;
}

.date-flit span{
	font-size:12px;
	display:inline-block;
	margin-left:10px;
}
.date-flit strong {
    color: #0f0f0f;
    font-size: 18px;
	display:inline-block;
    padding-right: 10px;
	margin-left:10px;

}
.tabbable-more span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    line-height: 2em;
}


.total_hours {
    color: #1d9905;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-weight: bold;
    margin: 0;
}

.flight_stops{
    color: #000;
    font-size: 14px !important;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin: 0;
}

.conn :before {
    border-top: 1px dashed #1d9905;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.hide-down {
    margin:5px auto;
}

.tabbable-more .tab-pane {
   margin-bottom: 30px;
}

.ico-field {
    font-size: 14px;
    line-height: 1;
    /* padding-right: 20px; */
    color: #0f0f0f;
    font-wseight: 500;
    padding-left: 0;
    display:block;
}

p.tollfree {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.checkbox-div {
    width:150px;
    display:block;
    height:20px;


}

.checkbox-div input[type="checkbox"] {
    margin: 0;
    margin-left: 15px;
    border:#12b126 1px solid;

}

.checkbox-div .top-field{
    margin: 0;
    margin-left:25px;
    cursor:pointer;
}

.control__indicator{
  position:absolute;
  top: 2px;
  left: 0;
  height :20px;
  width :20px;
  background:light-grey;
}

/****************seatmap-booking-div*************************/
 .popup-modal .seats-item {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 80%;
}
.popup-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 500;
}
.popup-modal .modal-header .close {
    margin-top: 10px; color: #737373;
}
.popup-modal .close:hover, .close:focus {
    color: #101010;
    cursor: pointer;
    opacity: 1;
}
.popup-modal .modal-header {
    padding: 10px 20px;
}
.footerbg-bottom {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    clear: both;
    background: #ffbf3a;
}
.footerbg-bottom .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.seats-tab {
    border-bottom:none;
    background: #fff;
    padding:0;
}
.seats-tab > li > a {
    padding: 10px 5px !important;
    border-radius: 0;
    border: none !important;
    color: #000;
    margin-right: 0;
    text-align: center;
}
.seats-tab > li > a:hover, .seats-tab > li > a:focus {
    text-decoration: none;
    background-color: #ffbf3a;
    color: #fff; 
}
.seats-tab > li.active > a, .seats-tab > li.active > a:hover, .seats-tab > li.active > a:focus {
    color: #fff;
    background-color:#ffbf3a;
    border:none !important;
    border-color: none;
}
.seats-tab > li {
    float: left;
    margin-bottom: 0;
    border: 1px solid #d0d0d0;
    width: 18%;
    margin: 3px;
}
/**seat-map**/


.seat-map li {
    list-style: none;
}
.seat-map label {
    cursor: pointer
}
.seat-map *, .seat-map  :after, .seat-map  :before {
     box-sizing: initial; 
}
.seat-map .group:before, .seat-map .group:after, .seat-map .row:before, .seat-map .row:after {
    content: "";
    display: table
}
.seat-map .group:after, .seat-map .row:after, .seat-map .clear {
    clear: both
}
.seat-map .group, .seat-map .row {
    zoom: 1
}
.seat-map .group {
  border-top: 1px dashed #b1b1b1;
    padding: 10px 0;
}
.seat-map .js .hide {
    display: none
}
.seat-map .invisible {
    visibility: hidden
}
.seat-map .left {
    display: block;
    float: left
}
.seat-map .right {
    display: block;
    float: right
}
  .seat-map .airplane {
    width: 80%;
    margin: 0 auto;
    clear: both;
}
.seat-map .plain-body {
    display: block;
    height: 32px;
    width: 13px;
    position: relative;
}
.seat-map .plain-body.left.body {
    background: url('../images/seat-border-left@2x.png') center right;
}
.seat-map .plain-body.right.body {
     background: url('../images/seat-border-right@2x.png') center left;
}
.seat-map .plain-body.exit {
    -ms-background-size: cover !important;
    background-size: cover !important;
    width: 24px;
}
.seat-map .plain-body.exit.left {
      background: url('../images/seat-exitrow@2x.png') center right;
}
.seat-map .plain-body.exit.right {
      background: url('../images/seat-exitrow@2x.png') center left;
}
.seat-map .plain-body.left .wing-top, .seat-map  .plain-body.left .wing-bottom  {
    position: absolute;
    top: 0;
    left: -62px;
    width: 60px;
    height: 251px;
}
.seat-map .plain-body.left .wing-top {
     background: url('../images/seat-wing-left-top.png') center right;
}
.seat-map .plain-body.left .wing-bottom {
    background: url('../images/seat-wing-left-bottom@2x.png') center right;
}
.seat-map .plain-body.right .wing-top, .seat-map  .plain-body.right .wing-bottom {
    position: absolute;
    top: 0;
    right: -62px;
    width: 60px;
    height: 251px;
}
.seat-map .plain-body.right .wing-top {
    background: url('../images/seat-wing-right-top@2x.png') center left;
}
.seat-map .plain-body.right .wing-bottom {
    background: url('../images/seat-wing-right-bottom@2x.png') center left;
}
.seat-map .seat-map-letters {
    margin-bottom: 7px;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 25px 0 5px;
}
.seat-map .seat-map-letters span {
    display: inline-block;
    margin: 0 3px;
    width: 24px
}
.seat-map .seat-map-letters .seat-row-number {
    height: auto
}
.seat-map .seat-group-row {
    text-align: center
}
.seat-map .seat-group-row+.seat-group-row {
    margin-top: 10px
}
.seat-map .seat-group-row.has-extl .seat {
    margin-top: 9px
}
.seat-map 
.seat-group-row.has-extl .seat--extl {
    margin-top: 0
}
.seat-map .seat-row-number, .seat-map  .seat-row-empty {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    width: 28px;
    height: 21px;
    line-height: 24px;
    font-size: 12px
}
.seat-map .seat {
   position: relative;
    display: inline-block;
    border-style: solid;
    border-radius: 4px 4px 2px 2px;
    text-align: center;
    cursor: pointer;
    width: 16px;
    height: 15px;
    margin: 0 3px;
    vertical-align: top;
    border-width: 2px;
}
.seat-map .seat:before {
    content: '';
  position: absolute;
    z-index: 10;
    bottom: -6px;
    left: -1px;
    width: 0px;
    height: 10px;
    border-radius: 15px;
}
.seat-map .seat:after {
    content: '';
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -3px;
    width: 16px;
    height: 3px;
    border-radius: 10px;
}
.seat-map .seat-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 0;
    width: 100%;
    border-radius: 7px 7px 4px 4px;
    height: 15px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    line-height: 11px
}
.seat-map .seat--available {
    background: #fff;
    border-color: #7ab639
}
.seat-map .seat--available:before {
    background: #fff;
    box-shadow: 0 0 0 2px #7ab639,  18px 0 0 0 #fff,  18px 0 0 2px #7ab639
}
.seat-map .seat--available:after {
    background: #fff;
    box-shadow: 0 0 0 2px #7ab639
}
.seat-map .seat--available .seat-text {
    background: #fff;
    border-color: #7ab639;
    color: #fff
}
.seat-map .seat--unavailable, .seat-map  .seat--blocked {
    background: #fff;
    border-color: #acacac;
    cursor: default
}
.seat-map .seat--unavailable:before, .seat-map  .seat--blocked:before {
    background: #fff;
    box-shadow: 0 0 0 2px #acacac,  18px 0 0 0 #fff,  18px 0 0 2px #acacac
}
.seat-map .seat--unavailable:after, .seat-map  .seat--blocked:after {
    background: #fff;
    box-shadow: 0 0 0 2px #acacac
}
.seat-map .seat--unavailable .seat-text, .seat-map  .seat--blocked .seat-text {
    background: #fff;
    border-color: #acacac;
    color: #acacac
}
.seat-map .seat--chargable {
    background: #fff;
    border-color: #1d177f
}
.seat-map .seat--chargable:before {
    background: #fff;
    box-shadow: 0 0 0 2px #1d177f,   18px 0 0 0 #fff, 18px 0 0 2px #1d177f
}
.seat-map .seat--chargable:after {
    background: #fff;
    box-shadow: 0 0 0 2px #1d177f
}
.seat-map .seat--chargable .seat-text {
    background: #fff;
    border-color: #1d177f;
    /*color: #fff*/
}
.seat-map .seat--chargable .seat-text.air-canada {
    background: #fff;
    border-color: #1d177f;
    color: #fff;
}
.seat-map .seat--chargable .seat-text.seat-chargable-with-price {
    background: #fff;
    border-color: #1d177f;
    color: #fff;
}
.seat-map .seat--chargable.seat--extl {
    background: #fff;
    border-color: #1d177f;
}
.seat-map .seat--galley .seat-text {
    background: #fff;
    border-color: #1d177f;
    color: #fff
}
.seat-map 
.seat--galley.seat--extl {
    background: #fff;
    border-color: #1d177f;
}
.seat-map .seat--preferential {
    background: #fff;
    border-color: #00bcab;
    cursor: default;
}
.seat-map .seat--preferential:before {
    background: #fff;
    box-shadow: 0 0 0 2px #00bcab,  18px 0 0 0 #fff, 18px 0 0 2px #00bcab
}
.seat-map .seat--preferential:after {
    background: #fff;
    box-shadow: 0 0 0 2px #00bcab
}
.seat-map .seat--preferential .seat-text {
    background: #fff;
    border-color: #00bcab;
    color: #00bcab;
}
.seat-map 
.seat--preferential.seat--extl {
    background: #fff;
    border-color: #00bcab
}
.seat-map .seat--selected {
    background: #d1007c;
    border-color: #d1007c
}
.seat-map .seat--selected:before {
    background: #ff2ba8;
    box-shadow: 0 0 0 2px #ff2ba8,  18px 0 0 0 #ff2ba8, 18px 0 0 2px #ff2ba8
}
.seat-map .seat--selected:after {
    background: #ff70c5;
    box-shadow: 0 0 0 2px #ff70c5
}
.seat-map .seat--selected .seat-text {
    background: #d1007c !important;
    border-color: #d1007c;
    color: #d1007c !important;
}
.seat-map .seat--selected.seat--extl {
    background: #a70274;
    border-color: #a70274
}
.seat-map .seat--passenger {
    background: #3300d1;
    border-color: #3300d1;
}
.seat-map .seat--passenger:before {
    background: #5933cf;
    box-shadow: 0 0 0 2px #5933cf,  18px 0 0 0 #5933cf,  18px 0 0 2px #5933cf
}
.seat-map .seat--passenger:after {
    background: #7e63d0;
    box-shadow: 0 0 0 2px #7e63d0;
}
.seat-map .seat--passenger .seat-text {
    background: #3300d1;
    border-color: #3300d1;
    color: #3300d1;
}
.seat-map .box.sticky {
    background-color: #f6f6f6
}
.seat-map .sticky:before, .seat-map .sticky:after {
    content: "";
    display: table
}
.seat-map .sticky:after {
    clear: both
}
.seat-map .sticky {
    zoom: 1
}
.seat-map .seat-key {
    margin-top: 25px;
    color: #444;
    line-height: 1.3;
    border: 1px solid #ddd;
    clear: both;
}
.seat-map .seat-key h3 {
   margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    font-size: 18px;
    color: #fefefe;
    text-align: center;
    text-transform: none;
    background: #000000;
}

.seat-map .seat-key-list li {
    margin: 0 auto;
    padding: 15px 15px;
    background-repeat: no-repeat;
    background-position: left center;
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.6em;
    color: #000;
}
.seat-map .seat-key-list li:first-child {
    border-top: 0
}
/*****my-design-seat-map********/
.left-panel{
	background: #fff;
    padding: 0;
	height:auto;
	margin:35px auto 15px;
}
 h4.offer-core{
	 background: #000;
    color: #fff;
	text-align:center;
	padding:16px 0;
	font-size:15px;
	font-weight:400
}
/* panel */

.box-panel {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: white;
	color:#000;
	font-family: 'Roboto', sans-serif;
    position: relative;
    margin: -6px 0 0 0;
	padding: 13px 0;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.box-panel:hover, .box-panel.actives {
	width: 100%;
	height:auto;
	display: inline-block;
	/*background-position: top center;*/
	background-color: #f08038;
	color:#fff;
}

.box-panel.actives .seat-list {
    border-right: 1px solid #ce6a2b !important;
}
.box-panel:focus {
	width: 100%;
	height:auto;
	display: inline-block;
	background-position: top center;
	background-color: #f08038;
	color:#fff;
}
.box-panel span {
    font-size: 10px;
    line-height: 2em;
}
.seat-metas {
    line-height: 2.2em;
    font-size: 14px;
}
.box-panel .seat-list {
    /*border-right: 1px solid #f1f1f1;*/
}

.chnge-seat {
    padding:0; margin:0px auto 20px !important; text-align:center; color: #fff;
}
.form-group .btn-green {
    color: #fff;
    background: #ffbf3a;
    border-color: transparent;
    padding: 10px 25px;
    height: 40px;
    margin-right:10px;
	transition: all 0.3s ease 0s;
}
.chnge-seat .btn-green:hover, .chnge-seat .btn-green:focus {
    color: #fff;
    background-color: #fbb015;
}

.btn-blue {
    color: #fff;
    background: #3854c5;
    border-color: transparent;
    padding: 10px 25px;
    height: 40px;
    /* margin: 0 10px; */
	transition: all 0.3s ease 0s;
}
.chnge-seat .btn-blue:hover, .chnge-seat .btn-blue:focus {
    color: #fff;
    background-color: #2e48b9;
}
/**right-panel**/
.seat-map .seat--select {
    background: #d1007c !important;
    border-color: #d1007c !important;
    color: #d1007c !important
}
.seat-map .seat--select {
    background: #a70274;
    border-color: #a70274
}
.seat-map .seat--select:before {
    background: #ff2ba8;
    box-shadow: 0 0 0 2px #ff2ba8, 18px 0 0 0 #ff2ba8, 18px 0 0 2px #ff2ba8;
}
.seat-map .seat--select:after {
    background: #ff70c5;
    box-shadow: 0 0 0 2px #ff70c5;
}
/**right-panel**/
/*********tooltip*********/
.add-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;  border: 1px solid #D4D4D5; color:#000; padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    -moz-box-shadow:  2px 2px 2px rgba(68, 68, 68, 0.34);
    -webkit-box-shadow:  2px 2px 2px rgba(68, 68, 68, 0.34);
    box-shadow:0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15); 
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}
.add-tooltip + .tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.add-tooltip + .tooltip > .tooltip-arrow {
  position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #FFF;
    /*left: 20% !important;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 1px 1px 0 0 #bababc;
    border-width:inherit;
    bottom:2px;
}
/*********tooltip*********/
.seat-map .plane-77W {
    width: 65%;
    margin: 0 auto;
    clear: both;
}
.seat-item {
   font-size: 14px;
    color: #000;
    line-height: 1.8em;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}
 .seat-item a{
    color: #4183C4;
    text-decoration: none;
}
 .seat-item:first-child {
    border-top: none !important;
}
/*****my-design-seat-map********/

/*******add-ons********/
.ins-header{
    color: #056ba8;
    font-size: 24px;
    padding-top: 10px;
}
.ins-list {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    padding: 15px 0 0 20px;
}
.ins-reasons {
    float: left;
    width: 26%;
    font-size: 14px;
    line-height: normal;
    padding:5px 0 5px;
}
/*.yellbg {
    background: #fff1cc;
    padding-top: 2px;
    padding-bottom: 2px;
}*/
.yellbg {
    background: #dff0d8;
    padding-top: 2px;
    padding-bottom: 14px;
    margin: 20px 0 5px;
}

.sec-bg {
    padding-bottom: 20px;
}
.coverageInfo {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 10px;
}
.travel-ins{
    padding-top: 20px;
    padding-bottom: 10px;
}
.travel-ins p{
   top: 30px;
}
.ins-figure {
    padding: 40px 0;
}
/*******insurance-31july-changes******/
.insurance-plan {
    margin: 20px auto 10px;
}
.insurance-plan h1 {
   font-size: 15px;
    line-height: 2em;
    font-weight: 600;
}
.insurance-plan p.trip-out {
    line-height: 2em;
    padding-bottom: 10px;
}
.insurance-plan p {
    line-height: 2em;
}
.insurance-plan span.odd-green {
    color: #5cb85c;
    font-weight: 600;
}
.insurance-plan i {
    color: #5cb85c;
    padding-right: 10px;
}
/*.insurance-plan ul {
    padding: 0 0 0 20px;
}
.insurance-plan ul li > span{
    font-size: 13px;
}
.insurance-plan ul li{
    font-size:18px; list-style-type: circle;
}*/
.insurance-plan  p.terms-plan{
    border-top: 1px solid #000;
    padding: 20px 0 0;
    clear: both;
}
.insurance-plan p.get-plan {
    padding-left: 40px;
    clear: both;
}
.add-insurance {
    padding-left:30px;
}
p.fact-cost {
    border: 1px solid #333;
    padding: 5px 10px;
   margin: 20px auto;
    clear: both;
    display: inline-block
}
ul.add-price {
    padding-bottom: 20px;
}
p.terms-sec{
    padding-bottom: 30px;
}
.trip-bg {
    padding: 20px 0;
}
.travel-add{
    padding: 10px 0;
}
/************************/