/*color*/
/*font size*/
/*color*/
/*font size*/
/*mixin*/
body {

  color: #333333;
  font-family: 'gilroyregular'; }

.fontBold {
  font-family: 'gilroybold';
  font-weight: normal;
  font-style: normal; }

.fontMedium {
  font-family: 'gilroymedium';
  font-weight: normal;
  font-style: normal; }

.fontRegular {
  font-family: 'gilroyregular';
  font-weight: normal;
  font-style: normal; }

.noMargin {
  margin: 0px; }

.noPadding {
  padding: 0px; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

p {
  margin: 0px; }

.container {
  max-width: 100%;
  padding: 0px 100px; }

.fs-20 {
  font-size: 20px; }

.fs-26 {
  font-size: 26px; }

.fs-24 {
  font-size: 24px; }

.fs-22 {
  font-size: 22px; }

.fs-14 {
  font-size: 14px; }

.fs-18 {
  font-size: 18px; }

.fs-16 {
  font-size: 16px; }

.fs-36 {
  font-size: 36px; }

.banner {
  background-size: cover !important;
  background-position: top center !important; }

input {
  border: none;
  outline: 0; }

.btn {
  border: none;
  padding: 0px; }

.iconsprite {
  background: url("../images/home/Icon.png") no-repeat; }

.hidden {
  overflow: hidden; }

.BtnStyle {
  width: 90px;
  height: 30px;
  background: #F9A61A;
  color: #333333;
  border-radius: 30px;
  font-size: 12px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.pos_abs {
  position: absolute;
  top: 2px;
  right: 2px; }

.BtnStyle:hover {
  background: #333333;
  color: #FFFEFE !important;
  width: 120px; }

.whiteText {
  color: #FFFEFE; }

  header .h_panel_left a{
	  
	  cursor: default;
  }
  
header .headerPanelTop.newClass {
    background: #cccccc;
    border-bottom: 1px #a09d9d solid;
}
.newClass a {
    color: #333 !important;
}
  
.clrOrange {
  color: #F9A61A; }

.news_Form input {
  width: 100%;
  border-radius: 30px;
  height: 35px;
  padding: 0 6rem 0 15px; }
 
 .hl-im{
	 
	 padding-top: 5%;
 }

footer ::-webkit-input-placeholder {
  color: #333333 !important; }

footer ::-moz-placeholder {
  color: #333333 !important; }

footer :-ms-input-placeholder {
  color: #333333 !important; }

footer :-moz-placeholder {
  color: #333333 !important; }

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

footer .call_Icon {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background-position: -500px 0px; }

footer .currency_Icon {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background-position: -455px 0px; }

footer .SocialIcons {
  padding: 0 0 0 15px; }

footer .smglinks > li > a:hover {
  font-weight: bold; }

footer #NewsBanner {
      background: url(../images/home/Newsletter.jpg) no-repeat;
    height: 20vh !Important;
    padding-top: 5px; 
	display:none !important;
	}
div#divnewsletter {
	width:330px;
    position: relative;
    top: 6px;
}
footer .news_Row {
  width: 900px;
  margin: 0 auto !Important; }
div#exits,div#thankyou {
    font-weight: bold;
    color: #333;
}
footer .det_Panelheight {
  height: 85px; }

footer .Call_center {
  background: #315F90; }

footer .currency_Convert {
  background: #1A4D84; }

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

footer .worlds_Logo {
  background: #E3E8EE; }

footer .socialicons {
  background: #013976; }

footer .detail_Title a {
  color: #FFFEFE; }

footer .worlds_Logo img {
  width: 120px; }

footer .detailPanel {
  background: -webkit-linear-gradient(left, #E3E8EE 50%, #013976 50%);
  background: -moz-linear-gradient(left, #E3E8EE 50%, #013976 50%);
  background: -o-linear-gradient(left, #E3E8EE 50%, #013976 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E3E8EE), color-stop(50%, #013976));
  background: linear-gradient(left, #E3E8EE 50%, #013976 50%); }

footer .footpanellist li {
  font-size: 14px; }

footer .copyRights h5 {
  padding: 15px 0 3px 0; }

footer .footpanellist li span {
  width: 1px;
  height: 10px;
  display: block;
  background: #333;
  margin: 5px 7px; }

footer .siteTab a {
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  padding: 6px 0px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  font-family: 'gilroybold'; }

footer .gray-tab {
  background: url(../images/home/Grey-tab.png) no-repeat bottom center;
  background-size: 100%;
  color: #000 !important; }

footer .blue-tab {
  background: url(../images/home/blue-tab.png) no-repeat bottom center;
  background-size: 100%; }

footer .footpanellist li a {
  color: #333;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

footer .sitePanel {
  padding: 20px 0px;
  position: relative;
  display: none; }

footer .sitemaplink {
  background: #013976; }

footer .groupsites {
  background: #F4F3F8; }

footer .sm_grid p {
  font-size: 14px;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'gilroybold';
  margin-bottom: 1rem; }

footer .smglinks {
  padding: 0px 0px 0px 15px; }

footer .groupsites .smglinks > li > a {
  color: #959596;
  font-size: 12px !important; }

footer .sm_grid li {
  position: relative; }

footer .smg_head {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  font-family: 'gilroybold';
  margin-bottom: 1rem;
  text-transform: uppercase; }

footer .gs_list li::before {
  content: ">";
  position: absolute;
  color: #959596 !important;
  left: -12px;
  top: 2px;
 font-family: cursive !important;
 }

footer .smglinks > li > a {
  display: block;
  color: #fff;
  padding: 6px 0px;
  text-transform: capitalize;
  font-size: 12px;
  font-family: 'gilroymedium'; }

footer .smp_list li::before {
  content: ">";
  position: absolute;
  color: #fff;
  left: -12px;
  top: 2px;
 font-family: cursive !important; }

footer .sm_grid {
  width: 100%;
  padding: 0px 10px; }

footer .main_list li a {
  font-family: 'gilroyBold';
  font-size: 14px; }

footer .siteTab a:after {
  content: '+';
  font-family:  'gilroyBold';
  padding: 0 10px; }

footer .siteTab a.activeIcon:after {
  content: '-'; }

footer .footpanellist li a:hover {
  color: #013976; }

footer .facebook {
  background-position: -315px -15px; }

footer .twitter {
  background-position: -215px -15px; }

footer .insta {
  background-position: -264px -15px; }

footer .youtube {
  background-position: -115px -15px; }

footer .share {
  background-position: -165px -15px; }
footer .linked {
 background:url(../images/Linkdin.png)no-repeat;
 background-size:cover;
 }
.icon-style {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px; }
.quick_bx.fontBold {
    margin-bottom: 20px;
}
.facebook_forHeader {
  background-position: -515px -115px; }

.twitter_forHeader {
  background-position: -415px -115px; }

.insta_forHeader {
  background-position: -465px -115px; }

.youtube_forHeader {
  background-position: -315px -115px; }

.share_forHeader {
  background-position: -365px -115px; }

input {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.InnerInput input {
  width: 100%;
  border-radius: 30px;
  height: 35px;
  font-size: 13px;
  padding: 0 15px 0 15px;
  font-family: gilroymedium; }

.InnerInput input:focus {
  padding: 0 15px 0 25px; }

.inputWidth input {
  width: 190px; }

.InputPadPosition {
  padding: 0 7px; }

.news_Form input:focus {
  padding: 0 6rem 0 25px; }

/************Header**************/
header.headerPanel {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9; }

header .cloud:before {
  content: '';
  background: url(../images/home/Icon.png) no-repeat;
  width: 20px;
  background-position: -315px -65px;
  height: 15px;
  display: inline-block;
  margin: 0 5px 0 0; }

header .h_panel_right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

header .line_forHeader {
  background: #4B759E;
  width: 1.5px;
  margin: 6px 10px;
  height: 50%; }

header .headerPanelTop {
  background: #013976;
  height: 30px; }

header .h_panel_left a {
  color: #FFFEFE;
  font-size: 12px; 
  font-weight: bold;
    letter-spacing: .2px;
  }

header .h_navRow {
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%; }

header .h_panel_left span {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #3F6A97;
  margin: 0px 5px;
  position: relative;
  top: 2px; }

header .hnav_Left {
  width: 275px;
  height: 65px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 15px;
  border-radius: 0 0 15px 0;
  -webkit-box-shadow: 0 0 3px 1px #666;
  box-shadow: 0 0 3px 1px #666;
  position: absolute;
  top: 0; }

header .logo {
  padding: 0;
  margin: 0;
  width: 165px; }

header .navbar-collapse {
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  top: 100%;
  border-top: 1px dashed #ccc;
  margin: 0px;
  -webkit-box-shadow: 0px 3px 3px #ccc;
  box-shadow: 0px 3px 3px #ccc; }

header .navbar-toggler {
  border: none;
  background: transparent !important;
  float: right;
  margin: 1.6rem 0px;
  padding: 0px !important; }

header .navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

header .navbar-toggler .icon-bar {
  background-color: #013976;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px; }

header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px; }

header .icon-bar:nth-child(3) {
  width: 20px;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler:hover > .icon-bar:nth-child(3) {
  /* width: 30px; */
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler .icon-bar.active:nth-child(3) {
  width: 30px;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler .icon-bar.active:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
  -ms-transform: rotate(45deg) translate(4px, 5px);
  transform: rotate(45deg) translate(4px, 5px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler .icon-bar.active:nth-child(3) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler .icon-bar.active:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
  -ms-transform: rotate(-45deg) translate(1px, -1px);
  transform: rotate(-45deg) translate(1px, -1px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

header .navbar-toggler.navBtnStyle {
  width: 30px;
  margin: 6px 0 0 0; }

header .menuText {
  color: #013976;
  font-size: 12px; }

header .line {
  background: #D1D1D1;
  display: block;
  width: 1.5px;
  height: 90%;
  margin: 2px 15px; }

header .CollapsePanel {
  background: #013976;
  border: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  width: 20%;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  left: -20%;
  padding: 80px 35px 30px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header .CollapsePanel.show {
  left: 0; }

header .navbar-nav {
  display: block; }

header .navbar-nav a {
  color: #FFFEFE;
  position: relative; }

header .navbar-nav a:after {
  content: '';
  background: #fff;
  position: absolute;
  opacity: 0;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header .navbar-nav a:hover:after {
  opacity: 1;
  width: 100%; }

header .hnavRight {
  position: absolute;
  right: 15px;
  top: 10px; }

header .search {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #FFFEFE; 
  position: absolute;
    z-index: 999;
}


header .search:after {
  content: '';
  background: url(../images/home/Icon.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-position: -360px -60px; }

header .h_panel_right {
  text-align: right; }

header .h_panel_list {
  width: 100%;
  margin: 0px 4rem 0 18rem !important;
  position: relative;
  z-index: 99; }

header .select_panel {
  background: inherit;
  border: none;
  color: #FFFEFE;
  font-size: 10px; }

header .MenuOverlay {
  background: rgba(1, 57, 118, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
z-index: 2;
  }
body.hidden{
	overflow:inherit;
}
.Label {
  margin: 0; }

.selectPanel p {
  display: inline-block;
  font-size: 13px;
  vertical-align: text-top; }

.selectPanel .form-group {
  padding: 0 20px 0 0; }

.Customradio_style {
  width: 10px;
  -webkit-appearance: none;
  height: 10px;
  border: 1px solid #A7A7A7;
  border-radius: 100%;
  margin: 0 6px 0 0; }

.Customradio_style:checked {
  background: #A7A7A7; }

.selectPanel {
  padding: 15px 0 0 0; }

.news_Form.news_Form_Home input {
  font-size: 13px; }

/************Home**************/
.homeWrapper {
  /*.Label_Icon:before {
        content: '';
        background: url(../images/home/Icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: block;
    }*/ }
  .homeWrapper #HomeBannerOne {
    background: url("../images/home/banner1.jpg") no-repeat; }
  .homeWrapper .ExpCaption.for_hyperlink a {
    margin: 15px 0 0 0; }
  .homeWrapper .FixedStripIcons {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 40%; }
  .homeWrapper.homeWrapper {
    padding: 30px 0 0 0; }
  .homeWrapper .load_more .BtnStyle {
    width: 110px; }
  .homeWrapper .load_more .BtnStyle:hover {
    width: 140px; }
  .homeWrapper #expBannerOne {
    background: url(../images/experience/experience-bg.jpg) no-repeat;
	
    height: 65vh; }
  .homeWrapper #expBannerTwo {
    background: url(../images/home/Experince-hydrabad.png) no-repeat;
    height: 65vh; }
  .homeWrapper #StayTouchBanner {
    background: url(../images/home/stay-in-touch.jpg) no-repeat;
    /*height: 84vh;*/
    padding-bottom: 45px;	}
  .homeWrapper #whatsGialBanner {
    background: url(../images/home/whats-happening.png) no-repeat;
    height: 65vh; }
  .homeWrapper #PreOrderBannerOne {
    background: url(../images/home/Shop-banner-01.jpg) no-repeat;
    height: 64vh; }
   .homeWrapper #PreOrderBannerTwo {
    background: url(../images/home/Shop-banner-02.jpg) no-repeat;
    height: 64vh; }
   .homeWrapper #PreOrderBannerThree {
    background: url(../images/home/Shop-banner-03.jpg) no-repeat;
    height: 64vh; }
  .homeWrapper .travel_GhialText {
    padding: 100px 0 50px 0; }
  .homeWrapper .ExpCaption {
    width: 570px;
    padding: 0 50px; }
  .homeWrapper .expTitle {
    padding: 0 0 15px 0; }
  .homeWrapper .exp_carousel_Arrow {
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 30px;
    bottom: 0;
    top: auto;
    left: 100px;
    margin: 70px 0 50px 0; }
  .homeWrapper .carousel-control-prev.exp_carousel_Arrow:after {
    background-position: -410px -160px; }
  .homeWrapper .carousel-control-next.exp_carousel_Arrow:after {
    background-position: -460px -160px; }
  .homeWrapper .exp_carousel_Arrow:after {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block; }
  .homeWrapper .CounterIcon {
    width: 40px;
    height: 40px;
    background-position: -355px -5px; }
  .homeWrapper .expArrow {
    padding: 0 50px; }
  .homeWrapper .carousel-control-next.exp_carousel_Arrow {
    right: auto;
    left: 150px; }
  .homeWrapper .stay_title {
    padding: 50px 0;
    color: #FFFEFE; }
  .homeWrapper .st_row_inn {
    padding: 0 7px; }
  .homeWrapper .row.st_row {
    margin: 0 -7px; }
  .homeWrapper .load_more {
    padding: 60px 0 0 0; }
  .homeWrapper .Ghial_context {
    padding: 100px 0 60px 0;
    width: 470px;
    margin: 0 auto;
    text-align: center; }
  .homeWrapper .ghial_para {
    padding: 15px 0 0 0; }
  .homeWrapper .Ghial_style {
    padding: 0 7px; }
  .homeWrapper .row.Ghial_row {
    margin: 0 -7px; }
  .homeWrapper .Ghial_style a {
    display: block;
    position: relative; }
  .homeWrapper .GhialVideoTitle {
    color: #FFFEFE;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1; }
  .homeWrapper #GhialCarouselBanner {
    margin: -180px 0 0 0; }
  .homeWrapper .GhialArrow {
    text-align: center;
    margin: 30px 0; }
  .homeWrapper .GhialArrow .exp_carousel_Arrow {
    position: static;
    display: inline-block;
    margin: 0px 7px; }
  .homeWrapper .ghial_PanelContext a {
    width: 90px;
    font-size: 11px;
    font-family: gilroymedium;
    font-weight: bold; }
  .homeWrapper .ghial_PanelContext a:hover {
    width: 120px; }
  .homeWrapper .ghial_PanelContext p {
    padding: 5px 0 10px 0;
    font-size: 13px;
    height: 85px;
    line-height: 18px; }
  .homeWrapper .ghial_PanelImg img {
    border-radius: 3px 3px 0 0; }
  .homeWrapper .ghial_PanelContext {
    border: 1px solid #F5F5F5;
    -webkit-box-shadow: 0 6px 6px #f6f6f6;
    box-shadow: 0 6px 6px #f6f6f6;
    padding: 20px 20px 15px 20px;
    border-radius: 0px 0px 6px 6px;
    height: 26vh; }
  .homeWrapper .ghial_PanelContext a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFEFE; }
  .homeWrapper .travel_GhialText h2 {
    color: #FFFEFE; }
  .homeWrapper .travel_GhialText p {
    padding: 15px 0 0 0; }
  .homeWrapper .travel_GhialRow {
    margin: 0 -7px; }
  .homeWrapper .travel_GhialList {
    padding: 0 7px; }
  .homeWrapper .Ghial_listContext {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 6px 6px #24729B;
    box-shadow: 0 6px 6px #24729B;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0 6px 6px; }
  .homeWrapper .GhialIcon:after {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block; }
  .homeWrapper .GhialIcon.Ghial_iconOne:after {
    background-position: -299px -152px; }
  .homeWrapper .GhialIcon.Ghial_iconTwo:after {
    background-position: -347px -150px; }
  .homeWrapper .GhialIcon.Ghial_iconThree:after {
    background-position: -197px -152px; }
  .homeWrapper .GhialIcon.Ghial_iconFour:after {
    background-position: -247px -152px; }
  .homeWrapper .Ghial_listImg {
    position: relative; }
  .homeWrapper .GhialIcon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    bottom: -25px;
    background: #31A4DD;
    border-radius: 100%;
    border: 3px solid #fff; }
  .homeWrapper .Ghial_listImg img {
    border-radius: 3px 3px 0 0; 
  width: 100%;}
  .homeWrapper .Category {
    color: #013976;
    font-family: 'gilroybold';
    font-size: 12px; }
  .homeWrapper .Ghial_listContext p {
    font-size: 13px;
    padding: 10px 0 15px 0; }
  .homeWrapper .Ghial_listContext h2 {
    padding: 5px 0 0 0; }
  .homeWrapper .Ghial_listContext h2 span {
    display: block; }
  .homeWrapper .ghial_rightAngle {
    width: 35px;
    height: 35px;
    background: #F9A61A;
    border-radius: 30px;
    display: block; }
  .homeWrapper .ghial_rightAngle:after {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: -556px -108px;
    display: block;
    text-align: center; }

   .homeWrapper .BannerContext h2 {
    padding: 0px 10px 0px 10px;
    margin: 40px 0px 20px 0px;
    background: #47474794;
}

	
  .homeWrapper .shopnow {
    border: 1px solid #FFFEFE;
    background: inherit;
    color: #FFFEFE;
    padding: 5px 0;
    width: 130px;
    margin: 25px 0 0 0; }
  .homeWrapper .shopnow:hover {
    width: 160px; }
  .homeWrapper .hdflogo {
    width: 110px; }
  .homeWrapper .PreOrderTExt {
    font-size: 40px; }
  .homeWrapper .carousel-indicators.PreOrderIndicators {
    margin: 0;
    bottom: 30px; }
  .homeWrapper .carousel-indicators.PreOrderIndicators li.active {
    background: #FFFEFE !important; }
  .homeWrapper .carousel-indicators.PreOrderIndicators li {
    width: 10px;
    height: 10px;
    background: #384C65;
    border-radius: 100%; }
  .homeWrapper #TravelBanner {
    background: url(../images/home/travelbanner.jpg) no-repeat;
    padding: 0 0 70px 0; }
  .homeWrapper #HassleBanner {
    background: url(../images/home/hassel-free.jpg) no-repeat;
    height: 50vh; }
  .homeWrapper .Hassle_context {
    padding: 10px 0 0 0; }
  .homeWrapper .Hassle_listRow {
    border-top: 4px solid #F9A61A;
    background: #fff;
    height: 28.3vh;
    -webkit-box-shadow: 0 10px 10px #ccc;
    box-shadow: 0 10px 10px #ccc;
    border-radius: 3px 3px;
    position: relative;
    top: -57px; }
  .homeWrapper .Hassle_context p {
    padding: 10px 0 0 0; }
  .homeWrapper .Hassle_PanelList h3 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    color: #013976;
    border-bottom: 2px solid #EE1C25;
    font-size: 12px; }
  .homeWrapper .Hassle_PanelList {
    width: 25%;
    padding: 0 25px 20px 25px;
    border-right: 1px solid #EFEFEF;
    text-align: center; }
  .homeWrapper .Hassle_PanelList:last-child {
    border: none; }
  .homeWrapper .Hassle_PanelList p {
    min-height: 75px;
    padding: 15px 0 0 0; }
  .homeWrapper .BookBtn {
    width: 120px;
    height: 30px;
    background: inherit;
    border: 1px solid #F9A61A;
    color: #333333;
    font-family: 'gilroybold';
    border-radius: 30px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .homeWrapper .Hassle_PanelList p span {
    display: block;
    text-transform: initial;
    font-size: 12px;
    font-weight: 600; }
  .homeWrapper .Hassle_PanelList a {
    width: 110px !important;
    color: #000; }
  .homeWrapper .Hassle_PanelList a:hover {
    width: 140px !important; }
  .homeWrapper .Hassle_PanelList p {
    min-height: 75px;
    padding: 15px 0 0 0; }
  .homeWrapper .BookBtn:hover {
    width: 150px; }
  .homeWrapper .JourneyPanel {
    background: #F5F4F9; }
  .homeWrapper .nav-tabs.JourneyTabList li {
    padding: 0 7px; }
  .homeWrapper .nav-tabs.JourneyTabList li a.active {
    background: #013976;
    color: #FFFEFE; }
  .homeWrapper .nav-tabs.JourneyTabList li a {
    width: 170px;
    height: 40px;
    border: 1px solid #013976;
    color: #013976;
    border-radius: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 20px;
    position: relative;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important; }
  .homeWrapper .nav-tabs.JourneyTabList li:first-child a img {
    width: 30px; }
  .homeWrapper .nav-tabs.JourneyTabList li:last-child a img, .homeWrapper .nav-tabs.JourneyTabList li:nth-child(2) a img {
    width: 25px; }
  .homeWrapper .JourneyTabList li a span {
    position: absolute;
    right: 15px; }
  .homeWrapper .StripIconStyle {
    position: relative;
    margin: 0 0 10px 0; }
  .homeWrapper .StripIconStyle a span {
    color: #333;
    font-size: 12px;
    font-family: gilroymedium;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0px 40px 0 0;
    text-align: right; }
  .homeWrapper .StripIconStyle:hover a span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .homeWrapper .StripIconStyle a:before {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 25px;
    height: 25px;
    background-position: -215px -216px;
    position: absolute;
    right: 10px; }
  .homeWrapper .StripIconStyle.stIcon_Two a:before {
    background-position: -314px -216px; }
  .homeWrapper .StripIconStyle.stIcon_Three a:before {
    background-position: -363px -216px; }
  .homeWrapper .StripIconStyle.stIcon_Four a:before {
    background-position: -416px -214px; }
  .homeWrapper .StripIconStyle.stIcon_Five a:before {
    background-position: -262px -214px; }
  .homeWrapper .StripIconStyle.stIcon_Six a:before {
    background-position: -464px -214px; }
  .homeWrapper .StripIconStyle a:after {
    content: '';
    width: 10px;
    height: 1px;
    background: #333;
    display: block;
    position: absolute;
    right: 0;
    top: 8px; }
  .homeWrapper .StripIconStyle a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .homeWrapper .nav-tabs.JourneyTabList li a.active .TabImgOn {
    display: block; }
  .homeWrapper .nav-tabs.JourneyTabList li a.active .TabImgOff {
    display: none; }
  .homeWrapper .TabImgOn {
    display: none; }
  .homeWrapper .Tab_row {
    padding: 30px 0 30px 0; }
  .homeWrapper .nav-tabs.JourneyTabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    position: relative;
    top: -25px; }
  .homeWrapper .TabPanel p {
    padding: 25px 0 0 0; }
  .homeWrapper .TabPanel.TabPanelTwo {
    padding: 0 0 0 100px; }
  .homeWrapper .TabPanel.TabPanelThree {
    padding: 0 0 0 75px; }
  .homeWrapper .tabPanList a:hover {
    color: #F9A61A; }
  .homeWrapper .tabPanList a {
    display: block;
    color: #333333;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 14px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #D8D8DB; }
  .homeWrapper .tabPanList a:last-child {
    border: none; }
  .homeWrapper .tabPanList {
    padding: 15px 0 20px 0; }
  .homeWrapper .tabPanList a:before {
    content: '>';
       font-family: 'gilroymedium';
    padding: 0 10px 0 0;
    font-size: 18px;
    position: relative;
    top: 0px;
    color: #013976; }
  .homeWrapper .HomeBannerCaption {
    width: 500px;
    padding: 160px 0 0 0;
    color: #333; }
  .homeWrapper .HomeBannerCaption h2 {
    padding: 6px 0 0 0; }
  .homeWrapper .home_logo.row {
    padding: 25px 0; }
  .homeWrapper .logo_Img {
    padding: 0 15px; }
  .homeWrapper .LogoImgOne {
    width: 160px; }
  .homeWrapper .LogoImgTwo {
    width: 120px; }
  .homeWrapper .carousel-indicators.HomeIndicators li {
    width: 10px;
    height: 8px;
    border-radius: 100%;
    background: #FEFEFE;
    border: 1px solid #fefefe; }
  .homeWrapper .carousel-indicators.HomeIndicators li.active {
    background: #FAA71D !important; }
  .homeWrapper .carousel-indicators.HomeIndicators {
        background: rgba(60, 63, 68, 0.5);
    padding: 3px 2px;
    position: absolute;
    margin: 0;
    height: 15px;
    border-radius: 30px;
    width: 60px;
    bottom: 85px;
    left: 100px;
    z-index: 1;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
	}
  .homeWrapper .find_your_flight {
    position: absolute;
    right: 100px;
    z-index: 1;
    height: 100%;
    width: 370px;
    padding: 160px 0 0 0; }
  .homeWrapper .Counter div {
    margin: 0 2px; }
  .homeWrapper .FlightDetails {
    background: url(../images/home/ticket1.png) no-repeat;
    background-size: 100% 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:100%;
    align-items: center;
    padding: 0px 12px;
    border-radius: 0px 0px 30px 30px;
	}
	div#HomeBannerTwo div {
    color: #fff;
}
div#HomeBannerTwo p {
    color: #fff;
}
div#HomeBannerTwo h2 {
    color: #fff;
}
  .homeWrapper .flipt_PanelOption {
    background: #FFFEFE;
    border-radius: 6px 6px 0 0;
    padding: 6px 12px;
    background: url("../images/home/ticket2.png") no-repeat;
    background-size: 100% 100%;
    width:100%;
	}
  .homeWrapper .flipt_PanelOption h2:after {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 90px;
    height: 35px;
    background-position: -545px -10px;
    position: absolute;
    right: 10px;
}
  .homeWrapper .news_Form.news_Form_Home {
    position: relative;
    width: 100%; 
	}
  .homeWrapper .Counter {
    background: url("../images/home/ticket4.png") no-repeat;
    background-size: 100% 100%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
	}
  .homeWrapper .Counter span {
    background: #EBEBEB;
    width: 22px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    border-radius: 3px;
    position: relative;
    border-right: 1px solid #D2D2D2;
    z-index: 9999999; }
  .homeWrapper .HomeBannerCaption a {
    color: #000; }
  .homeWrapper .logo img {
    width: 160px; }
  .homeWrapper .passenger_count {
    bottom: 85px;
    position: absolute;
    width: 100%; }
  .homeWrapper .Counter span:before {
    content: '';
    background: #8E8E8E;
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: 50%;
    z-index: -1; }
  .homeWrapper .Pass_Count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    height: 50px;
    background: url("../images/home/ticket3.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 12px; }
  .homeWrapper .hassleIcon:before {
    background: url(../images/home/Icon.png) no-repeat;
    content: '';
    width: 40px;
    height: 40px;
    background-position: -560px -155px; }
  .homeWrapper .hassleIcon.forhotel:before {
    background-position: -5px -155px; }
  .homeWrapper .hassleIcon.formeetgreet:before {
    background-position: -155px -155px; }
  .homeWrapper .hassleIcon.forlounge:before {
    background-position: -110px -155px; }
  .homeWrapper .hassleIcon.forparkfly:before {
    background-position: -55px -155px; }
  .homeWrapper .HomeBannerCaption a {
    margin: 10px 0 0 0; }
  .homeWrapper .Label_Icon:before {
    content: '';
    background: url(../images/home/Icon.png) no-repeat;
    width: 40px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom; }
  .homeWrapper .labelIconOne:before {
    background-position: -5px -15px; }
  .homeWrapper .labelIconTwo:before {
    background-position: -55px -15px; }

/******************Inner***************/
.KnowMore {
  width: 110px; }

.for_hyperlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.innerPanelRight a {
  margin: 60px 0 0 0; }

.playIcon.playIconForInner:after {
  background: url(../images/business/Video-icon.png) no-repeat; }

.playIcon:after {
  background: url(../images/home/Video-icon.png) no-repeat;
  content: '';
  background-position: center center !important;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 10% !important;
  position: absolute;
  top: 0;
  text-align: center; }

.InnerWrapper #ShowcaseBanner {
  background: url("../images/business/Retail.jpg") no-repeat;
  padding: 65px 0 0 0; }

.InnerWrapper.InnerWrapperPadding {
  padding: 80px 0 0 0; }

.InnerWrapper #businessLandingBanner {
  background: url("../images/business/banner1.jpg") no-repeat;
  height: 84vh; }

.InnerWrapper .sh_Inn {
  padding: 0 7px; }

.InnerWrapper .innerPadLR {
  padding: 0 90px 45px 90px; }

.InnerWrapper .InnerShowcaseTitle {
  padding: 65px 0 65px 0;
  font-size: 36px; }

.InnerWrapper .sh_title span {
  display: block; }

.InnerWrapper .Sh_bx {
  position: relative;
  margin: 10px 0;
  -webkit-box-shadow: 0 10px 10px #B3B4B6;
  box-shadow: 0 10px 10px #B3B4B6;
  overflow: hidden;
  cursor: pointer; }

.InnerWrapper .row.Showcase_row {
  margin: 0 -7px; }

.InnerWrapper .hoverContext {
  position: absolute;
  padding: 0px 35px;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  bottom: -100%;
  border-radius: 3px; }

.InnerWrapper .sh_title {
  color: #FFFEFE;
  width: 100%;
  padding: 12px 35px;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 67px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.InnerWrapper .forOVerlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.InnerWrapper .Sh_bx:hover .forOVerlay {
  height: 120px; }

.InnerWrapper .list {
  padding: 0 0 15px 0; }

.InnerWrapper .Sh_bx.nohover:hover .sh_title {
  bottom: 0px; }

.InnerWrapper .Sh_bx.nohover:hover .forOVerlay {
  height: 60px; }

.InnerWrapper .Sh_bx:hover .sh_title {
  bottom: 30px; }

.InnerWrapper .Sh_bx:hover .hoverContext {
  bottom: 0; }

.InnerWrapper .sh_PanelRight {
  position: relative;
  top: -110px; }

.InnerWrapper .Sh_bx img {
  width: 100%; }

.InnerWrapper .hoverContext a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'gilroymedium';
  font-size: 14px; }

.InnerWrapper .innerPanelRight {
  width: 43%;
  position: absolute;
  right: 0;
  background: #fff;
  height: 100%;
  margin: 0 0 50px 0;
  border-radius: 0 0 0 6px;
  padding: 70px 100px 90px 55px; }

.InnerWrapper .innerTitle {
  padding: 0px 0 15px 0; }

.InnerWrapper .innerpanel_Row {
  position: relative; }

.InnerWrapper .innerPanelLeft {
  width: 64%;
  margin: 0 0 -50px 0;
  -webkit-box-shadow: 0 10px 10px #C2C3C7;
  box-shadow: 0 10px 10px #C2C3C7; }

.InnerWrapper .CargoContext {
  width: 650px; }

.InnerWrapper .CargoContext p {
  padding: 20px 0 30px 0; }

.InnerWrapper #CargoBanner {
  background: url("../images/business/Riga-Cargo.jpg") no-repeat;
  height: 64vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.InnerWrapper .cargoKnowmore {
  width: 110px;
  margin: 0 auto; }

.InnerWrapper #AirportBanner {
  background: url(../images/business/Air-port-city.jpg) no-repeat;
  background-size: contain;
  background-position: top left;
  height: 425px; }

.InnerWrapper .innerPanelRight.innerPanel_forLeftPos {
  left: 0;
  right: auto;
  padding: 70px 55px 90px 100px;
  border-radius: 0 0px 6px 0px;
  overflow: hidden; }

.InnerWrapper .innerPanelLeft.innerPanel_forRightPos {
  display: inline-block;
  -webkit-box-shadow: 0 10px 10px #264F8D;
  box-shadow: 0 10px 10px #264F8D; }

.InnerWrapper .InnerBannerCaption p {
  padding: 10px 0 20px 0px; }

.InnerWrapper .InnerBannerCaption {
  width: 385px;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 140px;
  height: 84vh; }

.InnerWrapper .InnerHomeVideo {
  position: absolute;
  right: 100px;
  bottom: 100px; }

.InnerWrapper .InnerHomeVideo img {
  width: 360px; }

.InnerWrapper .InnerPanelStrip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 65px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #fff;
  z-index: 3; }

.InnerWrapper .flowContext a {
  display: block;
  color: inherit;
  font-size: 12px;
  height: 35px;
  border-bottom: 1px dotted #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding: 0 10px; }

.InnerWrapper .flowContext a:hover, .InnerWrapper .flowContext a:active {
  color: #F9A61A; }

.InnerWrapper .flowContext a.active {
  color: #F9A61A; }

.InnerWrapper .flowContext a:last-child {
  border: none; }

.InnerWrapper .flowContext {
  background: #F6F6F6;
  height: 100%;
  padding: 20px 12px;
  display: none; }

div.InnerWrapper .StripRight {
  width: 74%;
  padding: 15px 35px; 
  display:block !Important;
  }

.InnerWrapper .StripLeft {
  width: 26%;
  background: #F6F6F6; }

.InnerWrapper .StripTitle h2 {
  background: #F6F6F6;
  height: 65px;
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666; }

.InnerWrapper .breadcrumb.innerBreadcrumbs {
  margin: 0;
  padding: 0;
  background: inherit; }

.InnerWrapper .breadcrumb.innerBreadcrumbs li a {
  color: #B9B1B4; }

.InnerWrapper .breadcrumb.innerBreadcrumbs li.active {
  color: #B9B1B4; }

.InnerWrapper .breadcrumb.innerBreadcrumbs li {
  font-size: 13px; }

.InnerWrapper .panelFixed {
  position: fixed;
  z-index: 2;
  top: 30px;
  height: 50px; }

.InnerWrapper .panelFixed .StripTitle h2 {
  height: 50px; }

.InnerWrapper .StripTitle h2:after {
  content: '';
  background: url(../images/home/Icon.png) no-repeat;
  width: 20px;
  height: 20px;
  background-position: -515px -165px;
  position: absolute;
  right: 20px; }

.InnerWrapper .panelFixed h2:before {
  content: '';
  background: #F6F6F6;
  position: absolute;
  left: -100%;
  height: 100%;
  width: 100%; }

.InnerWrapper .activeBg {
  background: #E9EAEE !important; }

.InnerWrapper .panelFixed .StripTitle h2 {
  -webkit-box-shadow: inherit;
  box-shadow: inherit; }

.InnerWrapper #liveFlightBanner {
    background: url("../images/travelers/flight-information/live-flight-info/live-flight-info-new.jpg") no-repeat;
}

.InnerWrapper #TravellersGuideBanner {
  background: url("../images/travelers/flight-information/travellers-guide/banner.jpg") no-repeat; }

.InnerWrapper #TravellershdfBanner {
    background: url("../images/travelers/duty-free-banner.jpg") no-repeat; }

.InnerWrapper .HeightForInnerBanner {
  height: 36vh; }

.InnerWrapper .ForInnerBannerCaptions {
  vertical-align: middle;
  padding-bottom: 0px;
  display: table-cell; }

.InnerWrapper .TG_panelStyle {
  background: #013976;
  background: #013976;
  height: 115px;
  padding: 0 0 20px 0px; }

.InnerWrapper .TG_tabPanelList {
  border: none;
  max-width: 75%; }

.InnerWrapper .TG_tabPanelList li a.active {
  color: #4E75A0 !important;
  font-weight: 600; }

.InnerWrapper .TG_tabPanelList li {
  padding: 0 20px 0 0; }

.InnerWrapper .TG_tabPanelList li a {
  height: 30px;
  border-radius: 30px !important;
  padding: 0 20px;
  background: #4E75A0;
  color: #FFFEFE;
  text-transform: uppercase;
  font-size: 12px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none !important; }

.InnerWrapper .panelinnerTitle {
  padding: 40px 0 20px 0; }

.InnerWrapper .Query a {
  display: block;
  color: #333333;
  font-size: 16px;
  margin: 0 0 2px 0;
  position: relative;
  padding: 0px 0 0 22px; }

.InnerWrapper .VerticalTabPanel li a.active:after {
  content: '';
  background: url(../images/home/Icon.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  background-position: -250px -110px; }

.InnerWrapper .Query a:before {
  content: '';
  background: url(../images/home/Icon.png) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-position: -570px -120px;
  position: absolute;
  left: 3px;
  top: 6px; }

.InnerWrapper .panelTop {
  padding: 0 30px 0 30px; }

.InnerWrapper .TG_panelInnerBg {
  background: #FAFAFA; }

.InnerWrapper .panelTop p {
  padding: 20px 0 30px 0; }

.InnerWrapper .VerticalTabPanel {
  border: none;
  display: block !important;
  width: 20%;
margin-top: 20px !important;  }

.InnerWrapper .VerticalTabPanel li {
  width: 100%; }

.InnerWrapper .VerticalTabPanel li a {
  width: 100%;
  border: none !important;
  display: block;
  height: 35px;
  padding: 0 10px;
  background: inherit !important;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #EEEEEE !important;
  font-weight: 600;
  border-radius: 0px;
  font-family: gilroymedium;
  font-weight: bold;
  position: relative; }

.InnerWrapper .verticalinn .tab-content {
  width: 80%; }

.InnerWrapper .Vc_Text {
  padding: 30px 15px 0 15px; }

.InnerWrapper .Vc_Text p {
  font-family: gilroymedium;
  font-size: 13px;
  padding: 10px 0 20px 0;
  color: #818081;
  line-height: 22px; }

.InnerWrapper .vCTitle {
  font-size: 18px;
  padding: 0 0 6px 0; }

.InnerWrapper .verticalinn {
  margin: 0 0 40px 0; }

.InnerWrapper .VerticalContextSpacing {
  padding: 0 0 0 15px; }

.InnerWrapper .quickBxPanel a img {
  width: 15px;
  margin: 0 15px 0 0; }

.InnerWrapper .VerticalTabPanel li a.active {
  color: #013976 !important; }

.InnerWrapper .VerticalContextStyle {
  background: #fff;
  padding: 15px 15px;
  border-radius: 6px 6px;
  -webkit-box-shadow: 0 6px 6px #F1F1F1;
  box-shadow: 0 6px 6px #F1F1F1; }

.InnerWrapper .Sh_panelimg {
  position: relative;
  margin: 0 0 10px 0; }

.InnerWrapper .Sh_PanelText span {
  display: block; }

.InnerWrapper .Sh_PanelText {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  padding: 20px 20px; }

.InnerWrapper .quickTitle {
  font-size: 18px;
  padding: 0 0 10px 0; }

.InnerWrapper .quickBxPanel a {
  font-size: 10px;
  width: 50%;
  padding: 0 10px !Important;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-family: gilroybold; }

.InnerWrapper .quickBxPanel {
  border-bottom: 1px solid #F9F9FB; }

.InnerWrapper .quickBxtop {
  background: #F1F0F5;
  border-radius: 6px 6px 0 0; }

.InnerWrapper .row.TG_panelInner {
  margin: 0 -7px; }

.InnerWrapper .col-sm-9.TG_panelLeft {
  padding: 0 7px; }

.InnerWrapper .col-sm-3.TG_panelRight {
  padding: 0 7px; }

.InnerWrapper .InnerShowcasePanel {
  margin: -85px 0 0 0; }

.InnerWrapper .quickBxbtm {
  background: #e9ecef;
  border-radius: 0 0 6px 6px; }

.InnerWrapper .sh_PanelRight.sh_PanelRightForPosition {
  top: -85px; }

.InnerWrapper #FlightInformationBanner {
  background: url("../images/travelers/flight-information/travellers-Banner.jpg") no-repeat; }

.InnerWrapper .InnerShowcaseTitle.ShowcaseTitleForOneLine {
  padding: 65px 0 40px 0; }

.InnerWrapper .FlightInner a {
  margin: 10px 0 0 0; }

.InnerWrapper .InnerBannerCaption.FlightInner {
  padding-bottom: 190px; }

.InnerWrapper .fligh_DetailsPanel {
  background: #F1F0F5;
  height: 135px;
  position: relative;
  margin: 15px 0 0 0; }

.InnerWrapper .fligh_DetailsPanel:after {
  content: '';
  background: #F1F0F5;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  right: -100%; }

.InnerWrapper .fligh_DetailsPanel:before {
  content: '';
  background: #F1F0F5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%; }

.InnerWrapper .selectPanel.flightInfPanel {
  padding: 25px 0 15px 0; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle button {
  height: 30px;
  background: #fff;
  color: #C1C1C1;
  padding: 4px 12px;
  border: 1px solid #E7E7E7;
  font-family: gilroymedium;
  outline: 0 !important;
  font-size: 13px; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle .dropdown-menu a.active {
  margin: 0px;
  background: #013976; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle .dropdown-menu a {
  margin: 0px;
  font-size: 14px;
  background: #F6F6F6;
  font-family: gilroymedium;
  font-weight: bold; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle button::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/home/Icon.png) no-repeat;
  border: none;
  background-position: -215px -115px;
  margin: 0; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle .dropdown-menu {
  border-radius: 0px;
  margin: 0;
  border: none !important;
  padding: 0px;
  outline: 0 !important; }

.InnerWrapper .Location_DatePanel .col-6 {
  padding: 0px 7px; }

.InnerWrapper .row.Location_DatePanel {
  margin: 0 -7px; }

.InnerWrapper .dropdown.bootstrap-select.SelectStyle {
  width: 100% !important; }

.InnerWrapper .TextStyle {
  padding: 4px 12px;
  border: 1px solid #E7E7E7;
  border-radius: .25rem;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: #C1C1C1; }

.InnerWrapper .TextStyle::-webkit-input-placeholder {
  color: #C1C1C1 !important; }

.InnerWrapper .TextStyle::-moz-placeholder {
  color: #C1C1C1 !important; }

.InnerWrapper .TextStyle:-ms-input-placeholder {
  color: #C1C1C1 !important; }

.InnerWrapper .TextStyle:-moz-placeholder {
  color: #C1C1C1 !important; }

.InnerWrapper .Datepickericon {
  margin: 0px;
  width: 100%; }

.InnerWrapper .findnow {
  position: absolute;
  bottom: -12px; }

.InnerWrapper .vw_100 {
  width: 100px; }

.InnerWrapper .vw_100:hover {
  width: 120px; }

.InnerWrapper .Datepickericon:after {
  content: '';
  background: url(../images/travelers/flight-information/calendar-hial.png) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  background-size: 100%; }

.InnerWrapper .liveFlightInfoPanel {
  background: #013976;
  padding: 25px 0 0 0; }

.InnerWrapper .FI_right .live_fli_tab_sec {
  padding: 0px 15px; }

.InnerWrapper .FI_right {
  background: #FFFEFE;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #E8E8E8;
  box-shadow: 0 2px 2px #E8E8E8; }

.InnerWrapper .row.FlightInfoRow {
  position: relative;
  bottom: -40px;
  z-index: 1; }

.InnerWrapper .noposition .InnerShowcasePanel {
  margin: 0;
  padding: 15px 0; }

.InnerWrapper .TG_panelLeft.forposition {
  position: relative;
  top: -70px; }

.InnerWrapper .FI_left {
  padding: 0 40px 0 0; }

/*Media Querry*/
/*color*/
/*font size*/
/*color*/
/*font size*/
/*mixin*/



#menu_accordion .card {
  background: transparent;
  border: 0px;
}
#menu_accordion .card-header {
  border: 0px;
  background: transparent;
}
#menu_accordion  ul.menu_list {
  padding: 0px 0px 0px 10px;
  list-style: none;
}
#menu_accordion  .card-body {
   padding: 0px 0px 0px 10px;
}
#menu_accordion .card-header {
  padding: 11px 0px;
  font-size: 17px;
}
#menu_accordion ul.menu_list li{
  padding: 5px 0px;
}
#menu_accordion ul.menu_list li a{
  color: #9CA6BD !important;
}
#menu_accordion a:after{
  display: none;
}
a.card-link {
  display: block;
}

button.btn.btn-link span i {
  color: #9CA6BD !important;
  float: right;
  padding: 1px 30px;
  font-size: 22px;
  /* font-weight: normal; */
}
header .navbar-nav a span {
float: right;
}
#thankyou{
  color: #fff;
  font-size: 22px;
}
#srch_term{
  height: 33px;
    width: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: right;
    margin: -1px 0px 0px 0px;
    padding: 6px 12px 6px 12px;
    opacity: 0;
}
.hnavRight.active #srch_term{
  width: 250px;
  padding: 6px 45px 6px 12px;
  opacity: 1;
  cursor:pointer;
}
.hnavRight.active .search{
    display: none;
}
.hnavRight.active #btn_searchqry{
    width: 30px;
    height: 30px;
    opacity: 1;
}
#btn_searchqry{
    width: 0px;
    background: url(../images/home/Icon.png) no-repeat;
    background-position: -360px -60px;
    position: absolute;
    top: 0px;
    right: 0;
    height: 0px;
    opacity: 0;
}
.hnavRight.active .btn_voice{
    display: inline-block;
}
.btn_voice:hover{
    cursor: pointer;
}
.btn_voice {
    display: none;
    background: url(../images/Voice.png) no-repeat;
    width: 32px;
    height: 32px;
    border: none;
    position: absolute;
    left: -35px;
    background-size: 100%;
    top: 0px;
}
#btn_searchqry:hover{
    cursor: pointer;
}
.cursr > a {
    cursor: auto;
}

.rt-slick > .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f7f7f7;
}
.rt-slick > .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rt-slick >.slick-dots {
    position: absolute;
    bottom: -15px;
}
.rt-slick >.slick-dots li{
	margin:0px;
}
.StripRight::before{
	top:0px;
}
		.inner_bg {
    margin-top: 30px;
    position: relative;
}

.newClass a.facebook_forHeader {
    background-position: -217px -258px;
}
.newClass a.twitter_forHeader{
		background-position: -117px -258px;
}
.newClass a.insta_forHeader{
		background-position: -167px -258px;
}

.newClass a.youtube_forHeader{
		background-position: -17px -258px;
}

.newClass a.share_forHeader{
		
		background-position: -67px -258px;
}
.newClass .cloud:before{
	
	    background-position: -514px -218px
}

.home_logo{
	background: #000000b5;
    border-radius: 5px;
	display:inline-block;
}
.logo_Img{	
	display:inline-block;
}

.Sh_panelimg a img {
    width: 100%;
}