/* myCssStart */
input[type="date"],
input[type="time"] {
   color-scheme: light;
}

.cus-modal-div .modal {
   transform: none;
}

.modal-dialog {
   max-width: 500px;
}

/* .field-mini img{
    filter: brightness(0);
 } */
.field-a input,
select,
.customInputs {
   background-color: transparent;
   border: 0;
   color: #000 !important;
   padding: 0px 8px !important;
   margin-bottom: 0 !important;
   transition: all .3s;
}

.field-a input:focus,
select:focus,
.select2:focus {
   border: none;
   outline: none !important;
   background-color: transparent !important;
   color: #000 !important;
}

.field-a:focus-within,
select:focus,
.select2:focus {
   border-color: #1f425d !important;
   outline: none;
   box-shadow: 0 0 20px #1f425d inset;
   background-color: #fff !important;

}

.field-a input::placeholder {
   color: #000;
}

.field-a input:focus::placeholder {
   color: #000;
}

.field-a select option {
   color: #fff;
   background-color: #1e1e1e !important;
}

.del-btn_ {
   background-color: transparent !important;
   border-radius: 0 !important;
   border: 0px !important;
   border-top-right-radius: 5px !important;
   border-bottom-right-radius: 5px !important;
   outline: none;
}

/* myCssEnd */
#holdabledata .form-control {
   height: 44px !important;
}

#holdabledata .input-group-addon .btn {
   height: 45px !important;
   background-color: #e21f2f !important;
   border-radius: 0 !important;
   border: none;
   padding: 15px 13px;
   display: flex;
   align-items: center;
   /* width: ; */
}

.itemfield input {
   cursor: pointer !important;
}

.innerPageHeroWrapper .bannerForm {
   margin-top: 35px;
}

.homePageWidget .bannerForm {
   margin: 0 70px;
}

.bannerForm {
   padding: 20px 0px;

}

.bannerForm .row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.modal-content .modal-body .card-body button {
   background-color: #1f425d !important;
   color: #fff !important;
   border-radius: 5px;
}

.bannerFormHeading {
   /* margin-top: -40px; */
   /* background: #04DBC0; */
   /* border-radius: 4px; */
   padding: 12px 0px;
   /* text-align: center; */
   margin-bottom: 8px;
   height: auto;

}

.bannerFormHeading h3 {
   color: white !important;
   font-weight: 700;
   margin-bottom: 0px !important;
   line-height: 100%;
   margin-top: 0 !important;
}

.bannerFormBody ul li {
   padding: 0 10px
}

.bannerForm .row [class*="col-"] {
   padding: 0 5px;
}

.innerPageBnner {
   position: relative;
   display: flex;
}

.innerPageBnner {
   width: 80% !important;
   margin: auto;
}

.bannerFormBody input {
   height: 36px !important
}

.bannerFormBody ul li button {
   height: 36px !important
}



@media (min-width:768px) {
   .innerPageBnner {
      height: 500px !important;
      padding: 0 !important;
   }
}

@media (max-width:768px) {
   .form-container {
      position: relative;
      width: 100%;

   }

   .my-header,
   .my-header-1 h1 {
      font-size: 4.2rem !important
   }

   .door-no-768 {
      position: absolute;
      top: 77px;
      width: 101%
   }

   .field-mini-768 {
      margin-top: 57px
   }

   .navbar-toggle {
      float: none
   }


   button#submit {
      width: 100% !important
   }

   .innerPageBnner {
      width: 100% !important;
   }

   .innerPageBnner {
      height: 305px !important;
      padding: 0px;
      margin-top: 0 !important;
   }

   .bannerFormBody ul li {
      float: none !important
   }

   .bannerFormHeading {
      width: 100% !important;
   }

   .bannerForm .cus-order-1 {
      order: -1;
   }


}

/* .my-input {
    background: url(../contents/images/location-icon.jpg) 320px 10px no-repeat;
    background-size: 18px;
 } */

