/***FONTS**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*@import url('https://db.onlinewebfonts.com/c/77eb99c5abc837144cabc9c07da37109?family=Emirates+Bold');*/
html * {
  font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bs-select-hidden {
  display: none !important;
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 10px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  max-height: 300px !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: fade(#64b1d8, 40%);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a.active, .bootstrap-select.btn-group .dropdown-menu li a.tt-cursor {
  color: #ffffff;
  background-color: #f26d22;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #777777;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #eeeeee;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

#registerNowMainDivId .bootstrap-select.btn-group .filter-option {
  margin-top: 4px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1081;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: fade(#cccccc, 20%);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: fade(#cccccc, 20%);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.twitter-typeahead .tt-hint {
  display: none;
}

.tt-dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background-clip: padding-box;
  max-height: 255px;
  border-radius: 0 0 8px 8px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tt-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.tt-dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 150ms ease;
}
.tt-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.tt-dropdown-menu::-webkit-scrollbar-thumb:hover .tt-dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.tt-dropdown-menu::-webkit-scrollbar-track {
  background: 0 0 no-repeat padding-box padding-box white;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
}
.tt-suggestion:hover, .tt-suggestion:focus, .tt-suggestion.active, .tt-suggestion.tt-cursor, .tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #f26d22;
  cursor: pointer;
}

.tt-suggestion.tt-is-under-cursor a {
  color: #ffffff;
  background-color: #f26d22;
}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
  width: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 1080 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .5em .3em;
  text-align: center;
  font-weight: normal;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  clear: left;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: .4em 0;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: sans-serif;
}

.ui-widget-content {
  border: 1px solid #f26d22;
  background: #ffffff;
  color: #000;
}
.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border-bottom: 1px solid #f26d22;
  color: #f26d22;
  font-weight: bold;
  font-size: 15px;
}
.ui-widget-header a {
  color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
}

.ui-state-hover:not(.ui-slider-handle),
.ui-widget-content .ui-state-hover:not(.ui-slider-handle),
.ui-widget-header .ui-state-hover:not(.ui-slider-handle),
.ui-state-focus:not(.ui-slider-handle),
.ui-widget-content .ui-state-focus:not(.ui-slider-handle),
.ui-widget-header .ui-state-focus:not(.ui-slider-handle) {
  background: #FFEFDC;
  font-weight: normal;
  color: #222222;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-active a, .ui-state-active a:hover, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-default a, .ui-state-default a:hover, .ui-state-default a:link, .ui-state-default a:visited {
  color: #222222;
  text-decoration: none;
}

.ui-widget-content .ui-state-active:not(.ui-slider-handle), .ui-widget-header .ui-state-active:not(.ui-slider-handle) {
  background: #f26d22;
  font-weight: normal;
  color: #ffffff;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #eeeeee;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.datepicker-arrow {
  color: #f26d22;
  border-radius: 4px;
  border: solid 1px #f26d22;
  padding: 2px 7px;
}
.datepicker-arrow:hover {
  color: #ffffff;
  background: #f26d22;
}

.datepicker {
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all 0.1s ease-in 0s;
}
.datepicker th:nth-child(1) {
  color: #f26d22;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.between-date .ui-state-default, .dp-highlight {
  background: #FFEFDC;
}

.start-date .ui-state-default, .end-date .ui-state-default {
  background: #f26d22;
  color: #ffffff;
}

