.container {
  margin: 0 auto;
  width: 1100px;
}

.header-top .both-container {
  width: 1230px;
  margin: 0 auto;
}
.header-top .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}
.header-top .text-box {
  border-right: 2px solid gainsboro;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.header-top .text-box a {
  font-size: 13px;
  color: black;
}
.header-top .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header-top .img-box img {
  width: 40%;
}

.header {
  padding-bottom: 20px;
}
.header .both-container {
  width: 1230px;
  margin: 0 auto;
}
.header .main-log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header .main-logo .frist {
  width: 15%;
}
.header .main-logo img {
  width: 55%;
}
.header .button-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .button-div a {
  font-size: 15px;
  padding: 6px;
  color: black;
}
.header .button-div .hover {
  background-color: rgba(220, 220, 220, 0.568627451);
  border-radius: 10px;
}
.header .button-div .icon-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .button-div .icon-box img {
  width: 45%;
}

.footer-div {
  padding-top: 3rem;
  border-bottom: 1px solid #f0f0f0;
}
.footer-div .email-div {
  text-align: center;
}
.footer-div .email-hadding h1 {
  font-size: 22px;
  font-weight: 700;
  color: #003e67;
  line-height: 26px;
}
.footer-div .email-hadding p {
  font-size: 14px;
  font-weight: 400;
  color: #3b3b44;
  padding: 10px 0px;
  line-height: 23px;
}
.footer-div .input-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-div .input-div .input-main {
  padding: 20px 0px;
  width: 45%;
  border: 1px solid #dbdbdb;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-div .input-div input {
  padding: 14px;
  border: none;
  width: 70%;
  outline: none;
}
.footer-div .input-div .email-button {
  background-color: #ff385c;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
}
.footer-div .offer-check-div {
  padding: 40px 0px;
}
.footer-div .offer-check-div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-div .offer-check-div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-div .offer-check-div ul li .offer-text h1 {
  font-size: 14px;
  font-weight: 700;
  color: #003e67;
}
.footer-div .offer-check-div ul li .offer-text p {
  color: #3b3b44;
  font-size: 14px;
  padding: 5px 0px;
  line-height: 22px;
}

.footer-links {
  padding-top: 3rem;
}
.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-links ul li {
  width: 21%;
  padding-bottom: 3rem;
}
.footer-links ul li .li-hadding h1 {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #003e67;
}
.footer-links ul li .line-step {
  line-height: 42px;
  display: -ms-grid;
  display: grid;
}
.footer-links ul li .line-step a {
  color: #3b3b44;
  font-size: 14px;
  font-weight: 400;
}

.footer-pay {
  padding: 1rem 0px;
  border: 1px solid #f0f0f0;
}
.footer-pay .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer-pay .footer-img .foot-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}
.footer-pay .footer-img .foot-img .a-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer-pay .footer-img .foot-img .a-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer-pay .footer-img .foot-img .a-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-end {
  background-color: #003e67;
  padding: 2rem 0px;
}
.footer-end a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

.search-banner {
  background-image: url("../images/home/banner-bg.png");
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 190%;
  margin-bottom: 10pc;
}

