img {
  max-width: 100%;
}
.openmenu{
	display:none;
}
.profildiv #profile  img{
	margin-right:10px;
}
/* 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%;
  box-sizing: border-box;
  vertical-align: baseline;
  font: 100% "Poppins", sans-serif;
  font-weight: normal;
  font-family: "Poppins";
  font-size: 14px;
}

p {
  line-height: 25px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins";
}

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;
}

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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

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: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-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;
  -khtml-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: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
    -moz-box-shadow: none;
    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: "";
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
#imglogo{
	/* width:50px; */
	height:50px;
	border-radius:50px;
	}

.header-top {
  background: #eaeff2;
  padding: 10px 0;
}
.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header-top a {
  display: inline-block;
  color: #0f1c2b;
}
.header-top .left li {
  display: inline-block;
}
.header-top .left li::after {
  content: "|";
  display: inline-block;
  color: #0f1c2b;
  padding-left: 5px;
}
.header-top .left li:last-child::after {
  display: none;
}
.header-top .left img {
  vertical-align: middle;
  margin-right: 2px;
}
.header-top .right a {
  margin-left: 5px;
}
.header-top .right img {
  vertical-align: middle;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.header a {
  display: inline-block;
  color: #0f1c2b;
}
.header ul {
  display: flex;
}
.header ul a {
  padding: 40px 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.header ul a:hover {
  color: #fff;
}
.header ul a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  background: #fd5900;
  z-index: -1;
  transform: rotate(17deg);
  height: 181%;
}
.header ul a.active {
  position: relative;
  color: #fff;
}
.header ul a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  background: #fd5900;
  z-index: -1;
  transform: rotate(17deg);
  height: 181%;
}

.menu {
  cursor: pointer;
  display: none;
}
.menu img {
  width: 30px;
}

