

.bg-topheader{
	background-color: #e1efff;
}

@media (min-width: 1200px) {
    .navmenu a, .navmenu a:focus {
    	color: #48617c;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: #e56e44;
    }
}



.passenger{
    padding: 20px 75px;
    font-size: 14px;
    color: 222;
    border-radius: 7px;
    margin: 0;
}

.passenger::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #f58634;
}

.passengerdd i {
    position: static;
    background: #eee;
    padding: 4px 6px !important;
    border-radius: 23px;
    margin-top: 8px;
    font-size: 14px;
    background-image: none !important;
    color: #000 !important;
}

.passengerdd
{
    background: #fff;
    margin-top: 8px;
    border-radius: 7px;
    padding: 10px;
    position: absolute;
    width: 210px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
    top: 102px;
}
.passengerdd h4 {
    font-size: 16px;
}

.passengerdd input {
    width: 25px;
    background: no-repeat;
    border: none;
}

.passengerdd input:focus-visible {
    width: 25px;
    background: no-repeat;
    border: none;
}

.passengerdd label {
    font-size: 12px;
    color: #555;
    font-weight: 300;
}

.passengerdd i {
     position: static !important; 
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.autocomplete-result{
    background: #ecf9ff;
    padding: 10px 15px;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
}

.contact-2 .contact-form-wrapper .form-group .input-with-icon i {
    top: 28px;
}

.contact-2 .contact-form-wrapper {
    box-shadow: 0 5px 25px rgb(0 0 0 / 12%);
    margin-bottom: 60px;
    padding: 20px;
}

.ffdcard{
    border: 1px solid #1a385a33;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
    transition: 0.5s;
}

.ffdcard img{
    width: 100%;
    border-radius: 8px 8px 0px 0;
}

.flight-info-panel h2{
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #4B6D93;
}

.flight-info-panel h4{
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #4B6D93;
}

.price-panel {
    text-transform: unset;
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #4B6D93;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.price-box {
    font-size: 35px;
    color: var(--heading-color);
}

.flight_destination {
    background-color: #f5f5f5;
    position: absolute;
    min-width: 123px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 15px;
    top: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0 10px 10px 0;
}

.flight_destination h2 {
    color: #01b7f2;
    font-size: 18px;
    letter-spacing: 0.72px;
    margin-bottom: 0;
}

.flight_destination h3 {
    color: #01b7f2;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-weight: 600;
    text-transform: capitalize;
}

  .search-results-title {
    background: #004785;
    padding: 10px 20px;
    margin: 0;
}

.search-results-title p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
}.search-results-title h4 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
}

.search-results-title p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
}
.banner {
    background: #702a28;
    background: -webkit-linear-gradient(to left, #e56e447a, #e56e44);
        background: linear-gradient(to left, #e56e447a, #e56e44);
    padding: 16px 0px 0px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 12px 6px -3px #e9e9e9;
    padding-left: 20px;
}

.banner {
    position: relative;
    z-index: 1;
/*    padding: 90px 0;*/
}
.banner h1, .banner h2, .banner a, .banner span {
    color: #fff;
}

.banner h1 {
    font-weight: 500;
    font-size: 30px;
    margin: 0px;
    text-align: left;
}.banner h1, .banner h2, .banner a, .banner span {
    color: #fff;
}

.banner h2 {
    font-size: 15px;
    text-align: left;
}.banner small {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block;
    font-style: italic;
}.banner h1, .banner h2, .banner a, .banner span {
    color: #fff;
}.banner h1, .banner h2, .banner a, .banner span {
    color: #fff;
}.banner .a-ico {
    max-width: 63px;
    position: absolute;
    right: 18px;
    top: -40px;
}


.flight-list {
   margin-bottom: 0;
   margin-top: 30px;
}

.flight-booking-details .details {
  padding: 0px 10px;
  margin-top: 10px;
}
.booking-details h5 {
    padding: 0px 13px;
}
.flight-detail-page .detailed-logo .duration {
  font-size: 0.8333em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #f5f5f5;
  padding: 6px 0;
  margin-bottom: 10px;
}
.flight-detail-page .detailed-logo .duration dl, .flight-detail-page .detailed-logo .duration dt, .flight-detail-page .detailed-logo .duration dd {
  display: inline-block;
  margin: 0;
}
.flight-detail-page .detailed-logo .duration dl {
  vertical-align: middle;
}
.flight-detail-page .detailed-logo .duration i {
  color: #fdb714;
  font-size: 20px;
  margin-right: 10px;
  line-height: 0;
  vertical-align: middle;
}

#flight-details .term-description, #car-details .term-description {
  margin: 0;
  font-size: 0.8333em;
}
#flight-details .term-description dt, #flight-details .term-description dd, #car-details .term-description dt, #car-details .term-description dd {
  line-height: 1.1667em;
}
#flight-details .travelo-box, #car-details .travelo-box {
  padding: 25px 25px 20px 25px;
  margin: 0;
}

