@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('../fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'gothamlight';
  src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
    url('../fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

html,
body,
ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
input,
label,
figure,
button {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: normal
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  -webkit-font-smoothing: antialiased
}

body {
  font-family: 'gothamlight'
}

select,
textarea,
input[type=submit],
input[type=date],
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'gothamlight';
  margin: 0;
  background: none
}

select {
  color: #000
}

input[type="number"] {
  -moz-appearance: textfield
}

input[type="checkbox"] {
  border: 1px solid #000000;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  appearance: inherit;
}

a {
  text-decoration: none
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gothambold';
  font-weight: normal
}

ul li {
  list-style: none
}

img {
  max-width: 100%;
}

.clear {
  clear: both
}

.container {
  width: calc(100% - 190px);
  margin-left: 120px;
  position: relative
}

.mobile {
  display: none
}

nav {
  width: 85px;
  height: calc(100vh - 30px);
  background: #000;
  position: fixed;
  z-index: 999;
  left: 15px;
  top: 15px;
  border-radius: 15px;
  padding: 15px 10px;
  text-align: center
}

nav ul li {
  margin-bottom: 40px
}

nav ul li:nth-child(1) {
  margin-bottom: calc(50vh - 310px)
}

nav ul li img {
  width: 35px
}

nav ul li:nth-child(1) img {
  max-width: 100%;
  width: auto
}

nav ul li:nth-child(2) img {
  width: 30px
}

nav ul li:nth-child(7) img {
  width: 40px
}

nav ul li a {
  font-family: 'gothambold';
  text-transform: uppercase;
  font-size: 7px;
  color: #fff
}

header {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 15px;
  padding: 18px 25px 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999
}

header.sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 190px);
  border-radius: 0 0 15px 15px;
}

header h1 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px
}

header h1 b,
.search h2 b {
  color: #f00;
  font-size: 22px;
  line-height: 22px
}

header h1 span {
  font-family: 'gothamlight'
}

header h1 a {
  font-family: 'gothamlight';
  text-transform: capitalize;
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  padding-left: 22px;
  background: url(../images/icons/edit.svg) left 3px center no-repeat;
  background-size: 16px
}

header>ul {
  display: flex;
  align-content: flex-end;
  /* flex-wrap: wrap */
}

header>ul>li {
  margin: 6px 0 6px 16px;
  position: relative;
  flex: 0 0 20px;

}

header>ul>li:last-child {
  flex: 0 0 40px;
}

header>ul>li:nth-child(1) img {
  width: 20px
}

header>ul>li:nth-child(2) img {
  width: 20px
}

header>ul>li:last-child img {
  width: 40px
}

header>ul>li span {
  background: #f00;
  border-radius: 50%;
  width: 16px;
  text-align: center;
  display: block;
  margin-left: 8px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: -7px
}

#showRightPush {
  background: 0;
  border: 0;
  cursor: pointer
}

.intro #showRightPush,
.contact #showRightPush {
  filter: invert(1)
}

.cbp-spmenu {
  background: #333;
  position: fixed;
  padding-top: 10px;
  overflow-x: scroll;
  width: auto;
  height: 100%;
  min-width: 225px;
  top: 0;
  right: -100%;
  z-index: 99999
}

.cbp-spmenu a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  padding: 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
  color: #fff
}

.cbp-spmenu>a {
  font-family: 'gothambold'
}

.cbp-spmenu div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px
}

.cbp-spmenu div p {
  font-size: 18px;
  line-height: 50px;
  padding-left: 35px;
  cursor: default;
  font-family: 'gothambold'
}

.cbp-spmenu div a {
  height: 40px;
  padding-left: 50px;
  border-bottom: 0;
  line-height: 40px
}

.cbp-spmenu a span {
  font-size: 10px
}

.cbp-spmenu.cbp-spmenu-open {
  right: 0;
  box-shadow: 10px 10px 50px #000
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0
}

.cbp-spmenu-push-toleft {
  left: auto
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

#close,
#close2 {
  border: none;
  background: url(../images/icons/close.svg) no-repeat;
  background-size: 16px;
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: 12px;
  position: relative;
  left: calc(100% - 40px)
}

.popup {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: none
}

.popup .container {
  border-radius: 15px;
  background: #fff;
  width: 90%;
  height: 400px;
  max-width: 800px;
  margin: 0 auto;
  align-self: center;
  padding: 30px
}

.popup .container>a {
  width: 40px;
  height: 40px;
  background: #D71B21;
  border-radius: 15px;
  position: absolute;
  padding: 10px;
  right: -15px;
  top: -15px
}

.popup .container>a img {
  max-width: 100%
}

.popup ul {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  margin-top: 18px;
  position: relative;
  height: 300px
}

.popup ul li {
  flex: 0 0 33.33%
}

.popup ul li a {
  color: #000;
  font-size: 15px;
  line-height: 25px
}

.search {
  background: #f4f4f4;
  position: relative;
  top: 115px;
  border-radius: 15px;
  padding: 18px 25px 28px;
  margin-bottom: 135px
}

#search {
  position: absolute;
  top: -115px
}

.search h2 {
  text-transform: uppercase;
  background: url(../images/icons/search.svg) left center no-repeat;
  padding-left: 30px;
  background-size: 21px;
  font-size: 22px
}

.search h2 span {
  color: #c7c7c7
}

.search form {
  display: flex;
  position: relative;
}

.search form input,
.search form select,
.search form p {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 45px;
  border-bottom: 1px solid #707070
}

@media screen and (max-width: 767px) {

  .search form input,
  .search form select,
  .search form p {
    font-size: 16px;
  }
}

.search form select {
  flex: 0 0 calc(32% - 185px);
  margin-right: 20px
}

.search form input {
  margin-right: 20px;
}

.search form .sField {
  flex: 0 0 calc(33% - 185px) !important;
  width: calc(33% - 185px) !important;
  margin-right: 20px;
  position: relative;
}

.search form .arlField {
  flex: 0 0 calc(34% - 185px) !important;
  width: calc(34% - 185px) !important;
  margin-right: 20px;
  position: relative;
}

.search form .sField input,
.search form .arlField input {
  width: 100%;
  text-transform: none;
}

/* .search form input.sField{
  flex: 0 0 calc(32% - 185px) !important;
  width: calc(32% - 185px) !important;
} */

.search form select:nth-child(1),
.search form input:nth-child(1) {
  /* margin-right: 30px */
}

.search form select:nth-of-type(3) {
  flex: 0 0 calc(34% - 185px)
}

.search form a {
  position: absolute;
  margin: 35px 0 0 calc(33% - 200px)
}

.search form a img {
  width: 33px
}

.search form input[type=date] {
  margin-right: 20px;
  flex: 0 0 180px
}

.search form .from,
.search form .till {
  flex: 0 0 60px;
  margin: 0 10px
}

.search form p {
  border-bottom: 0
}

.search form input[type=submit] {
  border-bottom: 0;
  background: url(../images/icons/magnifying-glass.svg) center no-repeat #D71B21;
  background-size: 15px;
  border-radius: 15px;
  margin-left: 25px;
  flex: 0 0 50px;
  margin-right: 0;
}