.bokingform {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 0
}

.apps-icon ul {
   width: 100%;
   text-align: center
}

.apps-icon ul li {
   width: 7%
}

body .ui-autocomplete::-webkit-scrollbar-track {
   background: #347ff3;
}

body .ui-autocomplete {
   z-index: 9999999999;
   position: absolute;
   background: #fff;
   top: 100%;
   width: 100px;
   height: auto;
   margin: 30px;
   padding: 0;
   list-style-type: none
}

body .ui-autocomplete .ui-menu-item {
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, .2);
   list-style-type: none;
   width: 100%
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
   padding: 8px;
   background: url(../contents/images/pin.jpg) 5px 12px no-repeat;
   background-size: 20px;
   color: #000;
   padding-left: 35px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
   font-weight: 700 !important;
   color: #fff !important;
   padding: 10px;
   cursor: pointer;
   background-color: #3ec7c2 !important;
}

.ui-autocomplete {
   max-height: 400px;
   overflow-y: scroll;
   overflow-x: hidden
}

.ui-helper-hidden {
   display: none
}

.ui-helper-hidden-accessible {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px
}

.field-img {
   background-color: #fff;
   padding: 15px;
   /* border-right: 1px solid #d3d3d3 */
}



.field input {
   width: 100%;
   /* border: 2px solid transparent !important;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
   font-size: 16px !important;
   font-weight: 500 !important;
   /* padding: 10px; */
   height: 50px !important;
   margin-bottom: 0 !important;
}

.field-mini img {
   width: 24px;
   height: 24px;
}

.field-mini button {
   background-color: #e21f2f;
   outline: none;
   border: none;
   /* border-right: 1px solid rgba(0 0 0 / 20%); */
   width: 50px;
   height: 100%;
}

.field-mini button.via {
   border-right: none;
   /* border-left: 1px solid rgba(0 0 0 / 20%); */
}

.field-mini button:focus {
   outline: none;
}

.field-mini button:hover {
   cursor: pointer;
   transition: .4s
}

.field-mini {
   display: flex
}

.field-mini input {
   width: 100%;
   font-size: 16px !important;
   font-weight: 500 !important;
   cursor: default;
   height: 45px !important;
   margin-bottom: 0;
}

.lin1 {
   width: 100%;
   float: left;
   display: flex;
   justify-content: center
}

.lin2 {
   width: 100%;
   float: left;
   display: flex;
   justify-content: space-between
}

.datefield input {
   width: 100%;
   /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
   font-size: 16px !important;
   font-weight: 500 !important;
   padding: 6px 18px;
   /* -webkit-appearance: none !important; */
   height: 45px !important;
}

.lin3 {
   width: 100%;
   float: left;
   display: flex;
   justify-content: center
}

.datefield {
   display: flex
}

.datefield img {
   background-color: #fff;
   padding: 15px
}

.timefield img {
   background-color: #fff;
   padding: 13px
}

.timefield {
   display: flex
}

.timefield input {
   width: 100%;
   /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
   font-size: 16px !important;
   font-weight: 500 !important;
   padding: 6px 18px;
   /* -webkit-appearance: none !important; */
   height: 45px !important;
}

/* .mini2 button {
    padding: 12px 15px;
 } */

.mini2 button:hover {
   transition: none;
   cursor: auto
}

.field-mini select {
   width: 100%;
   /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
   font-size: 16px !important;
   font-weight: 500 !important;
   padding: 11px !important;
}

.form-container {
   padding: 20px 14px;
   border-radius: 20px;

}

.selectfield select {
   width: 100%;
   /* border: 2px solid #fff !important;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
   font-size: 16px !important;
   font-weight: 500 !important;
   /* padding: 10.5px */
}

.submitbtn {
   width: 100%;
   float: left;
   text-align: center;
   margin-top: 8px;
   margin-bottom: 10px;
}