@media (max-width: 767px) {
  .menu {
    display: inline-block;
  }

  .header-top {
    display: none;
  }

  .header ul a.active::before, .header ul a::before {
    display: none;
  }

  .header {
    padding: 10px 0;
  }
  .header .left img {
    width: 120px;
  }
  .header ul {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: #eaeff2;
    display: block;
    z-index: 99;
    width: 250px;
    transition: all 0.4s ease;
  }
  .header ul.active {
    left: 0;
  }
  .header ul a {
    padding: 0;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
  }
  .header ul a:hover {
    background: #fd5900;
  }
  .header ul a.active {
    background: #fd5900;
  }
}
.footer {
  background: #142533;
  color: #fff;
  padding: 30px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box {
  width: 15%;
}
.footer .footer-space {
  width: 18%;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.footer .footer-logo {
  display: block;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}
.footer span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.footer .icons img {
  vertical-align: middle;
}
.footer .title {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.footer ul a {
  display: block;
  color: #7b8389;
  font-size: 13px;
  margin: 0 0 5px;
}
.footer p {
  font-size: 13px;
  color: #7b8389;
}

.copayright {
  text-align: center;
  padding: 15px 0;
  text-align: center;
  background: #0f1c2b;
}
.copayright p {
  font-size: 14px;
  color: #7b8389;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer .container {
    display: block;
  }
  .footer .footer-space, .footer .footer-box {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
  }
  .footer .footer-space:last-child, .footer .footer-box:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .footer .title {
    padding: 0 0 8px;
  }
}
.banner {
  position: relative;
}
.banner figure {
  text-align: center;
}
.banner figure img {
  max-width: 100%;
  margin:0 auto;
}
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.banner .content {
  display: flex;
  justify-content: space-between;
  color: #0f1c2b;
  padding: 50px 0 0;
}
.banner .left {
  width: 50%;
  margin: 45px 0 0;
}
.banner .title {
  font-size: 42px;
  text-transform: uppercase;
}
.banner .heading {
  font-size: 78px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 60px;
}
.banner span {
  font-size: 22px;
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 1px dashed #0f1c2b;
}
.banner p {
  font-size: 34px;
  font-style: italic;
  padding: 15px 0 0;
}

.banner-form {
  width: 30%;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #0f1626;
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.banner-form .heading-form {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.banner-form .heading-form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
  margin: 0 auto;
}
.banner-form .input-box {
  margin: 0 0 15px;
}
.banner-form input {
  background: #eaeff2;
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #0f1c2b;
}
.banner-form input::placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form .forgot-password {
  color: #0052a7;
  text-decoration: underline;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 15px;
}
.banner-form .loginbtn {
  margin-top: 15px;
  width: 100%;
  font-size: 21px;
  background: #fd5900;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px;
}

.checkboxbtn {
  border-top: 1px dashed #0f1c2b;
  border-bottom: 1px dashed #0f1c2b;
  padding: 10px 0;
}
.checkboxbtn .checkbtn input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkboxbtn .checkbtn label {
  position: relative;
  cursor: pointer;
}
.checkboxbtn .checkbtn label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #0052a7;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkboxbtn .checkbtn input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.banner-bottom {
  padding: 140px 0 40px;
  color: #0f1c2b;
}
.banner-bottom .container {
  display: flex;
  align-items: center;
}
.banner-bottom .content {
  text-transform: uppercase;
}
.banner-bottom .title {
  font-size: 17px;
  font-weight: 500;
}
.banner-bottom .heading {
  font-size: 26px;
  font-weight: 700;
}
.banner-bottom ul li {
  display: inline-block;
  padding-left: 18px;
}

.travel-exparts {
  background: #eaeff2;
  padding: 40px 0;
  color: #0f1c2b;
}
.travel-exparts .container {
  display: flex;
  justify-content: space-between;
}
.travel-exparts .content {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.travel-exparts .logoicon {
  width: 15%;
}
.travel-exparts .right {
  width: 85%;
}
.travel-exparts span {
  font-size: 14px;
}
.travel-exparts .heading {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.travel-exparts p {
  font-size: 14px;
  padding: 20px 0;
  color: #7b8389;
  text-align: justify;
}
.travel-exparts figure {
  width: 44%;
}

.we-offer {
  padding: 40px 0;
  color: #0f1c2b;
}
.we-offer .heading {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.we-offer .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
  margin: 0 auto;
}
.we-offer span {
  color: #7b8389;
  font-weight: 800;
  font-size: 32px;
}
.we-offer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.we-offer ul li {
  width: 29%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.we-offer figure {
  width: 30%;
}
.we-offer .text {
  width: 63%;
}
.we-offer .title {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  padding: 0 0 6px;
}
.we-offer p {
  font-size: 13px;
  font-style: italic;
}

.weare-box {
  padding: 40px 0;
  background: #eaeff2;
  color: #0f1c2b;
}
.weare-box .top-text {
  display: flex;
  justify-content: space-between;
}
.weare-box .top-text p {
  width: 72%;
  font-size: 14px;
  font-style: italic;
}
.weare-box .heading {
  font-size: 32px;
  font-weight: 800;
  width: 25%;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.weare-box .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
}
.weare-box span {
  color: #7b8389;
  font-weight: 800;
  font-size: 32px;
}
.weare-box ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
.weare-box ul li {
  width: 30%;
  text-align: center;
}
.weare-box .title {
  font-size: 22px;
  font-weight: 800;
  padding: 13px 0 10px;
}
.weare-box p {
  font-size: 14px;
  font-style: italic;
}

.subsribe-box {
  padding: 30px 0;
  background: #0052a7;
  color: #fff;
}
.subsribe-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subsribe-box .left {
  width: 37%;
  text-align: right;
}
.subsribe-box .heading {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
}
.subsribe-box p {
  font-size: 17px;
  font-style: italic;
}
.subsribe-box .right {
  width: 60%;
  display: flex;
}
.subsribe-box input {
  width: 80%;
  background: #fff;
  padding: 15px;
  font-size: 17px;
  font-style: italic;
}
.subsribe-box input::placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box button {
  width: 20%;
  color: #fff;
  padding: 15px;
  background: #fd5900;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner {
    background: #eaeff2;
  }
  .banner figure {
    display: none;
  }
  .banner .container {
    position: inherit;
  }
  .banner .content {
    display: block;
    padding: 30px 0;
  }
  .banner .title {
    font-size: 30px;
  }
  .banner .heading {
    font-size: 35px;
    line-height: 35px;
  }
  .banner p {
    font-size: 20px;
  }
  .banner .left {
    width: 100%;
    margin: 0 0 30px;
  }

  .banner-form {
    width: 100%;
  }

  .banner-bottom {
    padding: 30px 0;
    text-align: center;
  }
  .banner-bottom .container {
    display: block;
  }
  .banner-bottom .title {
    font-size: 15px;
  }
  .banner-bottom .heading {
    font-size: 22px;
  }
  .banner-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .banner-bottom ul li {
    width: 48%;
    text-align: center;
    padding: 15px 0 0;
  }

  .travel-exparts .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .travel-exparts .content {
    width: 100%;
  }
  .travel-exparts .logoicon {
    width: 22%;
  }
  .travel-exparts .right {
    width: 78%;
  }
  .travel-exparts .heading {
    font-size: 22px;
  }
  .travel-exparts figure {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #7b8389;
    margin: 0 0 15px;
  }

  .we-offer {
    padding: 30px 0;
  }
  .we-offer .heading {
    font-size: 22px;
  }
  .we-offer span {
    font-size: 22px;
  }
  .we-offer .title {
    font-size: 18px;
  }
  .we-offer ul li {
    width: 100%;
  }

  .weare-box {
    padding: 30px 0;
  }
  .weare-box .top-text {
    display: block;
    text-align: center;
  }
  .weare-box .top-text p {
    width: 100%;
  }
  .weare-box .heading {
    width: 100%;
    font-size: 22px;
    margin: 0 0 15px;
  }
  .weare-box .heading::before {
    margin: 0 auto;
  }
  .weare-box span {
    font-size: 22px;
  }
  .weare-box ul {
    display: block;
    padding: 0;
  }
  .weare-box ul li {
    width: 100%;
    margin: 25px 0 0;
  }
  .weare-box .title {
    padding-bottom: 0;
  }

  .subsribe-box .container {
    display: block;
  }
  .subsribe-box .left {
    text-align: center;
    width: 100%;
  }
  .subsribe-box .heading {
    font-size: 22px;
    line-height: 22px;
  }
  .subsribe-box p {
    font-size: 16px;
    padding: 0 0 15px;
  }
  .subsribe-box .right {
    width: 100%;
    display: block;
  }
  .subsribe-box input {
    width: 100%;
    padding: 10px 15px;
  }
  .subsribe-box button {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0 0;
  }
}
.header-inner {
  padding: 10px 0;
}

.header-profile-box a {
  display: inline-block;
  font-size: 15px;
  color: #0f1c2b;
  margin-left: 10px;
}
.header-profile-box img {
  vertical-align: middle;
  margin-right: 3px;
}

.search-top {
  padding: 15px;
  border-bottom: 1px solid #D3D3D3;
}

.search-top input {
  width: 50%;
  background: url(../images/home/search.svg) no-repeat 0%;
  padding: 0 20px;
  font-size: 15px;
}

.search-top input::placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.credit-boxing {
  padding: 20px 20px 0 0;
}

.credit-boxing ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: inherit;
}

.credit-boxing ul li {
  padding: 20px 15px;
  background: #ffffff;
  width: 23%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 20px 20px 0;
}

.credit-boxing .inner-text {
  width: 66%;
  text-align: center;
  color: #1B1C1F;
}

.credit-boxing span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.credit-boxing label {
  font-size: 16px;
  font-weight: 800;
}

.credit-boxing .border {
  border: 2px solid #D3D3D3;
  margin: 5px 0 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
}

.credit-boxing .border::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2px;
  border: 2px solid #FFC013;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  right: 100px;
}

.tasks-box {
  width: 100%;
  text-align: center;
}

.tasks-box strong {
  display: inline-block;
  padding: 5px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #1B1C1F;
  color: #ffffff;
  font-size: 14px;
}

.recent-flight-booking-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.flight-booking-left {
  width: 54%;
  background: #ffffff;
  box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}

.flight-booking-left .heading {
  padding: 20px;
  font-size: 15px;
  color: #1B1C1F;
  font-weight: 600;
  border-bottom: 1px solid #D3D3D3;
}

.flight-booking-left .heading i {
  vertical-align: middle;
  color: #FFC013;
  margin-right: 10px;
  font-size: 22px;
}

.flight-booking-left table {
  width: 100%;
}

.flight-booking-left table tr {
  border-bottom: 1px solid #D3D3D3;
}

.flight-booking-left table tr td {
  padding: 7px  !important;
  color: #1B1C1F;
}

.flight-booking-left table strong {
  font-weight: 600;

}

.flight-booking-left table small{
	  display:block;
	  font-size: 11px !important;
}

.flight-booking-left span {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

.flight-booking-left .f-dac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}

.flight-blog {
  width: 45%;
}
.flight-blog ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flight-blog ul li {
  width: 49%;
  margin: 0 0 10px;
}
.flight-blog a {
  display: block;
}

@media (max-width: 767px) {
  .search-top input {
    width: 100%;
  }

  .credit-boxing {
    padding: 20px 0;
  }
  .credit-boxing ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .credit-boxing ul figure {
    width: 25%;
  }
  .credit-boxing ul img {
    width: 100%;
  }

  .recent-flight-booking-box {
    display: block;
  }

  .flight-booking-left {
    width: 100%;
  }
  .flight-booking-left .data-table {
    overflow: auto;
    white-space: nowrap;
  }

  .flight-booking-left table tr td {
    padding: 15px;
  }

  .flight-blog {
    width: 100%;
    margin:10px;
  }
}
.header-bottom {
  background: #142533;
}
.header-bottom i img {
  vertical-align: middle;
}
.header-bottom ul {
  display: flex;
  justify-content: space-between;
}
.header-bottom ul a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 12px 0;
}
.header-bottom ul a img {
  vertical-align: middle;
  margin-left: 2px;
}

@media (max-width: 1024px) {
  .details-main-box {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .details-left-box {
    width: 100%;
  }

  .detail-form-box {
    padding-bottom: 0;
  }

  .details-right-box {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .back-search a {
    font-size: 16px;
  }
  .back-search span {
    font-size: 12px;
  }
  .back-search .right strong {
    font-size: 20px;
  }

  .traveller-box {
    display: block;
  }
  .traveller-box label {
    padding: 0 0 10px;
  }
  .traveller-box .left {
    margin: 0 0 15px;
  }

  .detail-form-box {
    display: block;
  }
  .detail-form-box .form-in {
    width: 100%;
  }
  .detail-form-box .form-in select {
    background: url(../images/home/down.svg) no-repeat 95%;
  }
  .detail-form-box .form-box {
    width: 100%;
  }

  .itinerary-details-box .del-inner {
    padding: 15px;
  }

  .credit-box {
    width: 100%;
  }
}
.input-checkbox {
  display: block;
}

.input-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.input-checkbox label {
  position: relative;
  cursor: pointer;
}

.input-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ddd;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.input-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 11px;
  border: solid #fd5900;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.deposit-box {
  padding: 15px;
  margin: 30px 0;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.bank-detail {
  padding: 0 0 15px;
}
.bank-detail .in-box {
  display: inline-block;
  position: relative;
}
.bank-detail .in-box:last-child {
  margin-left: 7px;
}
.bank-detail label {
  display: block;
  padding: 0 0 8px;
  font-size: 14px;
  color: #0f1c2b;
}
.bank-detail sup {
  color: #fd5900;
}
.bank-detail select {
  padding: 6px;
  background: url(../images/home/down.svg) no-repeat 94%;
  width: 250px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #0f1c2b;
}
.button-yellow{
    display: inline-block;
letter-spacing: 1px;
padding: 8px 50px;
background: #fd5900;
color: #1B1C1F;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
}

.account-detail-box {
  display: flex;
  justify-content: space-between;
}
.account-detail-box .left {
  width: 48%;
}
.account-detail-box .inner-box {
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 15px;
}
.account-detail-box .inner {
  display: flex;
  justify-content: space-between;
  color: #0f1c2b;
  padding-bottom: 5px;
}
.account-detail-box span {
  font-size: 14px;
}
.account-detail-box strong {
  font-size: 14px;
  font-weight: 600;
}
.account-detail-box button {
  display: inline-block;
  padding: 6px 20px;
  margin: 10px 0 0;
  color: #fff;
  letter-spacing: 1px;
  background: #fd5900;
  font-weight: 600;
  font-size: 14px;
}
.account-detail-box .right {
  width: 48%;
}
.account-detail-box .blog {
  background: #E5EDF3;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-detail-box .blog figure {
  width: 18%;
  text-align: center;
}
.account-detail-box .blog figure img {
  width: 100%;
}
.account-detail-box .content-text {
  width: 78%;
}
.account-detail-box .content-text span {
  font-size: 14px;
  color: #fd5900;
}
.account-detail-box .content-text p {
  font-size: 14px;
  color: #0f1c2b;
  padding: 6px 0 0;
}

.currency-box {
  display: flex;
}
.currency-box .inner-box {
  width: 16%;
  margin-right: 20px;
  color: #0f1c2b;
  position: relative;
}
.currency-box label {
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
}
.currency-box sub {
  color: red;
}
.currency-box select {
  padding: 6px 10px;
  color: #0f1c2b;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}
.currency-box input {
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}

.card-box {
  display: flex;
  padding: 10px 0;
}
.card-box a {
  display: inline-block;
  margin-right: 5px;
}
.card-box img {
  width: 50px;
  height: 50px;
}

.select-card {
  display: flex;
}
.select-card .in {
  width: 30%;
  margin-right: 20px;
  position: relative;
}
.select-card sub {
  color: #fd5900;
}
.select-card label {
  display: block;
  font-size: 14px;
  color: #0f1c2b;
  padding: 0 0 5px;
}
.select-card select {
  padding: 6px 10px;
  color: #0f1c2b;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}
.select-card input {
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}

.card-date {
  display: flex;
  padding: 15px 0;
}
.card-date .box {
  width: 18%;
  position: relative;
  margin-right: 20px;
}
.card-date .in {
  width: 10%;
}
.card-date sub {
  color: red;
}
.card-date label {
  display: block;
  font-size: 14px;
  color: #0f1c2b;
  padding: 0 0 5px;
}
.card-date select {
  padding: 6px 10px;
  color: #0f1c2b;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}
.card-date input {
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}

.billing-information {
  padding: 0 0 15px;
}
.billing-information p {
  font-size: 14px;
  color: #0f1c2b;
  padding: 0 0 10px;
  font-weight: 500;
}
.billing-information .billing-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.billing-information .in-box {
  width: 32%;
  margin: 0 0 15px;
}
.billing-information sub {
  color: #fd5900;
}
.billing-information label {
  display: block;
  font-size: 14px;
  color: #0f1c2b;
  padding: 0 0 5px;
}
.billing-information select {
  padding: 6px 10px;
  color: #0f1c2b;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}
.billing-information input {
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}
.billing-information input::placeholder {
  color: #0f1c2b;
  opacity: 100%;
}

.form-input-checkbox label {
  display: block;
  font-size: 14px;
}
.form-input-checkbox input {
  margin-right: 10px;
  vertical-align: middle;
}

.charges-tabel {
  border: 1px solid #ddd;
  max-width: 35%;
  border-bottom: 0;
  margin: 15px 0;
}
.charges-tabel .text {
  display: flex;
  color: #0f1c2b;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.charges-tabel p {
  font-size: 14px;
  width: 70%;
  padding: 10px;
}
.charges-tabel span {
  display: inline-block;
  font-weight: 500;
  padding: 10px;
  font-size: 14px;
  width: 30%;
  border-left: 1px solid #ddd;
}

.make-payment button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  background: #fd5900;
  color: #0f1c2b;
}

@media (max-width: 1024px) {
  .account-detail-box .blog {
    display: block;
  }
  .account-detail-box .blog figure {
    width: 100%;
  }
  .account-detail-box .blog figure img {
    max-width: 18%;
  }
  .account-detail-box .content-text {
    width: 100%;
    padding: 10px 0 0;
  }

  .charges-tabel {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .bank-detail .in-box {
    display: block;
  }
  .bank-detail .in-box:last-child {
    margin-left: 0;
  }
  .bank-detail select {
    width: 100%;
  }

  .account-detail-box {
    display: block;
  }
  .account-detail-box .inner {
    display: block;
  }
  .account-detail-box .inner span {
    display: block;
  }
  .account-detail-box .left {
    width: 100%;
  }
  .account-detail-box .right {
    width: 100%;
    margin: 15px 0 0;
  }

  .currency-box {
    display: block;
  }
  .currency-box .inner-box {
    width: 100%;
  }
  .currency-box .inner-box:first-child {
    padding-bottom: 15px;
  }

  .select-card {
    display: block;
  }
  .select-card .in {
    width: 100%;
    margin: 0 0 15px;
  }

  .card-date {
    display: block;
  }
  .card-date .box {
    width: 100%;
    margin: 0 0 15px;
  }
  .card-date .in {
    width: 100%;
  }

  .billing-information .in-box {
    width: 100%;
  }

  .charges-tabel {
    max-width: 100%;
  }
}
.flight-result-box {
  background: #fff;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  color: #0f1c2b;
}
.flight-result-box .left-box {
  width: 82%;
  border-right: 1px solid #ddd;
}
.flight-result-box .right-box {
  width: 18%;
  text-align: center;
  padding:15px 0;
}
.flight-result-box .heading {
  font-size: 20px;
  font-weight: 600;
}
.flight-result-box .bookbtn {
  display: inline-block;
  padding: 4px 35px;
  margin-top: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: #fd5900;
}
.flight-result-box .borderbottom {
  border-bottom: 1px solid #ddd;
}

.flight-departure {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.flight-departure .title {
  font-size: 15px;
  text-transform: uppercase;
  width: 25%;
}
.flight-departure .flightdate {
  width: 75%;
  text-align: center;
  font-size: 15PX;
}
.flight-departure img {
  vertical-align: middle;
  margin-right: 4px;
}
.flight-departure .imgrotate {
  transform: rotate(180deg);
}

.flight-info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
}
.flight-info .info-box {
  width: 24%;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
}
.flight-info .info-box:last-child {
  border-right: 0;
}
.flight-info span {
  font-size: 14px;
  display: block;
  padding: 0 0 10;
}
.flight-info strong {
  font-size: 16px;
  font-weight: 600;
}
.flight-info label {
  font-size: 16px;
}
.flight-info p {
  font-size: 14px;
}
.flight-info .text {
  font-size: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
.flight-info .text img {
  vertical-align: middle;
  margin-right: 4px;
}
.flight-info [type=radio]:checked,
.flight-info [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.flight-info [type=radio]:checked + label,
.flight-info [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0f1c2b;
  font-size: 16px;
}
.flight-info [type=radio]:checked + label:before,
.flight-info [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.flight-info [type=radio]:checked + label:after,
.flight-info [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fd5900;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flight-info [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.flight-info [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




@media (max-width: 767px) {

    .header-bottom {
    z-index: 0;
    position: relative;
  }
  .header-bottom ul {
    overflow: auto;
    white-space: nowrap;
  }
  .header-bottom ul li {
    display: inline-block;
    margin-right: 50px;
  }

  .header-profile-box a {
    display: none;
  }
  .header-profile-box a:last-child {
    display: inline-block;
  }

  .flight-result-box {
    display: block;
  }
  .flight-result-box .left-box {
    width: 100%;
    border: 0;
  }
  .flight-result-box .right-box {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ddd;
  }

  .flight-info {
    overflow: auto;
    white-space: nowrap;
  }
  .flight-info .info-box {
    width: auto;
    padding: 10px 20px;
  }
}

.passworddiv{position:relative;}
        .passwordicon{
    position: absolute;
    display: inline-block;
    top: 6px;
    right: 0;
    padding: 10px !important;
    cursor: pointer;
    border:none !important;
}

    .contact-us {
    background: #6F6CE3;
    padding: 50px 0;
    color: #34404B;
}
        .contact-us .container
         {

  background: url(../images/home/background.png) no-repeat top;
    background-size: auto;
background-size: auto;
background-size: cover;
padding: 50px 115px 30px 162px;

}
 .chat-box .chat-button {
    text-align: center;
}
 .chat-box ul {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 10px;
   
}
 .chat-box .chat-button img {
    margin: -27px;
        margin-right: -27px;
    position: relative;
    margin-right: -43px;
}.chat-box .chat-button a {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    background: #1d79d5;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}.chat-box ul li {
    text-align: center;
    border-right: 1px solid #e4e4e3;
    width: 20%;
}
 .chat-box ul li:last-child{
     border-right:0;
 }
.chat-box ul li {
    text-align: center;

}.chat-box ul a {
    color: #34404b;
}.chat-box ul span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-top: 8px;
}
 .container {
    max-width: 1150px;
    margin: 0 auto;
}
 .chat-box .chat-button img {
    margin: -27px;
        margin-right: -27px;
    position: relative;
    margin-right: -43px;
}
        .fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}
        @keyframes slide-down{
  0%{ opacity: 1; -webkit-transform: translateY(-100%); transform: translateY(-100%);}
  100%{ opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);} 
}

 .profildiv{position:relative;}
        .profile {
 position: absolute;
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
background: #fff;
width:max-content;
top: 40px;
right: 0;
padding:0px;
border-radius: 5px;
z-index: 9;
}
.profile a{
    width: 100%;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.logoutbtn{
	    width: 100%;
    text-align: left;
    margin: 0 !important;
}
        .logoutbtn{margin:0px !important;width:100% !important;text-align:left !important;}
        .header .container{overflow:inherit !important;}
         .header-profile-box{display:inherit;}
		 
		