.banner {
  margin: 20px 0;
  display: flex;
  justify-content: space-between
}

.hero img {
  width: 100%;
  display: block
}

.hero {
  flex: 0 0 calc(100% - 280px);
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 15px
}

.slider {
  z-index: 1;
  width: 100%;
  cursor: default
}

.slider .slider__wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.slider .slider__wrap .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  height: 100%;
  background: #999;
  border-radius: 20px;
  pointer-events: none;
  transition: all 0.3s;
}

.slider .slider__wrap .swiper-slide-active,
.slider .slider__wrap .swiper-slide-prev,
.slider .slider__wrap .swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.slider .slider__controls {
  position: relative;
  z-index: 12;
}

.slider .slider__controls .slider__pagination {
  margin-top: -40px;
  margin-left: 20px
}

.slider .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 0px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}

.slider .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}

.weather {
  width: 260px;
  background: #0056AA;
  border-radius: 15px
}

.weather .overview {
  background: url(../images/weatherBG.png) center no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 15px;
  color: #fff;
  padding: 10px 15px
}

.weather .overview .dateandtime {
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between
}

.weather .overview .cityW {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-top: 3px;
  padding-top: 4px;
  font-size: 15px
}

.weather .overview .temp {
  display: flex
}

.weather .overview .temp img {
  width: 87px;
  height: fit-content
}

.weather .overview .temp h4 {
  font-size: 60px;
  font-family: 'gothamlight';
  line-height: 85px
}

.weather .overview .temp h4 span {
  font-size: 15px;
  position: relative;
  top: -35px;
  left: -6px
}

.weather .overview .temp h6 {
  font-size: 29px;
  font-family: 'gothamlight';
  opacity: 0.6;
  margin-top: 12px
}

.weather .overview .temp h6 span {
  font-size: 15px;
  position: relative;
  top: -10px
}

.weather .overview .summary {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: -10px
}

.stats {
  color: #fff;
  padding: 10px 15px
}

.stats h5 {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 30px
}

.stats ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  line-height: 26px;
  font-size: 15px;
  text-align: center
}

.stats ul li:nth-child(1),
.stats ul li:nth-child(2) {
  border-top: 1px solid #fff
}

.stats ul li:nth-child(1) {
  line-height: 30px
}

.stats ul li p:nth-child(1) {
  border-right: 1px solid #fff;
  flex: 0 0 105px;
  text-align: left
}

.stats ul li p:nth-child(2) {
  border-right: 1px solid #fff;
  flex: 0 0 42px
}

.stats ul li p:nth-child(3) {
  border-right: 1px solid #fff;
  flex: 0 0 50px
}

.stats ul li p:nth-child(4) {
  flex: 0 0 40px
}

.all-flights,
.radar,
.videos,
.articles,
.routes,
.accordion-item,
.about {
  position: relative;
  padding: 25px 0;
}

#flights,
#radar,
#videos,
#articles,
#routes,
#africa,
#antartica,
#asia,
#australia,
#europe,
#northamerica,
#southamerica,
#oceania,
#america,
#a_e,
#f_j,
#k_o,
#p_t,
#u_z {
  position: absolute;
  top: -100px;
}

.all-flights .blinker {
  background: #D71B21;
  color: #fff;
  border-radius: 15px;
  font-family: 'gothambold';
  padding: 3px 10px;
  font-size: 18px;
  margin-left: 45px;
  display: inline-block;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden
  }
}

#DOI {
  width: 86px
}

#FT,
#TT {
  width: 42px
}

.selectTagWidth {
  display: none
}

.all-flights h2,
.radar h2,
.videos h2,
.articles h2,
.routes h2 {
  font-size: 38px;
  text-transform: uppercase;
  padding-left: 45px;
  background: url(../images/icons/departure.svg) left center no-repeat;
  background-size: 35px;
  letter-spacing: -2px;
  line-height: 45px
}

.all-flights form p,
.radar p,
.videos>p,
.articles>p,
.routes>p {
  font-size: 18px;
  line-height: 20px;
  display: inline-block
}

.all-flights form input,
.all-flights form select {
  color: #003683;
  font-size: 18px;
  font-family: 'gothambold';
  line-height: 24px;
  background: url(../images/icons/dropdown.png) bottom center no-repeat;
  padding-bottom: 8px
}

.all-flights form input.inpt {
  border-bottom: solid 1px #707070;
  background-image: none;
  width: auto;
}

.all-flights form b {
  width: 6px;
  height: 6px;
  background: url(../images/icons/gray-arrow.svg);
  display: block;
  position: absolute;
  left: 160%;
  top: 24px
}

.all-flights form input[type=date] {
  width: 150px
}

.all-flights ul,
.bookmarked-flights ul {
  margin: 15px 0
}

.all-flights ul li {
  font-size: 18px;
  display: flex;
  color: #fff;
  line-height: 46px
}

.bookmarked-flights ul li {
  font-size: 18px;
  display: flex;
  color: #fff;
}

.all-flights ul li a,
.bookmarked-flights ul li a {
  color: #ffffff;
}

.all-flights ul li:nth-child(even),
.bookmarked-flights ul li:nth-child(even) {
  background: #003683
}

.all-flights ul li:nth-child(odd),
.bookmarked-flights ul li:nth-child(odd) {
  background: #0056AA
}

.all-flights ul li:nth-child(1),
.header-mobile,
.bookmarked-flights ul li:nth-child(1) {
  background: #E5A246 !important;
  position: sticky;
  top: 75px;
  z-index: 9;
}

.all-flights ul li.header-mobile p,
.bookmarked-flights tl li.header-mobile p {
  font-size: 9px;
  text-transform: uppercase;
}

.all-flights ul li p,
.bookmarked-flights ul li p {
  padding: 0 15px;
  border-left: 1px solid #e6e6e6;
  position: relative
}


.all-flights ul li:nth-child(1) p:last-child img {
  width: 22px;
  top: 5px;
  position: relative
}

/* .all-flights ul li p:nth-child(1) {
  border-left: 0;
  flex: 0 0 100px;
  padding-left: 30px
}

.all-flights ul li p:nth-child(2) {
  flex: 0 0 110px
}

.all-flights ul li p:nth-child(3) {
  flex: 0 0 145px
}

.all-flights ul li p:nth-child(3) img {
  max-width: 100%;
  top: 5px;
  background: #fff;
  position: relative
} */

