.headernew {
    transition: all 0.5s;
    background-color: rgba(34, 34, 34, 0.9);
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #f8b600;
  color: #fff;
}


::selection {
  background-color: #f8b600;
  color: #fff;
}
#logo a img {
    width: 60%;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif !important;
    color: #353435;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: sans-serif !important;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 34px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #1a2e45;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.whole-wrap {
  background-color: #f9f9ff;
}

.generic-banner {
  margin-top: 60px;
  background-color: #f8b600;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}

b, sup, sub, u, del {
    color: #1a2e45;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #f9f9ff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}

.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: .8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
    font-size: 12px;
    padding: 6px 0px;
    background: #363536;
}

.header-top a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top a:hover {
    color: #2859ff;
}

.header-top ul li {
    display: inline-block;
    margin-right: 0;
}

@media (max-width: 414px) {
  .header-top ul li {
    margin-right: 0px;
  }
}

.header-top .header-top-left a {
  margin-right: 8px;
}

.header-top .header-top-right {
    text-align: right;
    float: right;
    width: 74%;
    padding-right: 1%;
}

.header-top .header-top-right .header-social a {
  color: #fff;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .header-top-right .header-social a:hover {
  color: #f8b600;
}

.top-head-btn {
  background: #f8b600;
  padding: 9px 26px;
}

.main-menu {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  transition: all 0.5s;
  background-color: rgba(34, 34, 34, 0.9);
}

#header.header-scrolled .header-top {
  display: none;
}

#header.header-scrolled .main-menu {
  background: transparent;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
/*@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}*/
@media (max-width: 480px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #1a2e45;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a {
    color: #eb552f;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 22px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f8b600;
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  float: right;
  z-index: 999;
  margin-top: 4px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  /*#nav-menu-container {
    display: none;
  }*/
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f8b600;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f8b600;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
    padding: 30px 0;
}

.alert-msg {
  color: #008000;
}

#logo {
    padding-left: 0;
    margin-top: 17px !important;
    width: 80% !important;
}

#nav-menu-container {
  padding-right: 15px;
}

.primary-btn {
    background: #403f40a3;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #f8b600;
}

.primary-btn.white:hover span {
  color: #f8b600;
}

.primary-btn.wh {
  background: #fff;
  color: #222;
  text-transform: uppercase;
}

.primary-btn.wh:hover {
  background: #222;
  color: #fff;
}

.primary-btn.squire {
  border-radius: 0px !important;
  border: 1px solid transparent;
}

.primary-btn.squire:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.section-title h1 {
  margin-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner-area {
  background: url(../img/hero-bg.jpg) center;
  background-size: cover;
}

/*.banner-area {
    background: url(../img/miami.jpg) center;
    background-size: cover;
}*/
.banner-area .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
}

@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: auto !important;
  }
}

.banner-left h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}

.banner-left h1 {
    margin: 6px 0 0;
    font-size: 36px;
    text-transform: uppercase;
}
.banner-left {
    float: right;
    text-align: right;
}
@media (max-width: 1199px) {
  .banner-left h1 {
    font-size: 40px;
  }
}