.submitbtn button {
   color: #fff;
   background: #e21f2f;
   border-radius: 5px;
   padding: 0;
   display: inline-block;
   font-weight: 600;
   text-decoration: none !important;
   transition: all 0.3s;
   width: 100%;
   border: none;
   height: 46px;
   margin: 0;
}

.form-home .submitbtn button {
   width: 100%;
   padding-right: 0;
   padding-left: 0;
}

.submitbtn button:hover {
   color: #e21f2f;
   background-color: #fff;
}

.modal {
   background-color: rgba(0, 0, 0, .6);
   z-index: 9999;
}



.card-body {
   display: flex;
   flex-wrap: wrap;
   justify-content: center
}

.card-body button {
   width: 100%;
   color: #000 !important;
   margin: 8px;
   padding: 10px;
   font-size: 16px;
}

/* .card-body button:hover{
    color: #3ec7c2 !important;
 } */

.luggage-btns {
   width: 100%;
   font-size: 17px;
   font-weight: 600;
   background-color: #e21f2f;
   color: white !important;
}

#holdabledata .input-group {
   margin: 5px 0 !important;
   float: left !important;
   height: 45px;
   background-color: #fff;
   border-radius: 0px;
   overflow: hidden;
   border: none;
   border-bottom: 2px solid #e21f2f;
}

#holdabledata .form-control {
   font-size: 16px !important;
   font-weight: 500 !important;
   background-color: transparent;
   border: 0;
   color: #000 !important;
   padding: 0px 8px;
   border-radius: 0;
   border-right: none;
}

.input-grp-btns {
   background-color: #fff
}

#holdabledata .input-group-addon {
   padding: 0 !important;
   background-color: transparent !important;
   border: 0 !important
}

.luggage-headings {
   font-family: inherit;
}

.accordion button {
   outline: 0 !important;
   white-space: normal;
   font-size: 16px;
   font-weight: 600;
   color: #000;
   padding: 0px 12px;
}

.times-dialog {
   margin: 200px auto
}

.modal-header .close {
   margin-top: -5px;
   margin-right: -5px;
   color: #fff;
   font-size: 25px;
   background: #000;
   border-radius: 50%;
   padding: 18px;
   margin-left: auto;
   display: flex;
   opacity: 1;
}

.modal-header .close img {
   width: 12px;
   height: 12px;
}

.modal-header .close:hover {
   opacity: 1;
}

.btn-default {
   font-weight: 700 !important
}

.modal-header {
   min-height: 16.43px;
   padding: 15px;
   border-bottom: none;
   display: flex;
   align-items: center;
}

.modal-title {
   color: #000;
   font-size: 22px
}

.custom-btn-2 {
   padding: 10px 20px;
   font-weight: 600;
   background-color: #1f425d !important;
   border: 1px solid #1f425d !important;
   transition: all .3s;
   color: white !important;
   line-height: 0 !important;
}

.custom-btn-2:hover {
   background-color: #1f425d;
   border-color: #202125;
   color: #111 !important;
}

.appStoreLinks2 img {
   width: 150px
}

.appStoreLinks2 {
   margin-bottom: 20px;
   text-align: center
}

.wait-label {
   margin-top: 11px;
   color: #000;
   font-weight: 700;
}

@media screen and (min-width:320px) and (max-width:767px) {
   .lin1 {
      display: flex;
      justify-content: center;
      flex-direction: column
   }

   .lin2 {
      display: flex;
      justify-content: center;
      flex-direction: column
   }

   .lin3 {
      display: flex;
      justify-content: center;
      flex-direction: column
   }

   .field {
      width: 100%
   }

   .field-mini {
      width: 100%;
      margin: 0 0 8px
   }

   .datefield {
      width: 100%;
      margin: 0 0 8px
   }

   .timefield {
      width: 100%;
      margin: 0 0 8px
   }

   .selectfield {
      width: 100%;
      margin-bottom: 8px
   }

   .submitbtn button {
      width: 100%
   }

   .apps-icon ul li {
      width: 22%
   }

   .bokingform {
      padding-bottom: 50px
   }

   .bannerForm {
      height: auto
   }
}