#flight-details .detailed-features {
  background: #fff;
}
#flight-details .box-title {
  margin: 0;
}
#flight-details .flights {
  width: 100%;
  padding-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
}
#flight-details .flights .timing {
  padding: 0;
  border: none;
  display: table;
  margin: 0 auto;
}
#flight-details .flights .timing > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 7px;
}
#flight-details .flights .table-cell {
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  padding: 20px 5px;
  text-align: center;
  vertical-align: middle;
}
#flight-details .flights .table-cell:last-child {
  border-right: none;
}
#flight-details .flights .logo label {
  display: block;
  font-weight: normal;
  font-size: 0.8333em;
  text-transform: uppercase;
  line-height: 1em;
}
#flight-details .flights .logo img {
  max-width: 84px;
  height: auto;
}
#flight-details .flights .timing-detail {
  position: relative;
}
#flight-details .flights .first-flight .logo {
  position: relative;
}
#flight-details .flights .first-flight .logo:after {
  content: "\e883";
  font-family: "soap-icons";
  font-size: 24px;
  position: absolute;
  display: inline-block;
  width: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  right: -5px;
  bottom: -15px;
  z-index: 9;
  color: #e01a33;
}
#flight-details .flights .layover {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  background: #f5f5f5;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 0.75em;
  left: 50%;
  margin: 0 0 0 -50px;
  bottom: -10px;
  z-index: 9;
  letter-spacing: 0.04em;
}

#flight-baggage form .checkbox label {
  font-size: 0.8333em;
  text-transform: uppercase;
}
#flight-baggage .baggage .icon-box {
  cursor: default;
}
#flight-baggage .baggage .icon-box .box-title {
  color: #838383;
}
#flight-baggage .baggage .icon-box:hover .box-title {
  color: #2d3e52;
}
#flight-baggage .baggage .icon-box:hover i {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.listing-style3.flight figure span img {
    max-width: 60px;
    height: auto;
}

.airline-box img {
    max-width: 39px;
    margin-bottom: 6px;
    float: left;
    margin-right: 6px;
}.listing-style3.flight figure span {
    text-align: center;
    display: block;
}.airline-box h3 {
    font-size: 16px;
}
.flight h3, .flight p {
    margin: 0px;
    text-transform: capitalize;
}.listing-style3.flight .box-title {
    float: left;
}

.flight .box-title {
    color: #25061b;
    font-size: 19px;
    margin: 2px 0px;
}
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}
.box-title {
    margin-bottom: 0;
    line-height: 1em;
}
.airline-box .btn-mini.stop {
    font-weight: 600;
    margin-left: 9px;
    background: #1a385a !important;
    color: #fff;
    float: right;
}

a.button.btn-mini {
    padding-left: 10px;
    padding-right: 10px;
}
button.btn-mini, input[type="button"].button.btn-mini, a.button.btn-mini {
    padding: 2px 7px;
    font-size: 0.8333em;
    line-height: 19px;
}
button, input[type="button"].button, a.button {
}
a.button {
    display: inline-block;
    background: #434550;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}
button, input[type="button"].button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}
.box-title small {
    font-size: 10px;
    color: #838383;
    text-transform: capitalize;
    display: block;
    margin-top: 4px;
}