@media only screen and (min-width: 561px) {
  .ui-datepicker-group-first .ui-datepicker-calendar, .ui-datepicker-group-first .ui-datepicker-header {
    position: relative;
  }
  .ui-datepicker-group-first .ui-datepicker-calendar:after, .ui-datepicker-group-first .ui-datepicker-header:after {
    border-right: solid 1px #f26d22;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .ui-datepicker-group-first .ui-datepicker-calendar:after {
    right: -5px;
  }
  .ui-datepicker-group-first .ui-datepicker-header:after {
    right: 8px;
    height: 30px;
    z-index: 1;
  }
  .ui-datepicker-group-first .ui-datepicker-header a:hover {
    background: none;
  }
}
@media only screen and (max-width: 560px) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
  }

  .ui-widget-content {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
label {
  font-weight: 400 !important;
}

.ui-state-default {
  width: 23px;
  height: 23px;
  background-position: 0 0;
}

.tollfree, .myEagle, .feedback {
  height: 31px;
  width: 30px;
}

.tollfree {
  background-position: 1px 0;
}

.myEagle {
  background-position: -39px 0;
}

.feedback {
  background-position: -79px 0;
}

.IPcal, .economy, .selPremium, .business, .first, .IPfrom, .IPto {
  height: 25px;
  width: 25px;
}

.IPfrom {
  background-position: -22px 2px;
}

.IPto {
  background-position: -45px 2px;
}

.IPcal {
  background-position: -72px -68px;
}

.question, .pen, .tag {
  height: 34px;
  width: 31px;
}

.question {
  background-position: -298px 0;
}

.pen {
  background-position: -332px -3px;
}

.tag {
  background-position: -368px 0;
}

a .economy, span .economy {
  background-position: 0 -34px;
}
a .selPremium, span .selPremium {
  background-position: 0 -64px;
}
a .business, span .business {
  background-position: 0 -95px;
}
a .first, span .first {
  background-position: 0 -125px;
}
a:hover .economy, a:focus .economy, a.active .economy, span:hover .economy, span:focus .economy, span.active .economy {
  background-position: -29px -34px;
}
a:hover .selPremium, a:focus .selPremium, a.active .selPremium, span:hover .selPremium, span:focus .selPremium, span.active .selPremium {
  background-position: -30px -65px;
}
a:hover .business, a:focus .business, a.active .business, span:hover .business, span:focus .business, span.active .business {
  background-position: -30px -95px;
}
a:hover .first, a:focus .first, a.active .first, span:hover .first, span:focus .first, span.active .first {
  background-position: -30px -125px;
}

.Img {
  background-position: -113px -24px;
  height: 19px;
  width: 392px;
}

.blogIcon {
  background-position: -259px 0;
  height: 37px;
  width: 35px;
}

.mc-delete {
  width: 17px;
  height: 17px;
}

.fts-icons {
  width: 35px;
  height: 35px;
}

.anchor-text-decoration {
  text-decoration: none !important;
}

.ic-blog {
  background-position: 0px 0;
}
.ic-blog:hover {
  background-position: 0px -33px;
}

.ic-fb {
  background-position: -46px 0;
}
.ic-fb:hover {
  background-position: -46px -33px;
}

.ic-insta {
  background-position: -92px 0px;
}
.ic-insta:hover {
  background-position: -92px -33px;
}

.ic-twit {
  background-position: -138px 0;
}
.ic-twit:hover {
  background-position: -138px -33px;
}

.ic-youtube {
  background-position: -184px 0;
}
.ic-youtube:hover {
  background-position: -184px -33px;
}

.certified {
  height: 43px;
}

.iatan {
  background-position: 6px -3px;
  width: 50px;
}
.iatan:hover {
  background-position: 5px -45px;
}

.arc {
  background-position: -58px -2px;
  width: 154px;
}
.arc:hover {
  background-position: -58px -46px;
}

.norton {
  background-position: -215px -3px;
  width: 78px;
}
.norton:hover {
  background-position: -215px -47px;
}

.bbbA {
  width: 189px;
  background-position: 1px -48px !important;
}
.bbbA:hover {
  background-position: 1px -1px !important;
}

@media only screen and (min-width: 575px) and (max-width: 1023px) {
  .arc {
    background-position: -58px -2px;
  }
  .arc:hover {
    background-position: -58px -46px !important;
  }

  .norton {
    background-position: -215px -3px !important;
  }
  .norton:hover {
    background-position: -215px -47px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1645px) {
  .arc {
    background-position: -60px -2px;
  }
  .arc:hover {
    background-position: -60px -46px !important;
  }

  .norton {
    background-position: -215px -2px !important;
  }
  .norton:hover {
    background-position: -215px -47px !important;
  }
}
.GreyImgs, .OI, .fromToPlane, .Airlogo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.OI {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/Sprite-Orange-new.png");
  background-repeat: no-repeat;
}

.radio-icon, .radio span.icon, .radio-inline span.icon, #businessLabelId span.icon {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/inputTypeBtns.svg");
  background-repeat: no-repeat;
}

.GreyImgs {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/Sprite-Grey-1-new.png");
  background-repeat: no-repeat;
}

.mc-delete {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/Mc-close.png");
  background-repeat: no-repeat;
}

.fts-icons {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/footer-social-icons.svg");
  background-repeat: no-repeat;
}

.newTwitterLogo {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/blackAndWhiteTwitter.png") !important;
  background-position: -12px -4px !important;
}
.newTwitterLogo:hover {
  background-position: -12px -47px !important;
}

.certified {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/certified.png");
  background-repeat: no-repeat;
}

.certified.bbbA {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/BBBaccreditation.png");
  background-repeat: no-repeat;
}

.BacktosssMobileApp {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/BacktoMobileSite.png");
  background-repeat: no-repeat;
}

/***Default Styles**/
body {
  font-family: "Poppins", sans-serif !important;
  -webkit-text-stroke: initial !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

/******** Panel ****/
.panel-orenge {
  border-color: #F7941E;
}
.panel-orenge > .card-header {
  color: #ffffff;
  background-color: #f26d22;
  border-color: #F7941E;
}
.panel-orenge > .card-header + .card-collapse > .card-body {
  border-top-color: #F7941E;
}
.panel-orenge > .card-header .badge {
  color: #f26d22;
  background-color: #ffffff;
}
.panel-orenge > .card-footer + card-collapse > .card-body {
  border-bottom-color: #F7941E;
}
.panel-orenge.grd > .card-header {
  background-image: -webkit-linear-gradient(left, #f15a48 0%, #f7741e 100%);
  background-image: -o-linear-gradient(left, #f15a48 0%, #f7741e 100%);
  background-image: linear-gradient(to right, #f15a48 0%, #f7741e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF15A48', endColorstr='#FFF7741E', GradientType=1);
}

.panel-grey {
  border-color: #999;
}
.panel-grey > .card-header {
  color: #ffffff;
  background-color: #777777;
  border-color: transparent;
}
.panel-grey > .card-header + .card-collapse > .card-body {
  border-top-color: #999;
}
.panel-grey > .card-header .badge {
  color: #777777;
  background-color: #ffffff;
}
.panel-grey > .card-footer + card-collapse > .card-body {
  border-bottom-color: #999;
}

/***Buttons**/
.btn-orenge {
  color: #ffffff;
  background-color: #f26d22;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:focus, .btn-orenge.focus {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:hover {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active, .btn-orenge.active, .open > .btn-orenge.dropdown-toggle {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active:hover, .btn-orenge:active:focus, .btn-orenge:active.focus, .btn-orenge.active:hover, .btn-orenge.active:focus, .btn-orenge.active.focus, .open > .btn-orenge.dropdown-toggle:hover, .open > .btn-orenge.dropdown-toggle:focus, .open > .btn-orenge.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #b3470b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active, .btn-orenge.active, .open > .btn-orenge.dropdown-toggle {
  background-image: none;
}
.btn-orenge.disabled:hover, .btn-orenge.disabled:focus, .btn-orenge.disabled.focus, .btn-orenge[disabled]:hover, .btn-orenge[disabled]:focus, .btn-orenge[disabled].focus, fieldset[disabled] .btn-orenge:hover, fieldset[disabled] .btn-orenge:focus, fieldset[disabled] .btn-orenge.focus {
  background-color: #f26d22;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge .badge {
  color: #f26d22;
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-grey {
  color: #666;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #4d4d4d;
}

.text-orenge {
  color: #f26d22;
}

a.text-orenge:hover,
a.text-orenge:focus {
  color: #d5550d;
}

.text-blue {
  color: #003a77;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #002144;
}

.text-red {
  color: #f00;
}

a.text-red:hover,
a.text-red:focus {
  color: #cc0000;
}

/******** BG Colors *****/
.bg-grey {
  background-color: #6d6e71;
}

a.bg-grey:hover,
a.bg-grey:focus {
  background-color: #545557;
}

.bg-lighter {
  background-color: #f7f7f7;
}

a.bg-lighter:hover,
a.bg-lighter:focus {
  background-color: #dedede;
}

.bg-dark {
  background-color: #333333;
}

a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #1a1a1a;
}

input.form-control:focus {
  border-color: #fbb040;
}

/***Radio Inputs**/
.radio-inline {
  cursor: pointer;
}
.radio-inline input {
  display: none;
}
.radio-inline .icon {
  cursor: pointer;
}
.radio-inline span.icon {
  background-size: 100%;
  background-color: transparent;
  border: 0;
  margin-right: 5px;
  float: left;
  position: relative;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}

.radio-inline span.icon {
  background-position: 0 -27px;
  height: 23px;
  width: 23px;
}
.radio-inline input[type="radio"]:checked + span.icon {
  background-position: 0 0;
}
.radio-inline.active a > span.icon, .radio-inline.checked span.icon {
  background-position: 0 0;
}

.bootstrap-select, .bootstrap-select button.btn, select.selectpicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.none {
  display: none;
}

.none-with-imp {
  display: none !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.no-border {
  border: none;
}

.border2 {
  border: 2px solid #ddd;
}

.border-light {
  border-color: #ddd !important;
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.thin {
  font-weight: 100;
}

.extraLight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.semiBold_600 {
  font-weight: 600;
}

.bold-400 {
  font-weight: 400;
}

.bold-500 {
  font-weight: 500;
}

.bold-700 {
  font-weight: 700;
}

.bold-800 {
  font-weight: 800;
}

.bold-900 {
  font-weight: 900;
}

.index-1081 {
  z-index: 1081;
}

.alert {
  margin-top: 5px;
}

ul.lgb li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  position: relative;
  left: -16px;
  top: -3px;
}

ul.lgb li:before {
  color: #555555;
}

.mp {
  padding: 10px;
}

.sp {
  padding: 5px;
}

.lp {
  padding: 15px;
}

.xlp {
  padding: 20px;
}

.mpt {
  padding-top: 10px;
}

.mpb {
  padding-bottom: 10px;
}

.mpl {
  padding-left: 10px;
}

.mpr {
  padding-right: 10px;
}

.spt {
  padding-top: 5px;
}

.spb {
  padding-bottom: 5px;
}

.spl {
  padding-left: 5px;
}

.spr {
  padding-right: 5px;
}

.lpt {
  padding-top: 15px;
}

.lpb {
  padding-bottom: 15px;
}

.lpl, ul.lgb li {
  padding-left: 15px;
}

.lpr {
  padding-right: 15px;
}

.xlpt {
  padding-top: 20px;
}

.xlpb {
  padding-bottom: 20px;
}

.xlpl {
  padding-left: 20px;
}

.xlpr {
  padding-right: 20px;
}

.no-pad {
  padding: 0;
}

.plpr {
  padding-left: 0;
  padding-right: 0;
}

.pl {
  padding-left: 0;
}

.pr {
  padding-right: 0;
}

.pt {
  padding-top: 0;
}

.pb {
  padding-bottom: 0;
}

.xsm {
  margin: 2px;
}

.sm {
  margin: 5px;
}

.mm {
  margin: 10px;
}

.lm {
  margin: 15px;
}

.xlm {
  margin: 20px;
}

.sml {
  margin-left: 5px;
}

.smr {
  margin-right: 5px;
}

.xsmt {
  margin-top: 3px;
}

.xsmb {
  margin-bottom: 3px;
}

.xsmr {
  margin-right: 3px;
}

.smt {
  margin-top: 5px;
}

.smb {
  margin-bottom: 5px;
}

.mml {
  margin-left: 10px;
}

.mmr {
  margin-right: 10px;
}

.mmt {
  margin-top: 10px;
}

.mmb {
  margin-bottom: 10px;
}

.lml {
  margin-left: 15px;
}

.xlml {
  margin-left: 30px;
}

.lmr {
  margin-right: 15px;
}

.xlmr {
  margin-right: 20px;
}

.lmt {
  margin-top: 15px;
}

.xlmt {
  margin-top: 20px;
}

.xxlmt {
  margin-top: 30px;
}

.lmb {
  margin-bottom: 15px;
}

.xlmb {
  margin-bottom: 20px;
}

.xxlmb {
  margin-bottom: 30px;
}

.mauto {
  margin: auto;
}

.no-margin {
  margin: 0;
}

.ml {
  margin-left: 0;
}

.mr {
  margin-right: 0;
}

.mt {
  margin-top: 0;
}

.mb {
  margin-bottom: 0;
}

.pb-7 {
  padding-bottom: 7px;
}

.mt-4 {
  margin-top: -4px;
}

.mt-11 {
  margin-bottom: 11px;
}

.vbottom {
  vertical-align: bottom;
}

.vmiddle {
  vertical-align: middle;
}

.vInitial {
  vertical-align: initial;
}

.ma {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.md-12 {
  font-size: 12px;
}

.md-13 {
  font-size: 13px;
}

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

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

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

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

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

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

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

.text-dark {
  color: #000;
}

.INR-Symbol {
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.spanOfCurrency:hover {
  color: #fff;
}

.buttonOfCurrency:hover {
  border: #fff;
  box-shadow: none;
}

.text-grey {
  color: #666 !important;
}

.myEagleDropDown:hover {
  background: none !important;
}
.myEagleDropDown:focus {
  background: none !important;
}

pre {
  border: none !important;
  background: none !important;
}

.cookies-convention {
  background: #525252;
  position: fixed;
  z-index: 1010;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border: 2px solid #707070;
  opacity: 1;
}
.cookies-convention a {
  color: #C7C7C7;
  font-size: 14px;
}
.cookies-convention .container {
  display: flex;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
}

.cookies-convention__text {
  color: #ffffff;
  padding-right: 24px;
  font-size: 14px;
}

.cookies-convention__btn {
  text-transform: uppercase;
  text-align: center;
  color: #C7C7C7;
  border: 2px solid #C7C7C7;
  border-radius: 4px;
  height: 35px;
  line-height: 33px;
  font-size: 16px;
  padding: 0 24px;
  flex: 0 0 auto;
  opacity: 1;
}

.cookies-convention__btn:hover {
  color: #ffffff;
  background: #797979;
  border: 2px solid #D3D3D3;
}

@media only screen and (min-width: 1200px) {
  .lg-18 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mw-18 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .sm-12 {
    font-size: 12px;
  }

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

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

  .sm-24 {
    font-size: 24px;
  }
}
.component-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}

.radiusFour {
  border-radius: 4px !important;
}

/*mouse out html related css start.*/
#mouseOutId html, body {
  width: 100%;
  height: 100%;
}

.navbarMain {
  margin-bottom: 15px;
}
.navbarMain .navbar-nav {
  margin-top: 30px;
  float: right;
}
.navbarMain .navbar-nav > ul > li {
  padding: 0;
}
.navbarMain .navbar-nav > ul > li:not(:first-child) {
  margin-left: 0;
}
.navbarMain .navbar-nav > ul > li:first-child {
  /*padding-right: 0;*/
}
.navbarMain .navbar-nav > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.navbarMain .navbar-nav > ul > li > a .navPrice {
  display: inline-block;
  justify-content: space-between !important;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  text-transform: lowercase;
  color: #ffffff;
}
.navbarMain .navbar-nav > ul.srNavTabs li > a {
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 5px 10px !important;
}
.navbarMain .dropdown-menu {
  min-width: 260px;
  border-radius: 4px !important;
  border: solid 2px #999;
  margin-top: 10px !important;
  padding-bottom: 0;
  padding-top: 0;
  right: 0;
  left: auto;
}
.navbarMain .dropdown-menu:before {
  border-bottom: 10px solid #999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: " ";
  position: absolute;
  right: 10px;
  top: -10px;
}
.navbarMain .dropdown-menu > li {
  text-align: center;
}
.navbarMain .dropdown-menu > li > strong {
  font-size: 19px;
}
.navbarMain .dropdown-menu > li a:not(.btn-orenge) {
  color: #222222;
  text-decoration: none;
}
.navbarMain .dropdown-menu > li.myEagleLink > div {
  float: left;
  width: 49%;
}
.navbarMain .dropdown-menu > li.myEagleLink > div:first-child {
  border-right: 1px solid #eeeeee;
}
.navbarMain .dropdown-menu > li.active > a, .navbarMain .dropdown-menu > li:hover > a, .navbarMain .dropdown-menu > li:focus > a {
  color: #ffffff;
}

#backToSignIn {
  color: #337ab7 !important;
  text-decoration: none;
}

#backToSignIn:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

#defaultHeadNav .zendDeskChatLink {
  background-color: #666;
}
#defaultHeadNav .dropdown-toggle {
  background-color: #333333;
}
#defaultHeadNav .currency_list img {
  margin-bottom: 2px;
}
#defaultHeadNav .currency_list .currencyType {
  background-color: #ffffff;
  height: 45px;
  bottom: 2px;
  border-radius: inherit;
  width: 75px;
  padding-left: 8px;
  background-position: 0 -45px;
  border-color: #ccc;
  border-radius: initial;
}
#defaultHeadNav .currency_list .currencyCaret {
  margin-bottom: 2px;
}
#defaultHeadNav .currency_list .dropdown-menu {
  margin-top: 0 !important;
  cursor: pointer;
  min-width: 90px;
  top: 56px;
  padding: 0;
}
#defaultHeadNav .dropdown-currency li {
  color: #000 !important;
  background-color: #F9F9F9 !important;
}
#defaultHeadNav .dropdown-currency li :hover {
  color: #000 !important;
  background-color: #E2E2E2 !important;
}