@media (max-width: 413px) {
  .banner-left h1 {
    font-size: 33px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-left h1 {
    font-size: 36px;
  }
  .banner-left h6 {
    font-size: 12px;
  }
}

.banner-left p {
    margin: 12px 0px 6px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
}

.banner-left .primary-btn {
  background: #f8b600;
}

.banner-left .primary-btn:hover {
  background: #222;
  color: #fff;
}

@media (max-width: 767px) {
  .banner-left {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.banner-right .nav-tabs {
    border-bottom: 1px solid #1a2e45;
}

.banner-right .nav-item {
    background: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-right: 1px;
}

.banner-right .nav-item a {
  color: #fff;
}

.banner-right .nav-item:hover a {
  border-color: transparent !important;
}

.banner-right .nav-tabs .nav-link {
  border-radius: 0 !important;
}

.banner-right .tab-content {
    background: #eb552f75;
}

.banner-right .form-wrap {
    padding: 30px 6px;
    text-align: center;
}

.banner-right .form-wrap .form-control {
    padding: 0.5rem 0.5rem;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0px;
    border-color: #eee;
    float: left;
    width: 100%;
    margin: 0 0;
}
.banner-right .itm-inr .form-control {
    padding: 0.675rem 0.5rem;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 10px;
    border-color: #eee;
    float: left;
    width: 23%;
    margin: 0 1% 12px;
}
.banner-right .form-wrap .form-control:focus {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .banner-right {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .banner-right {
    padding-bottom: 50px;
  }
}

/*-------- End Banner Area ------------*/
/*-------- start Popular-destination Area ------------*/
.single-destination {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-destination .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.single-destination .thumb {
  position: relative;
}

.single-destination .thumb img {
  width: 100%;
}

.single-destination .desc {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-destination .desc .price-btn {
    background: #2859ff;
    text-align: center;
    color: #fff;
    padding: 6px 30px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-destination .desc h4 {
  color: #fff;
}

.single-destination .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.single-destination:hover .price-btn {
  opacity: 1;
}

.single-destination:hover .overlay-bg {
  opacity: 1;
}

@media (max-width: 991px) {
  .single-destination {
    margin-bottom: 30px;
  }
}

/*-------- end Popular-destination Area ------------*/
/*-------- start price Area ------------*/

.other-issue-area  {
  background: url(../img/price-bg.png);
  background-size: cover;
}
.price-area {
    
    display: none;
}
.price-area .single-price {
  background: #fff;
  padding: 30px;
}

.price-area .single-price h4 {
  text-align: center;
  border-bottom: 1px solid #f8b600;
  padding-bottom: 20px;
}

.price-area .single-price .price-list {
  margin-top: 30px;
}

.price-area .single-price .price-list li {
  margin-bottom: 10px;
}

.price-area .single-price .price-list li .price-btn {
  background: #f9f9ff;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
}

.price-area .single-price .price-list li .price-btn:hover {
  border-color: #f8b600;
  background: #f8b600;
  color: #fff;
}

@media (max-width: 991px) {
  .price-area .single-price {
    margin-bottom: 30px;
  }
}

/*-------- end price Area ------------*/
/*-------- start other-issue Area ------------*/
.single-other-issue .thumb {
  overflow: hidden;
}

.single-other-issue .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-other-issue h4 {
  margin: 20px 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-other-issue:hover h4 {
    color: #ea5730;
}

.single-other-issue:hover .thumb img {
  transform: scale(1.08) rotate(-3deg);
}

/*-------- end other-issue Area ------------*/
/*--------- start testimonial area  -------------*/
.testimonial-area {
    background-color: #f9f9ff;
    display: none;
}

.testimonial-area .owl-dots {
    text-align: center;
    bottom: 5px;
    margin-top: 28px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonial-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(248, 182, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f8b600;
}

.single-testimonial {
  background-color: #fff;
  padding: 25px 30px 12px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-testimonial:hover {
  cursor: pointer;
}

.single-testimonial .thumb {
  margin-right: 30px;
}

.single-testimonial h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px;
}

.single-testimonial .star .checked {
  color: orange;
}

.single-testimonial:hover h4 {
  color: #f8b600;
  cursor: pointer;
}

/*--------- end testimonial area  -------------*/
/*--------- start home-about area  -------------*/
.home-about-area .home-about-left {
  padding-left: 20%;
}

@media (max-width: 1366px) {
  .home-about-area .home-about-left {
    padding-left: 5%;
  }
}

.home-about-area .home-about-left h1 {
    max-width: 510px;
    color: #ee4e31;
}

@media (max-width: 1366px) {
  .home-about-area .home-about-left h1 {
    font-size: 20px;
  }
}

.home-about-area .home-about-left p {
  max-width: 500px;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .home-about-area .home-about-left p {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.home-about-area .home-about-left .primary-btn {
  margin-top: 10px;
  background: #222;
  font-size: 14px;
}

.home-about-area .home-about-left .primary-btn:hover {
  background: #f8b600;
}

@media (max-width: 991px) {
  .home-about-area .home-about-left {
    padding: 28px 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
  .home-about-area .home-about-left h1 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}

.home-about-area .home-about-right img {
  width: 100%;
}

/*--------- end home-about area  -------------*/
/*--------- start recent-blog Area -------------*/
.recent-blog-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 70px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.recent-blog-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(248, 182, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-blog-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f8b600;
}

.recent-blog-area .single-recent-blog-post .thumb {
  overflow: hidden;
}

.recent-blog-area .single-recent-blog-post .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-blog-area .single-recent-blog-post .tags {
  margin: 20px 0px;
}

.recent-blog-area .single-recent-blog-post .tags li {
  display: inline-block;
  border: 1px solid #eee;
  padding: 4px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-blog-area .single-recent-blog-post .tags li:hover {
  background-color: #f8b600;
}

.recent-blog-area .single-recent-blog-post .tags li:hover a {
  color: #fff;
}

.recent-blog-area .single-recent-blog-post .tags li a {
  font-weight: 400;
  font-size: 12px;
  color: #222;
}

.recent-blog-area .single-recent-blog-post .title {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 20px 0;
}

.recent-blog-area .single-recent-blog-post .title:hover {
  color: #f8b600;
}

.recent-blog-area .single-recent-blog-post .date {
  color: #222;
  font-weight: 300;
}

@media (max-width: 575px) {
  .recent-blog-area .single-recent-blog-post {
    margin: 15px;
  }
}

.recent-blog-area .single-recent-blog-post:hover .thumb img {
  transform: scale(1.05);
}

/*--------- end recent-blog Area -------------*/
/*-------- Start Common Page Style   -------------*/
.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-banner {
    background: url(../img/miami.jpg) center;
    background-size: cover;
}

.about-banner .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
}

.about-content {
  margin-top: 70px;
  padding: 90px 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-content {
    margin-top: 70px;
  }
}

.about-content h1 {
  font-size: 48px;
  font-weight: 600;
}

.about-content a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}

/*-------- End Common Page Style   -------------*/
/* =================================== */
/*  About Page Styles
/* =================================== */
/*-------- start about-info Style  -------------*/
.about-info-area .info-left img {
  width: 100%;
}

@media (max-width: 991px) {
  .about-info-area .info-left {
    margin-bottom: 30px;
  }
}

.about-info-area .info-right h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.about-info-area .info-right h1 {
  text-transform: uppercase;
  margin: 20px 0px;
}

.about-info-area .info-right p {
  max-width: 450px;
}

/*-------- end about-info Style  -------------*/
/* =================================== */
/*  Packages Page Styles
/* =================================== */
/*-------- start hot-deal Style  -------------*/
.hot-deal-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 70px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hot-deal-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(248, 182, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hot-deal-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f8b600;
}

.single-carusel .thumb .overlay-bg {
  z-index: 1;
  background: rgba(4, 9, 30, 0.5);
}

.single-carusel .price-detials {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

@media (max-width: 413px) {
  .single-carusel .price-detials {
    top: 35%;
  }
}

.single-carusel .price-detials .price-btn {
  background: #f8b600;
  color: #222;
  font-weight: 200;
  font-size: 14px;
  padding: 10px 30px;
}

.single-carusel .price-detials .price-btn span {
  font-weight: 600;
}

.single-carusel .details {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 85%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/*-------- start hot-deal Style  -------------*/
/*-------- start destinations-area Style  -------------*/
.destinations-area {
  background: #f9f9ff;
}

.destinations-area .single-destinations {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.destinations-area .single-destinations .thumb {
  overflow: hidden;
}

.destinations-area .single-destinations .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.destinations-area .single-destinations .details {
  background: #fff;
  padding: 20px;
}

.destinations-area .single-destinations .details h4 {
  margin-bottom: 10px;
}

.destinations-area .single-destinations .details .package-list {
  margin-top: 30px;
}

.destinations-area .single-destinations .details .package-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.destinations-area .single-destinations .details .package-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.destinations-area .single-destinations .details .price-btn {
  background: #f8b600;
  color: #222;
  font-weight: 600;
  padding: 5px 20px;
}

.destinations-area .single-destinations:hover {
  box-shadow: 0px 10px 30px 0px rgba(60, 64, 143, 0.2);
}

.destinations-area .star .checked {
  color: orange;
}

/*-------- end destinations-area Style  -------------*/
/* =================================== */
/*  Insurence Page Styles
/* =================================== */
.insurence-right h6, .insurence-left h6 {
  font-weight: 500;
}

.insurence-right h1, .insurence-left h1 {
  margin: 20px 0px;
}

.insurence-right p, .insurence-left p {
  max-width: 445px;
}

.insurence-right img, .insurence-left img {
  width: 100%;
}

.list-wrap {
  background: #fbfcff;
  max-width: 445px;
  padding: 30px;
}

.list-wrap ul {
  list-style-image: url("../img/insurence/bullet.png");
}

.list-wrap li {
  padding-left: 12px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  color: #222;
}

@media (max-width: 991px) {
  .img-one {
    margin-bottom: 45px;
  }
}

/* =================================== */
/*  Blog Styles
/* =================================== */
/*============ Start Blog Home Styles  =============*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}

.blog-home-banner .primary-btn {
  border-radius: 0px;
  background: #fff;
  color: #222;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-home-banner .primary-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}

.blog-page {
  background: #f9f9ff;
}

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}

.blog-header-content p {
  margin: 20px 0px;
}

.top-category-widget-area {
  background-color: #f9f9ff;
}

.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}

.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget img {
  width: 100%;
}

.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}

.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}

.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(248, 182, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}

.post-content-area {
  background-color: #f9f9ff;
}

.post-content-area .single-post {
  margin-bottom: 50px;
}

.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}

.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}

.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}

.post-content-area .single-post .meta-details .tags li a {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .meta-details .tags li a:hover {
  color: #f8b600;
}

@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0px;
  }
}

.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777777;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #f8b600;
}

.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #222;
}

.post-content-area .single-post .feature-img img {
  width: 100%;
}

.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
}

.post-content-area .single-post .excert {
  margin-bottom: 20px;
}

.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
}

.post-content-area .single-post .primary-btn:hover {
  background: #f8b600 !important;
  color: #fff !important;
}

.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.posts-list .posts-title h3:hover {
  color: #f8b600;
}

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #f8b600;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777777;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f8b600;
  border-color: #eee;
}

.sidebar-widgets {
  padding-bottom: 120px;
}

.widget-wrap {
  background: #fafaff;
  padding: 20px 0px;
  border: 1px solid #eee;
}

@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}

.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget-wrap .search-widget form.search-form input[type=text] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #f8b600;
}

.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #f8b600;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}

.widget-wrap .user-info-widget {
  text-align: center;
}

.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.widget-wrap .user-info-widget .social-links li a {
  color: #222;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li a:hover {
  color: #f8b600;
}

.widget-wrap .popular-post-widget .popular-title {
  background: #f8b600;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}

.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}

.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}

.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #f8b600;
}

.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}

.widget-wrap .ads-widget img {
  width: 100%;
}

.widget-wrap .post-category-widget .category-title {
  background: #f8b600;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li a {
  color: #777777;
}

.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #f8b600;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #f8b600;
}

.widget-wrap .newsletter-widget .newsletter-title {
  background: #f8b600;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}

.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}

.widget-wrap .newsletter-widget .bbtns {
  background: #f8b600;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0;
}

.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}

.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}

.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}

.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}

.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #f8b600;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}

.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .tag-cloud-widget ul li:hover {
  background: #f8b600;
}

.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}

.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #222;
}

/*============ End Blog Home Styles  =============*/
/*============ Start Blog Single Styles  =============*/
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-post-area .meta-details {
  margin-top: 20px !important;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #222;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .social-links li a:hover {
  color: #f8b600;
}

.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #1a2e45;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #1a2e45;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comments-area a {
  color: #222;
}

.comments-area .comment-list {
  padding-bottom: 30px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comments-area .comment {
  color: #777777;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #f8b600;
  color: #fff;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0px;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

.comment-form .primary-btn {
  border-radius: 0px !important;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}

.comment-form .primary-btn:hover {
  background: transparent;
  border-color: #f8b600 !important;
  color: #f8b600 !important;
}

/*============ End Blog Single Styles  =============*/
/* =================================== */
/*  Contact Page Styles
/* =================================== */
.contact-page-area {
  background: #f9f9ff;
}

.contact-page-area .map-wrap {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}

.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-page-area .contact-btns:hover {
  color: #fff;
}

.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.contact-page-area .form-area input {
  padding: 15px;
}

.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
}

.contact-page-area .form-area textarea {
  height: 190px;
  margin-top: 0px;
  padding: 15px;
}

.contact-page-area .form-area .genric-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase !important;
}

.contact-page-area .form-area .genric-btn:hover {
    border: 1px solid #1a2e45;
    color: #1a2e45 !important;
}

@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}

.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}

.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-page-area .address-wrap .single-contact-address .lnr {
    font-size: 30px;
    font-weight: 500;
    float: left;
    padding: 0 16px;
    color: #1a2e45;
    margin-right: 0;
    margin-top: 14px;
}

/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
    background: #04091e;
    padding-top: 100px;
    float: left;
    width: 100%;
}

.footer-area .footer-nav li {
  margin-top: 18px;
}

.footer-area .footer-nav li a {
  color: #fff;
}

.footer-area .footer-nav li a:hover {
  color: #f8b600;
}

.footer-area .primary-btn {
  background-color: #f8b600;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.footer-area .primary-btn:focus {
  outline: none;
}

.footer-area .primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .primary-btn:hover {
  background-color: #f8b600;
  box-shadow: none;
  color: #fff;
}

.footer-area .primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.footer-area .primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.footer-area .primary-btn.white span {
  color: #fff;
}

.footer-area .primary-btn.white:hover {
  background: #fff;
  color: #f8b600;
}

.footer-area .primary-btn.white:hover span {
  color: #f8b600;
}

.footer-area h6 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.copy-right-text i, .copy-right-text a {
  color: #f8b600;
}

.instafeed {
  margin: -5px;
}

.instafeed li {
  overflow: hidden;
  width: 25%;
}

.instafeed li img {
  margin: 5px;
}

.footer-social {
  text-align: right;
}

.footer-social a {
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
  color: #f8b600;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .footer-social {
    text-align: left;
    margin-top: 20px;
  }
}

.single-footer-widget {
  color: #fff;
}

.single-footer-widget input {
  line-height: 38px;
  border: none;
  background: transparent;
  border: 1px solid #333;
  font-weight: 300;
  color: #777;
  padding-left: 20px;
  width: 80%;
}

.single-footer-widget .bb-btn {
  background-color: #f8b600;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .single-footer-widget .nw-btn {
    margin-top: 20px;
  }
  .single-footer-widget .newsletter {
    padding-bottom: 40px;
  }
}

.single-footer-widget .info {
  position: absolute;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}

.single-footer-widget .info.valid {
  color: green;
}

.single-footer-widget .info.error {
  color: red;
}

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #f8b600;
  color: #777777;
}

.single-footer-widget ::selection {
  background-color: #f8b600;
  color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 70px;
  }
}

.single-footer-widget p {
  color: #777777;
}

.single-footer-widget ul li {
  margin-bottom: 12px;
}

.single-footer-widget ul li a {
  color: #777777;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-footer-widget ul li a:hover {
  color: #f8b600;
}

.footer-bottom {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #333;
}

.footer-text a, .footer-text i {
  color: #f8b600;
}

/******************custom style.css**************************/
.form-group.nw_air {
    float: left;
    width: 48%;
    text-align: left;
    margin: 6px 1% 11px;
}
li.column.main_dv_filght_detail_section_inner:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    transition: 0.51s ease-out;
}






















































.form-group.nw_air label {
    font-size: 16px;
    margin-bottom: 3px;
    color: #ffffff;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
}
.srch_flight {
    margin-top: 15px;
}
h3.text-center.search-price.heading_hfd {
    color: #fff;
    padding-bottom: 24px;
    font-size: 30px;
}
.heading_hfd::after {
    content: '';
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 33px;
    z-index: 1;
    width: 48%;
    left: 26%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #eb552f;
    border-color: #eb552f #eb552f #eb552f;
    font-size: 18px;
}
.row.fullscreen.align-items-center.justify-content-between {
    padding: 120px 0 36px;
    height: inherit !important;
}


/*************custom footer*************/
.common-margin {
    margin-top: 40px!important;
}
.grbg {
    background-color: #edeff0;
}

.common-padding {
    padding-top: 32px;
    padding-bottom: 32px;
}
.destination-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;float: left;
}
.destination-list .deals-title {
    font-weight: 400;
}

.grtxt {
    color: #676767;
}
.deals-title {
    color: #00b5b8;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 7px;
}
.grtxt {
    color: #26343f!important;
}
.clr-tp-spc {
    padding-top: 0!important;
    margin-top: 0!important;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.clr-lft-spc {
    padding-left: 0!important;
    margin-left: 0!important;
}
.directory-link-list li {
    width: 33.333%;
    padding-right: 15px;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.directory-link-list li a {
    font-size: 12px;
    color: #696969;
    line-height: 20px;
    text-decoration: none;
}
.clrboth {
    clear: both;
}

.deals-by-destinataion {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 30px!important;
}
.smtxt {
    font-size: 12px;
    line-height: 18px;
}
.quicklinks {
    margin: 30px 0 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.clrboth {
    clear: both;
}
.footer-ql-list li {
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
}


a, a:focus {
    color: #696969;
    outline: 0;
    text-decoration: underline;
    cursor: pointer;
}
.footer-ql-list li a {
    text-decoration: none;
    color: #696969;
}
.footer-wrap {
    background: #363536;
    background-repeat: repeat;
}
.common-padding {
    padding-top: 25px;
    padding-bottom: 0;
}

.footer-disclaimer__link {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    font-size: 11px;
    display: block;
}
a.collapse-link {
    cursor: pointer;
}
.collapse-link.collapsed>.collapse-show, .collapse-link>.collapse-hide {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 12px;
    color: #fff;
}
.footer-disclaimer__link .icon:before {
    padding-right: 3px;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}
.security-partner {
    background-color: transparent;
    -webkit-box-shadow: 0 0 8px -1px rgba(0,0,0,.75)inset;
    -moz-box-shadow: 0 0 8px -1px rgba(0,0,0,.75)inset;
    box-shadow: 0 0 8px -1px rgba(0,0,0,.75)inset;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#110000000', endColorstr='#30000000', GradientType=0);
}
.partners-list {
    display: none;
}
.partners-list li {
    display: inline-block;
    text-align: center;
    margin: 0 .3%;
    height: 40px;
}

.partner-logo {
    cursor: text;
    background: url(../vd/ot/travel/r6-ab/images/footer_sp-home-new.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    height: 30px;
    vertical-align: middle;
    color: #4e626d;
    font-size: 14px;
    display: block;
}

.iata {
    background-position: -205px 0;
    width: 31px;
}
.copywrite-wrap {
    font-size: 11px!important;
    color: #fff!important;
    text-align: center !important;
    padding-top: 0;
    padding-bottom: 10px;
    width: 70%;
    margin: 0 15%;
}
.dis-block {
    display: block!important;
}
.destination-list ul.footer-ql-list.col-xs-3 {
    float: left;
    width: 25%;
}

.destination-list ul.footer-ql-list.col-xs-2 {
    float: left;
    width: 16.6666%;
}
.terms-title {
    font-weight: 700;
    font-size: 11px;
    color: #dcdcdc;
    text-shadow: none;
}

.dis-block {
    display: block!important;
}
.trmstxt {
    font-size: 11px;
    color: #dcdcdc;
    text-shadow: none;
}
.normal-content a, .normal-content a:focus, .normal-content a:hover {
    color: #fff;
}
.icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
.collapse-link>.collapse-show, .in+.collapse-link>.collapse-hide {
    display: inline-block;
    color: #00b6b9;
}
.collapse-link.collapsed>.collapse-hide, .collapse-link>.collapse-show {
    display: none;
}



.collapse-link.collapsed>.collapse-show, .collapse-link>.collapse-hide {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 12px;
    color: #fff;
}
.trmstxt {
    font-size: 11px;
    color: #dcdcdc;
    text-shadow: none;
}





.normal-content a, .normal-content a:focus, .normal-content a:hover {
    color: #fff;
}
.deals-by-destinataion .normal-content a {
    color: #696969;
}





.partner-logo {
    cursor: text;
    background: url(../img/tpilot.jpg) no-repeat scroll 0 0 rgba(0,0,0,0);
    height: 30px;
    vertical-align: middle;
    color: #4e626d;
    font-size: 14px;
    display: block;
}


.iata {
    background-position: -205px 0;
    width: 31px;
}


a, a:focus {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}


#src-mid {
    width: 500px;
    height: 475px;
    position: fixed;
    border: 2px solid #712e1d;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -205px;
    background: #fff;
    z-index: 12;
}


    #src-mid .content {
        font-size: 16px;
        text-align: center;
        color: #333;
    }
#src-mid .interm-content {
    margin-bottom: 30px;
    margin-top: 25px;
}
#src-mid .head {
    font-size: 22px;
    font-weight: bold;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#src-mid .icon.fa {
    font-weight: 100;
    margin: 0 10px;
}
#src-mid .date {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
}
#src-mid .pls-wait {
    font-size: 16px;
    margin-bottom: 45px;
    color: #f0595f;
}
.dot span {
    font-size: 50px;
    line-height: 0;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: Georgia;
}
.dot span:nth-child(2) {
    animation-delay: .2s;
}
.dot span:nth-child(3) {
    animation-delay: .4s;
}


.pr5px {
    padding-right: 5px;
}

.component-flight-listing .filter {
    padding-top: 16px;
    padding-left: 5px;
}
.conponent-filters {
    z-index: 5;
    position: relative;
}








.flight-listing-row.mobile-list-row.ng-scope {
    border: 1px solid;
    margin: 18px 0;
    background: #efeeeec4;
}


.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}




/*.tab-pane {
    display: block;
    background: #ededed;
}*/

.list-group {
    box-shadow: none;
}

.conponent-filters .list-group {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    border: #dadada 1px solid;
    padding-bottom: 1px;
    position: relative;
}
#tab-4, #tab-1 {
    color: #4e4e4e;
}