.f-icon img {
    max-width: 60px;
    position: absolute;
    top: -5px;
    right: 75px;
}

.airline-box img {
    max-width: 39px;
    margin-bottom: 6px;
    float: left;
    margin-right: 6px;
}
iframe, img {
    border: 0;
}.flight .airline-box {
    /*background: #f7f7f7;*/
    padding: 20px 0px 5px;
}
.no-m {
    margin: 0px;
}.out-box {
    border-right: 1px solid #dddd;
}
.first-row{
    position: relative;
}

.footer .footer-main .footer-contact .contact-item i {
    color: #ffffff;
}
.listing-style3.flight .box, .listing-style3.flight.box {
    padding: 10px 20px 5px;
    box-shadow: 0px 2px 14px 0px #cacaca;
    border-bottom: 2px solid #8c0161;
}

.listing-style3 .box, .listing-style3.box {
    background: #fafffe;
    margin-bottom: 30px;
}


.listing-style3.flight .details {
    padding-left: 0px;
    float: none;
}

.listing-style3.flight .flight-box {
    padding: 7px 0px;
}
.listing-style3.flight .details .details-wrapper .time {
    letter-spacing: 0.04em;
}
.listing-style3.flight .details .details-wrapper > *:first-child > * {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 0;
}

.listing-style3.flight .details .details-wrapper > * > *:last-child {
    padding-right: 0;
}
.listing-style3.flight .details .details-wrapper > * > *:first-child {
    border-right: 1px solid #f5f5f5;
    padding-left: 0;
}
.listing-style3.flight .details .details-wrapper > * > * {
    padding: 15px 15px 0 15px;
}
.listing-style3.flight .details .details-wrapper .time > div:first-child {
    padding-left: 0;
}

.listing-style3.flight .details .details-wrapper .time > div {
    border-right: 1px solid #f5f5f5;
    padding-left: 8px;
    padding-top: 7px;
}
.listing-style3.flight .details .details-wrapper [class^="col-"], .listing-style3.flight .details .details-wrapper [class*=" col-"] {
    padding: 0;
}
.listing-style3.flight .details .details-wrapper .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}

.listing-style3.flight .details .details-wrapper .time > div > div {
    padding-left: 25px;
}
.listing-style1.flight .take-off > .icon, .listing-style3.flight .take-off > .icon {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    display: inline-block;
}
.flight-box .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}
.listing-style1.flight .icon, .listing-style3.flight .icon {
    font-size: 16px;
}
.time [class^="soap-icon"] {
    float: left;
    font-size: 20px;
    color: #fdb714;
    height: 47px;
}
[class^="soap-icon"], [class*=" soap-icon"] {
    vertical-align: baseline;
}
.yellow-color {
    color: #f5db7f !important;
}.listing-style3.flight .details .details-wrapper .time > div {
    border-right: 1px solid #f5f5f5;
    padding-left: 8px;
    padding-top: 7px;
}
.listing-style3.flight .details .details-wrapper [class^="col-"], .listing-style3.flight .details .details-wrapper [class*=" col-"] {
    padding: 0;
}
.landing {
    padding-left: 0px !important;
}.listing-style3.flight .details .details-wrapper .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}

.listing-style3.flight .details .details-wrapper .time > div > div {
    padding-left: 25px;
}
.listing-style1.flight .landing > .icon, .listing-style3.flight .landing > .icon {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    display: inline-block;
}.flight-box .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}

.listing-style1.flight .icon, .listing-style3.flight .icon {
    font-size: 16px;
}.flight-box .skin-color {
    color: #000204;
    font-size: 13px;
    text-transform: capitalize;
}

.skin-color {
    color: #22743b;
    font-weight: 600;
}.flight-box .take-off p, .flight-box .landing p, .flight-box .total-time p {
    font-size: 12px;
    line-height: 0.5em;
    margin: 6px 0px 0px;
    text-transform: capitalize;
}

.flight h3, .flight p {
    margin: 0px;
    text-transform: capitalize;
}.small, small {
    font-size: 85%;
}

small {
    font-size: 80%;
}.listing-style3.flight .details .details-wrapper .time > div:last-child {
    border-right: none;
}