.navbar-brand {
  padding: 10px 0;
}

#mainHeadNav .list-inline {
  display: flex;
  justify-content: space-between;
}

.myEagle,
.feedback {
  display: block;
  margin: 0 auto;
}

.tollfree {
  display: inline-block;
  margin: 0 10px -5px 0;
}

.bgRow1 {
  background-color: #fff4ee;
}

.priceBg {
  background-image: linear-gradient(to bottom, #EBFDEE, rgba(235, 253, 238, 0));
  display: flex;
  align-items: center;
}

.priceBg-Child {
  background-color: #ffffff;
}

.textColor-orange .fa-angle-right {
  color: #f37023 !important;
}

.seoHeading {
  font-size: 24px;
  font-weight: bold;
  color: #F26D22;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f26d22;
}

.SRitenaryResults {
  border: solid 4px #eeeeee;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.SRitenaryResults .segmentAirfare {
  background-color: #666;
  color: #ffffff;
}

.segmentAirfare {
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.airfare {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.SRresult-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-breadcrumb {
  list-style: none;
  margin: 0 !important;
}
.custom-breadcrumb > li {
  display: inline-block;
}
.custom-breadcrumb > li a {
  color: #7c7a7a !important;
}
.custom-breadcrumb > li > a:hover {
  text-decoration: none;
}
.custom-breadcrumb > .active a {
  color: #f37023 !important;
  font-weight: bold;
}
.custom-breadcrumb .fa {
  color: #f37023 !important;
}

.ieBlog .blogImg img {
  border: 5px solid #FFEFDC;
  max-height: 300px;
  transition: max-height 0.3s ease-in;
}
.ieBlog .blogImg span {
  bottom: 5px;
  color: #ffffff;
  left: 20px;
  position: absolute;
  right: 20px;
  padding: 40px 5px 5px 5px;
  transition: all 1s ease 0s;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #231f20 64%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #231f20 64%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #231f20 64%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF231F20', GradientType=0);
}
.ieBlog .blogImg span:hover {
  padding-top: 60px;
}

.ieMagazine {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.searchIconPosition {
  position: absolute;
  top: 6px;
  right: 26px;
  cursor: pointer;
}

.custom-card {
  box-shadow: 1px 1px 5px #C3C3C3;
  border-radius: 5px;
  margin: 5px -8px;
}

.custom-border {
  border: 1px solid #f37023;
}

.prices-div {
  display: grid;
  font-size: 10px;
}

.priceDiv-m-Adjust {
  margin-top: 10px;
}

.legDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.border-remove {
  border-left: none !important;
}

.custom-btn-group .btn-default:active .btn-default:hover {
  color: #ffffff !important;
  background-color: #F26D23 !important;
  border-color: unset;
}

.custom-btn:hover, .custom-btn:active {
  color: #ffffff;
  background-color: #F26D23;
  border-color: unset;
}

.toggleText {
  margin-left: -10px;
  margin-right: 10px;
}

.cityToCity {
  height: 135px;
  overflow: hidden;
}

.priceBtn {
  flex-grow: 0;
  margin: 9px 0 0;
  /*padding         : 6px 18px 10px 19px;*/
  padding: 5px 10px;
  border-radius: 2px;
  border: solid 2px #f37023;
  background-color: #f37023;
  white-space: nowrap;
}

.bell-animation {
  transform-origin: top center;
  animation: 2.2s ring ease-in-out infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  4% {
    transform: rotate(8deg);
  }
  8% {
    transform: rotate(-8deg);
  }
  12% {
    transform: rotate(8deg);
  }
  16% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.sub-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.25s ease-in-out;
}

.sub-btn:hover {
  background: orange;
  color: #ffffff;
}

.custom-btn2 {
  cursor: pointer;
  background: none;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333333;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}

.custom-btn2:hover {
  background: #f26d22;
  color: #ffffff;
  border-color: #ffffff;
}

.textLight {
  color: #666;
}

.bgLight {
  background-color: rgba(204, 201, 201, 0.1);
}

#faqDiv {
  display: flex;
  justify-content: center;
  color: #333333;
}
#faqDiv .questionDiv {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
#faqDiv .answerPanel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqContainer {
  background-color: rgba(204, 201, 201, 0.1);
}
.faqContainer .faq-Heading {
  margin-left: 10px !important;
}

.faq-M-Adjust #faqDiv {
  margin: 0;
}

.priceText {
  color: #333333;
}

.apexcharts-tooltip.apexcharts-theme-light {
  box-shadow: 1px 2px 2px 3px #e5e5e599;
  background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ffffff !important;
  border-bottom: none !important;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  display: none;
  opacity: 1;
}

.chartSlickDiv, .positionRelative {
  position: relative;
}

.sliderContainer {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.chartSlickDiv .sliders {
  max-width: 900px;
  height: 320px;
  margin: 25px auto 0 auto;
}

.chartSlickDiv .btnCommon {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #f26d22;
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding: 20px;
  transition: background 0.3s ease;
}

.btnCommon:hover {
  background: #efefef;
}

.apexSliders {
  display: none;
}

.apexSliders.active {
  display: block !important;
  transition: opacity 0.3s ease;
}

.apexSliders {
  min-height: 365px !important;
}

.chartBarHeading {
  font-weight: 500;
  margin-left: 30px;
}

.apexcharts-bar-area:hover {
  fill: #f37023 !important;
}

.apexcharts-bar-area:active {
  fill: #f37023 !important;
}

.arrow_box {
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.loaderImageForSearch {
  position: absolute;
  top: 5px;
  right: 65px;
  display: none;
}

.search-resultDiv {
  padding: 0 15px;
}

.mtAdjust {
  margin-top: 0 !important;
}

.INR {
  margin-left: 0 !important;
}

.readMore-M-Adjust .border-light {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#subscriptionForm input.form-control {
  border-radius: 5px !important;
}

.topReasonsDiv, .TestimonialsHeading, .displayFlex {
  display: flex;
}

.clr:hover {
  color: #f37314 !important;
}

.homePageSeoLinks {
  padding: 0 25px 0 40px;
  width: 95%;
  margin: 0 auto;
}
.homePageSeoLinks div ul li {
  letter-spacing: 0.6px;
  cursor: pointer;
}
.homePageSeoLinks .SeoLinks3 {
  margin-left: -15px;
  margin-right: 15px;
}

.popularSearchHeading {
  margin-left: 3px;
}

.destinationsheading {
  margin-left: 6px;
}

#defaultHeadNav .usdINRBtns li a {
  padding-left: 15px !important;
}
#defaultHeadNav .usdINRBtns li:last-child {
  margin-left: 0 !important;
  border-top: 1px solid #b5a9a9;
}

.INR-Dollar {
  color: #F26D23;
}

.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default {
  transition: 0.3s ease all;
}
.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default:hover {
  background-color: #EF8A25 !important;
}
.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default:hover .INR-Symbol {
  color: #ffffff !important;
}

.tollFree_Icon {
  vertical-align: initial !important;
}

.currency_Chat > ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.currency_Chat > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  margin-top: -2px;
}
.currency_Chat > ul > li > a:hover {
  background-color: #EF8A25 !important;
  text-decoration: none;
}