.conponent-filters .list-group .filterHead {
    padding: 10px;
    font-weight: 600;
}

.pl5px {
    padding-left: 5px;
}

.pr5px {
    padding-right: 5px;
}

div#filterContainer {
    float: left;
}
/*******************banner section search flight start*********************/
.form-group.nw_air_flight_detail {
    float: left;
    width: 16%;
}
.center{
width: 150px;
  margin: 40px auto;
  
}
section#flight_inner_pg {
    background: #f0f0f0;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 69px;
}
.mn-rgt-fare-detal {
    padding: 0;
}




































/*new 2nd page accordion css start*/
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.flight-pg-lft-section .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
#accordion .panel h4.panel-title {
    font-size: 15px;
    color: #1a2e45 !important;
    float: left;
    border-bottom: 1px solid #1a2e45;
    width: 100%;
}
#accordion .panel h4.panel-title a {
    padding: 8px 0;
    color: #1a2e45;
}
#accordion .panel.panel-default {
    margin: 10px 0 0px;
    float: left;
    width: 100%;
}
#accordion .panel.panel-default .panel-body {
    padding: 10px 0;
}




/*new 2nd page accordion css end*/
/***********custom.css skr****************/
.flight-pg-lft-section {
    padding: 0 3% 40px;
    margin: 25px 0 15px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
}

.lft {float: left;}
.column {float: left;width: 100%;}

.flight-pg-rgt-section a.nav-item.nav-link {
    float: left;
    width: 33.333%;
}
.flight-pg-rgt-section a.nav-item.nav-link {
    float: left;
    width: 33.333%;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    border: none;
    color: #946e1a;
    border-right: 1px solid #ccc;
    border-radius: 0;
}

.flight-pg-rgt-section a.nav-item.nav-link span {
    float: left;
    width: 100%;
}
div#nav-tab {
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    background: #fff;
    margin-top: 15px;
    border-radius: 0;
    margin-bottom: 0px;
}
/********************second page css**********/
.flight-pg-rgt-section .nav-tabs .nav-link.active, .flight-pg-rgt-section .nav-tabs .nav-item.show .nav-link {
    color: #946e1a !important;
    background-color: #fff;
    border-bottom: 2px solid #946e1a !important;
}
.flight-pg-rgt-section a.nav-item.nav-link:last-child {
    border-right: none !important;
}
form.form-flight-check {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.checkbox.check_custom label span {
    color: #343434;
    padding: 0 6px 0 6px;
}
span.rup {
    padding-left: 29px;
    float: left;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
}
.checkbox.check_custom label span {
    color: #1a2e45;
    padding: 0 6px 0 6px;
}
.checkbox.check_custom label {
    float: left;
    width: 100%;
}
.checkbox.check_custom label:hover label span {
    color: red;
}
.flight-detail-time-lft {
    float: left;
    width: 74%;
    padding: 18px 0;
}
.flight-icon {
    float: left;
    width: 20%;
}
.flight-time {
    float: right;
    width: 80%;
}
span.dep-time-inner {
    float: left;
    width: 100%;
    color: red;
    text-align: center;
    font-size: 20px;
}
span.dep-city-inner {
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 13px;
}

.dep-time {
    float: left;
    width: 35%;
    text-align: center;
}
.image-icon-time-sec {
    float: left;
    width: 30%;
    text-align: center;
}
.arivel-time {
    float: right;
    text-align: center;
    width: 35%;
}

span.dep-time-inner {
    float: left;
    width: 100%;
    color: #1a2e45;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-top: 18px;
}
span.ariv-time-inner {
    float: left;
    width: 100%;
    color: #1a2e45;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-top: 18px;
}
span.ariv-city-inner {
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 13px;
}
span.total-time-arivel {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #1a2e45;
}
span.arrow-icon {
    float: left;
    width: 100%;
}
span.sec-direct {
    float: left;
    width: 100%;
    text-align: center;
    color: #1a2e45;font-size: 12px;
}
li.main_dv_filght_detail_section_inner {
    background: #fff;
    padding: 0px 10px;
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    margin-bottom: 12px;
    border-radius: 0;
}
.flight-fare-detail {
    float: right;
    width: 26%;
    text-align: center;
    border-left: 1px dashed #1a2e45;
    padding: 48px 0px 20px 18px;
}
span.flight-fare-detail-deals {
    font-size: 14px;
    margin-bottom: 6px;
    color: #777;
}
span.flight-fare-detail-price {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0 16px;
    color: #000;
}

.flight-fare-detail-det a {
    background: #e9592e;
    padding: 7px 30px;
    color: #fff;
    border-radius: 47px;
    float: left;
    text-align: center;
    margin-left: 23%;
    margin-bottom: 4px;
    display: inline-block;
}
span.flight-fare-detail-deals {
    font-size: 14px;
    margin-bottom: 6px;
    color: #777;
    margin-top: 6px;
}


@media (max-width: 1200px) {
  .flight-icon {
    float: left;
    width: 19%;
}
.flight-icon img {
    width: 100%;
}
.flight-fare-detail-det a {
    margin-left: 12%;
}
}

@media (max-width: 991px) {
span.dep-time-inner {
    font-size: 12px;
    line-height: 14px;
}
span.ariv-time-inner {
    font-size: 12px;
    line-height: 14px;
}
span.arrow-icon {
    float: left;
    width: 80%;
    margin: 0px 10%;
}
.flight-detail-time-lft {
    padding: 0px 0;
}
span.arrow-icon img {
    width: 100%;
}
span.total-time-arivel {
    font-size: 12px;
}
span.sec-direct {
    font-size: 13px;
}
.flight-icon img {
    margin-top: 12px;
}
span.flight-fare-detail-price {
    font-size: 18px;
}
.flight-fare-detail-det a {
    margin-left: 0;
    font-size: 16px;
    padding: 7px 0;
    width: 100%;
    border-radius: 5px;
}
.image-icon-time-sec {
    line-height: 15px;
    margin-top: 14px;
}
.LegInfo__stops-label-container-1ibBz {
    line-height: 18px;
}
}

@media (max-width: 767px) {
    .lft_pnel_offer_img {
        display: none;
    }
    .flight-fare-detail-det a {
        border-radius: 52px;
    }
}



























/********newcusbookingcss*******/
/********booking form start************/
.section {
  position: relative;
  height: 100vh;
}

.section .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#booking {
  background-image: url('../image/bannermain.jpg');
  background-size: cover;
  background-position: center;
  color: #191a1e;height: 320px;
}
.forn-nw-sec {
    width: 10%;
    float: left;
    margin-right: 8px;
}
.booking-form {
    position: relative;
    background: #fff;
    max-width: 100%;    float: left;
    width: 100%;
    margin: auto;
    padding: 22px 16px 17px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2),0 0px 13px 0 rgba(0,0,0,0.19);
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2),0 0px 13px 0 rgba(0,0,0,0.19) !important;
        opacity: 0.9;
}
.booking-form .form-group {
  position: relative;
  margin-bottom: 0px;
}
.booking-form .form-control {
    background-color: #fff;
    height: 51px !important;
    border: none;
    padding: 0px 5px;
    padding-top: 24px;
    color: #191a1e;
    border-bottom: 1px solid #044557;
    font-size: 12px;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: #dfe5e9;
}

.booking-form .form-control:-ms-input-placeholder {
  color: #dfe5e9;
}

.booking-form .form-control::placeholder {
  color: #dfe5e9;
}

.booking-form .form-control:focus {
  background: #f9fafb;
}

.booking-form input[type="date"].form-control:invalid {
  color: #dfe5e9;
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #dfe5e9;
  font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
    position: absolute;
    top: 6px;
    left: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    color: #044557;
}

.booking-form .form-checkbox input {
  position: absolute !important;
  margin-left: -9999px !important;
  visibility: hidden !important;
}

.booking-form .form-checkbox label {
  position: relative;
  padding-top: 4px;
  padding-left: 30px;
  font-weight: 700;
  color: #191a1e;
}

.booking-form .form-checkbox label+label {
  margin-left: 15px;
}

.booking-form .form-checkbox input+span {
  position: absolute;
  left: 2px;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #dfe5e9;
  border-radius: 50%;
}

.booking-form .form-checkbox input+span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #4fa3e3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .form-checkbox input:not(:checked)+span:after {
  opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.booking-form .submit-btn {
    color: #fff;
    background-color: #044557;
    font-weight: 700;
    font-size: 12px;
    border: none;
    float: left;
    padding: 17px 0;
    width: 12%;
    text-transform: uppercase;
}
.booking-cta {
  margin-top: 45px;
}