.listing-style3.flight .details .details-wrapper .time > div {
    border-right: 1px solid #f5f5f5;
    padding-left: 8px;
    padding-top: 7px;
}
.listing-style3.flight .details .details-wrapper [class^="col-"], .listing-style3.flight .details .details-wrapper [class*=" col-"] {
    padding: 0;
}.listing-style3.flight .details .details-wrapper .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}

.listing-style3.flight .details .details-wrapper .time > div > div {
    padding-left: 25px;
}
.flight-box .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}
.listing-style1.flight .icon, .listing-style3.flight .icon {
    font-size: 16px;
}
.time [class^="soap-icon"] {
    float: left;
    font-size: 20px;
    color: #fdb714;
    height: 47px;
}
[class^="soap-icon"], [class*=" soap-icon"] {
    vertical-align: baseline;
}
.yellow-color {
    color: #f5db7f !important;
}.call-request {
    color: #8c0161;
    font-weight: 600;
    font-size: 13px;
}.call-request a {
    color: #004785;
}.call-box {
    color: #01258c;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    line-height: 1em;
}.call-box {
    color: #01258c;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    line-height: 1em;
}
.flight hr {
    border: 1px dashed #626262;
    margin-bottom: 11px;
    margin-top: 4px;
}


.filters-container.toggle-container {
    background: none;
}

.filters-container.toggle-container .panel.style1 .panel-title {
    padding: 21px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #ffd22f;
    background: #00315c;
    text-align: center;
}

.toggle-container .panel.style1.arrow-right .panel-title {
    position: relative;
}
.toggle-container .panel h4.panel-title {
    font-size: 1.3333em;
}.toggle-container .panel .panel-title {
    padding: 0;
    color: #2d3e52;
    font-size: 1.1667em;
    position: relative;
}
.toggle-container {
    background: #fff;
}.filters-container.toggle-container .panel.style1 {
    border: none;
    margin-bottom: 4px;
    background: #fff;
}
.toggle-container .panel:last-child {
    border: none;
}
.toggle-container .panel {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}.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);
}.toggle-container .panel .panel-title {
    padding: 0;
    color: #2d3e52;
    font-size: 1.1667em;
    position: relative;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}.filters-container.toggle-container .panel.style1 .panel-content {
    padding: 10px 11px 20px;
    box-shadow: 0px 2px 14px 2px #cacaca;
}
.toggle-container .panel.style1.arrow-right .panel-content {
    padding: 10px 15px;
}
.toggle-container .panel.style1 .panel-content {
    padding: 10px 15px 15px 55px;
}.mb {
    margin-bottom: 20px;
}.title {
    color: #4c5c83;
    font-weight: 600;
}.panel-content form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
    color: #000000;
    font-weight: 500;
}
form label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.9167em;
}
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}.side-bar input.input-text, .side-bar textarea, .side-bar span.custom-select {
    padding: 8px 10px 6px;
    height: 35px;
    line-height: 1.5em;
}

input.input-text, textarea, .selector select + .custom-select {
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #000000ab;
    cursor: text;
}input.input-text, textarea, span.custom-select {
    padding: 6px 10px 6px;
    height: 45px;
}

input.input-text, select, textarea, span.custom-select {
    background: #ffffff;
    border: none;
    line-height: normal;
}
.full-width {
    width: 100% !important;
}hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-color: #f5f5f5;
}.title {
    color: #4c5c83;
    font-weight: 600;
}.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}
.panel-content form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
    color: #000000;
    font-weight: 500;
}

form .radio label, form label.radio {
    font-size: 0.9167em;
}
.checkbox-inline, .radio-inline {
    padding-left: 0;
}
.checkbox-inline, .radio-inline {
    margin-left: 0px;
}button, input, optgroup, select, textarea {
    margin-right: 6px;
}
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}h5 {
    font-size: 1.1666em;
    line-height: 1.1428em;
    font-family: 'Roboto', sans-serif;
}
.panel-content form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
    color: #000000;
    font-weight: 500;
}