@media screen and (min-width:1280px) {

  .all-flights ul li p:nth-child(1),
  .bookmarked-flights ul li p:nth-child(1) {
    border-left: 0;
    flex: 0 0 380px;
    padding-left: 30px;
    padding-right: 0;
    display: flex;
  }

  .all-flights ul li p .time,
  .bookmarked-flights ul li .time {
    width: 80px;
    padding: 0 15px 0 0;
    display: flex;
  }

  .bookmarked-flights ul li .time {
    width: 130px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .all-flights ul li p .flightN,
  .bookmarked-flights ul li .flightN {
    width: 150px;
    padding: 0 15px;
    display: flex;
    border-left: 1px solid #e6e6e6;
  }

  .all-flights ul li p .flg-img,
  .bookmarked-flights ul li .flg-img {
    width: 150px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
  }
}

.all-flights ul li p .flg-img img,
.bookmarked-flights ul li .flg-img img {
  max-width: 100%;
  background: #fff;
  position: relative;
  border-radius: 3px;
}

.all-flights ul li p .flg-img a,
.bookmarked-flights ul li .flg-img a {
  display: flex;
  align-items: center;
}

@media screen and (max-width:1280px) {
  .tml {
    background: #D00100;
    display: inline-block !important;
    padding: 2px 4px;
  }

  .desti-stat {
    display: flex;
    justify-content: space-between;
  }

  .hindi {
    text-align: right;
  }
}


.all-flights ul li p:nth-child(2) {
  /* flex: 0 0 calc(100% - 760px); */
  flex: auto;
}

.all-flights ul li p:nth-child(3) {
  flex: 0 0 50px;
  padding: 0 5px;
  text-align: center
}

.all-flights ul li p:nth-child(4) {
  flex: 0 0 280px
}

.all-flights ul li p:nth-child(5) {
  padding: 0 30px;
  flex: 0 0 85px
}

.all-flights ul li p:nth-child(5) img {
  width: 15px;
  cursor: pointer
}

.all-flights ul li p:nth-child(5) sup {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../images/icons/green.svg);
  background-size: 15px;
  top: 8px;
  left: 38px;
  display: none
}

.all-flights ul li p:nth-child(5).active sup {
  display: block
}

.bookmarked-flights ul li:nth-child(1) {
  top: 65px;
}

.bookmarked-flights ul li.header-bar {
  font-family: 'gothambold';
}

.bookmarked-flights ul li .ori-dest {
  flex: 1;
  display: flex;
  padding-right: 0;
}

.bookmarked-flights ul li .ori-dest span {
  display: flex;
  flex: 1;
}