.booking-cta h1 {
  font-size: 52px;
  text-transform: uppercase;
  color: #4fa3e3;
  font-weight: 400;
}

.booking-cta p {
  font-size: 22px;
  color: #191a1e;
}



.flightsection {
    float: left;    position: relative;
    width: 100%;
    padding: 40px 0px 35px;
    background: #2656641f;
}
.offer_banner {
    position: absolute;
    top: -28px;
    left: 0;
    width: 80%;
    margin: 0 10%;
}
@media only screen and (max-width: 991px){
  .forn-nw-sec {
      width: 47%;
      float: left;
      margin-right: 16px;
      margin-top: 4px;
  }
  .forn-nw-sec.res_form_sec {
      width: 47%;
      margin-right: 15px;
  }
  button.submit-btn.res_form_sec_btn {
      padding: 10px 0;
      font-size: 12px;
      width: 30%;
      margin: 12px 33% 0;
  }
  #booking {
      height: 380px;
  }
}

@media only screen and (max-width: 768px){
  p.About_us_content {
      color: #044557;
      text-align: justify;
      padding: 18px 28px;
      margin-bottom: 20px;
      background: #fff;
  }
  .About_us {
      padding: 36px 0 22px;
  }
}







@media only screen and (max-width: 615px){
  .forn-nw-sec {
      width: 46%;
      float: left;
      margin-right: 16px;
      margin-top: 4px;
  }
  .forn-nw-sec.res_form_sec {
      width: 45%;
      margin-right: 10px;
  }
  .booking-form .form-checkbox input+span {
      position: absolute;
      left: 10px;
      top: 9px;
      width: 12px;
      height: 12px;
      background: #fff;
      border: 2px solid #044557;
      border-radius: 50%;
  }
  .booking-form select.form-control+.select-arrow {
      position: absolute;
      right: -4px;
      bottom: -3px;
      width: 32px;
      line-height: 32px;
      height: 32px;
      text-align: center;
      pointer-events: none;
      color: #dfe5e9;
      font-size: 14px;
  }
  .left-detail span a {
      display: none !important;
  }
  .left-detail span i {
      padding-right: 10px;
  }
}







@media only screen and (max-width: 470px){
.booking-form .form-checkbox label {
    float: left;
    width: 46%;
}
.multicity {display: none;}

.forn-nw-sec {
    width: 45%;
    float: left;
    margin-right: 9px;
    margin-top: 0px;
}

.booking-form .form-control {
    background-color: #fff;
    height: 43px;
    border: none;
    padding: 0px 4px;
    padding-top: 21px;
    color: #191a1e;
    border-bottom: 1px solid #044557;
    font-size: 12px;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.booking-form .form-label {
    position: absolute;
    top: 7px;
    left: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #044557;
}
.forn-nw-sec.res_form_sec {
    width: 45%;
    margin-right: 10px;
}

.About_us-inner p {
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}
.About_us-inner h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 14px;
}
p.About_us_content {
    color: #044557;
    text-align: justify;
    padding: 18px 16px;
    font-size: 12px;
    margin-bottom: 14px;
    background: #fff;
}
.modal-header ul li {
    float: left;
    width: 43%;
    margin: 0;
    padding: 0;
}
}
span.onestop {
    padding-right: 0px;
    color: #1a2e45;
    font-size: 12px;
}
.main_flight_time_lft_sec:last-child {
    margin-top: 22px;
}

/******************modal full page css************************************/


.font-roboto {
  font-family: 'roboto condensed';
}

* {
  box-sizing: border-box;
}

body {
  .font-roboto();
}

#fsModal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#fsModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#fsModal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #e6e6e6;
}

#fsModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: rgb(254,193,7) !important;
    border-radius: 0;
    border: 0;
}

h3#myModalLabel {
    float: left;
    width: 44%;
    font-size: 22px;
    text-align: center;
    padding: 2px 0 0;
    color: #000;
}

#fsModal .modal-body {
    position: absolute;
    top: 50px;
    bottom: 5px;
    width: 100%;
    font-weight: 300;
    background: #e6e6e6;
    overflow: auto;
}

#fsModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
    background: #e6e6e6;
}
a.backresult {
    float: left;
    font-size: 16px;
    color: #000;
    width: 30%;
    padding: 4px 16px 0;
}
a.backresult i {
    padding-right: 6px;
}
@media (min-width: 576px){
#fsModal .modal-dialog {
    max-width: 100%;
}
}

/**********faredetail.css*************/
.netfare {
    font-size: 15px;
    vertical-align: 10px;
}
.mod-lft-head h3 {
    color: #6598d9;
}
span.small.text-muted.arp_s {
    color: #946e1a !important;
    font-size: 12px;
}
.mod-lft-head {
    float: left;
}
.modal_flight-detail-inner {
    margin-top: 0px;
}
.mod-rgt-head {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
a#btn_book_flight {
    color: #fff;
    background: #4CAF50;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 400;
    width: 80%;
    padding: 8px 24px;
    margin: 0 10%;
}
.fdthd {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e45;
}
.left_sec_mod {
    border: 1px solid #ccc;
    padding: 0 2%;
    background: #fff;
    margin-top: 0px;
    box-shadow: 3px 2px 31px 3px rgba(222,222,222,1);
}
.inner_row_mod_flight_dtl {
    padding: 8px 0 8px;
}
.fdthd i {
    padding-right: 6px;
}
span.text-danger.nw_duration {
    color: #2859ff !important;
    font-weight: 700;
    font-size: 12px;
}
.mnw-1 {
    float: left;
    width: 96% !important;
    margin: 0 1% 0px;
    max-width: 98%;
    border-bottom: 1px dashed #1e5396;
}
b.departure-time-iner {
    color: #1a2e45;
    font-size: 13px;
}
span.durationtext-danger.dt-duration {
    color: #2859ff !important;
    font-weight: 700;
    font-size: 12px;
}
span.departure-add-iner {
    font-size: 12px;
    color: #666 !important;
}

span.class-txt {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}
span.time-inner {
    color: #2859ff;
}
.mnw-1 {
    float: left;
    width: 96% !important;
    margin: 0 2% 0px;
    max-width: 96%;
    border-bottom: 1px dashed #946e1a;
}
.brbtwn_onestop {
    font-size: 13px;
    color: #444;
    text-align: center;
}

.brbtwn_onestop {
    position: relative;
    z-index: 1;
}
.brbtwn_onestop:before {
    border-top: 1px dashed #f84141;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.brbtwn_onestop span {
    padding: 3px 15px;
    border: solid 1px #fcc108;
    border-radius: 15px;
    color: #000;
    font-size: 12px;
    background: #fcc108;
    z-index: 5555 !important;
}
.right_sec_mod {
    background: #fff;
    padding: 0;
    margin-top: 0px;
}
.flgtfare_hd {
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: #fcc108;
}



.Passenger_count-hd span {
    color: #3162a0;
    font-weight: 600;
}
td.Passenger_count-no {
    color: #343434;
    font-size: 14px;
}
td.Passenger_count-no span.small {
    color: #946e1a;
}
.fare-detail_table {
    margin: 0px 4% 6px;
    width: 92% !important;
}
.Note_sec {
    padding: 0 18px !important;
    line-height: 16px;
    font-size: 14px;
    margin: 12px 0 18px !important;
    color: red;
}
@media (max-width: 768px){
.right_sec_mod {
    margin-top: 22px;
}
.mob_lft_pad {
  padding: 0 !important;
}
.mnw-1 {
    float: left;
    width: 90% !important;
    margin: 0 5% 0px;
    max-width: 90%;
    border-bottom: 1px dashed #946e1a;
}
.forn-nw-sec {
    width: 46%;
}
.forn-nw-sec.res_form_sec {
    width: 46%;
}
}
@media (max-width: 560px){
a.backresult {
    float: left;
    font-size: 12px;
    color: #fff;
    width: 35%;
    padding: 4px 0px 0;
}
h3#myModalLabel {
    font-size: 16px;
    padding: 5px 0 0;
}
.row.n_nwbooking_frm {
    float: left;
}
}
@media (max-width: 480px){

.mod-lft-head {
    float: left;
    width: 58%;
}
span.small.text-muted.arp_s {
    color: #946e1a !important;
    font-size: 12px;
    float: left;
    width: 100%;
}
a#btn_book_flight {
    margin-top: 12px;
}
.fdthd {
    font-size: 13px;
    font-weight: 600;
    padding: 0 0px 0 20px;
    color: #6598d9;
}
.mob_f-dt {
    margin-bottom: 10px;
}
.main-txt-tm-dt {
    margin-bottom: 5px;
}
span.departure-add-iner {
    font-size: 14px;
    color: #946e1a !important;
}

span.class-txt {
    font-size: 13px;
}
span.time-inner {
    color: #946e1a;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: -5px;
}
.cal_txt_mn {
    font-size: 13px;
    padding-left: 23px;
    margin-bottom: 0;
}
.brbtwn_onestop b.text-danger.font-weight-normal {
    display: none;
}
button.submit-btn.res_form_sec_btn {
    padding: 10px 0;
    font-size: 12px;
    width: 40%;
    margin: 12px 30% 0;
}
}

/**************modalfilter**************/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5555;
    top: 0;
    right: 0;
    background-color: #eee;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid #ddd;
    padding-top: 0px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.nwmn_headersidebar-filter .closebtn {
    font-size: 15px;
    float: right;
    padding: 0;
    font-weight: 500;
    color: #946e1a;
}
.lft_filter_mobile {
    display: none;
}
@media screen and (max-width: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 768px) {
#mySidenav .flight-pg-lft-section {
    float: left;
    width: 100%;
    padding: 0 6%;
    border: none;
    margin: 15px 0 30px;
}
#mySidenav #accordion .panel h4.panel-title a {
    padding: 8px 0;
    color: #946e1a;
    font-size: 15px;
}
.nwmn_headersidebar-filter {
    float: left;
    width: 100%;
    padding: 12px 22px;
}
.nwmn_headersidebar-filter span.mob_filter_lft {
    font-size: 16px;
    font-weight: 500;color: #946e1a;
}
.nwmn_headersidebar-filter_dt {
    float: left;
    width: 100%;
    background: #946e1a;
    color: #fff;
    padding: 10px 15px;
}
span.mob_filter_lft {
    float: left;
    font-size: 13px;
    font-weight: 400;
}
a.mob_filter_rgt_close_reset_filter {
    float: right;
    font-size: 12px;
    padding: 0;
    font-weight: 300;
}
.lft_filter_mobile {
    float: left;
    width: 36%;
    border: 1px solid;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center;
    border-radius: 54px;
    margin: 14px 0;
    color: #946e1a;
    font-weight: 500;
}
div#nav-tab {
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    background: #fff;
    margin-top: 4px;
    border-radius: 0;
    margin-bottom: 4px;
}
div#nav-tabContent {
    padding: 0 !important;
    border-radius: 0 !important;
}
li.main_dv_filght_detail_section_inner {
    border-radius: 0;
}
}