form label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.9167em;
}.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}input.input-text, textarea, span.custom-select {
    padding: 6px 10px 6px;
    height: 45px;
}

input.input-text, select, textarea, span.custom-select {
    background: #ffffff;
    border: none;
    line-height: normal;
}
.full-width {
    width: 100% !important;
}.side-bar input.input-text, .side-bar textarea, .side-bar span.custom-select {
    padding: 8px 10px 6px;
    height: 35px;
    line-height: 1.5em;
}

input.input-text, textarea, .selector select + .custom-select {
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #000000ab;
    cursor: text;
}input.input-text, textarea, .selector select + .custom-select {
    color: #787878;
}
.selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}.selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px;
}
select {
    height: 40px;
    padding: 10px;
}
input.input-text, textarea, span.custom-select {
    padding: 6px 10px 6px;
    height: 45px;
}
input.input-text, select, textarea, span.custom-select {
    background: #ffffff;
    border: none;
    line-height: normal;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}
input.input-text, select, textarea, span.custom-select {
    background: #ffffff;
    border: none;
    line-height: normal;
}select option {
    padding: 2px 10px;
}
.side-bar input.input-text, .side-bar textarea, .side-bar span.custom-select {
    padding: 8px 10px 6px;
    height: 35px;
    line-height: 1.5em;
}input.input-text, textarea, .selector select + .custom-select {
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #000000ab;
    cursor: text;
}.selector span.custom-select {
    display: inline-block;
    line-height: 26px;
    padding: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 24px;
    height: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-bar input.input-text, .side-bar textarea, .side-bar span.custom-select {
    padding: 8px 10px 6px;
    height: 35px;
    line-height: 1.5em;
}
input.input-text, textarea, .selector select + .custom-select {
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #000000ab;
    cursor: text;
}
.selector span.custom-select {
    display: inline-block;
    line-height: 26px;
    padding: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
input.input-text, select, textarea, span.custom-select {
    background: #ffffff;
    line-height: normal;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}
.selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}
section#content {
    text-align: left;
}.side-bar .selector span.custom-select:after {
    top: 16px !important;
}
.selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 19px;
    border-top: 5px solid #8c0161;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}

button.btn-medium, input[type="button"].button.btn-medium, a.button.btn-medium {
    padding: 13px 16px;
    font-size: 18px;
    text-transform: capitalize;
}

button, input[type="button"].button, a.button {
}
button, input[type="button"].button {
    font-size: 0.9167em;
    font-weight: bold;
    background: #263968;
}
button, input[type="button"].button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
    letter-spacing: 0.04em;
}