.subDivActive {
  display: block !important;
}

.sideNavOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #000000b3;
  opacity: 0;
  visibility: hidden;
  transition: 0.17s linear;
  transform: translateX(-100%);
}

.sideNavOverlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.overlay-close.is-open {
  opacity: 1;
  visibility: visible;
}

.sidenavBar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}
.sidenavBar .sideNavLoginName {
  width: 245px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar span.sideNavCloseBtn {
  background: #efefef;
  float: right;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidenavBar span.sideNavCloseBtn:hover {
  background: #a7a7a7;
}
.sidenavBar span.sideNavCloseBtn > i {
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: #282828;
}
.sidenavBar span.sideNavCloseBtn > i::before {
  font-weight: bolder !important;
}
.sidenavBar .navLogoDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.sidenavBar .navLogoDiv > div {
  max-width: 188px;
}
.sidenavBar .navLogoDiv > div img {
  width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar ul.sideTabNav {
  list-style: none;
  padding: 0;
}
.sidenavBar ul.sideTabNav > li:not(:first-child) {
  margin-left: 0 !important;
}
.sidenavBar ul.sideTabNav > li {
  padding: 8px 16px;
  border-bottom: 1px solid #efefef;
  width: 245px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar ul.sideTabNav > li i {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #e9794c;
}
.sidenavBar ul.sideTabNav > li > div, .sidenavBar ul.sideTabNav > li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #292222;
  text-decoration: none;
}
.sidenavBar ul.sideTabNav > li:hover a, .sidenavBar ul.sideTabNav > li:hover span.spanHover {
  color: #6f6868;
}
.sidenavBar #listOfCurrency {
  flex-direction: column;
  align-items: baseline !important;
}
.sidenavBar #listOfCurrency .usdINRBtns {
  position: relative;
  width: 100%;
  min-width: 200px !important;
  box-shadow: none !important;
  margin-top: -5px !important;
}
.sidenavBar #listOfCurrency .usdINRBtns::before {
  right: 100% !important;
  left: 0;
}
.sidenavBar #listOfCurrency .usdINRBtns li {
  padding: 5px 0 !important;
  width: 100% !important;
  /*& > a{
    float: none !important;
  }*/
}
.sidenavBar #listOfCurrency .usdINRBtns li:first-child {
  border-bottom: 1px solid #efefef;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #f26d22 !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover a {
  color: #ffffff !important;
  background: none !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover a > span {
  background: none !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover .INR-Dollar {
  color: #111 !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency {
  box-shadow: none !important;
  cursor: pointer;
  background: none !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child {
  font-weight: normal !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child .INR-Dollar, .sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child .INR-Symbol {
  font-size: 24px;
  font-weight: 100 !important;
  margin-right: 7px;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency .currencyCaret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 4px;
  margin-left: 0;
  vertical-align: middle;
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.card-body p {
  margin-top: 10px;
  color: #666;
  line-height: 20px;
}

.card-body.commonFooterLinksClass h5, .card-body.commonFooterLinksClass p {
  margin-bottom: 10px;
}

.seoAnchor:not(:hover) {
  color: #666;
}
.seoAnchor:hover {
  color: #f37314;
}

.clr:hover {
  color: #f37314;
}

.tt-suggestion p {
  margin-top: 0;
}
.tt-suggestion.tt-is-under-cursor p, .tt-suggestion p:hover, .tt-suggestion p:focus {
  color: #ffffff;
}

.seoFaqHeading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #f26d22;
}

.cityPairStTxt p, .cityPairStTxt li {
  color: #666;
  padding-top: 2px;
  font-size: 14px !important;
}
.cityPairStTxt .text-orange {
  color: #f37314;
}

#cityPairSeoSprt > .card-body {
  height: 485px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ul-style1 {
  text-align: left;
  margin-left: 35px;
}

.ul-style2 {
  margin-left: 24px;
}

.ul-style4_1 {
  margin-left: 50px;
  padding-left: 20px;
}

.ul-style4 {
  padding-left: 25px;
}

.ul-style3 {
  text-align: left;
  margin: 8px 0 0 -24px;
  padding: 20px 0 0 0;
}

.ul-col6-m {
  text-align: left;
  margin: 42px 0 0 15px;
}

.seo-images-position {
  position: relative;
  left: -4px;
}

.slick-slide img {
  display: inline !important;
}

.listUnstyledSEO {
  padding-left: 38px;
}

.footerLinksSeoLogo {
  bottom: -3px;
}

.footerLinksSeoFlightLogo {
  left: 5px !important;
}

.multiple-items div h4 {
  word-break: break-all;
  white-space: pre;
}

.arrows_slick {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 15px;
  cursor: pointer;
  z-index: 100;
}

.slick-prev, .prev {
  left: 0 !important;
}

.slick-next, .next {
  right: 0 !important;
}

.slick-arrow[aria-disabled="true"] {
  opacity: 0.2;
  pointer-events: none;
}

.fts-icons, .certified {
  display: inline-block;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.certified {
  display: inline-block;
}

.footer-links ul {
  margin-top: 10px;
}
.footer-links ul > li > a {
  font-size: 13px;
  border-bottom: dashed 1px #ddd;
  padding: 0 0 5px 3px;
  color: #555555;
  margin-bottom: 5px;
  display: block;
}
.footer-links ul > li > a:hover {
  color: #f26d22;
  text-decoration: underline;
}

.footer-list-icons div[class*="col-sm"] {
  border-left: solid 1px #ddd;
}
.footer-list-icons div[class*="col-sm"] > div:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #ddd;
}

.certified-icons {
  max-width: 295px;
  margin: 0 auto;
}

.bgn {
  enable-background: new 0 0 24 24;
}

.fill {
  fill: #ffffff;
}

.copyrights {
  background: #eeeeee;
  font-size: 13px;
  color: #555555;
}

.BacktosssMobileApp {
  width: 104px;
  height: 16px;
  float: left;
  margin-top: 5px;
}

/* Section Title */
.faqaccordion {
  background: #ffffff;
}
.faqaccordion div div p {
  letter-spacing: 0.5px;
  margin-left: 35px;
  margin-top: 0 !important;
}
.faqaccordion div a {
  text-decoration: none;
  color: #f26d22;
}
.faqaccordion div a:hover {
  text-decoration: none;
  color: #f26d22;
}
.faqaccordion div a:focus {
  color: #f26d22;
  text-decoration: none;
}
.faqaccordion .section {
  border-bottom: 1px solid #eee;
}
.faqaccordion .section .section-title {
  display: inline-block;
  width: 100%;
  padding: 10px;
  transition: all linear 0.15s;
  color: #f26d22;
  font-size: 18px;
  font-weight: bold;
}
.faqaccordion .section .section-title:before {
  content: '\25b6';
  font-size: 13px;
  color: #f26d22;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  transition: transform .5s ease-in-out;
}
.faqaccordion .section .section-title .section-content {
  display: none;
  padding: 15px;
}
.faqaccordion .section:last-child .section-title {
  border-bottom: none;
}
.faqaccordion .section .section-title.active:before {
  transform: rotate(90deg);
}

.pamentAndBilling {
  padding-top: 10px;
  margin-bottom: 10px;
}
.pamentAndBilling strong {
  font-size: 18px;
  color: #003a77;
}

#showMore {
  margin-right: 5px;
}

.navLink-a {
  display: flex;
  justify-content: space-between;
}

.navLink-li {
  margin: 0 20px 0 0;
}

.ft-seo a:not(.orngLink) {
  color: #ffffff;
}
.ft-seo a.orngLink {
  color: #f26d22;
  font-size: 18px;
  line-height: 35px;
}
.ft-seo a:hover, .ft-seo a:focus {
  color: #fbb040;
  text-decoration: none;
}
.ft-seo div > a, .ft-seo div > div.cityPairHeadng, .ft-seo div > a, .ft-seo div > div.cityPairHeadng {
  font-size: 15px;
  line-height: 35px;
}
.ft-seo div ul > li > a, .ft-seo div ul > li > a {
  font-weight: 300;
  padding-bottom: 1px;
  line-height: 20px;
}

#readmoreOverlay {
  padding: 20px;
  z-index: 1;
  margin-top: -35px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  position: relative;
}

.readMoreBtnStyle {
  cursor: pointer;
  height: 28px;
  width: 110px !important;
  background: none;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  color: #f26d22;
}

body > div.zopim:first-child {
  display: none;
}

.cc24Hours {
  font-size: 1vw;
  font-weight: bold;
  color: #ffffff;
}

.cc24HoursImage {
  width: 24px;
  height: 24px;
}

.bTop {
  display: none;
  border-radius: 5px;
  transition-duration: .5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1081;
  color: #ffffff;
  background: #f26d22;
  padding: 7px 10px;
  height: 44px;
  width: 44px;
  box-shadow: 0 0 15px #999;
  text-align: center;
  cursor: pointer;
}

.Retinalogo {
  background-size: 188px 63px;
  background-repeat: no-repeat;
  float: left;
  height: 63px;
  margin: 3px 0;
  width: 188px;
  padding: 0;
}

.connect-with-us > *:hover {
  text-decoration: none;
}

.emailDomainUL {
  font-size: 14px;
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.18) 0 6px 12px;
  margin: 2px 0 0;
  padding-left: 0;
  overflow-x: auto;
}
.emailDomainUL li {
  list-style-type: none;
  cursor: pointer;
  padding: 4px 0 4px 12px;
}