@media screen and (max-width: 767px) {
.lft_filter_desktop {
    display: block !important;
}
.lft_filter_mobile {
    display: none !important;
}
div#nav-tab {
    margin-top: 15px;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 480px) {
  .flight-detail-time-lft {
    width: 100% !important;
    padding: 18px 0 !important;
    border-bottom: 1px dashed #946e1a !important;
  }
  .flight-fare-detail {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    border-left: none !important;
    padding: 13px 0px 18px 0 !important;
  }
  span.flight-fare-detail-deals {
    margin-bottom: 0 !important;
  }
  span.flight-fare-detail-price {
    padding: 8px 0 10px !important;
  }
  .flight-fare-detail-det a {
      margin: 0 30% !important;
      width: 40% !important;
      padding: 6px 0;
  }
}
/*******flightdetailform.css********/
.n_nwbookingFlight_det {
    margin: 0 !important;
    float: left;
    width: 100%;
}
.forn-nw-flighdetail {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.forn-nw-flighdetail span.form-label {
    font-size: 13px;
    font-weight: 400;
    color: #1a2e45;
}
.forn-nw-flighdetail .form-group {
    margin: 0 0 10px;
}
.forn-nw-flighdetail .form-group input.form-control {
    border: none !important;
    border-bottom: 1px solid #946e1a !important;
    border-radius: 0;
    padding: 5px 0 2px 2px;
    font-size: 12px;
}
.forn-nw-flighdetail select.form-control {
    border: none !important;
    border-bottom: 1px solid #946e1a !important;
    border-radius: 0;
    padding: 5px 0 2px 2px;
    height: inherit !important;
    font-size: 12px;
}
.form-checkbox.new_flight_radio {
    float: left;
    width: 100% !important;
    margin: 12px 0 14px;
}
.new_flight_radio label {
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: #1a2e45;
    cursor: pointer;
    display: block;
    width: 50%;
    margin-bottom: 0;
}
button.submit-btn.detres_form_sec_btn {
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 40%;
    margin: 7px 30% 0;
    font-size: 15px;
    color: #1a2e45;
    border: 1px solid #1a2e45;
    background: #fff;
    border-radius: 25px;
    padding: 5px 2px;
}
span.lftcheck_cus {
    float: left;
    width: 75%;
}
span.rup {
    color: #ed5430 !important;
    float: right;
    width: 23%;
    margin: 0 !important;
    text-align: right;
}
.checkbox.check_custom label {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.flight_booking_detail_mnew_cus {
    float: left;
    width: 100%;
}
.flight_booking_detail_mnew_cus table.table.table-bordered {
    float: left;
    width: 100% !important;
    background: #fff;
    overflow-x: scroll !important;
    margin: 0 0 !important;
}
.flight_booking_detail_mnew_cus {
    float: left;
    overflow-x: auto;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    border: 1px solid #ccc;
    margin-top: 25px;
}
.flgtsearch_img {
    border: 1px solid #acacac;
    border-radius: 5px;
    width: 60px;
}
.flgtsearch__title {
    font-weight: 600;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    white-space: nowrap;
    text-align: center;
    color: #1a2e45;
    margin: 9px 2% 5px !important;
    max-width: 96% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ic-flights-airlines {
    font-weight: normal;
    font-size: 10px;
    color: #999999;
    display: block;
    margin-top: 0;
}
.ic-flights-airlines:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 18px;
}
.flight_booking_detail_mnew_cus table.table.table-bordered tr a {
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 6px 0;
}
.flight_booking_detail_mnew_cus table.table.table-bordered th, .flight_booking_detail_mnew_cus table.table.table-bordered td {
    border: 1px solid #c1c1c1 !important;
    padding: 0 !important;
}
a.flgt_det_inr_doller {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
a.nwith_heading_tab {
    float: left;
    text-align: left !important;
    font-size: 13px;
    width: 88px !important;
    padding: 5px 5px !important;
    font-weight: 400;
}

@media screen and (max-width: 380px) {

}
.lft_pnel_offer_img img {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
}
.desk_wn_mg_icon {
    padding: 0 !important;
}
.desk_wn_mg_icon img {
    float: left;
    width: 50px;
    margin: 12px 0 0 !important;
}
.mob_f-dt img.al {
    float: left;
    width: 18%;
    margin-right: 18%;
}
.mob_f-dt span {
    font-weight: 400;
}

.headernew .header-top {
    display: none !important;
}
.bstPricetab {
    float: left;
    width: 100%;
    margin: 0;
    background: #fcc108;
    padding: 8px 6px 6px;
}
h3.bstPricetab_inner {
    font-size: 16px;
    color: #1a2e45;
    font-weight: 600;
}
h3.bstPricetab_inner span {
    font-weight: 400;
}
.flight_booking_detail_mnew_cus {
    float: left;
    overflow-x: auto;
    width: 98%;
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    border: 2px solid #e9582e;
    margin: 25px 1% 0px;
    padding: 0;
}





#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
  border-radius: 3px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
  height: 8px;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
    background-color: #1a2e45;
    height: 2px;
}
@media screen and (max-width: 768px) {
.flight_booking_detail_mnew_cus {
    margin-top: 0;
}
.col-lg-6.col-md-6.banner-left {
    display: none;
}
.row.fullscreen.align-items-center.justify-content-between {
    padding: 100px 0 0;
    height: inherit !important;
}
h3.text-center.search-price.heading_hfd {
    color: #fff;
    padding-bottom: 24px;
    font-size: 20px;
}
.heading_hfd::after {
    content: '';
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 25px;
    z-index: 1;
    width: 40%;
    left: 30%;
}
}


/***************container width set************/


.ui-widget-header {
    border: 1px solid #946e1a;
    background: #946e1a;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget.ui-widget-content {
    border: 1px solid #946e1a;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #946e1a;
    background: #946e1a;
    color: #ffffff;
}

@media (max-width: 1300px){
.container {
    max-width: 1296px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1300px;
}
}
#header {
    background: #fff;
    border-bottom: 1px solid #1a2e4526;
}
/*************login page css****************/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-primary {
    border-color: #337ab7;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ea5530;
    border-color: #ea5530;
}
strong {
    font-weight: 700;
}
.panel-body {
    padding: 15px;
}
.registration_sec h3 {
    color: red;
}
/*****dashboard.css start*****/
.dashboard_amf {
    float: left !important;
    width: 100% !important;
    margin-top: 36px !important;
    margin-bottom: 30px !important;
    padding: 10px 0;
}
.amf_dasbord_head #navbar .navbar-nav li a {
    padding: 13px 5px;
    font-size: 13px;
    font-weight: 700;
    color: #3378b7;
}
.amf_dasbord_head #navbar .navbar-nav li a:hover {
    background: #f5f5f5;
}
img.navbar-brand.img-responsive.center-block {
    width: auto;
    height: auto;
}

div#navbar .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    top: 78px;
}

.amf_dasbord_head #navbar .navbar-nav li a {
    color: #000 !important;
    background-color: #dff0d8 !important;
    border-color: #ea572f !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
}

/*****dashboard.css end*****/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-primary {
    border-color: #337ab7;
}
.row.fullscreen.align-items-center.justify-content-between .tab-pane {
    background: inherit;
}
/*****first-pg.css******/
.itm-inr {
    float: left;
    width: 100%;
}
.newsec_booking_select_option {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 6px;
    text-align: left;
}
.selector-range {
    width: 100%;
}

.newsec_booking_select_option .selector-range label {
    font-size: 16px;
    float: left;
    display: inline-block;
    color: #ffffff;
    margin: 0;
    width: 100%;
    white-space: nowrap;
}
.newsec_booking_select_option .selector-range label p {
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 4px;
}
.flight_class {
    display: inline-block;
    margin-top: -3px;
    font-size: 12px;
    width: 100%;
}
.banner-right .itm-inr .form-control {
    display: block !important;
    font-size: 14px !important;
    padding: 1px 2px !important;
    line-height: 1.42857143 !important;
    color: #495057 !important;
    background-color: #fff !important;
    padding: 0 5px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
    border: 1px solid #cecece !important;
    border-radius: 5px !important;
    font-family: 'Open Sans', sans-serif !important;
    clear: both !important;
    box-shadow: none !important;
    width: 100% !important;
}
select.form-control.nmselect_class {
    width: 24% !important;
}
.nmselect_class {
    margin-top: 28px !important;
}
.itm-inr.onewayinn {
    float: inherit !important;
    width: 100% !important;
    clear: both !important;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}*/
/*.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}*/
.w3-animate-opacity{animation:opac 8s}
@keyframes opac{from{opacity:0} to{opacity:1}}

/*new booking form pg.css 9-4-19*/

/******booking flight pg******/
.column {float: left;width: 100%;}
.review_heading {
    margin-top: 110px;
    padding: 2px 0;
    color: #1a2e45;
    margin-bottom: 25px;
}
.review_heading_inner h3 {
    font-weight: 300;
    color: #fff;
    padding-bottom: 0;
    margin: 0;
    line-height: 1;
}
.review_heading_inner p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}
section.offer_inCont {
    padding: 16px 0;
    margin: 0px 0;
}
.offer_inCont_inr {
    padding: 10px 0;
}
.fl {
    float: left;
}
.offer_inCont_inr_lft span {
    float: left;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}

.offer_inCont_inr_rgt span {
    float: left;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}
.offer_inCont_inr_lft {
    border-right: 1px dashed;
}
.offer_inCont_inr_rgt {
    padding-left: 30%;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    float: right;
    transform: rotate(90deg);
    margin-top: 5px;
    transition: all linear 0.25s;
}
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}
.accod_flight_detail_mn .card-body {
    padding: 15px;
    margin: 0;
}
.accod_flight_detail_mn .card-body .left_sec_mod {
    margin: 0;
    box-shadow: none !important;
    border: none !important;    padding: 0;
}
#person_detail_frm .form-inline.nwinr_opt {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}
#person_detail_frm .form-inline.nwinr_opt label {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #1a2e45;
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
}
#person_detail_frm .form-inline.nwinr_opt input {
    float: left;
    border-color: #1a2e45;
    width: 94%;font-size: 14px;
}
#person_detail_frm .form-inline.nwinr_opt select {
    width: 94%;
    float: left;font-size: 14px;
    height: 35px;
    border-color: #1a2e45;
}
div#datebirth {
    width: 100% !important;
}
div#datebirth select {
    width: 24% !important;
    margin-right: 14px;
}
#Loyalty-sa p {
    float: left;
    width: 100%;
    color: #1a2e45;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    display: block;
}
section.flight_booking_sec_inner_detail {
    background: #f0f0f0;
    padding-bottom: 20px;
}
.accod_flight_detail_mn {
    box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);
    margin-bottom: 30px;
    border-radius: 6px;
}
.row.form-group {
    margin: 0;
}
.fare-table td {
    border-bottom: solid 1px #eceeef !important;
    border-right: solid 1px #eceeef !important;
}
.fare-table td, .table-sm th {
    padding: .3rem !important;
}
th.fare-airline {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 252px;
    background: #eceeef;
    border-bottom: 1px solid #e9eeef;
    text-align: right;
    border-top: none !important;
}
.fare-table td {
    cursor: pointer;
    text-align: right;
}
.card-header {
    padding: 13px;
    margin-bottom: 0;
    background-color: rgb(148, 110, 25);
    border-bottom: 1px solid rgb(148, 110, 25);
}
.card .card-header h5 a {
    color: #fff;
    font-size: 14px;
}
.locked-tip {
    padding-right: 8px;
    font-size: 18px;
}