.loading-div {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999999;
   background-color: #fff;
   display: none;
   transition: all .3s ease-in-out
}

.inner-loading-div {
   text-align: center;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%
}

.loading-imgs-div {
   width: fit-content;
   position: relative;
   margin: 0 auto
}

.loaderAnimateWrap {
   position: relative;
   width: 50px;
   height: 50px;
   border-radius: 50%;
}

.loaderAnimateWrap:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 100%;
   border: 5px solid #000;
   animation-name: cus_fade_anim;
   animation-duration: 1s;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
}

.loaderAnimateWrap:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 100%;
   border: 5px solid transparent;
   border-top-color: #e21f2f;
   animation-name: rotate_anim;
   animation-duration: 1s;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
}

@keyframes rotate_anim {
   0% {
      transform: rotate(0)
   }

   100% {
      transform: rotate(360deg)
   }
}

@keyframes cus_fade_anim {
   0% {
      opacity: 1;
   }

   50% {
      opacity: 0.5;
   }

   100% {
      opacity: 1;
   }
}

.field-a,
.customInputs {
   margin: 8px 0;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
   background: #fff;
   border-radius: 0px;
   height: 46px;
   display: flex;
   align-items: center;
   border: none;
   border-bottom: 2px solid #e21f2f;
}

.cusField {
   background: transparent;
   border-radius: 0;
}

.hold-able {
   width: 100%;
}

.select2.select2-container.select2-container--default {
   background-color: #fff;
   border-radius: 0px;
   transition: all 0.5s;
}

.modal-content {
   background: #fff;
   border: none;
   width: 100%;
}

#myModalvias .modal-content {
   text-align: center;
}

.modal-footer {
   border: none;
}

.table td,
.table th {
   color: #000;
}

.table td [id*="dlt-via_"] {
   padding: 0 10px;
   background: #e21f2f;
   border-radius: 0;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all .5s;
}

.table .form-control {
   border-radius: 0 !important;
   height: 50px;
   border-color: #e21f2f;
   box-shadow: none;
   color: #000;
   font-weight: 500 !important;
   margin-bottom: 0;
}

.via-labels {
   display: none;
}

#via-list td {
   padding: 8px 0px !important;
}

.card-header {
   background: transparent;
   border: none;
}

.modal .card {
   background-color: transparent;
   border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: #000 !important;
}

@media (max-width: 1200px) {
   /* .bannerContent {
        top: 180px !important;
    } */
}

@media (max-width:425px) {
   .lin1 .col-lg-4.col-md-6.col-sm-12.m-top-60 {
      margin-top: 60px;
   }

   .lin2 .col-lg-4.col-md-6.col-sm-12.m-top-89 {
      position: absolute;
      top: 80px;
      width: 100%;
   }


   .bannerFormHeading h3 {
      font-size: 20px !important;
   }

   .submitbtn {
      margin-top: 5px !important;
   }

   .field-a {
      margin: 5px 0 !important;
   }




}

@media (max-width: 480px) {
   .bannerFormHeading.pad-t-50 {
      padding-top: 10px !important;
   }
}

@media (max-width: 768px) {
   .innerPageBnner {
      height: 100% !important;

   }


}

.select2 {
   width: 100% !important;
}

.select2-container--default .select2-selection--single {
   outline: none;
   background: transparent !important;
   border: none !important;
   border-radius: 0px !important;
   display: flex !important;
   align-items: center;
   height: 45px !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
   background-color: #e21f2f !important;
   border-radius: 0 !important;
   border-top-left-radius: 5px !important;
   border-top-right-radius: 5px !important;
}

.select2-container--open .select2-dropdown--below {
   background-color: #e21f2f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 100% !important;
}