.banner-main {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-main .banner-left {
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  width: 40%;
  background: rgb(247, 247, 247);
}
.banner-main .banner-left .hadding-box {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}
    .banner-main .banner-left .hadding-box .sraech-box-hadding {
        padding: 20px;
        color: #003e67;
        font-weight: 700;
        font-size: 39px;
        letter-spacing: 1px;
        line-height: 40px;
    }
.banner-main .banner-left .search-main {
  padding: 20px;
}
.banner-main .banner-left .input-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
}
.banner-main .banner-left .input-box label span {
  font-weight: 400;
  font-size: 10px;
}
.banner-main .banner-left .input-box .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.banner-main .banner-left .input-box .place input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  padding-left: 10px;
}
.banner-main .banner-left .tow-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-main .banner-left .tow-one label {
  font-size: 15px;
  font-weight: 700;
}
.banner-main .banner-left .tow-one label span {
  font-weight: 400;
  font-size: 10px;
}
.banner-main .banner-left .tow-one .input-min .place {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.banner-main .banner-left .tow-one .input-min .place input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
}
.banner-main .banner-left .a-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
  font-weight: 700;
  font-size: 14px;
  color: rgb(47, 128, 237);
}
.banner-main .banner-left .search-button button {
  cursor: pointer;
  width: 44%;
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #ff385c;
  border: none;
  border-radius: 5px;
}
.banner-main .banner-left .last-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.banner-main .banner-left .last-text a {
  font-size: 14px;
  color: rgb(47, 128, 237);
}
.banner-main .banner-right {
  width: 55%;
  background-image: url("../images/home/right-bg.png");
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.banner-main .banner-right .right-text {
  text-align: center;
  height: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-main .banner-right .text-right p {
  font-size: 30px;
  text-transform: uppercase;
  font-family: cursive;
  letter-spacing: 3px;
  line-height: 45px;
  font-weight: 900;
  color: #fff;
}
.banner-main .banner-right .text-right button {
  width: 50%;
  padding: 15px;
  border-radius: 5px;
  border: none;
  background: #003e67;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
}

.airline-box {
  padding: 15px 0px;
}
.airline-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.airline-box ul li img {
  width: 100%;
}

.banner-box {
  background-color: rgb(255, 238, 241);
  padding: 60px 0;
}
.banner-box .banner-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #003e67;
  letter-spacing: 1px;
}
.banner-box .banner-text p {
  line-height: 23px;
  padding: 10px 0;
}
.banner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-box ul li {
  padding: 1px;
}
.banner-box ul li .banner-text-box {
  background: #fff;
  padding: 10px;
  margin-top: -2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.banner-box ul li .banner-text-box h1 {
  font-size: 16px;
  font-weight: 700;
  color: #003e67;
  padding: 8px 0px;
}
.banner-box ul li .banner-text-box .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.banner-box ul li .banner-text-box .price-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-box ul li .banner-text-box .price-box a {
  color: #003e67;
  font-weight: 700;
}
.banner-box .banner-last-line p {
  font-size: 12px;
  padding: 10px 0px;
  color: #7b7b7b;
}
.banner-box .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.banner-box .banner-button button {
  padding: 10px;
  background-color: #003e67;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.offer-box {
  padding-top: 2rem;
}
.offer-box .section-title {
  color: #004080;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
.offer-box .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.offer-box .card-wrapper .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.offer-box .card-wrapper .card h3 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 33px;
}
.offer-box .card-wrapper .card button {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.offer-box .card-wrapper .card button:hover {
  background: #f2f2f2;
}
.offer-box .card-wrapper .card .content {
  z-index: 2;
}
.offer-box .card-wrapper .card.card-1 {
  background-image: url("../images/home/offer-1.png");
}
.offer-box .card-wrapper .card.card-2 {
  background-color: #ff2f5b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.offer-box .card-wrapper .card.card-2 .small-text {
  font-size: 12px;
  color: #fcdcdc;
  margin-bottom: 6px;
  line-height: 1.4;
}
.offer-box .card-wrapper .card.card-3 {
  background-image: url("../images/home/offer-2.png");
}

.flight-info {
  padding: 60px 0;
}
.flight-info .flight-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flight-info .flight-main .flight-left {
  width: 45%;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 5px;
}
.flight-info .flight-main .flight-left h1 {
  font-size: 22px;
  font-weight: 700;
  color: #003e67;
}
.flight-info .flight-main .flight-left p {
  padding: 10px 0px;
  line-height: 26px;
  font-size: 14px;
}
.flight-info .flight-main .flight-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 0px;
  color: #2F80ED;
  font-weight: 700;
  font-size: 14px;
}
.flight-info .flight-main .flight-right {
  width: 55%;
}
.flight-info .flight-main .flight-right img {
  width: 100%;
  height: 450px;
}

.subscribe .container {
  max-width: 550px;
  margin: 0 auto;
}
.subscribe .banner-text {
  text-align: center;
}
.subscribe .banner-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #003e67;
  letter-spacing: 1px;
}
.subscribe .banner-text p {
  line-height: 23px;
  padding: 10px 0;
}
.subscribe .news-letter {
  border: 1px solid #DBDBDB;
  padding: 2px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe .news-letter input, .subscribe .news-letter button {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}
.subscribe .news-letter button {
  background: #FF385C;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.terms {
  padding: 30px 0px;
}
.terms ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.terms ul li i {
  margin-right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.terms ul li i img {
  width: 100%;
}
.terms .text-box h4 {
  color: #003E67;
  font-weight: 700;
}
.terms .text-box p {
  color: #3B3B44;
}

.searchboxinput .seachboxdiv {
  top: 40px;
  left: 0px;
  z-index: 9;
  position: absolute;
  background: #fff;
  width: 395px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}
.searchboxinput .seachboxdiv .leaving {
  padding: 10px 5px;
  width: 100%;
  border: 1px solid #c62a82;
  border-radius: 5px;
}
.searchboxinput .seachboxdiv label.suggetion {
  margin: 0;
  color: #fff;
  background-color: #FF385C;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.searchboxinput .seachboxdiv .autocompletelist {
  max-height: 400px;
  overflow: auto;
}
.searchboxinput .seachboxdiv .autocompletelist li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block !important;
  padding: 7px;
  padding-left: 40px;
  background: url("../images/home/flight1.svg") no-repeat 10px center;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  cursor: pointer;
  line-height: 15px;
  color: color2;
  font-size: 14px;
}
.searchboxinput .seachboxdiv .autocompletelist li b {
  font-size: 14px;
  font-weight: 700;
}
.searchboxinput .seachboxdiv .autocompletelist li span {
  margin: 0;
  padding-top: 5px;
  color: #000;
  font-size: 12px;
  display: block;
}
.searchboxinput .seachboxdiv .autocompletelist li span b {
  font-size: 12px;
}
.searchboxinput .seachboxdiv .autocompletelist li:hover {
  background-color: #f0f4ff;
}
.searchboxinput #departuredestination {
  position: relative;
}
.searchboxinput #departuredestination .seachboxdiv {
  left: 0px;
  top: 45px;
}
.searchboxinput #arrivaldestination {
  position: relative;
}
.searchboxinput #arrivaldestination .seachboxdiv {
  left: 0px;
  top: 45px;
}
.searchboxinput #arrivaldestination .autocompletelist li {
  background: url("../images/home/flight-arr.svg") no-repeat 10px center;
}