@media (max-width: 620px){
    #person_detail_frm .form-inline.nwinr_opt {
        float: left !important;
        width: 100% !important;
        margin-bottom: 8px !important;
    }
    .card-header h5 {
        line-height: 15px !important;
    }
    .card-header h5 a span {
        display: none !important;
    }
    #person_detail_frm .form-inline.nwinr_opt label {
    margin-bottom: 0;
}
.offer_inCont_inr_rgt {
    padding-left: 15px;
}
.offer_inCont_inr_lft {
    border-right: none;
}
.offer_inCont_inr_lft span {
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
.offer_inCont_inr_rgt span  {
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
.offer_inCont_inr_rgt span {
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
.review_heading_inner h3 {
    font-weight: 500;
    color: #fff;
    padding-bottom: 2px;
    margin: 0;
    line-height: 1;
    font-size: 18px;
}
.review_heading_inner p {
    font-size: 10px;
}
div#datebirth select {
    width: 94% !important;
    margin-right: 0;
    margin-bottom: 8px;
}
#person_detail_frm .form-inline.nwinr_opt input {
    float: left;
    border-color: #1a2e45;
    width: 94%;
    font-size: 14px;
    padding: 2px 4px;
}
    }






































/*****************mnmnnnn**********/

/********* issues-flight-24.3.2018 ***********/


/***********new style booking form page 9-4***********/
/*div#item1 {
    padding-top: 0;
}


hr {
    border-top: 1px solid #1a2e45 !important;
}
.fare-table td b {
    color: #1a2e45;
    font-size: 12px;
}
.step-label b {
    color: #946e1a;
    font-size: 12px;
}
.input_txt_cus {
    font-size: 12px;
    color: #1a2e45;
    font-weight: 400;
}

a:hover, a:focus {
    text-decoration: none !important;
}
button#completebooking {
    background: #946e1a;
    border-color: #946e1a;
    font-size: 14px;
}
.nwtxtfld {
    float: right;
    margin-top: 15px;
}
.inputfldcus input {
    padding: 6px 11px !important;
    font-size: 10px !important;
}
.nwxcesmn {
    float: left;
    width: 33% !important;
    margin-right: 0 !important;
}
.panel.panel-warning {
    float: left;
    width: 100%;
    border-color: #946e1a;
}
.review_heading h6 {
    margin: 5px 0 15px;
}

.content-dby{
    padding: 15px;
    background: #ffffff;
	border-top-color: #f5f5f5 !important;
}
.step-label .form-control {
    display: block;
    width: 100%;
    height: 33px !important;
    padding: 5px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    box-shadow: none !important;
    background-image: none;
    border: 1px solid #c1c1c1;
    margin: 4px 1px;
    border-radius: 2px;
}
.email-address {
    font-size: 12px;
    line-height: 1;
    color: #1a2e45;
    margin-bottom: 0;
    font-weight: 500;
}
th.fare-airline {
    margin-bottom: 0;
    margin-top: 0px;
    width: 252px;
    background: #946e1a59;
    border: 1px solid #946e1a !important;
    font-size: 12px;
    color: #1a2e45;
    text-align: right;
}
.fare-table td {
    border: solid 1px #946e1a !important;
}
.fare-table td {
    cursor: pointer;
    text-align: right;
}
.fare-table td b {
    color: #1a2e45;
    font-size: 12px;
}
#accordion .panel.panel-default .panel-body {
    padding: 10px 15px;
    float: left;
}*/
div#item1 {
    padding-top: 0;
}


hr {
    border-top: 1px solid #1a2e45 !important;
}
.fare-table td b {
    color: #1a2e45;
    font-size: 12px;
}
.step-label b {
    color: #946e1a;
    font-size: 12px;
}
.input_txt_cus {
    font-size: 12px;
    color: #1a2e45;
    font-weight: 400;
}

a:hover, a:focus {
    text-decoration: none !important;
}
button#completebooking {
    background: #1a2e45;
    border-color: #1a2e45;
    font-size: 14px;
}
.nwtxtfld {
    float: right;
    margin-top: 15px;
}
.inputfldcus input {
    padding: 6px 11px !important;
    font-size: 10px !important;
}
.nwxcesmn {
    float: left;
    width: 33% !important;
    margin-right: 0 !important;
}
.panel.panel-warning {
    float: left;
    width: 100%;
    border-color: #e9582e;
}
.review_heading h6 {
    margin: 5px 0 15px;
}

.content-dby{
    padding: 15px;
    background: #ffffff;
	border-top-color: #f5f5f5 !important;
}
.step-label .form-control {
    display: block;
    width: 100%;
    height: 33px !important;
    padding: 5px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    box-shadow: none !important;
    background-image: none;
    border: 1px solid #c1c1c1;
    margin: 4px 1px;
    border-radius: 2px;
}
.email-address {
    font-size: 12px;
    line-height: 1;
    color: #1a2e45;
    margin-bottom: 0;
    font-weight: 500;
}
th.fare-airline {
    margin-bottom: 0;
    margin-top: 0px;
    width: 252px;
    background: #1a2e4512;
    border: 1px solid #1a2e45 !important;
    font-size: 12px;
    color: #1a2e45;
    text-align: right;
}
.fare-table td {
    border: solid 1px #1a2e45 !important;
}
.fare-table td {
    cursor: pointer;
    text-align: right;
}
.fare-table td b {
    color: #1a2e45;
    font-size: 12px;
}
.support .panel-hd {
    color: #333;background-color: #ffffff !important;
    padding: 8px 10px;
}
.support .panel.panel-default .panel-body {
    padding: 10px 15px;
    float: left;
}
.new_flight_radio label input {
    float: left;
    width: 15px;
    margin-top: 5px;
    margin-right: 4px;
}

.radio-box {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: aliceblue;
    font-family: 'Open Sans', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.radio-box .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #333333;
}

.radio-box input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #ffbf3a;
}



.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-box .checkmark:after {
    top: 1px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffbf3a;
}
.radio-box input:checked ~ .checkmark:after {
    display: block;
}
.more-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.more-btn a#loadMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 8px 35px;
    border-radius: 65px;
    background: #FF9800;
}
.nodata {
    float: left;
    width: 100%;
    text-align: center;
}
.nodata h1 {
    color: red;
}
a.newbackpg {
    float: left;
    font-size: 14px;
    color: #1a2e45;
    width: 13%;
    font-weight: 600;
    padding: 21px 16px 0;
}
span.confirmheadsec {
    font-size: 22px;
    float: left;
    font-weight: 500;
    color: #1a2e45;
    padding: 0 9px 0 0;
}
span.confirmresultnum {
    font-size: 20px;
    color: #1a2e45;
    font-weight: 500;
}
.recent-blog-area {
    display: none;
}
.destination-info {
    display: none;
}
.footer-link {
    padding: 48px 0 18px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #777;
    text-align: left;
    margin-bottom: 20px;
}
.footer-link ul li {
    float: left;
    display: contents;
    font-size: 12px;
    padding: 0 0;
}
.footer-link ul li a {
    color: #fff;
    padding: 0 15px;
}
.footer-disclamer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #777;
    padding: 10px 0 15px;
    margin-bottom: 26px;
}
.footer-disclamer h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.dic-inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.footer-copyright {
    padding: 0 0 14px;
    text-align: left;
    color: #fff;
    font-size: 12px;
}
/*********innerpg content.css***********/
.about-info-area {
    background: url(../img/price-bg.png);
    background-size: cover;
}
.section-pg-content-inner {
    float: left;
    width: 100%;
    text-align: justify;
}
.section-pg-content-inner h6 {
    font-size: 15px;
    color: #ea5730;
    font-weight: 600;
}
.section-pg-content-inner h1 {
    font-size: 22px;
    text-decoration: underline;
    color: #363536;
    margin-bottom: 12px;
}
.section-pg-content-inner p {
    margin-bottom: 1rem;
    font-size: 13px;
    color: #1a2e45;
}
.section-pg-content-inner p strong {
    font-size: 16px;
}
p.queheading strong {
    font-size: 13px;
}
p.queheading {
    margin: 0;
}
.section-pg-content-inner ul li {
    margin-bottom: 1px;
    font-size: 13px;
    color: #1a2e45;
    list-style: inside;
}

/*********faq.css*******/
.content-wrap {
    padding: 0 !important;
}
.content-wrap, .head-wrap {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
.intro {
    background: none repeat scroll 0 0 #1a2e45;
    border-bottom: 1px solid #1a2e45;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 12px 15px;
}

#faq_accordion, .faq_accordion {
    display: block;
    padding-bottom: 7px;
}
#faq_accordion .panel, .faq_accordion .panel {
    border: none;
    border-radius: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.more-faq {
    margin: 20px 17px;
    float: left;
    clear: both;
}
.question {
    font-weight: 700;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 5px 15px;
    clear: both;
    float: left;
    display: inline-block;
    width: 100%;
}
.content-wrap .normal-content {
    padding: 10px 32px;
    line-height: 19px;
    margin: 0;
}
article.content-wrap {
    margin-bottom: 34px;
    padding-bottom: 20px !important;
    border: 1px solid #1a2e45;
}
/*******Post Ticketing And Fees*********/
.postticket {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}
.postticket .table {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #e1e1e1;
}
.postticket .table>tbody>tr>th {
    color: white;
    background: #1a2e45;
    border-top: none;
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 8px 0;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
}
.postticket .table > tbody > tr > td {
    border-top: none !important;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 8px 12px 32px;
    color: grey;
    font-size: 13px;
}

.postticket p {
    font-size: 14px;
    line-height: 2.2em;
    color: grey;
}
.postticket p {
    font-size: 13px;
    line-height: 22px;
    color: grey;
    margin: 0 0 9px;
}
/********Airlines Bagage Fees**************/
.baggagefee_inr {
    background: #fff;
    padding: 16px 3% 70px;
    margin-top: 20px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1),0 3px 5px 0 rgba(0,0,0,0.12) !important;
}
.articletitle {
    position: relative;
    padding-bottom: 12px;
}

.articletitle>h1 {
    margin: 30px 0 5px 0;
    color: #20242E;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

h1.hfd_fq_h {
    color: rgb(9, 62, 108);
}

@media (min-width: 992px){
.bngg_mn_hfd.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    background-color: #fff;
    width: 1024px;
    width: 100%;
    max-width: 1200px;
}
}





.bgghfd_hd1 {
    font-weight: bold;
    color: #005282;
    font-size: 16px;
}

.bgg_rw_hfd_na div {
    word-wrap: break-word;
}
.bgg_rw_hfd_na .row {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 992px){
.bgghfd_hd1.row {
    border: 1px solid #0a5a9e;
}
}



.icon {
    clear: both;
    font: normal normal normal 14px/1 COA-font-icon;
    font-size: 1.17em;
    font-style: normal;
    color: #9999AE;
    margin-right: 10px;
    display: inline-block;
    background-color: #e7e7e7;
    font-weight: 700;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ic-search:before{padding-right: 11px;}
}

.fly_in.h2 {
    font-size: inherit;
	margin:auto;
}
.baggage-header .ser_bx{
padding:0px 0 0 11px;
border:1px solid #0a5a9e;
}

.baggage-header .baggage-search{
	font-size:16px;
	padding:5px 5px 10px 5px;
    border: 1px solid #FFFFFF;
    box-shadow: none !important;
    color: #005282 !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0 5px;
    width: 209px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-border-radius: 0;
	font-family:arial;
}
.baggage-header .baggage-search{
padding-top:0px \9;
padding-bottom:0px \9;
height:40px;
}
.bgg_rw_hfd_na div{
    word-wrap: break-word;
	
}
.tab_rw{
	font-size: 12px;
    color: #5b6270;
    line-height: 20px;
}
.bgghfd_hd1 div:nth-child(1){
border-left:0px;

}

#searchbaggage, ::-webkit-input-placeholder{
color:#005282;
}

.baggage_body_content {
font-size:12px;
color:#5b6270;
}

.bgg_rw_hfd_na .row{margin-left:0;margin-right:0;}

.baggage-block .baggage-header {
    background: #F6F6F6;
	padding-top:18px;
    margin-bottom:25px;
}
.bgg_rw_hfd{
	margin:0 0 1.5em 0;
    background-color: #ffffff;
    }