.footer .footer-main .footer-widget h4 {
    color: #fff;
}



  .topchero{

  }
  .topcherocf{
/*    margin: 10px;*/
    border-radius: 9px;
    background: #cfe8ff;
    min-height: 440px;
  }
  .topchero h2{
    white-space: pre-line;
    margin: 0;
    color: #192024;
    font-family: system-ui;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    font-feature-settings: 'ss04', 'ss05';
  }
  .pt-50{
    padding-top: 50px;
  }
  .changeheading i{
    color: #ffffff;
    padding: 12px 20px;
    background: #ec8244;
    background-image: linear-gradient(#482d94, #6a3afb);
    border-radius: 10px;
    font-size: 20px;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .changeheading span{
    margin-right: 30px;
    font-size: 13px;
  }
  .rightimgs{
    position: relative;
  }
  .rightimgs img{
    width: 100%;
    border-radius: 58px;
  }
  .rightimgs1{
    position: absolute;
    top: -90px;
  }
  .rightimgs2{
    position: absolute;
    top: 150px;
  }
  .rightimgs3{
    position: absolute;
    top: 390px;
  }
  .rightimgs4{
    position: absolute;
    top: -150px;
  }
  .rightimgs5{
    position: absolute;
    top: 90px;
  }
  .rightimgs6{
    position: absolute;
    top: 330px;
  }
  .cform{
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 800px;
  }
  .cform input{
    color: #555;
    padding: 15px 12px;
    border-radius: 12px;
    outline: none;
    border: 1px solid #fff;
    width: 100%;
  }
  .cform input:focus{
    border: 1px solid #aaa;
  }
  .cform i{
    font-size: 20px;
    padding: 32px 12px;
    background-image: linear-gradient(#482d94, #6a3afb);
    border-radius: 10px;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
  }
  .cp{
    cursor: pointer;
  }
  .no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 150px;
    border-radius: 6px;
  }

  .no-bullets li{
    background: #fff;
    padding: 5px;
  }

  .no-bullets li:hover{
    background: #eee;
  }

  .no-bullets li:first-child{
    border-radius: 6px 6px 0px 0px;
    background: #eee;
    color: #000;
    font-weight: 600;
  }

  .no-bullets li:last-child{
    border-radius: 0px 0px 6px 6px;
  }

  .rt{
    position: relative;
  }

  .rtdd{
    position: absolute;
    z-index: 1;
    top: 35px;
  }

  .s2icon{
    padding: 0px;
    font-size: 23px;
  }

  .s2fbicon{
    color: #0030b9;
  }

  .s2inicon{
    color: #dd0085;
  }

  .s2piicon{
    color: #b90000;
  }

  .s2twicon{
    color: #181818;
  }

  .s2p{
    margin: 0;
    margin-top: 4px;
    margin-left: 7px;
  }

  .s2mains{
    margin-right: 25px;
  }

  .s3card{
    padding: 11px;
    border: 1px solid #33cfab;
    border-radius: 12px;
    position: relative;
    height: 150px;
  }

  .s3card p{
    width: 200px;
    font-size: 13px;
  }

  .s3card img{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50px;
    border-radius: 76px;
  }

  .s3card button{
    border: 2px dashed #1a385a;
    background: #fff;
    color: #000;
    border-radius: 7px;
    padding: 4px 10px;
    position: absolute;
    bottom: 10px;
  }

  .s3card span{
    position: absolute;
    bottom: 15px;
    right: 22px;
  }

  .s3{
/*    background: #f0f8ff;*/
  }

  .ffdcards{
    text-align: center;
    border: 1px solid #2c8d2e;
    border-radius: 8px;
    padding: 13px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
    transition: 1s;
  }

  .ffdcards img{
    width: 100px;
  }

  .ffdcards p{
    margin: 0;
  }

  .ffdcardsp1{
    font-size: 14px;
    font-weight: 400;
  }

  .ffdcardsp2{
    font-size: 12px;
    color: #777;
  }

  .ffdcardsp3{
    font-size: 12px;
    color: #777;
  }

  .flight-info-panel1{
    text-align: center;
    width: 100%;
  }
  .ffdcards button{
    padding: 3px 8px 3px 0;
    background: #08800c00;
    border: 1px solid #08800c;
    color: #007c04;
    border-radius: 5px;
    position: relative;
    width: 166px;
    text-align: end;
  }

  .ffdcards i{
    position: absolute;
    left: 4px;
    background: #007c04;
    color: #fff;
    padding: 1px;
    border-radius: 3px;
    top: 2px;
  }


.s4tp a{
  cursor: pointer;
  color: #31bbb6 !important;
}

.chs{
  padding: 5px 0;
}
.chs a{
    display: block;
    text-align: left;
    position: relative;
    padding: 0;
}



.chs i{
    position: absolute;
    right: 10px;
    top: 18px;
}

.chs label{
    font-size: 10px;
    color: #00a7a9;
    font-weight: 400;
}

.chs span{
    font-size: 14px;
    font-weight: 600;
}

.no-bullets1 {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  border-radius: 6px;
}

.no-bullets1 li {
  margin-bottom: 5px;
}

.liinner{
    font-size: 11px;
    color: #777;
}

.liinner:hover{
    color: #111;
    text-decoration: underline;
    cursor: pointer;
}

.cardasd{
  border: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #fff; 
}

.chsb{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.s5 button{
    background: #1a385a2e;
    padding: 5px 15px;
    border-radius: 22px;
    color: #1a385a;
    font-weight: 400;
}

.s5 button:focus:not(:focus-visible) {
    background: #1a385a;
    color: #fff;
}

.s5 .active {
    background: #1a385a;
    color: #fff;
}

.s6card{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  border-radius: 8px;
  transition: 0.5s;
}

.s6card img{
  width: 180px;
  border-radius: 8px 0 0 8px;
}

.s6cardinner{
    padding: 16px 19px;
}

.s6cardinner h4{
    font-size: 14px;
    font-weight: 600;
}

.s6cardinner h5{
    font-size: 11px;
    font-weight: 400;
    color: #777;
}

.s6cardinner p{
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0;
}

.s6cardinner span{
    font-size: 11px;
    font-weight: 400;
    color: #777;
}

.s6cardinner label{
    font-size: 12px;
}

.cmbs2{
  border-bottom: 1px solid #cce7ff;
}

.value-props-header {
    color: #313541;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 !important;
    width: 100%;
}

.value-props-single {
    min-height: 6.6rem;
    padding-left: 3.1rem;
    position: relative;
}

.value-props-single:before {
    border-bottom: 4px solid #008a04;
    border-right: 4px solid #008a04;
    content: "";
    display: inline-block;
    height: 18px;
    left: 1.5rem;
    position: absolute;
    top: .1rem;
    transform: rotate(45deg);
    width: 10px;
    position: absolute;
    left: 15px;
}

.value-props-title {
    color: #313541;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin-bottom: .5rem;
    width: 100%;
}

.value-props-content {
    color: #313541;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-right: 3rem;
    width: 100%;
}

  .calendar {
    background: white;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: absolute;
    top: 53px;
    right: 30px;
    z-index: 3;
  }

  .header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    /*margin-top: 25px;*/
  }

  .header1 button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #888;
  }

  #monthYear {
    font-weight: bold;
  }

  .weekdays,
  .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 0.5rem;
  }

  .weekdays div {
    font-weight: bold;
  }

  .days div {
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
  }

  .days div.today {
    border: 2px solid #0288d1;
  }

  .days div.in-range {
    background: #d0eaff;
    border-radius: 10px;
  }

  .days div.selected {
    background: #0288d1;
    color: white;
    font-weight: bold;
  }

  .days div.disabled {
    color: #ccc;
    pointer-events: none;
  }

  .range-inputs {
    /*margin-top: 1rem;*/
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
  }

  .range-inputs input {
    padding: 4px;
    width: 120px;
  }

  .cforminner{
    display: flex;
  }

  .z1pr{
    position: relative;
    z-index: 1;
  }

  .xcalendar{
    display: inline;
    /*position: absolute;*/
    /*right: 13px;*/
    /*top: 10px;*/
    padding: 0px 8px;
    border: 1px solid #aaa;
    border-radius: 26px;
  }

  .idsgf123{
    position: absolute !important;
    background: #fff;
    color: #000 !important;
    padding: 0 !important;
    left: 10px;
    top: 6px !important;
    background-image: none !important;
  }

  .prelative{
    position: relative;
  }
  .passenger {
      position: relative;
  }





@media (max-width: 1750px) {
  .rightimgs1{
    top: -80px;
  }
  .rightimgs2{
    top: 150px;
  }
  .rightimgs3{
    top: 380px;
  }
  .rightimgs4{
    top: -140px;
  }
  .rightimgs5{
    top: 90px;
  }
  .rightimgs6{
    top: 320px;
  }
}





@media (max-width: 1600px) {
  .rightimgs1{
    top: -60px;
  }
  .rightimgs2{
    top: 150px;
  }
  .rightimgs3{
    top: 360px;
  }
  .rightimgs4{
    top: -120px;
  }
  .rightimgs5{
    top: 90px;
  }
  .rightimgs6{
    top: 300px;
  }
}






























.cform1{
    padding: 15px;
    border-radius: 10px;
}

.cform1 input{
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ababab;
}

.cform1p{
    padding: 6px 75px;
    border-radius: 7px;
    border: 1px solid #ababab;
}

.cform1m{
    margin: 0 5px;
}

.cform1 button {
    background-image: linear-gradient(#482d94, #6a3afb);
    border-radius: 10px;
    font-size: 20px;
}





