.signUpdomainUL_Width {
  min-width: calc(100% - 30px);
  width: 0 !important;
}

.emailDomainUL li:hover,
.emailDomainUL li.active,
#subscription_Email > li:hover,
#subscription_Email > li.active,
.marketedAirlines ul.signUpdomainUL_Width > li:hover,
.marketedAirlines ul.signUpdomainUL_Width > li.active {
  background-color: #f26d22;
  color: #ffffff !important;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.flightInfoPopupDiv {
  position: absolute;
  top: 0;
  right: 5px;
}
.flightInfoPopupDiv .flightInfoPopupSpan {
  right: 8px;
  top: 8px;
  font-size: 14px;
}
.flightInfoPopupDiv .flightInfoPopupSpan:hover + .popupContentDiv {
  display: block;
  z-index: 100;
}
.flightInfoPopupDiv .popupContentDiv {
  display: none;
  background-color: black;
  color: white;
  z-index: 10;
  position: absolute;
  padding: 14px 20px;
  font-size: 14px;
  bottom: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 1px 2px, rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(0, 0, 0, 0.07) 0 4px 8px, rgba(0, 0, 0, 0.07) 0 8px 16px, rgba(0, 0, 0, 0.07) 0 16px 32px, rgba(0, 0, 0, 0.07) 0 32px 64px;
  border: 1px solid #b9b6b6;
}
.flightInfoPopupDiv .popupContentDiv::after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid black;
  position: absolute;
  right: 5px;
  bottom: -11px;
  border-radius: 4px;
}

.mainDivOfHeading {
  position: relative;
}
.mainDivOfHeading #spanForPopup {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 13px;
  margin-top: 3px;
}
.mainDivOfHeading #spanForPopup::before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid black;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-radius: 4px;
  z-index: 100;
  display: none;
}
.mainDivOfHeading .popupContentDiv {
  background-color: black;
  color: white;
  z-index: 100;
  position: absolute;
  padding: 14px 20px;
  font-size: 14px;
  bottom: 40px;
  display: none;
}
.mainDivOfHeading #spanForPopup:hover::before {
  display: block;
}
.mainDivOfHeading #spanForPopup:hover + .popupContentDiv {
  display: block;
}

.IPcal, .IPfrom, .IPto {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 1;
}

.MainFlightSearch {
  color: #ffffff;
}
.MainFlightSearch .card-header {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.MainFlightSearch .btn-group-justified label, .MainFlightSearch .btn-group-justified label:hover, .MainFlightSearch .btn-group-justified label:focus, .MainFlightSearch .btn-group-justified label.active {
  color: #ffffff;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.MainFlightSearch .btn-group-justified label:first-child {
  left: -15px;
}
.MainFlightSearch input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding-left: 40px;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.MainFlightSearch input.form-control:disabled {
  background-color: #ccc;
  border-color: transparent;
}
.MainFlightSearch input.form-control:focus {
  border-color: #fbb040;
}
.MainFlightSearch input.form-control::-webkit-input-placeholder {
  /* Edge */
  font-weight: 300;
}
.MainFlightSearch input.form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 300;
}
.MainFlightSearch input.form-control::placeholder {
  font-weight: 300;
}
.MainFlightSearch .twitter-typeahead {
  background-color: #ffffff;
}
.MainFlightSearch .alert:not(.glberrors), .MainFlightSearch .scHide {
  display: none;
}

.mc-delete {
  margin-right: 5px;
}

.forMulticity .nav.nav-tabs.nav-justified > li > a {
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.multiCityShow .panel-group .card, .multiCityShow .card-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.multiCityShow .card-header {
  text-align: left;
}
.multiCityShow .card-header a {
  display: block;
}
.multiCityShow .card-header a > i {
  margin-right: 5px;
}
.multiCityShow .card-header .mc-delete {
  margin-right: 10px;
  margin-top: -20px;
  display: none;
  cursor: pointer;
}
.multiCityShow .panel-group > .card:not(:first-child) {
  display: none;
}

.inputClearIcon {
  position: absolute;
  top: 7px;
  right: 15px;
  padding: 0.3% 1.8% 0 0;
  color: #333333;
}

#TravelForm .twitter-typeahead input {
  padding-right: 30px;
}

#TravelForm .relative input::-ms-clear {
  display: none;
}