.baggage-block .bgg_rw_hfd_na{
background-color:#ffffff;
}
.bgghfd_hd1 {
    font-weight: bold;
    color: #1a2e45;
    font-size: 16px;
}


.tab_rw .fly_in-title {
    color: #093e6c;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    line-height: 12px;
}
.bgg_plcy{
  /*  border: 1px solid #fde5bd;
    background-color: #fff9e5;
    float: left;
    margin: 20px 3%;
    width: 94%;
    font-size: 12px;
    color: #908b82;
    line-height: 1.8em;*/
	
}
.bgg_rw_hfd.row {
    border: 1px solid #1a2e45;
    display: block;
}
.bgg_plcy ul{
padding-top:10px;
}
.bgg_plcy ul li {
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-bottom: 2px;
	padding-right:20px;
}

.baggage-content__dataloader{
text-align:center;
margin:20px auto;
}


.tab_rw a {
    color: #ed6610;
    text-decoration: underline;
}
.square {
    width: 6px;
    height: 6px;
    background-color: #B1ACA3;
    float: left;
    margin-top: .7em;
    position: absolute;
    left: 0;
}
#floater {
    width: 91px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    font-size: 14px;
    margin: 0 10px 10px 0;
    background-color: #4D2973;
    text-align: center;
    padding: 5px;
}
#floater a{
color:#ffffff;
text-decoration:none;
}

#bagSearch{
margin-top:-22px; 
margin-bottom:-20px;
background-color:#f6f6f6;
padding-top:20px;
}

.fly_logo{border:1px solid #acacac;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;width:60px;}

@media (min-width:992px){
.bgg_rw_hfd .tab_rw:last-child{
border-bottom:none;
}
.tab_rw .fly_in-title{
width:60px;
}
.fly_in-title, .fly_in-image{
text-align:left;
padding-left: 0px !important;
display:block;
}
.bgg_rw_hfd_na .noresult {
    background: #FFF4C2;
    border: 1px solid #e7e7e7;
    padding: 10px 2%;
    text-align: center;
    margin-bottom: 20px;
    width: 40%;
    margin-left: 35px;
	}
.bngg_mn_hfd.container{
	padding-left:15px;
	padding-right:15px;
    margin-top:30px;
	background-color:#fff;
	width:1024px;
	width: 100%;
    max-width: 1200px;
}
.bgghfd_hd1 > div {
    border-left: 1px solid #1a2e45;
    border-bottom: 1px solid #1a2e45;
    padding: 10px 10px;
    display: table;
}

.bgghfd_hd1.affix {
    border-bottom: 1px solid #0a5a9e;
    top: 0;
    box-shadow: 1px 1px 1px #0a5a9e;
	background-color:#ffffff;
}
	
.bgghfd_hd1 div{
		border-top:none;
	}

.bgghfd_hd1.row {
    border: 1px solid #1a2e45;
}
.bgg_plcy {
    margin: 30px 0 0;
}
.tab_rw div {
    border-left: 1px solid #1a2e45;
    border-bottom: 1px solid #1a2e45;
}
.tab_rw .fly_in{
border-left:0px solid #0a5a9e;
padding:1%;
}
 .ad_plcy div, .second-bag div, .bg_1_bgg div, .bgg_n3 div, .addn_bgg div{
border:none;
}

.addn_bgg {
    color: #373737;
    font-size: 11px;
    font-weight: 700;
}

.col-sm-6{width:100%;}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
padding-right: 5px;
padding-left: 5px;
}*/
.tab_rw div{
padding:5px;
}
}


@media (max-width:991px){
body{
background-color:#f6f6f6;
}

.bgg_rw_hfd{
	margin:0 0 15px 0;
    background-color: #ffffff;
    }
	
.baggage-search{
min-width:260px;
}
.container{
padding-left:10px;
padding-right:10px;
}
.baggage-header {
    height: 80px;
    background: #F6F6F6;
}

.fly_in-image:after{
 content:'+';
 margin-left:20px;
 font-size: 22px;
 color: #999;
 top: 6px;
 position: relative;
 width:14px;
 display:inline-block;
 }
.active .fly_in-image:after{
 content:'-';
 margin-left:20px;
}
.addn_bgg, .bgg_n3, .bg_1_bgg, .second-bag, .ad_plcy{
 display:none;
}
.active .addn_bgg, .active .bgg_n3, .active .bg_1_bgg, .active .second-bag, .active .ad_plcy{
display:block;
}

.tab_rw.active .xs-title-row{
border-bottom:1px solid #cccccc;
}
.tab_rw .fly_in-image{
float:right;
text-align:right;
}
.xs-title-row .fly_in-title{
    width:auto;
	color:#5D6071;
	display: block;
    font-size: 1.17em;
	margin:5px 5px;
    font-weight: bold;
	}
.bgghfd_hd1{
	display:none;
}
	.tab_rw div{
		padding:5px;
		float:left;
		border:0px;
		height:auto !important;
		
	}
	
	.tab_rw{
	    background-color:#ffffff;
		margin-bottom:8px;
		border:1px solid #cccccc;
	}
	.bgg_rw_hfd_na .noresult {
    background: #FFF4C2;
    border: 1px solid #e7e7e7;
    padding: 10px 2%;
    text-align: center;
    margin-bottom: 20px;
}
.fly_logo{width:52px}
	
}

@media (max-width:767px){
    .fly_logo{width: 40px;}
    .nwtxtfld {
        float: left;
        margin-top: 4px;
        margin-bottom: 0;
    }
    .nwxcesmn {
    width: 32% !important;
}
    div#cards {
    margin: 10px 0 10px;
}
}

@media (max-width:414px){
.tab_rw .fly_in-title{
 width:210px;
 text-align:left;
 line-height:18px;
 text-transform: capitalize;
 }
}

@media (max-width:375px){
.tab_rw .fly_in-title{
 width:155px;
 text-align:left;
 line-height:18px;
 text-transform: capitalize;
}
.fly_in-image:after{
 top: 3px;
 position: relative;
 }
 .tab_rw .fly_in-image {
     top: 6px;
    position: relative;
}
}
/*********Contact Us.css**********/
h1.contact_hd {
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 5px;
}
button.msgsendbtn {
    background: #363536 !important;
    color: #fff;
}
/*******Footer-social********/
.footer-link ul {
    float: left;
}
.social-contact {
    float: right;
    text-align: right;
}
.social-contact a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}
.social-contact h4 {
    color: #fff;
    font-size: 15px;
    margin-top: -19px;
    margin-bottom: 8px;
}
/******helpline.css******/
.header-top-right ul li p {
    margin: 0;
    font-size: 13px;color:#fff;
}
.header-top ul li {
    display: inline-block;
    padding: 0 14px;
    border-right: 1px solid #fff;
}
.header-top ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.header-top-right ul li p span {
    margin-right: 8px;
}
.header-top-right ul li p span i {
    font-size: 16px;
}
.header-top-right ul li p:hover {
    color: #2859ff;
}
.header-top-left {
    float: left;
    width: 26%;
    padding: 0 2%;
}
.footer-link ul li a:hover {
    color: #2859ff;
}
.social-contact a:hover i {
    color: #2859ff;
}
@media (max-width: 768px) {
.social-contact {
    float: left;
    width: 100%;
    text-align: center;
    margin: 45px 0 8px;
}
a.newbackpg {
    float: left;
    font-size: 14px;
    color: #1a2e45;
    width: 100%;
    font-weight: 600;
    padding: 20px 16px 20px;
}
}
@media (max-width: 690px) {
  .header-top-left {
    display:none;
}
  .header-top .header-top-right {
    width: 100%;
}
}

@media (max-width: 580px) {
li.mob_none {
    display: none !important;
}
.header-top ul li {
    border-right: none;
}

}
/*********return-to-top css**********/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(235, 85, 47);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 20px !important;
    left: 16px;
    top: 17px;
    font-weight: 300 !important;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(26, 46, 69, 0.95);
}


#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/**********new css**********/
.title p {
    color: #ec4933;
}
/*************new css main wnb****************/
.headermnnew {
    background: #ffffff;
    float: left;
    width: 100%;
    height: 74px;
}
.headermnnew img {
    width: 100%;
}
.headermnnew #menu-main li a {
    padding: 18px 2px;
    color: #6e6d6d ;
    font-weight: 600 !important;
    font-size: 13px !important;
}
h4.white-mb {
    font-size: 24px;
    color: #e9592e;
    margin-top: 0;
    font-weight: 600;
}
header ul.nav-menu > li:nth-last-child(1) > a {
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-top: 7px !important;
    margin: 0px 0 0 !important;
    font-weight: 900 !important;
}
li a.toll-free-number .call-us {
    position: absolute;
    right: 0px;
    top: 32px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
.text-link {
    color: #f15d2a;
    font-size: 22px;
    font-weight: 900;
}
.calnum {
    font-size: 19px;
    color: #0e5185;
}
li.seprater.newmncall a.toll-free-number {
    padding-top: 8px !important;
}
li.seprater.newmncall a.toll-free-number span i {
    font-size: 20px;
    margin-top: 3px;
    margin-right: 4px;
    color: #ec4933;
}
.mobphonesec {display: none !important;}
.mnestrng strong {color: #000;}
.mobphonesec img {
    width: 100%;
}














@media (max-width: 992px) {
li.seprater {
    display: none !important;
}
}

@media (max-width: 768px) {
.mobphonesec {
    display: block !important;
    position: absolute;
    right: 72px;
    top: 13px;
    background: #eb4e32;
    padding: 7px;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.headermnnew a#logo img {
    width: 182px !important;
    margin-top: 4px;
}
.review_heading {
    margin-top: 72px;
    margin-bottom: 0px;
}
.get-offer {
    text-align: center !important;
}
.text-center.flight-search {
    width: 100% !important;
}
}

@media (max-width: 580px) {
    
.headermnnew img {
    width: 68%;
}
    .mobphonesec {
    right: 81px;
}
}
@media (max-width: 420px) {
 
.headermnnew a#logo img {
    width: 140px !important;
    margin-top: 4px;
}
}
.sui-listbox-item {
    padding: .5em .3em;
    text-align: left;
    font-weight: 300 !important;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
   figure.effect-milo img {
-webkit-transform: initial !important;
}
   .grid figure img {
position: initial;
display: block;
min-height: initial;
opacity: 1;
}
   .new_dep_ad.new_wid select.form-control {
height: 40px !important;
}



h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: sans-serif !important;
    font-weight: 400;
}
.h1, .h2, .h3,
.h4, .h5, .h6, .p, .a {
  font-family: sans-serif !important;
  font-weight: 400;
}
.new_dep_ad.new_wid select.form-control {
height: 40px;
}

}

/* Only for Safari  */
::i-block-chrome, .get-offer .input-group .form-control {
width: 100%;
}
.new_dep_ad.new_wid select.form-control  {
    height: 400px;
}







@media (min-width: 768px) {
.get-offer .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 80%;
}
}




@media screen and (min-width: 576px) and (max-width: 767px) { 
  .mainlogo_mob {
    max-width: 100% !important;
    width: 100% !important;
    flex: 100% !important;
}
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: auto;
    max-width: 100%;
}
  .counter-inner .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: auto;
    max-width: 50%;
}
  
}