#ui-datepicker-div {
  z-index: 99 !important;
  width: auto;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  border-radius: 5px;
  display: none;
  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-widget-header {
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #002b70;
}
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  top: -6px;
  right: 10px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../images/common/next.png) no-repeat 4px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  top: -6px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(../images/common/back.png) no-repeat 3px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: 1;
  padding: 0;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
  top: 0px;
  right: 10px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
  padding: 1px;
  border: 2px solid transparent;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 8px 10px;
}
#ui-datepicker-div .ui-datepicker-calendar tr:last-child {
  border-bottom: 1px solid #fff;
}
#ui-datepicker-div .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-active {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-hover {
  border: 2px solid #FF385C;
  border-radius: 11px;
}
#ui-datepicker-div .ui-widget-content .ui-state-focus {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-button {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-button:hover {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-button:focus {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-state-active {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-hover {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-focus {
  border: 0px;
  background: #FF385C;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-title {
  font-family: inherit;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-weight: 700;
  color: #fff;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-state-disabled span {
  padding: 8px 10px;
  color: #d6d6d6;
}

.ui-datepicker td span {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  left: 10px;
  top: -6px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 10px;
  top: -6px;
}

#departuredestination {
  position: relative;
}

#arrivaldestination {
  position: relative;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    left: 0 !important;
    right: 0;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #ui-datepicker-div table {
    width: 100%;
  }
}
.classBox {
  position: relative;
}