@media only screen and (min-width: 500px) {
  #subscriptionForm .subscribe-btn {
    position: absolute;
    top: 0;
    right: 12px;
  }

  .priceBtn {
    padding: 5px 6px;
    font-weight: 600;
  }

  .cityPairStTxt {
    padding: 10px !important;
  }

  .faq-Heading {
    margin: 24px 0 0 25px !important;
  }

  .oneWayBgAlignment {
    align-items: initial !important;
  }
  .oneWayBgAlignment > .priceBg-Child {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 650px) {
  .listUnstyledSEO {
    width: 280px !important;
  }
}
@media only screen and (min-width: 768px) {
  .navbarMain .navbar-collapse {
    padding-right: 0;
  }

  .seoFeaturesComponent {
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribeDivBox {
    display: flex;
  }

  .mainHeading_cToc {
    margin: 0 50px;
  }

  .SRitenaryResults .SegmentsShowClass {
    position: relative;
  }

  .error_tooltip {
    position: relative;
  }
  .error_tooltip[data-bs-placement="left"] {
    top: -15px;
  }

  .col-mdp > div:not(:first-child):not(.lpl) {
    padding-left: 0;
  }

  .error-tips-home + .tooltip .tooltip-arrow {
    position: absolute;
    top: 7px;
    right: -12px;
  }
}
@media only screen and (min-width: 1200px) {
  .displayBlockImp {
    display: none !important;
  }

  #mainHeadNav > ul > li:nth-child(1) > a {
    background-color: #42C19D;
  }
  #mainHeadNav > ul > li:nth-child(2) > a {
    background-color: #EAC9B3;
  }
  #mainHeadNav > ul > li:nth-child(3) > a {
    background-color: #144848;
  }
  #mainHeadNav > ul > li:nth-child(4) > a {
    background-color: #784A76;
  }
  #mainHeadNav > ul > li:nth-child(5) > a {
    background-color: #FECD00;
  }
  #mainHeadNav > ul > li:nth-child(6) > a {
    background-color: #3B9DCF;
  }
  #mainHeadNav > ul > li:nth-child(7) > a {
    background-color: #313131;
  }
  #mainHeadNav > ul > li:nth-child(8) > a {
    background-color: #AFD3C5;
  }
  #mainHeadNav > ul > li:not(:first-child) {
    margin-left: -5px;
  }

  #defaultHeadNav > ul > li > a, #defaultHeadNav > ul > li.active > a,
  #mainHeadNav > ul > li > a,
  #mainHeadNav > ul > li.active > a {
    background-color: #f26d22;
    text-decoration: none;
  }
  #defaultHeadNav > ul > li > a:hover, #defaultHeadNav > ul > li > a:not(.checkLink):focus, #defaultHeadNav > ul > li > a:not(.checkLinkNew):focus, #defaultHeadNav > ul > li.active > a:hover, #defaultHeadNav > ul > li.active > a:not(.checkLink):focus, #defaultHeadNav > ul > li.active > a:not(.checkLinkNew):focus,
  #mainHeadNav > ul > li > a:hover,
  #mainHeadNav > ul > li > a:not(.checkLink):focus,
  #mainHeadNav > ul > li > a:not(.checkLinkNew):focus,
  #mainHeadNav > ul > li.active > a:hover,
  #mainHeadNav > ul > li.active > a:not(.checkLink):focus,
  #mainHeadNav > ul > li.active > a:not(.checkLinkNew):focus {
    background-color: #EF8A25;
    text-decoration: none;
  }

  #mainHeadNav > ul > li.active,
  #mainHeadNav > ul > li a.active {
    position: relative;
  }
  #mainHeadNav > ul > li.active:before,
  #mainHeadNav > ul > li a.active:before {
    content: ' ';
    height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background-color: #c44e0c;
  }

  .priceBg-Child {
    width: 60% !important;
  }

  .priceBoxDiv {
    width: 40% !important;
  }

  .SRresult-listmidgrp {
    text-align: center;
  }
  .SRresult-listmidgrp .text {
    background: #ffffff;
    display: inline;
    z-index: 1;
    position: relative;
  }
  .SRresult-listmidgrp:after {
    color: #ccc;
    content: "";
    right: -8px;
    position: absolute;
    top: 2px;
    height: 10px;
    text-align: right;
    width: 100%;
  }
  .SRresult-listmidgrp:before {
    color: #ccc;
    content: "";
    left: 0;
    position: absolute;
    top: 2px;
    height: 10px;
    text-align: left;
    width: 100%;
  }

  .lg-10 {
    font-size: 10px;
  }

  .lg-11 {
    font-size: 11px;
  }

  .lg-12 {
    font-size: 12px;
  }

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

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

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

  .lg-28 {
    font-size: 28px;
  }

  .seoFeaturesComponent {
    height: 150px;
  }
}
@media only screen and (min-width: 1319px) {
  .navbarMain .navbar-nav .usdInrTab .dropdown {
    vertical-align: middle;
  }
  .navbarMain .navbar-nav .usdInrTab > li:last-child {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 2000px) {
  .ieBlog .blogImg img {
    max-height: 400px !important;
    transition: max-height 0.3s ease-in;
  }
}
@media only screen and (max-width: 339px) {
  .footer-links {
    width: 100%;
  }

  .navbarMain {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbarMain > .navbar-header {
    max-width: 50% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .navbarMain > .navbar-header .navbar-brand {
    height: auto;
  }
  .navbarMain > div.collapse.navbar-collapse {
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .navbarMain > div.collapse.navbar-collapse > div {
    margin-left: 0;
    margin-right: 35px;
    display: inline;
    margin-top: 0;
  }
  .navbarMain .navbar-collapse {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
    flex-direction: row-reverse;
  }
  .navbarMain .navbar-collapse .navbar-nav > a.dropdown-toggle {
    margin-right: -14px !important;
  }

  #defaultHeadNav > ul.list-inline {
    margin-bottom: 0;
  }
  #defaultHeadNav > ul.list-inline > li {
    width: 100%;
    text-align: center;
  }

  #mainHeadNav {
    margin-right: 0;
  }
  #mainHeadNav > .dropdown-menu {
    left: 0;
    right: auto;
    min-width: 165px;
    max-width: 200px;
  }
  #mainHeadNav > .dropdown-menu:before {
    left: 10px;
    right: auto;
  }

  #defaultHeadNav .currency_list .currencyType {
    bottom: 1px;
    right: 79px;
  }
  #defaultHeadNav .currency_list .dropdown-menu {
    right: 76px;
  }
  #defaultHeadNav .chat {
    margin-left: -65px;
  }

  #subscriptionTargetId .text-orenge.md-20 {
    font-size: 18px;
  }

  .ft-seo {
    display: none;
  }

  #searchForm .MainFlightSearch .card-header {
    font-size: 18px;
  }
  #searchForm .MainFlightSearch .card-body .divForTripLabel.form-group.btn-group.btn-group-justified.d-flex {
    display: inline !important;
  }
  #searchForm .MainFlightSearch .card-body .divForTripLabel.form-group.btn-group.btn-group-justified.d-flex .radio-inline.btn {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-left: 0px !important;
    display: block;
    left: 0;
  }
  #searchForm .MainFlightSearch .card-body .fullWidthSCImp {
    width: 100% !important;
  }
  #searchForm .MainFlightSearch .card-body .btn.btn-orenge#searchFlights {
    width: 100% !important;
  }

  .navbar.navbarMain {
    margin-bottom: 15px !important;
  }
  .navbar.navbarMain .navbar-header {
    margin-top: 15px !important;
  }
  .navbar.navbarMain .flex-grow-1 {
    margin-right: 32px !important;
    padding-right: 15px !important;
    flex-grow: 0.7 !important;
  }
  .navbar.navbarMain .flex-grow-1 .navbar-nav {
    margin-top: 15px !important;
  }

  .searchComponent .form-group div.col-8 {
    width: 100%;
  }
  .searchComponent .form-group > .btn.btn-orenge.btn-lg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }

  #accordion .card-body > .form-group > label, #accordion .card-body > .form-group > div, .preferenceShow > .form-group > label, .preferenceShow > .form-group > div {
    width: 100%;
  }

  .SRitenaryResults .SegmentsShowClass {
    width: 100%;
  }
  .SRitenaryResults .segmentAirfare {
    position: relative;
    left: 0;
    width: 100%;
    top: auto;
  }

  .container-fluid .navbarMain + .row {
    overflow: hidden;
  }
  .container-fluid .navbarMain + .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .homePageSeoLinks .ul-style2:nth-child(2) .listUnstyledSEO {
    margin-left: -15px;
  }
  .homePageSeoLinks .ul-style2:nth-child(1) {
    margin-left: 8px !important;
  }
}
@media only screen and (max-width: 426px) {
  .ul-style4 {
    padding-left: 0;
  }

  .ul-style4_1 {
    margin-left: 15px;
  }

  .ul-style2, .ul-style1 {
    margin-left: 30px !important;
  }
  .ul-style2 > ul.listUnstyledSEO, .ul-style1 > ul.listUnstyledSEO {
    padding-left: 30px;
    margin-left: -2px;
    width: 290px !important;
  }

  .ul-style2-1 {
    margin: 25px 0 0 0;
  }

  .ul-style3 {
    margin: 12px 0 10px 8px !important;
  }

  .listUnstyledSEO {
    padding-left: 38px !important;
  }
}
@media only screen and (max-width: 440px) {
  .footer-list-icons div[class*="col-sm"] {
    width: 100%;
    border-left: none;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .Retinalogo {
    width: 157px;
    height: 53px;
  }

  .navbarMain .navbar-collapse {
    display: block !important;
  }
  .navbarMain .navbar-header {
    max-width: 35%;
    min-width: 35%;
  }
  .navbarMain .navbar-nav {
    margin-top: 30px !important;
  }
  .navbarMain .navbar-nav > ul > li > a {
    padding: 10px !important;
  }

  #mainHeadNav a.dropdown-toggle {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }

  #mainHeadNav .dropdown-menu {
    max-width: 166px;
  }
  #mainHeadNav .dropdown-menu > li > a {
    white-space: normal;
  }

  #defaultHeadNav .currency_list .currencyType {
    height: 35px !important;
  }
  #defaultHeadNav .currency_list .dropdown-menu {
    top: 48px;
  }

  .clsOfFlightsFrom {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 475px) {
  .mainHeading {
    font-size: 20px;
  }

  .hidePhnoMobile {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #mainHeadNav ul li {
    margin-left: 0;
  }

  .custom-btn-group {
    display: flex;
    margin-bottom: 20px;
  }
  .custom-btn-group .btn {
    width: 100%;
  }

  #subscriptionForm .subscribe-btn {
    margin-top: 15px;
  }

  .priceBg {
    flex-direction: column;
  }
  .priceBg > .priceBg-Child {
    background: #ffffff !important;
  }

  .chartSlickDiv {
    display: none !important;
  }
}
@media only screen and (max-width: 524px) {
  .ul-style2 {
    margin-left: 45px;
  }

  .ul-style3 {
    margin: 12px 0 10px 40px !important;
  }

  .ul-style4_1 {
    margin-left: 15px;
  }

  .ul-style4 {
    padding-left: 35px;
  }

  .ul-col6-m {
    margin: 25px 0 0 42px;
  }

  .ul-style1 {
    margin-left: 50px !important;
  }
}
@media (min-width: 576px) and (max-width: 599px) {
  .navbar.navbarMain .navbar-header {
    width: 100% !important;
    padding-top: 10px;
  }
  .navbar.navbarMain .flex-grow-1 .navbar-nav {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #mainHeadNav.navbar-nav {
    width: -webkit-max-content;
    width: max-content;
  }
  #mainHeadNav a.dropdown-toggle {
    width: max-content;
  }
  #mainHeadNav .dropdown-menu {
    min-width: 166px;
  }

  #defaultHeadNav .dropdown-menu {
    position: absolute;
    background: #ffffff;
    border: 2px solid #999;
    min-width: 240px;
  }

  .container-fluid .mtAdjust {
    margin: 15px 0;
    padding: 15px 0;
  }
  .container-fluid .mtAdjust .prlAdjust {
    padding: 0 !important;
  }
  .container-fluid .mtAdjust .prlAdjust .btnGroup-adjust {
    display: flex;
    justify-content: center;
  }
  .container-fluid .mtAdjust .custom-btn-group {
    margin-bottom: 20px;
  }
  .container-fluid .mtAdjust .custom-btn-search {
    padding: 0 !important;
  }

  .tripWisePaddingAdjust {
    padding: 0;
  }
  .tripWisePaddingAdjust .search-resultDiv {
    padding: 0 !important;
  }

  .readMore-M-Adjust {
    margin: 0;
  }
  .readMore-M-Adjust .cityPairStTxt {
    padding: 0;
  }

  .faqContainer {
    margin-top: 10px;
  }
  .faqContainer .faq-M-Adjust {
    margin: 15px 0 0 0;
  }
  .faqContainer .faq-Heading {
    font-size: 24px;
  }
  .faqContainer .faq-M-P-Adjustment {
    margin: 0 10px;
    padding: 10px;
  }

  .chartBarHeading {
    margin-left: 0 !important;
  }

  .subscribeFormDiv {
    margin-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbarMain > div {
    display: inline-block;
  }
  .navbarMain > div .navbar-toggle {
    display: none;
  }
  .navbarMain > div.collapse.navbar-collapse {
    float: right;
    padding-right: 15px;
  }

  .breadcrumb-alignment {
    margin-bottom: 0 !important;
    padding: 7px 24px;
  }

  .blogImg {
    margin-bottom: 15px;
  }

  .SRresult-list > ul > li {
    height: 20px;
  }

  .SRresult-listmidgrp {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .SRitenaryResults {
    border-width: 1px;
  }
  .SRitenaryResults .segmentAirfare {
    padding: 5px;
  }

  .airfare {
    padding: 0;
  }

  .xs-10 {
    font-size: 10px;
  }

  .xs-11 {
    font-size: 11px;
  }

  .xs-12 {
    font-size: 12px;
  }

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

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

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

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

  .card {
    margin-bottom: 10px;
  }

  .ul-style3 {
    margin: 8px 0 0 40px;
  }

  .chartSlickDiv .sliders {
    max-width: 600px;
  }

  .sliderContainer {
    position: initial !important;
  }

  .seoFaqHeading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .navbarMain .navbar-nav > a > span.caret {
    margin-left: 5px !important;
    border-top: 8px dashed !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    margin-bottom: 3px !important;
  }
  .navbarMain .currency_Chat {
    display: none;
  }

  .MainFlightSearch.card.panel-orenge {
    background-color: transparent;
  }
  .MainFlightSearch.card.panel-orenge > .card-header.scTabTransparent {
    background-color: rgba(242, 109, 34, 0.8);
  }
  .MainFlightSearch.card.panel-orenge > .bg-grey.scTabTransparent {
    background-color: rgba(109, 110, 113, 0.8);
  }

  .SRresult-list {
    line-height: 22px;
    padding-left: 15px;
  }
  .SRresult-list > .col-lg-11 > .row > div {
    padding-right: 0;
  }

  .SRitenaryResults .alert {
    margin-bottom: 0;
  }

  .SRresult-listmidgrp {
    padding-top: 0;
    padding-bottom: 0;
  }
  .SRresult-listmidgrp + div.col-lg-3 {
    padding-bottom: 0;
  }
  .SRresult-listmidgrp .ITtrip {
    display: none;
  }

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

  .error-tips-home + .tooltip {
    position: static !important;
    display: grid;
    justify-content: center;
  }
  .error-tips-home + .tooltip .tooltip-arrow {
    position: relative;
    left: 50%;
    top: -15%;
    transform: rotate(-91deg);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent red transparent;
  }

  .error-tips-searchSign + .tooltip {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .error-tips-searchSign + .tooltip .tooltip-arrow {
    position: absolute;
    margin-top: -6px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent red transparent;
  }
}
@media only screen and (max-width: 1199px) {
  #cityPairSeoSprt .SRresult-listmidgrp {
    text-align: left;
  }

  .footer-list-icons div[class*="col-sm"]:first-child {
    border-left: none;
  }

  .navbarMain .navbar-nav > ul > li > a {
    font-size: 13px;
    padding: 10px 8px;
  }

  #defaultHeadNav .currency_list .currencyType {
    width: 64px;
    padding-left: 2px;
    padding-right: 2px;
  }
  #defaultHeadNav .currency_list .dropdown-currency span {
    font-size: 13px !important;
  }

  .displayBlockImp {
    display: block !important;
  }

  #mainHeadNav ul li {
    margin-left: -5px;
  }

  #mainHeadNav .dropdown-menu {
    background-color: #666;
    border: 0 !important;
    position: absolute;
  }
  #mainHeadNav li:not(.active) > a {
    color: #ffffff;
  }
  #mainHeadNav li.active > a {
    color: #ffffff;
  }
  #mainHeadNav li:hover > a, #mainHeadNav li:not(.checkLink):focus > a, #mainHeadNav li:not(.checkLinkNew):focus > a {
    color: #ffffff;
    background-color: #EF8A25;
  }
  #mainHeadNav a.dropdown-toggle {
    padding: 13px 15px 12px 15px;
    height: 45px;
    background-color: #42C19D;
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
  }
  #mainHeadNav li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  #defaultHeadNav .currency_list .currencyType {
    width: 70px;
    padding-left: 6px;
    padding-right: 4px;
  }

  .navbarMain .navbar-nav > ul > li > a.sideNavToggle > i {
    vertical-align: middle;
  }

  .SRresult-listmidgrp {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .SRresult-listmidgrp + div.col-xl-3 {
    padding-bottom: 10px;
  }

  .SRresult-list {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1295px) {
  .navbarMain .navbar-nav > ul > li > a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .listUnstyledSEO {
    padding-left: 11px;
  }

  .ul-style3 .listUnstyledSEO, .ul-style1 .listUnstyledSEO, .ul-style2-1 .listUnstyledSEO, .ul-style2 .listUnstyledSEO {
    width: 320px !important;
  }
  .ul-style3 .ul-style2 > ul.sfoUlList, .ul-style1 .ul-style2 > ul.sfoUlList, .ul-style2-1 .ul-style2 > ul.sfoUlList, .ul-style2 .ul-style2 > ul.sfoUlList {
    padding-left: 43px !important;
  }
  .ul-style3 .ul-style2 > ul.popularRoutsUlList, .ul-style1 .ul-style2 > ul.popularRoutsUlList, .ul-style2-1 .ul-style2 > ul.popularRoutsUlList, .ul-style2 .ul-style2 > ul.popularRoutsUlList {
    padding-left: 27px !important;
    margin-left: -2px;
  }

  .navLink-li {
    margin: 0 43px 0 0;
  }
}
@media only screen and (min-width: 441px) and (max-width: 1199px) {
  #mainHeadNav > ul > li.active,
  #mainHeadNav > ul > li a.active {
    position: relative;
  }
  #mainHeadNav > ul > li.active:before,
  #mainHeadNav > ul > li a.active:before {
    content: ' ';
    height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 1px;
    background-color: #c44e0c;
  }

  #mainHeadNav > ul > li:nth-child(1) > a {
    background-color: #42C19D;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(2) > a {
    background-color: #EAC9B3;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(3) > a {
    background-color: #144848;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(4) > a {
    background-color: #784A76;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(5) > a {
    background-color: #FECD00;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(6) > a {
    background-color: #3B9DCF;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(7) > a {
    background-color: #313131;
    color: #ffffff;
  }
  #mainHeadNav > ul > li:nth-child(8) > a {
    background-color: #AFD3C5;
    color: #ffffff;
  }

  .navbarMain .navbar-nav > ul > li:not(:first-child) {
    margin-left: 5px;
  }

  #defaultHeadNav > ul > li > a, #defaultHeadNav > ul > li.active > a,
  #mainHeadNav > ul > li > a,
  #mainHeadNav > ul > li.active > a {
    background-color: #f26d22;
    text-decoration: none;
  }
  #defaultHeadNav > ul > li > a:hover, #defaultHeadNav > ul > li > a:not(.checkLink):focus, #defaultHeadNav > ul > li.active > a:hover, #defaultHeadNav > ul > li.active > a:not(.checkLink):focus,
  #mainHeadNav > ul > li > a:hover,
  #mainHeadNav > ul > li > a:not(.checkLink):focus,
  #mainHeadNav > ul > li.active > a:hover,
  #mainHeadNav > ul > li.active > a:not(.checkLink):focus {
    background-color: #EF8A25;
    text-decoration: none;
  }

  .navbarMain .navbar-nav > ul > li > a.sideNavToggle {
    padding: 10px !important;
  }
  .navbarMain .navbar-nav > ul > li > a.sideNavToggle > i {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 474px) and (max-width: 600px) {
  .img-col3 {
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1198px) {
  .priceBg-Child {
    width: 70% !important;
  }

  .priceBoxDiv {
    width: 30% !important;
  }
}
@media only screen and (min-width: 525px) and (max-width: 961px) {
  .ul-style2 {
    margin-left: 50px;
  }

  .ul-col6-m {
    margin-left: 30px;
  }

  .ul-style4_1 {
    margin-left: 20px;
  }

  .ul-style4 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1023px) {
  .certified-icons {
    max-width: 148px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 792px) {
  .paymentMethods .radio-inline {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .searchBoxContainer .twitter-typeahead {
    margin-left: -101px;
  }
  .searchBoxContainer .airlineTabAdjustment {
    width: 170% !important;
    padding: 0 0 0 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .defaultHeadNav {
    margin-left: -5px;
  }

  .showAutoSignInId {
    margin-left: 5px !important;
  }

  .faq-M-Adjust .faq-M-P-Adjustment {
    padding: 0 20px !important;
  }

  .cityPairStTxt {
    padding: 0 5px;
  }

  .search-resultDiv, .tripWisePaddingAdjust {
    padding: 0 !important;
  }

  .chartBarHeading {
    margin-left: 0;
  }

  .readMore-M-Adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .readMore-M-Adjust .cityPairStTxt {
    padding: 0 !important;
  }

  .navbarMain .navbar-nav ul.usdInrTab li:last-child {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .listUnstyledSEO {
    padding-left: 16px;
  }

  .navLink-li {
    margin: 0 9px 0 0;
  }

  .ul-style2 .popularRoutsUlList {
    padding-left: 25px !important;
  }

  .segmentAirfare {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
  }

  .chartSlickDiv .sliders {
    max-width: 700px;
  }

  .sliderContainer {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 769px) and (max-width: 961px) {
  .ul-style3 {
    margin: 8px 0 0 40px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1024px) {
  .searchBoxContainer .twitter-typeahead {
    margin-left: -50px;
  }
  .searchBoxContainer .airlineTabAdjustment {
    width: 124% !important;
    padding: 0 0 0 5px !important;
  }
}
@media only screen and (min-width: 962px) and (max-width: 1024px) {
  .ul-style2 {
    margin-left: 30px !important;
  }

  .ul-style3 {
    margin: 8px 0 0 50px !important;
  }
}
@media only screen and (min-width: 962px) and (max-width: 1328px) {
  .ul-style4_1 {
    padding-left: 0;
  }

  .ul-style4 {
    padding-left: 40px;
  }

  .ul-col6-m {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .airfare {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 2560px) {
  .img-col2, .img-col3 {
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .homePageSeoLinks .ul-style2:nth-child(2) {
    margin-left: 42px;
  }

  .ul-style1 {
    margin-left: 51px;
  }

  .ul-style3 {
    margin: 6px 0 0 40px;
    padding: 49px 0 0 0;
  }

  .ul-style2-1 {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .chartSlickDiv .sliders {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1645px) {
  .certified-icons {
    max-width: 148px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .navLink-li {
    margin: 0 2px 0 0;
  }

  .ul-style3 {
    margin: 8px 0 0 30px;
  }

  .routList {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2560px) {
  .navLink-li {
    margin: 0 5px 0 0;
  }

  .ul-style3 {
    margin: 9px 30px 0 6px;
  }

  .routList {
    padding-left: 30px;
  }
}
.open > .dropdown-menu {
  display: block;
}

.panel-grey > .accordion-header {
  color: white !important;
  background-color: #777777 !important;
  border-color: transparent;
}

.custom-btn {
  background-color: #f0f0f0;
}

a {
  text-decoration: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-toggle::after {
  content: none;
}

.btn-default:hover {
  background: #e6e6e6 !important;
}

.custom-btn-group button {
  padding: 6px 12px !important;
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .multiCityShow .mc-delete-customized {
    right: -15px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #mainHeadNav {
    margin-right: -5px;
  }
}
.usdInrTab .currency_Chat ul {
  margin-top: 2px;
}

.accordion-button, .accordion-button:not(.collapsed) {
  color: white !important;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.mc-delete-customized {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  margin-right: 20px !important;
}

.TravelForm li a:focus {
  border: 3px solid black !important;
  border-radius: 6px !important;
}

@media only screen and (max-width: 400px) {
  .multiCityShow .mc-delete-customized {
    top: 15px !important;
  }
}
@media only screen and (max-width: 420px) {
  .mc-delete-customized {
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 355px) {
  .custom-btn-group button {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 327px) {
  .TravelForm label {
    width: 100% !important;
  }
}
.error_tooltip + .tooltip {
  transition: all 0.2s ease-in-out;
}
.error_tooltip + .tooltip .tooltip-inner {
  background-color: #f00;
}
.error_tooltip + .tooltip + .tooltip {
  display: none;
}

.error-tips-home + .tooltip {
  position: absolute;
  left: -104%;
  padding: 0;
  opacity: 1 !important;
}
.error-tips-home + .tooltip .tooltip-arrow {
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent red;
}
.error-tips-home + .tooltip .tooltip-inner {
  color: white;
  background: red;
  font-size: 12px !important;
  padding: 3px 8px !important;
  max-width: 100% !important;
}

.custom-breadcrumb span:hover {
  text-decoration: underline !important;
}

.seoSubHeading {
  font-size: 18px;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1142px) {
  .seoTrDate {
    font-size: 80% !important;
  }
}
.imageBanner .carousel-item {
  overflow: hidden;
}
.imageBanner .carousel-item img.img-fluid {
  min-width: 100%;
}

.iconForToggle {
  right: 7px;
  top: 6px;
}

.faq-M-P-Adjustment h4 b {
  font-size: 18px !important;
}

@media only screen and (max-width: 1265px) and (min-width: 600px) {
  .footer-list {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbarMain .navbar-nav > a > span.caret {
    margin-left: 5px !important;
    border-top: 8px dashed !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    margin-bottom: 3px !important;
  }
}
@media only screen and (max-width: 900px) {
  .seoTrDate {
    font-size: 75% !important;
  }
}
@media only screen and (max-width: 991px) {
  .imageBanner.bannerTabResponsive {
    position: absolute;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
}
#showMoreFaq, #showLessFaq {
  margin-left: 27px;
  font-weight: bold;
  font-size: 14px;
}

.questionDiv i {
  margin-right: 0px !important;
}

.answerPanel p {
  font-size: 14px !important;
}

.bs-searchbox {
  position: absolute;
  left: -99999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bootstrap-select .dropdown-menu li.no-results {
  display: none !important;
}
.bootstrap-select .dropdown-menu li.selected.active, .bootstrap-select .dropdown-menu li.active {
  outline: 3px solid black;
  outline-offset: -2px;
  border-radius: 5px;
}
.bootstrap-select .dropdown-menu li.selected.active .business, .bootstrap-select .dropdown-menu li.active .business {
  background-position: -30px -95px;
}
.bootstrap-select .dropdown-menu li.selected.active .first, .bootstrap-select .dropdown-menu li.active .first {
  background-position: -30px -125px;
}
.bootstrap-select .dropdown-menu li.selected.active .economy, .bootstrap-select .dropdown-menu li.active .economy {
  background-position: -29px -34px;
}
.bootstrap-select .dropdown-menu li.selected.active .selPremium, .bootstrap-select .dropdown-menu li.active .selPremium {
  background-position: -30px -65px;
}

/*# sourceMappingURL=seoStyles.css.map */