/************* new add modal section css strt 16-10-19*******************/
div#myModalNew .modal-dialog {
    top: 30%;
}
#myModalNew .offersecmod h4 {
    float: left;
    width: 58%;
    text-align: left;
    font-size: 17px;
    color: #343434;
    line-height: 27px !important;
}
#myModalNew .offersecmod h4.modrgtsc {
    float: right;
    width: 35%;
}
.offersecmod {
    padding: 26px 12px;
}
#myModalNew .offersecmod h4 span {
    font-size: 22px;
    font-weight: 600;
    float: left;
    width: 100%;
    color: #353435;
    text-align: left;
}
.offersecmod {
    padding: 26px 22px;
    float: left;
    width: 100%;
}
#myModalNew .offersecmod h4 em {
    float: left;
    width: 100%;
    color: #ea5730;
}
.head.newlistingmodhd {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 22px;
    color: #000;
}
span.fulNameMod {
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin-right: 24%;
    color: #ed660f;
}

.head.newlistingmodhd h3 {
    float: left;
    width: 36%;
    font-size: 25px;
    font-weight: 600;
}
span.modexchan {
    float: left;
    margin-right: 10%;
}
span.modexchan i.icon.fa.fa-exchange {
    background: none;
    color: #353435;
}
.head.newlistingmodhd.datelistmn h3 {
    font-size: 14px;
    width: 44%;
}
.pls-wait.mewplease {
    margin: 3px 0 0px !important;
    float: left;
    width: 100%;
}
.head.newlistingmodhd.datelistmn h3 span {
    color: #ea572f;
    margin: 13px 0 3px;
    float: left;
    width: 100%;
}
.interm-content.newlistlogomod img {
    width: 43%;
    margin-top: 16px;
}
a.pleasphonesenw span {
    float: left;
    width: 100%;
    font-weight: 800;
    color: #ea5330;
}
span.callntxt {
    background: #ea5530;
    width: 27% !important;
    padding: 5px 0;
    color: #fff !important;
    margin-left: 35%;
    font-weight: 600 !important;
    border-radius: 32px;
}
span.phalist {
    font-size: 30px;
    color: #343434 !important;
    margin-top: 16px;
}

/*********************new style.css31-10-19***************************/
.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.booking-list .booking_item_container {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    background-color: #fff;
}
.booking-item {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 11px;
    border: 1px solid #e6e6e6;
    color: #000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.booking-item img {
    max-width: 100%;
    display: block;
    height: 65px;
}
.booking-item.booking-item-small .booking-item-title {
    font-size: 14px;
    margin-bottom: 0;
}
.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 2px;
}
.booking-item.booking-item-small .booking-item-price {
    font-size: 15px;
    font-family: "Arial";
    font-weight: 400;
    display: inline;
}
.booking-item.booking-item-small .btn {
    font-size: 15px;
    padding: 5px 0 2px 0;
    text-align: center;
    border: none;
    display: block;
}


/*************newcss1-11-19**************/

h2.flgtdtlpgnumber {
    float: right;
    margin: -5px 0 0px;
}
h2.flgtdtlpgnumber span strong.calnum {
    color: #000;
}
h2.flgtdtlpgnumber span i {
    color: #000;
    font-size: 20px;
}
table.reviewbktrip tr td p {
    font-size: 12px;
    font-weight: 600;
}
h4#hed1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #265094;
    letter-spacing: 0px;
    text-align: center;
}
.modstlfrm input.form-control {
    font-size: 15px !important;
}


/*******popupdestination ******/
div#srcnew {
    position: absolute;
    background: #fff;
    float: left;
    width: 100%;
    left: 30%;
    z-index: 5555;
    padding: 12px 0;
    top: 68%;
    border: 1px solid #a13b20;
}
div#srcnew .head {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    padding-bottom: 16px;
}
div#srcnew .head {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    padding-bottom: 16px;
}
div#srcnew .date {
    font-size: 20px;
    color: #bf2015;
    padding-bottom: 16px;
    font-weight: 600;
}
div#srcnew .pls-wait {
    font-size: 13px;
    color: red;
    line-height: 1;
    padding-bottom: 18px;
}
p.taxes-rs {
    color: #920819;
    font-size: 11px;
    padding: 0px 0 0px!important;
    line-height: 1.2em;
    font-family: "Lato", sans-serif;
    clear: both;
}
.modstlfrm {
    float: left;
    width: 90%;
    margin: 14px 5% 0;
    border-top: 1px solid #ed660f;
    padding: 13px 0px 0;
}
.modstlfrm .form-group {
    float: left;
    margin-bottom: 0;
    width: 48%;
}
.modstlfrm .form-group label {
    color: #000;
    float: left;
}
.modstlsubmitbtn {
    text-align: center;
    width: 40%;
    margin-top: 20px;
}
.modstlsubmitbtn {
    background: #ed660f;
    color: #fff;
    border-color: #ed660f;
    font-size: 18px;
}
.box_shadow {
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2),0 0px 13px 0 rgba(0,0,0,0.19) !important;
}
h3.call-price {
    font-size: 30px;
    color: #ea5330;
    text-decoration: none;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-weight: bold;
}
div#custonphonefare {
    margin: 24px 0 5px;
    float: left;
    width: 100%;
}


/*********modify loding search effect css***********/
:root {
  /* Colors */
  --bodyBg: #FCF0F3;
  --pinkish: #FCF0F3BF;
  --white: #FFFFFF;
  --whitish: #FFFFFF99;
  --paleWhite: #F3F4F4;
  --softRed: #EE9BAC;
  --mediumRed: #DE8797;
  --activeRed: #E74260;
  --silver: #B1B3B3;
  --textGrey: #707070;
  --textBlack: #231F20;
}

#flight_loader {
    background-color: #FCF0F3BF;
    border-radius: 30px;
    width: 820px;
    height: 150px;
    margin: 146px auto 0;
    top: 306px;
    position: relative;
    padding: 10px 20px 10px 20px;
    left: 17%;
}
#flight_loader .wrapper {
  padding-top: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
#flight_loader span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #eb4e32;
    text-align: center;
    letter-spacing: 1px;
    animation: flash alternate .5s infinite;
    font-size: 18px;
    font-family: proxima-nova-condensed, sans-serif;
    font-style: regular;
}
#flight_loader .locstart, #flight_loader .locend {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #FCF0F3;
  border: 8px solid #eb5131;
  z-index: 2;
}
#flight_loader .flightpath {
  height: 1px;
  background: transparent;
  border-top: 2px dashed #EE9BAC;
  position: absolute;
  left: 20px;
  right: 20px;
  width: calc( 100% - 40px);
}
#flight_loader .airplane {
  background-image: url(../img/iconPlaneStatus.svg);
  width: 64px;
  height: 64px;
  background-size: 64px;
  position: absolute;
  animation: flight infinite 2s ease-in-out;
}

@keyframes flight {
  from {
    left: 0;
    transform: translateY(-50%) scale(0.5);
  }
  to {
    left: calc( 100% - (64px) );
    transform: translateY(-50%) scale(0.5);
  }
  10% {
    transform: translateY(-50%) scale(0.5);
  }
  50% {
    transform: translateY(-50%) scale(1.4);
  }
  90% {
    transform: translateY(-50%) scale(0.5);
  }
}
@keyframes flash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sk-three-bounce {
    width: 100%;
    height: 100%;   
    position: fixed;
    top: 45%;
	left:50%;
    z-index: 9999;
}
div#loader-image {
    float: left !important;
    width: 33% !important;
    text-align: center !important;
    position: absolute !important;
    z-index: 555 !important;
    background: #fff !important;
    left: 45% !important;
    top: 5% !important;
}
div#loader-image img {
    width: 114px;
    display: block;
    margin-left: 40%;
    margin-top: 20px;
}
div#loader-image span {
    background: #eb552f;
    color: #fff;
    padding: 5px 40px;
    border-radius: 37px;
    font-size: 14px;
    font-weight: 700;
}


div#custonphonefare:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    transition: 0.51s ease-out;
}

.get-offer span {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
section.header.header-bg-2.newabouthead {
    height: 440px;
}
.get-offer .input-group-btn button {
    font-size: 16px;
}
.nmnnes {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #000 !important;
}
/********new phone fare css**********/
.mainsup_pf {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 2px #c8c8c8;
}
.faresv {
    text-align: center;
    padding: 28px 0;
    background: #ea5330;
    width: 100%;
}
.faresv a {
    text-decoration: none;
}
.faresv i {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
}
.faresv h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 8px 0;
}
.faresv h6 {
    font-size: 14px;
    color: #fff;
}
.clbckbok {
    text-align: center;
    padding: 20px 0 0 0;
}
.clbckbok h3 {
    font-size: 17px;
    color: #404040;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}
.clbckbok a {
    font-size: 26px;
    color: #ea5330;
    font-weight: 600;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    margin: 9px 0 6px;
}
.clbckbok a {
    font-size: 24px;
    color: #ea5330;
    font-weight: 600;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
}
.clbckmn {
    position: relative;
}
.clbckmn i {
    position: absolute;
    left: 1px;
    width: 30px;
    height: 35px;
    background: #ea5330;
    color: #fff;
    top: 1px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}
.numcount {
    border-radius: 2px;
    height: 36px;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 33px;
}
.delcod {
    width: 100%;
    display: table;
}

.delcod {
    text-align: center;
    padding: 22px 0 24px 0;
}
.delcod a {
    text-decoration: none;
}
.delcod h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 4px 10px;
    line-height: 24px;
}
.delcod img {
    width: 70%;
    margin: 18px 0 0 0;
}
.mnsclme img {
    width: 100%;
    height: 163px;
}
.nwclbnt {
    display: block;
    text-decoration: none;
    font-size: 13px;
    background: #ea5330;
    padding: 7px 8px;
    border: none;
    color: #fff;
}

.modal-header.modlhdr {
    float: left;
    width: 100%;
}
.modlhdr h2 {
    text-align: center;
    font-size: 25px;
    margin: 5px 0 0px;
    color: #093e6b;
}
.modal-header.modlhdr {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}
.modlhdr button.close {
    color: #000;
    font-size: 24px;
    right: 8px;
    top: 8px;
}
.modlhdr img {
    position: absolute;
    width: 90px;
    top: -65px;
    left: 40%;
}
.modlhdr h4.modal-title {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 6px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.mbdhd {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    color: #4e4d4d;
    font-weight: 100 !important;
    line-height: 20px;
    margin-top: 10px;
}

.modlhdr h4.modal-title:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #4CAF50;
    position: absolute;
    border-radius: 100%;
    left: 35%;
    top: 6px;
}

.get-offer .input-group .form-control {height: 50px;border: 3px solid #242121;border-radius: 0;box-shadow: none;font-size: 16px !important;}

@media screen and (max-width: 767px) { 
div#srcnew {
    width: 95%;
    left: 2%;
    top: 57%;
}
div#loader-image {
    float: left !important;
    width: 90% !important;
    text-align: center !important;
    position: absolute !important;
    z-index: 555 !important;
    background: #fff !important;
    left: 5% !important;
    top: 7% !important;
}

h2.flgtdtlpgnumber {
    display: none;
}
a.mobphonesec.newflgtdtlmobicon {
    background: #000;
    top: 8px;
    padding: 5px;
    right: 40px;
}
a.mobphonesec.newflgtdtlmobicon img {
    width: 95%;
}
.clbckmn i {
    width: 74px;
}
.fltlft {
    float: left;
    width: 85%;
}
.fltrgt {
    float: left;
    width: 15%;
}
.mnsclme {
    display: none;
}
div#custonphonefare {
    padding-bottom: 24px;
}
}

@media screen and (max-width: 510px) { 
.fltlft {
    width: 70%;
}
.clbckmn i {
    width: 28px;
}
.fltrgt {
    width: 30%;
}
}



@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
    /* Safari only override */
    ::i-block-chrome,.row {
        display: block !important;
        }
}