.bookmarked-flights ul li .originC,
.bookmarked-flights ul li .desti-stat {
  flex: 1;
  min-width: 160px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.bookmarked-flights ul li .desti-stat {
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
}

.bookmarked-flights ul li span.tmlC {
  flex: 0 0 50px;
  padding: 0 5px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}

.bookmarked-flights ul li .statusC {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
}

.bookmarked-flights ul li .clmn {
  padding: 8px 10px;
  border-left: 1px solid #e6e6e6;
}

.bookmarked-flights ul li .tmlC {
  flex: 0 0 55px;
  display: flex;
  align-items: center;
}

.bookmarked-flights ul li .dt-tm {
  flex: 0 0 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bookmarked-flights ul li .only-tm {
  flex: 0 0 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bookmarked-flights ul li .flit-airln {
  display: flex;
}

.bookmarked-flights ul li .flightN {
  align-items: center;
}

.bookmarked-flights ul li .flg-img {
  width: 130px;
  display: flex;
  align-items: center;
}

.bookmarked-flights ul li .ori-tml,
.desti-tml {
  display: flex;
  flex: 1;
}

.bookmarked-flights ul li .remove-book {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.bookmarked-flights ul li .flight-bookmark {
  flex: 0 0 50px;
  position: relative;
}

.bookmarked-flights ul li .flight-bookmark span {
  position: relative;
}

.bookmarked-flights ul li .flight-bookmark img {
  width: 15px;
  cursor: pointer;
}

.bookmarked-flights ul li .flight-bookmark sup {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -4px;
  left: 7px;
  display: none;
  background: url(../images/icons/green.svg) 0% 0% / 15px;
}

.bookmarked-flights ul li .flight-bookmark.active sup {
  display: block
}

@media screen and (max-width: 1280px) {
  .bookmarked-flights ul li .flight-bookmark {
    padding: 0;
    background-color: transparent;
    flex: 0 0 40px;
    align-self: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bookmarked-flights ul li .flight-bookmark img {
    width: 3px;
    cursor: pointer;
  }

  .bookmarked-flights ul li>.flight-bookmark span b {
    width: 16px;
    height: 16px;
    background: url(../images/icons/bookmarkW.png);
    background-size: 100%;
    display: none;
    position: absolute;
    top: -23px;
    right: -6px;
  }

  .bookmarked-flights ul li>.flight-bookmark.active b {
    display: block
  }
}


.trash {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.trash-icon {
  width: 100%;
  height: 100%;
}

/* Lid Animation */
.lid {
  transform-origin: 35% 60%;
  /* acts like a hinge */
  transition: transform 0.3s ease;
}

.trash:hover .lid {
  transform: rotate(25deg) translateY(-2px);
}

/* Subtle animation for lines */
.line {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.trash:hover .line {
  transform: scaleY(0.8);
  opacity: 0.7;
}

@media screen and (max-width: 1440px) {
  .bookmarked-flights ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .bookmarked-flights ul li.header-bar {
    font-size: 10px;
    line-height: inherit !important;
  }

  .bookmarked-flights ul li .clmn {
    border: 0;
    padding: 8px 5px;
  }

  .flit-airln,
  .ori-dest,
  .dt-tm,
  .only-tm,
  .statusC {
    border-right: 1px solid #e6e6e6 !important;
  }

  .bookmarked-flights ul li {
    padding: 0 !important;
    font-size: 14px;

  }

  .bookmarked-flights ul li .flit-airln {
    flex-direction: column;
  }

  .flit-airln {
    flex: 0 0 130px;
  }

  .bookmarked-flights ul li .ori-dest {
    flex-direction: column;
    padding-right: 10px;
  }

  .bookmarked-flights ul li .tmlC {
    flex: 0 0 40px;
    border-left: 0;
  }

  .bookmarked-flights ul li.header-bar .tmlC {
    display: none;
  }

  .bookmarked-flights ul li.header-bar .ori-dest {
    flex-direction: row;
  }

  .bookmarked-flights ul li .ori-dest span {
    align-items: center;
  }

  .bookmarked-flights ul li .tmlC span {
    margin-top: 0 !important;
  }

  .bookmarked-flights ul li .statusC {
    flex: 0 0 150px;
  }

  .bookmarked-flights ul li.header-bar .statusC {
    border-left: 0;
  }

  .bookmarked-flights ul li .tmlC {
    font-size: 14px;
    flex: 0 0 40px !important;
  }

  .bookmarked-flights ul li .ori-dest {
    min-width: 220px !important;
  }

  .bookmarked-flights ul li .dt-tm {
    flex: 0 0 110px;
  }

  .bookmarked-flights ul li .only-tm {
    flex: 0 0 65px;
  }

  .bookmarked-flights ul li .flit-airln .clmn {
    padding: 2px 10px;
  }

  .bookmarked-flights ul li .flit-airln .clmn:first-child {
    padding-top: 6px;
  }

  .bookmarked-flights ul li .flit-airln .clmn:last-child {
    padding-bottom: 6px;
  }

  .bookmarked-flights ul li .ori-tml .clmn,
  .desti-tml .clmn {
    padding-bottom: 0;
  }

  .flit-airln {
    flex: 0 0 122px;
  }

  .bookmarked-flights ul li .flg-img {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .flit-airln {
    flex: 0 0 95px;
  }

  .bookmarked-flights ul li .flg-img {
    width: 90px;
  }
}

.add-more,
.btn,
.videos>a,
.articles>a {
  background: #D71B21;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  /* margin-bottom: 60px */
}

.radar h2 {
  background: url(../images/icons/radar-chart.svg) left center no-repeat;
  background-size: 32px
}

.radar p a {
  color: #000;
  text-decoration: underline
}

.radar iframe {
  width: 100%;
  height: 625px;
  /* margin-top: 10px; */
  border-radius: 0 0 15px 15px
}

.count {
  background: #001B42;
  background: linear-gradient(90deg, rgba(0, 27, 66, 1) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 15px;
  color: #fff;
  padding: 27px;
  display: flex;
  justify-content: space-between;
  margin: 25px 0
}

.count .content-left {
  max-width: 450px
}

.count h3 {
  font-size: 36px;
  letter-spacing: -1px
}

.count p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 20px
}

.count ul {
  display: flex
}

.count ul li {
  margin-left: 60px
}

.count ul li h6 {
  font-size: 55px;
  letter-spacing: -2px;
  margin: 20px 0 -15px
}

.count ul li:last-child b {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 20px
}

.count ul li img {
  width: 90px
}


.videos h2 {
  background: url(../images/icons/videoB.svg) left top 8px no-repeat;
  background-size: 30px;
  padding-left: 35px
}

.videos>a.add-more,
.articles>a.add-more {
  margin: -50px 0 0;
  right: 0;
  position: absolute
}

@media screen and (max-width:1280px) {

  .videos>a.add-more,
  .articles>a.add-more {
    position: inherit;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.video-list li {
  flex: 0 0 32.5%;
  margin: 0 0 20px
}

.video-list iframe {
  /* width: 100%;
  height: 230px; */
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  margin: 0 0 20px
}

.video-list li img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 10px 40px 0;
  float: left
}

.video-list li h4 {
  padding: 0 10px 3px 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-list li p {
  font-size: 14px;
  line-height: 20px
}

.articles {
  /* margin: 50px 0 */
}

.articles h2 {
  background: url(../images/icons/blog.svg) left top 7px no-repeat;
  background-size: 33px;
  padding-left: 35px
}

.articles ul,
.video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.articles ul li {
  flex: 0 0 32.5%;
  margin-bottom: 20px
}

.articles ul li .image {
  width: 100%;
  height: 220px;
  border-radius: 15px
}

.articles ul li:nth-child(1) .image,
.articles ul li:nth-child(4) .image {
  background: url(../images/blogs/blog1.jpg) center;
  background-size: cover
}

.articles ul li:nth-child(2) .image,
.articles ul li:nth-child(3) .image,
.articles ul li:nth-child(5) .image,
.articles ul li:nth-child(6) .image {
  background: url(../images/blogs/blog2.jpg) center;
  background-size: cover
}

.articles ul li p {
  font-size: 22px;
  margin: 20px 0 15px;
  line-height: 22px
}

.articles ul li h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #003683
}

.routes {
  width: calc(100% + 78px);
  overflow-x: hidden;
  overflow-y: clip
}

.routes h2 {
  background: url(../images/icons/directions.png) left top 7px no-repeat;
  background-size: 33px;
  padding-left: 35px
}

.routes ul {
  display: flex;
  margin-top: 30px
}

.routes ul li {
  background: #0257AA;
  flex: 0 0 175px;
  margin-right: 6px;
  border-radius: 15px;
  color: #fff;
  padding: 5px 15px;
  position: relative
}

.routes ul li h3 {
  font-size: 36px;
  letter-spacing: -1px
}

.routes ul li p {
  font-size: 18px;
  margin: 30px 0 10px;
  line-height: 20px;
  max-width: 130px
}

.routes ul li div {
  position: absolute;
  right: -30px;
  bottom: -52px;
  font-size: 200px;
  opacity: 0.5
}

.routes ul .bg1 div {
  right: 0
}

.routes ul .bg1 {
  background: #EDB165;
  background: linear-gradient(30deg, rgba(119, 89, 51, 1) 0%, rgba(237, 177, 101, 1) 100%)
}

.routes ul .bg2 {
  background: #88C5FF;
  background: linear-gradient(30deg, rgba(136, 197, 255, 1) 0%, rgba(2, 87, 170, 1) 100%)
}

.routes ul .bg3 {
  background: #88C5FF;
  background: linear-gradient(30deg, rgba(1, 44, 85, 1) 0%, rgba(100, 177, 252, 1) 100%)
}

.routes ul .bg7 {
  background: #0257AA;
  background: linear-gradient(90deg, rgba(2, 87, 170, 1) 0%, rgba(0, 0, 0, 1) 100%)
}

.routes ul .bg8 {
  background: #02213E;
  background: linear-gradient(90deg, rgba(2, 33, 62, 1) 0%, rgba(0, 0, 0, 1) 100%)
}

.routes ul .bg9,
.routes ul .bg10 {
  background: #000
}

.routes ul .bg10 div {
  right: -80px
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  display: none;
  width: 20px;
  height: 20px;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin-right: 6px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block;
  border-radius: 50%
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto
}

footer {
  border-radius: 15px;
  background: #000;
  margin: 50px 0 30px;
  color: #fff;
  padding: 30px 30px 15px
}

footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

footer ul li {
  flex: 0 0 32%;
  font-size: 18px;
  margin-bottom: 50px
}

footer ul li>h4 {
  color: #E5A246;
  margin-bottom: 20px
}

footer ul li p {
  cursor: pointer
}

footer ul li a,
footer .copyright p a {
  color: #fff
}

footer .contact {
  border-top: 1px solid #707070;
  margin-top: -10px;
  padding-top: 40px;
  flex-wrap: nowrap
}

footer .contact li {
  flex: 0 0 140px
}

footer .contact li:nth-child(3) {
  flex: 0 0 450px
}

footer .contact li:nth-child(5) {
  flex: 0 0 55px;
  margin-left: 30px
}

footer .contact li>img {
  max-width: 100%
}

footer .contact div {
  padding-left: 50px;
  background: url(../images/icons/contact-us.svg) no-repeat;
  background-size: 40px
}

footer .contact div h4 a {
  color: #E5A246
}

footer .contact li:nth-child(4)>a img {
  width: 40px;
  margin-top: 20px
}

footer .contact li:nth-child(4)>a:first-of-type {
  margin-left: 50px
}

footer .copyright {
  display: flex;
  margin-top: 20px;
  justify-content: space-between
}

footer .copyright p {
  font-size: 10px
}

@media screen and (min-width:1441px) {}

/*--------------- By Parul ------------*/
.content-wrap {
  position: relative;
  padding: 0;
}

@media screen and (max-width:1280px) {
  .content-wrap {
    padding: 0 16px;
  }
}

.font-12 {
  font-size: 12px !important;
}

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

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

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

.me-0 {
  margin-right: 0 !important;
}


.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.border-bottom {
  border-bottom: solid 1px #f4f4f4;
}

.golden-text {
  color: #F0BD6A !important;
}

.icon-cta {}

.icon-cta img {
  width: 16px;
  position: relative;
  top: 2px;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.section-padding {
  padding: 25px 0;
}

.d-flex {
  display: flex;
}

.b-radius15 {
  border-radius: 15px;
}

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

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

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

.color-grey {
  color: #5d5d5d !important;
}

.border-e {
  border: solid 1px #eeeeee;
}

.ad {
  background-color: #f8f8f8;
  padding: 8px;
  text-align: center;
  margin: 25px 0;
}


.title-bar {
  margin-bottom: 16px;
}

.title-bar h2 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-bar h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.title-bar img {
  width: 40px;
}

@media only screen and (max-width: 1280px) {
  .title-bar h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .title-bar i {
    display: none;
  }

  .searchInput i {
    display: block;
  }

  .searchInput i img {
    width: 24px;
  }
}

/*--------- Countries -----------*/
.countries .search,
.cities .search {
  top: 100px;
  margin-bottom: 0;
  margin-top: 24px;
  position: sticky;
  z-index: 9;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 18px;
}

.countries .search {
  top: 15px;
}

.airports .search {
  top: 100px;
}

.countries .search h2,
.cities .search h2 {
  margin-bottom: 8px;
}

.countries .search input,
.cities .search input {
  background-color: transparent;
  width: 100%;
}

.accordion {
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.accordion-header {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.accordion-header h2 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.accordion-header:hover h2 {
  color: rgb(0, 54, 131);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content.open {
  padding: 24px 0 0 0px;
}

.accordion-content .all-flights,
.accordion-content .articles {
  padding: 0;
}

.arrow {
  transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
  transform: rotate(180deg);
}

/*----- Country List -------*/
/* .country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 410px);
  gap: 24px;
  margin: auto;
  box-sizing: border-box;
} */

.country-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}

.country-card {
  transition: transform 0.3s;
  position: relative;
  width: calc(25% - 15px);
}

@media only screen and (max-width: 1280px) {
  .country-card {
    width: calc(33.33% - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .country-card {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 520px) {
  .country-card {
    width: 100%;
  }
}

.country-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 15px;
}

.country-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-title {
  margin: 20px 0px 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: rgb(0, 54, 131);
}

.country-description {
  margin: 0 0px 24px;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 80px;
}

.cta-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cta-inside {
  display: flex;
  gap: 6px;
}

.cta-inside a {
  color: #000000;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .cta-inside a {
    font-size: 14px;
  }
}

.cta-inside a:first-child:after {
  content: '|';
  padding-left: 6px;
  color: #999;
}

.cta-inside a:hover {
  color: #D71B21;
}

.border-btn {
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
  border: solid 1px #D71B21;
  border-radius: 12px;
  display: inline-block;
  color: #D71B21;
  padding: 8px 15px;
  font-size: 18px;
  margin-bottom: 24px;
}

.border-btn:hover {
  background-color: #D71B21;
  color: #ffffff;
}

.cta-footer .border-btn {
  margin-bottom: 0;
}

.country-card .border-btn {
  /* position: absolute;
  bottom: 0; */
}

/* --------Cities -------*/
.search-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border-radius: 0;
  padding-top: 16px !important;
  padding-left: 0;
  padding-right: 0;

  position: sticky;
  top: 65px;
  background: #ffffff;
  z-index: 99;
}

@media screen and (max-width: 1280px) {
  .search-inside {
    top: 55px;
    padding-bottom: 10px;
  }

  .search-inside .title-bar {
    margin-bottom: 0;
  }

  .airports .search {
    top: 67px;
  }

  .search form input,
  .search form select,
  .search form p {
    font-size: 16px;
    line-height: 34px;
  }

  .countries .search,
  .cities .search {
    padding-bottom: 16px;
    top: 18px;
    padding: 18px 16px 16px;
  }

  .countries .search {
    top: 20px;
  }

  .cities .search {
    top: 65px;
  }

  .search form input[type=submit] {
    flex: 0 0 40px;
    margin-left: 0;
  }

  .search-inside .searchInput input {
    font-size: 20px;
  }

}

.search-inside h2 {
  margin-bottom: 0 !important;
}

.searchInput form {
  position: relative;
}

.search-inside .searchInput input {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 45px;
  border-bottom: 1px solid #707070;
}

.searchInput .title-bar i img {
  border: solid 1px #eeeeee;
}

.title-bar .editIcon {
  font-family: 'gothamlight';
  text-transform: capitalize;
  text-decoration: underline;
  color: #000000;
  font-size: 15px;
  padding-left: 22px;
  background: url(../images/icons/editB.svg) left 3px center no-repeat;
  background-size: 16px;
  letter-spacing: 0;
  cursor: pointer;
  margin-left: 10px;
  line-height: 22px;
}

.title-bar .editIcon:after {
  content: 'Edit';
}

.country-label {
  line-height: 52px;
}

@media only screen and (max-width: 1200px) {
  .country-label {
    line-height: 32px;
  }
}

.searchInput {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .search-inside .searchInput input {
    width: 185px !important;
  }
}

.resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  z-index: 9;
  background: #ffffff;
  top: 46px;
  width: 100%;
  min-width: 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 0 0 8px 8px;
}

/* width */
.resultBox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.resultBox::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */
.resultBox::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

/* Handle on hover */
.resultBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.searchInput.active .resultBox,
.editAirp.active .resultBox {
  padding: 0px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  min-width: 300px;
  cursor: default;
}

.resultBox li i img {
  width: 18px;
  position: relative;
  top: 2px;
}

.resultBox li img {
  width: 18px;
  position: relative;
  top: 2px;
}

img.search-icon {
  width: 18px;
  position: relative;
  top: 2px;
}

.searchInput.active .resultBox li,
.editAirp.active .resultBox li {
  display: block;
}

.resultBox li:hover {
  background: #efefef;
}

.city-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.city-grid-item {
  width: calc(20% - 16px);
  text-align: center;
  background: #f4f4f4;
  border: solid 1px #f4f4f4;
  border-radius: 15px;
  padding: 20px;
  transition: 333ms cubic-bezier(.53, 0, .28, 1) border, 333ms cubic-bezier(.53, 0, .28, 1) opacity;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.city-grid-item:hover {
  border-color: #a2a8ae;
}

.city-grid-item a {
  text-decoration: none;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

.city-name {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1440px) {
  .city-grid-item {
    width: calc(25% - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .city-grid {
    gap: 10px;
  }

  .city-grid-item {
    width: calc(50% - 5px);
    padding: 16px;
  }
}

@media only screen and (max-width: 520px) {

  .city-grid-item {
    width: 100%;
    padding: 16px;
  }
}

.flights-link {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
  border-top: solid 1px #e8e6e6;
  padding-top: 5px;
}

.flights-link img {
  width: 16px;
  margin-right: 2px;
}

.flights-link a {
  font-weight: 500;
}

.flights-link a:hover {
  color: #D71B21;
}

.flight-logo {
  width: 114px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.flight-logo img {
  width: 100%;
  height: 100%;
}

.airlines-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}

.airline-grid-item {
  width: calc(20% - 16px);
  background: #f4f4f4;
  border: solid 1px #f4f4f4;
  border-radius: 15px;
  padding: 24px 16px;
  transition: 333ms cubic-bezier(.53, 0, .28, 1) border, 333ms cubic-bezier(.53, 0, .28, 1) opacity;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.airline-grid-item:hover {
  border-color: #a2a8ae;
}

.airline-dtl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.airline-dtl .flights-link {
  border-top: 0;
  color: #333;
  margin-top: 0;
}

.airline-nm {
  font-size: 18px;
  font-weight: 600;
}

.airline-dtl .flights-link a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.airline-dtl .flights-link a:hover {
  color: #D71B21;
}

.iata-code {
  font-size: 16px;
  font-weight: 400;
}

.airline-grid-item .border-btn {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 8px;
}

@media only screen and (max-width: 1333px) {
  .airline-grid-item {
    width: calc(25% - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .airline-grid {
    gap: 10px;
  }

  .airline-grid-item {
    width: calc(50% - 10px);
    padding: 16px 5px;
  }
}

@media only screen and (max-width: 520px) {
  .airline-grid-item {
    width: 100%;
    padding: 16px 5px;
  }
}

.city-name span {
  font-weight: 400;
  font-size: 14px;
}

/*-------- VIDEO PAGE ---------*/
.video-categories {
  position: relative;
}

.sort-filter-wrap {
  background: #f4f4f4;
  position: relative;
  border-radius: 15px;
  padding: 18px 25px 28px;
  margin-top: 50px;

  position: sticky;
  top: 65px;
  z-index: 99;
}

.mobile-filter.sort-filter-wrap {
  top: 65px;
}

.sort-filter-wrap h2 {
  text-transform: uppercase;
  background: url(../images/icons/search.svg) left center no-repeat;
  padding-left: 30px;
  background-size: 21px;
  font-size: 22px;
  letter-spacing: 0 !important;
}

.sort-filter-wrap h2 span {
  color: #c7c7c7;
}

.sort-filter {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.mobile-filter .sort-filter {
  align-items: center;
}

.mobile-filter .sort-filter .clear-btn {
  position: inherit;
  padding-left: 16px;
  color: #D71B21;
}

.mobile-filter .sort-filter .clear-btn img {
  filter: invert(30%) sepia(100%) saturate(12.5)
}

.sf {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  position: relative;
}

.sf i img {
  width: 20px;
}

.sort {
  border-left: solid 1px #cccccc;
  padding-left: 16px;
}

.sort-filter input,
.sort-filter select {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 45px;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  width: 100%;
  text-transform: none;
}

form .sort-filter input[type=submit] {
  border-bottom: 0;
  background: url(../images/icons/magnifying-glass.svg) center no-repeat #D71B21;
  background-size: 15px;
  border-radius: 15px;
  margin-left: 0px;
  flex: 0 0 50px;
}

.clear-btn {
  position: absolute;
  top: 16px;
  right: 30px;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.clear-btn img,
.clear-search img {
  width: 12px;
}

.clear-search {
  position: absolute;
  top: 16px;
  right: 100px;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}

.video-wrap .video-list iframe,
.article-wrap .article-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.article-wrap .article-img img {
  border-radius: 15px;
}


.view-all-block,
.load-more-video {
  background: #eeeeee;
  border: dashed 2px #D71B21;
  color: #D71B21;
  font-weight: 600;
  border-radius: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-block:hover,
.load-more-video:hover {
  background: #D71B21;
  color: #ffffff;
}

.category-wrap {
  margin-top: 24px;
}

.all-video-listing,
.category-wrap,
.all-article-listing {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.back-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}

.back-btn {
  cursor: pointer;
}

/* Hide category initially */
.category-wrap {
  display: none;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.category-wrap .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  position: sticky;
  top: 81px;
  z-index: 99;
  background-color: #ffffff;
  padding-top: 8px;
}

/* Show category with animation */
.category-wrap.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

/* Animate all-listing out */
.all-listing.hide {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}

/* Animate all-listing back in */
.all-listing.reveal {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media screen and (max-width: 1280px) {

  .video-wrap .video-list,
  .article-wrap .article-list {
    display: flex;
  }

  .video-wrap .video-list li,
  .article-wrap .article-list li {
    flex: 0 0 48.5%;
  }

  .clear-search {
    right: 65px;
  }
}

@media screen and (max-width: 520px) {

  .video-wrap .video-list,
  .article-wrap .article-list {
    display: inherit;
  }

  .view-all-block,
  .load-more-video {
    aspect-ratio: inherit;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #D71B21;
    display: inline-block;
    margin: 0 auto !important;
    width: inherit;
    border: 0;
    width: 80%;
    border-radius: 12px;
    font-size: 15px;
  }

  .video-list li:last-child,
  .article-list li:last-child {
    text-align: center;
    margin-top: 24px;
  }

  ul.video-list {
    flex-direction: column;
  }

  ul.video-list li {
    flex: 1;
  }
}

.sort-dropdown {
  display: none;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.2s ease-in-out;
}

.sort-dropdown {
  position: absolute;
  top: 85%;
  right: 0;
}

.sort-dropdown.open {
  display: block;
}

.sort-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sort-dropdown ul li {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.sort-dropdown ul li:last-child {
  border-bottom: none;
}

.sort-dropdown ul li:hover {
  background: #f4f4f4;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.desktop-filter .sort-btn {
  background-color: #000000;
  border-radius: 15px;
  color: #ffffff;
  padding: 11px 16px;
  cursor: pointer;
}

.mobile-filter {
  padding: 12px 24px;
}

.filter-panel {
  position: fixed;
  top: 65px;
  right: -100%;
  width: 300px;
  height: calc(100% - 125px);
  background: #333333;
  box-shadow: 10px 10px 50px #000;
  color: #ffffff;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  padding: 40px 20px 20px;
  overflow-y: auto;
}

.filter-panel.open {
  right: 0;
}

.filter-panel-content input,
.filter-panel-content select {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #ffffff;
}

.close-filter {
  background: none;
  border: none;
  font-size: 28px;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff;
  width: 24px;
  height: 24px;
}

.close-filter img {
  width: 18px;
  height: 18px;
}

.filter-panel-content::placeholder {
  color: #f8f8f8;
}

.filter-panel input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.filter-panel input::-moz-placeholder {
  color: #ffffff !important;
}

.filter-panel input::placeholder {
  color: #ffffff !important;
}

.mobile-filter input::placeholder {
  font-size: 16px;
}

.mobile-filter .sort-filter input,
.mobile-filter .sort-filter select {
  line-height: 30px;
  font-size: 16px;
}

.flt-apply {
  display: none;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D71B21;
  border: solid 1px #f4f4f4;
  position: absolute;
  top: 5px;
  right: 5px;
}

.applied .flt-apply {
  display: block;
}

.filter-cta {
  display: flex;
  gap: 4px;
}

/*-------------- DETAIL SCREEN -------------*/
.detail-page {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* max-width: 1300px; */
  margin: auto;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .detail-page {
    flex-direction: row;
  }
}

.main-content {
  /* flex: 2.5;
  max-width: calc((100vh - 56px - 24px - 136px)*(16 / 9));
  min-width: calc(360px*(16 / 9)); */
  flex: auto;
}

.video-player {
  /* max-width: calc((100vh - 56px - 24px - 136px)*(16 / 9));
  min-width: calc(360px*(16 / 9)); */
}

.video-player video,
.video-player iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
}

@media screen and (max-width: 1280px) {
  .detail-page {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .main-content {
    width: 100%;
  }

  .video-player {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.video-title {
  margin: 15px 0 5px;
  font-size: 20px;
}

.video-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #262626;
  flex-wrap: wrap;
}

.actions {
  display: flex;
  gap: 8px;
}

.actions button {
  background: #f4f4f4;
  border: none;
  padding: 6px 12px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  font-size: 14px;
}

.actions button i {
  font-size: 20px;
}

.actions button:hover {
  background: #262626;
}

.channel-info {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 15px;
  flex-wrap: wrap;

}

.channel-info .ttl-subscribers {
  color: var(--secondary-color);
  font-size: 14px;
}

.channel-info img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.channel-info h2 {
  font-size: 16px;
}

.subscribe-btn {
  margin-left: auto;
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.description {
  margin-top: 16px;
  border-top: solid 1px var(--border-color);
}

.description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more-description {
  color: var(--black-color);
  font-weight: 600;
  text-decoration: none;
  padding-top: 8px;
}

.comments {
  margin-top: 30px;
}

.comments h2 span {
  font-size: 20px;
}

.commenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commenter-name {
  font-weight: 600;
  font-size: 14px;
}

.comments .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comments .comment {
  display: flex;
  gap: 16px;
  background: #f4f4f4;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 12px;
}

.add-comment {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 24px;
  align-items: center;
}

/* .add-comment input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
} */
.add-comment input {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  padding: 0 16px;
  outline: none;
  color: var(--black-color);
  background: var(--white-color);
  border-radius: 49px;
  border: 1px solid var(--border-color);
}

.add-comment button {
  padding: 8px 16px;
  background: #065fd4;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.commenter-dtl {
  display: flex;
  align-items: center;
  gap: 8px;
}

.commenter-dtl .comment-time {
  color: #262626;
  font-size: 14px;
}

.sidebar-right {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1440px) {
  .sidebar-right {
    flex: 0 0 300px;
  }

  .sidebar-right .articles ul li p {
    line-height: 18px;
    font-family: 'gothamlight';
  }

  .sidebar-right .articles ul li h6 {
    line-height: 18px;
    font-family: 'gothambold';
  }
}

@media screen and (min-width: 1024px) {

  .sidebar-right .video-list,
  .sidebar-right .article-list {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .sidebar-right .video-list li,
  .sidebar-right .article-list li {
    flex: 0 0 100%;
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
  }

  .sidebar-right .video-list li:last-child,
  .sidebar-right .article-list li:last-child {
    margin-top: 20px;
    text-align: inherit;
  }

  .sidebar-right .video-list li iframe,
  .sidebar-right .article-list li .article-img {
    width: 50%;
    border-radius: 8px;
    margin-bottom: 0;
    height: inherit;
  }

  .sidebar-right .article-list li .article-img img {
    border-radius: 8px;
  }

  .sidebar-right .video-list li div,
  .sidebar-right .article-list li div {
    width: 50%;
  }

  .sidebar-right .video-list li div h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 0;
  }

  .sidebar-right .articles {
    padding: 0;
  }
}

.sidebar-right .articles ul li p {
  font-size: 14px;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 0;
}

.sidebar-right .articles ul li h6 {
  font-size: 12px;
  margin: 0 0 8px;
}

.view-pro {
  display: flex;
  gap: 16px;
  padding: 8px 16px 16px;
  font-size: 14px;
  border-bottom: solid 1px var(--border-color);
}

.view-pro .user-image {
  width: 40px;
  height: 40px;
}

.view-pro .name,
.view-pro a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}

ul.video-list,
ul.article-list {
  justify-content: inherit;
  gap: 8px;
}

.video-list.grid-3-columns li,
.article-list.grid-3-columns li {
  flex: 0 0 31.5%;
  margin: 0 0 20px;
}

.video-list.grid-4-columns li,
.article-list.grid-4-columns li {
  flex: 0 0 24.5%;
  margin: 0 0 20px;
}

.video-list.grid-5-columns li,
.article-list.grid-5-columns li {
  flex: 0 0 19.5%;
  margin: 0 0 20px;
}

/* Article page */
.full-img,
.left-img,
.right-img {
  width: 100%;
  position: relative;
  padding: 0 0 30px;
  overflow: hidden;
}

.arti-img img {
  width: 100%;
  border-radius: 15px;
}

.full-img img,
.left-img img,
.right-img img {
  border-radius: 15px;
}

.arti-discription {
  line-height: 1.5;
}

.arti-ttl {
  margin: 16px 0;
  line-height: 1.2;
}

.arti-discription p,
.left-img p,
.right-img p {
  margin-bottom: 16px;
  line-height: 1.5;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.left-img img {
  margin: 0 24px 24px 0;
  max-width: 60%;
  width: 100%;
}

.right-img img {
  margin: 0 0 24px 24px;
  max-width: 60%;
  width: 100%;
}

@media screen and (max-width: 991px) {

  .left-img img,
  .right-img img {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .left-img img,
  .right-img img {
    max-width: 100%;
  }
}

.articles ul li p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-2-columns {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 990px) {
  .grid-2-columns {
    flex-direction: column;
  }
}

.grid-2-columns .left-div {
  flex: 1;
}

.grid-2-columns .right-div {
  flex: 0 0 260px;
}

.filght-mini-info .all-flights {
  line-height: 20px;
}

.filght-mini-info .all-flights ul li {
  line-height: 32px;
  padding: 0;
}

.filght-mini-info .all-flights ul li p {
  font-size: 14px;
}

.filght-mini-info .all-flights ul li:nth-child(1) {
  top: 65px;
}

.filght-mini-info .all-flights ul li p:nth-child(1) {
  flex: 0 0 80px;
  padding-left: 8px;
}

.filght-mini-info .all-flights ul li p:nth-child(2) {
  flex: auto;
  display: flex;
  align-items: center;
  line-height: 16px;
  padding: 4px 8px;
}

.filght-mini-info .all-flights ul li p:nth-child(3) {
  flex: 0 0 40px;
  padding: 0 5px;
  text-align: center;
}



/*--------- Search main --------*/
.search-form {
  display: inline-block;
}

.search-form label {
  cursor: pointer;
}

.search-field {
  background-color: transparent;
  /* background-image: url(https://wp-themes.com/wp-content/themes/twentythirteen/images/search-icon.png);
	background-position: 5px  center;
	background-repeat: no-repeat;
	background-size: 24px 24px; */

  background: url(../images/icons/edit.svg) left 3px center no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  margin: 3px 0;
  padding: 0 0 0 18px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  cursor: pointer;
}

.search-form label:after {
  content: 'Edit';
  font-family: 'gothamlight';
  text-transform: capitalize;
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.search-field:focus {
  background: url(../images/icons/editB.svg) left 15px center no-repeat;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  cursor: text;
  outline: 0;
  position: absolute;
  padding: 0 16px 0 40px;
  top: 100%;
  z-index: 999;
  left: 5%;
  width: 90%;
  height: 50px;
  border-radius: 15px;
  font-size: 18px;
}

.search-form .search-submit {
  display: none;
}

.editAirp .resultBox {
  left: 6%;
  top: calc(100% + 53px);
  width: 88%;
  z-index: 999;
}

.editAirp .resultBox li a {
  background: none;
  color: #000000;
  font-size: 16px;
  padding-left: 0;
  text-decoration: none;

}

/*--- Airlines New ---*/
.cont-description {
  position: relative;
  padding: 20px 0;
}

.cont-description p {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .cont-description p {
    font-size: 18px;
  }
}

.airlines-list,
.airports-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 30px;
}

.airline-list-item,
.airport-list-item {
  /* width: 330px;
  height: 186px; */
  position: relative;
  width: calc(25% - 9px);
  display: flex;
  background: #33467a;
  border-radius: 12px;
  border-radius: 12px;
}

@media screen and (max-width: 1440px) {

  .airline-list-item,
  .airport-list-item {
    width: calc(33.33% - 8px);
  }
}

@media screen and (max-width: 1366px) {

  .airline-list-item,
  .airport-list-item {
    width: calc(33.33% - 8px);
  }
}

@media screen and (max-width: 800px) {

  .airline-list-item,
  .airport-list-item {
    width: calc(50% - 7px);
  }
}

@media screen and (max-width: 521px) {

  .airlines-list,
  .airports-list {
    gap: 8px;
  }

  .airline-list-item,
  .airport-list-item {
    width: calc(50% - 4px);
  }

  .accordion-content.open {
    padding: 16px 0 0 0px;
  }
}

.airline-list-item a,
.airport-list-item a {
  display: flex;
  position: relative;
  flex: 1;
}

.airline-list-item .bg,
.airport-list-item .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.airportName {
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  padding-left: 10px;
  padding-right: 10px;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 18px;
}

.airline-cta {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
}

.black-cta {
  background: rgba(0, 0, 0, .5);
  padding: 6px 16px;
  border-radius: 30px;
  color: #FFBF13;
  font-size: 16px;
  font-family: 'gothambold';
  display: flex;
  align-items: center;
  gap: 8px;
}

.black-cta i {
  flex: 0 0 18px;
}

.black-cta img {
  width: 18px;
}

.airline-list-item:hover .black-cta,
.airport-list-item:hover .black-cta {
  background: rgba(0, 0, 0, 1);
}

.tody-flt {
  color: #ffffff;
  font-size: 16px;
  font-family: 'gothamlight';
}

.tody-flt span {
  font-family: 'gothambold';
}



@media screen and (max-width:767px) {
  .tody-flt {
    font-size: 14px;
  }
}



.list-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}

.list-header .flag-img {
  display: flex;
  flex: 0 0 40px;
}

.list-header .flag-img img {
  width: 40px;
}

.list-header .list-ttl {
  font-size: 26px;
  color: #ffffff;
  font-family: 'gothambold';
  display: flex;
  align-items: baseline;
  gap: 4px;
  width: 100%;
}
.list-header .list-ttl span{
  color: #F0BD6A;
}
.list-header .list-ttl .contryNm{
  overflow: hidden;
  max-width: calc(100% - 100px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-header .list-ttl .contryNm p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F0BD6A;
}
.list-header .list-ttl span.itaCode{
  font-family: 'gothamlight';
  color: #ffffff;
  font-size: 18px;
}

.list-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.list-content {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: 'gothambold';
  padding: 10px 10px 0;
}

.list-footer {
  display: flex;
  padding: 10px 10px 16px;
  justify-content: center;
  gap: 8px;
}

.list-footer .black-cta {
  flex: 1;
  justify-content: center;
  max-width: 150px;
}

@media screen and (max-width:1500px) {
  .list-header .list-ttl {
    font-size: 18px;
  }
  .list-header .list-ttl span.itaCode{
    font-size: 14px;
  }

  .list-content {
    font-size: 18px;
  }
.list-header .flag-img {
    flex: 0 0 30px;
}
  .list-header .flag-img img {
    width: 30px;
  }
  .list-header .list-ttl .contryNm{
    max-width: calc(100% - 75px);
  }
}

@media screen and (max-width:767px) {

  .list-header .flag-img {
        flex: 0 0 24px;
    }
  .list-header .flag-img img {
    width: 24px;
  }
  .list-header .list-ttl .contryNm {
        max-width: calc(100% - 45px);
    }
}

@media screen and (max-width:590px) {
  .list-header .list-ttl {
    font-size: 16px;
    line-height: 1;
  }

  .list-content {
    font-size: 14px;
    padding: 4px 4px 0;
  }

  .airline-cta {
    left: 16px;
    width: calc(100% - 24px);
  }

  .black-cta {
    font-size: 12px;
  }

  .black-cta {
    padding: 4px 6px;
  }

  .list-footer .black-cta {
    flex: auto;
    font-size: 9px;
  }

  .list-header {
    gap: 4px;
    padding: 4px;
  }
}

@media screen and (max-width:521px) {
  .list-content {
    font-family: 'gothambold';
  }
}


@media screen and (max-width:480px) {

  .list-content {
    font-size: 12px;
  }
  .airportName {
    line-height: 13px;
  }
  .tody-flt {
    font-size: 12px;
  }

  .black-cta {
    padding: 2px 6px;
  }

  .list-footer {
    padding: 4px;
  }
}

@media screen and (max-width:400px) {
  .airline-cta {
    left: 16px;
    width: calc(100% - 24px);
  }

  .black-cta,
  .tody-flt {
    font-size: 12px;
  }

  .black-cta {
    padding: 4px 6px;
  }

  .list-header .list-ttl {
    font-size: 14px;
  }

  .list-header .flag-img img {
    width: 20px;
  }

  .countries .search,
  .cities .search {
    padding: 18px 12px 8px;
  }

  .search form {
    align-items: center;
  }

  .search form input[type=submit] {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 12px;
  }
}

.showReslt {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.showReslt span {
  font-family: 'gothambold';
  color: #003683;
}

.showReslt .editIcon {
  font-family: 'gothamlight';
  text-transform: capitalize;
  text-decoration: underline;
  color: #000000;
  font-size: 15px;
  padding-left: 22px;
  background: url(../images/icons/editB.svg) left 3px center no-repeat;
  background-size: 16px;
  letter-spacing: 0;
  cursor: pointer;
  margin-left: 10px;
}

.showReslt .editIcon:after {
  content: 'Modify search';
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (max-width:767px) {
  .showReslt {
    font-size: 14px;
  }
}

.about p {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.about h2 {
  background: url(../images/icons/blog.svg) left top 7px no-repeat;
  background-size: 33px;
  padding-left: 35px;
}