.popuppaxdetails {
  position: absolute;
  background: #fff;
  padding: 10px;
  padding-bottom: 0px;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: auto;
  display: none;
  z-index: 99;
  top: 50px;
  border-radius: 5px;
  padding: 0;
  position: absolute;
  left: 0;
  width: auto;
  display: none;
  border-radius: 5px;
}
.popuppaxdetails .mainpopupselectroom {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 300px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 5px;
}
.popuppaxdetails .mainpopupselectroom .addmorerooms {
  padding: 10px;
}
.popuppaxdetails .mainpopupselectroom .addmorerooms a {
  color: #005982;
  padding: 5px 0;
  background: none;
  display: block;
  line-height: inherit;
  border-radius: 0;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle {
  padding: 0px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext span {
  margin: 0;
  color: #000;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext .closeroom {
  background: url(../images/icons8-multiply-30.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle:first-child .closeroom {
  display: none;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter select {
  border: 1px solid #ddd;
  width: 135px;
  background: url(../images/common/arrow.svg) no-repeat 90%;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 10px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .minussign {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 25px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  line-height: 30px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .minussign:hover {
  color: #990005;
  border-color: #990005;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .plussign {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 20px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  line-height: 30px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .plussign:hover {
  color: #990005;
  border-color: #990005;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .disabled {
  border: 1px solid #898989;
  color: #898989;
  background: #ebebeb;
  cursor: no-drop;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter label {
  width: 35px;
  padding: 0;
  height: 35px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv.bg {
  background: #f0f4ff;
  margin-bottom: 10px;
  padding: 5px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata label {
  font-size: 14px;
  background: transparent;
  color: #000;
  padding: 0;
  opacity: 1;
}
.popuppaxdetails .btnok {
  padding: 10px 30px;
  background: #FF385C;
  color: #fff;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  border-radius: 5px;
}

.childagemaindiv .childagediv {
  width: 32%;
}
.childagemaindiv .childagediv label {
  font-size: 13px !important;
}
.childagemaindiv .childagediv select {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #92A4B0;
}

.searchboxmain {
  border-radius: 5px;
}
.searchboxmain .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}
.searchboxmain .radiobox [type=radio]:checked,
.searchboxmain .radiobox [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.searchboxmain .radiobox [type=radio]:checked + label,
.searchboxmain .radiobox [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.searchboxmain .radiobox [type=radio]:checked + label:before,
.searchboxmain .radiobox [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #002b70;
  border-radius: 100%;
  background: #fff;
}
.searchboxmain .radiobox [type=radio]:checked + label:after,
.searchboxmain .radiobox [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #002b70;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.searchboxmain .radiobox [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.searchboxmain .radiobox [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.searchboxmain .radiobox .right,
.searchboxmain .radiobox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchboxmain .radiobox p {
  padding-left: 10px;
  color: #000;
  font-weight: 600;
}
.searchboxmain .radiobox p:first-child {
  padding-left: 0;
}
.searchboxmain .add_multitrip {
  cursor: pointer;
  display: none;
  line-height: normal;
  padding: 0px 5px;
  background: #c62a82;
  border-radius: 4px;
}
.searchboxmain .add_multitrip a {
  color: #fff;
}
.searchboxmain .multitripdestinations {
  display: none;
}

#flightnav.oneway #round_returndate {
  display: none;
}
#flightnav.oneway .inputbox {
  width: 31%;
}
#flightnav.oneway .inputbox.calender {
  width: 14%;
}
#flightnav.oneway .inputbox.class {
  width: 24%;
}
#flightnav.multitripnav .searchboxinput {
  border-radius: 0;
}
#flightnav.multitripnav .add_multitrip {
  display: block;
}
#flightnav.multitripnav .multitripdestinations {
  display: block;
}
#flightnav.multitripnav #round_returndate {
  display: none;
}
#flightnav.multitripnav .inputbox {
  width: 31%;
}
#flightnav.multitripnav .inputbox.calender {
  width: 14%;
}
#flightnav.multitripnav .inputbox.class {
  width: 24%;
}

.multitripdestinations .bannersearch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.multitripdestinations .bannersearch-box .searchCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multitripdestinations .bannersearch-box .searchDate {
  width: 25%;
}
.multitripdestinations .bannersearch-box .input-group {
  width: 100%;
  border-right: 1px solid #fff;
  padding: 15px 0;
  padding-left: 0px;
  padding-left: 40px;
  border-top: 0;
  position: relative;
}
.multitripdestinations .bannersearch-box .input-group::after {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  position: absolute;
  top: 18px;
  left: 8px;
  font-size: 17px;
  color: #fff;
}
.multitripdestinations .bannersearch-box .input-group.multiautocomplete {
  position: relative;
  width: 49%;
}
.multitripdestinations .bannersearch-box .input-group.multiautocomplete::after {
  content: "\f5b0";
}
.multitripdestinations .bannersearch-box input {
  font-size: 15px;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.multitripdestinations .bannersearch-box .deleteitinerary {
  width: 24%;
  border-top: 1px solid #4d89c3;
}
.multitripdestinations .bannersearch-box .deleteitinerary .deleteroute {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.multitripdestinations .seachboxdiv {
  left: 0;
  top: 55px;
}
.multitripdestinations .seachboxdiv label.suggetion {
  display: block;
}

@media (max-width: 767px) {
  .popuppaxdetails {
    min-width: 100%;
    top: 74px;
  }
  .popuppaxdetails .mainpopupselectroom {
    max-width: 100%;
    min-width: 100%;
  }
  .multitripdestinations .searchCity, .multitripdestinations .bannersearch-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannersearch-box .input-group.multiautocomplete {
    border-bottom: 1px solid #fff;
    border-right: 0;
    width: 100% !important;
  }
  .multitripdestinations .bannersearch-box .searchCity {
    width: 100%;
  }
  .multitripdestinations .bannersearch-box .searchDate, .multitripdestinations .bannersearch-box .deleteitinerary {
    width: 50%;
  }
  .multitripdestinations .bannersearch-box .deleteitinerary {
    border-top: 0;
  }
  .banner-search-box .radio-buttons [type=radio]:checked + label, .banner-search-box .radio-buttons [type=radio]:not(:checked) + label {
    font-size: 13px;
    line-height: 14px;
  }
}