/* .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
 } */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #000 !important;
   font-size: 16px;
   font-weight: 500;
   transition: all 0.3s;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection__placeholder {
   color: #fff !important;
}

.select2-selection__rendered {
   text-align: left;
}

.select2-search__field:focus-visible {
   outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #000 !important;
   padding-left: 18px !important;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection__rendered {
   color: #fff !important;
   padding-left: 18px !important;
}

.select2-dropdown {
   border: 0 !important;
   top: -1px;
}

.select2-selection__rendered {
   text-align: left;
   padding-left: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #000 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #fff transparent !important;
   border-width: 0 4px 5px 4px !important;
}

.cus-hold-able-wrapper {
   order: 13;
}

#holdabledata {
   width: 100%;
   margin: auto;
}

@media screen and (max-width: 992px) {
   .cus-hold-able-wrapper {
      order: unset;
   }

   .modal-header .close {
      opacity: 1;
   }

   #myModalitem .custom-btn-2 {
      margin-top: 15px;
   }
}

@media screen and (max-width: 480px) {

   .field-a input,
   select,
   .customInputs {
      padding: 0px 8px !important;
   }

   .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 8px !important;
   }
}

@media screen and (max-width:576px) {
   .modal-dialog {
      margin: 0 !important;
      width: 100% !important;
   }

   .modal-content {
      display: flex;
      flex-direction: column;
      height: 100svh;
      justify-content: space-between;
      border-radius: 0;
   }

   .modal-body {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
   }

   #moreModalitem .modal-content .modal-body .accordion,
   #myModalvias .modal-content .modal-body .accordion,
   #itemcount .modal-content .modal-body .accordion {
      height: 278px;
   }

   .select2-container--default .select2-selection--single .select2-selection__placeholder,
   .field input,
   .field-mini select,
   .datefield input,
   .timefield input,
   .selectfield select,
   .select2-selection__rendered,
   .field-a input::placeholder {
      font-size: 12px !important;
   }

   #Passenger {
      padding: 0 !important;
   }


   .home-slider-area,
   .home-slider-area div,
   .welcome-hero-area {
      height: 182px !important;
   }

   .cd-intro {
      margin: 3em auto !important;
   }
}

#moreModalitem .modal-body {
   overflow-y: scroll;
}

@media screen and (max-width: 768px) {
   a.btn-two {
      display: none !important;
   }

   .formContainer {
      padding: 0 0 15px 0 !important;
   }

   .widgetHeading {
      font-size: 18px !important;
      padding: 6px 0 0 5px !important;
      margin: 0;
   }

   .slider-sec-text {
      padding-bottom: 10px !important;
      padding-top: 50px !important;
   }

   .navbarWrapper {
      padding: 10px 0;
   }

   .navbarWrapper .navBrand a span:nth-child(1) {
      font-size: 20px;
   }

   .navbarWrapper .navBrand a span:nth-child(2) {
      font-size: 12px;
   }

   .cusCutPaddingSm {
      padding: 0 !important;
   }
}


@media screen and (min-width: 992px) {
   .order-1 {
      order: 1;
   }

   .order-2 {
      order: 2;
   }

   .order-3 {
      order: 3;
   }

   .order-4 {
      order: 4;
   }

   .order-5 {
      order: 5;
   }

   .order-6 {
      order: 6;
   }

   .order-7 {
      order: 7;
   }

   .order-8 {
      order: 8;
   }

   .order-9 {
      order: 9;
   }

   .order-10 {
      order: 10;
   }

   .order-11 {
      order: 11;
   }

   .order-12 {
      order: 12;
   }

   .order-13 {
      order: 13;
   }
}

input#via::-webkit-input-placeholder {
   color: #000 !important;
}

/* .select2-container--default .select2-results>.select2-results__options{
    border: 2px solid #fff;
 } */
.select2-results__option {
   color: #fff;
}

.m-0 {
   margin: 0 !important;
}

.select2-results__options li {
   color: white !important;
}