
* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
.text-right {
  text-align: end;
}
.mainbox{min-height:79vh;}

.agencyWallet {
  float: left;
  padding: 0px 0px;
  margin-top: 23px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

    .agencyWallet span {
        float: left;
        padding: 4px 8px 2px;
        line-height: 14px;
    }

        .agencyWallet span:first-child {
            border-right: 1px solid #cccccc;
        }

    .agencyWallet dfn {
        float: left;
        padding: 0px 11px;
        font-size: 12px;
    }

    .agencyWallet svg {
        float: left;
        margin-top: 6px;
    }

    .agencyWallet b {
        color: #0d5fa9;
    }

.wDAgemain {
    width: 29%
}

.wDAge {
    width: 58%
}

.wDAgeV {
    width: 42%
}

.wDNality {
    width: 50%
}

.wDNalityC {
    width: 42%
}

.wSbtn {
    width: 29%
}

.cdk-overlay-pane {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.mat-option {
    line-height: 40px !important;
    height: 32px !important;
    border-bottom: 1px solid #f3f3f3;
    color: #122c51;
}

    .mat-option:hover {
        background: #0d5fa9;
        color: #fff;
    }

.mat-option-text i {
    font-style: normal;
}
.maincontainer{background:#fff; min-height:72vh;}

.newtooltip{border-radius: 4px;
  border: 1px solid #F8D561;
  background: #FBECB9;
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  z-index:10;
  inset-inline-end:0;
  bottom:20px;
  display: none;
}
.newtooltip:after{content:''; position:absolute;left:50%; top:0; transform: translate(-30%, -13px); border-width:6px; border-style: solid; border-color:transparent transparent #F8D561  transparent;}
.showtip .link:hover + .newtooltip{display: block;}
.infotooltip + .newtooltip::after{display:none;}
.infotooltip + .newtooltip::before{
  content:''; position:absolute; inset-inline-end: 5px; bottom: -25px;transform: translate(-30%, -13px); border-width:6px; border-style: solid; border-color: #F8D561 transparent transparent transparent;
}
.infotooltip:hover + .newtooltip{display:block; inset-inline-end: -5px;
    top: 8px;}
.operationalhours{font-size: 14px;}
.workingday{font-weight: bold; min-width:60px;}

.red{color:#E73122;}
.text-green{color:#539a56;}
.tbopreferred{
  background-color: #fff; border:1px solid #FDB412;
  display: inline-flex;
  font-weight: 600;
  border-radius:4px; 
  align-items:center;
  gap:.8rem; padding-inline-end:10px;
}
.tboprefrredlogo{background-color: #FDB412; border-radius:4px; padding:3px 6px;}

.tooltipNew {
  position: absolute;
  display: none;
  text-align: justify;
  padding: 5px 8px;
  font-size: 12px;
  top: 33px;
  line-height: 16px;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
  background: #1a1a1a;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  min-width: 239px;
}

    .tooltipNew::after {
        bottom: 100%;
        left: 40px;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #1a1a1a;
        border-width: 7px;
        margin-left: -3px;
    }

.tooltipPanel:hover .tooltipNew {
    display: block;
}

.Consultant_module, .Agency_module {
    text-align: left;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px #c6c6c6;
    border-radius: 3px;
    padding: 15px;
    inset-inline-start:20px;
    border: 1px solid #cccccc;
    width: 370px;
    line-height: 19px;
    top: 50px;
    z-index: 9;
}

.sclose {
    width: 23px;
    padding-top: 0px;
    height: 23px;
    text-align: center;
    top: 3px;
    font-size: 12px;
    right: 3px;
    text-decoration: none;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: red;
}
/*Common Css*/
.desktop_none {
    display: none;
}

figure {
    margin: 0px;
    padding: 0px;
}

kbd, dfn, em, textarea {
    font-style: inherit;
    font-family: Arial, Helvetica, sans-serif;
}

.pad0 {
    padding: 0px !important;
}

.patb {
    padding: 8px 0px;
}

.pad_5 {
    padding: 5px;
}

.patb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tbofullwidth {
    width: 100%;
    float: left;
}

.min_height60 {
    min-height: 60px;
}

.min_height120 {
    min-height: 120px;
}

.min_height150 {
    min-height: 150px;
}

.min_height320 {
    min-height: 320px;
}

.height25 {
    height: 25px !important;
}

.mar0 {
    margin: 0px !important;
}

.pad_right0 {
    padding-right: 0px !important;
}

.pad_left10 {
    padding-left: 10px;
}

.pad_r0 {
    padding-right: 0px !important;
}

.pad_left5 {
    padding-left: 5px;
}

.pad_bottom5 {
    padding-bottom: 5px;
}

.pad_right10 {
    padding-right: 10px;
}

.padtb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padtb3 {
    padding: 3px 0px;
}

.pad_top4 {
    padding-top: 4px;
}

.mar_right5 {
    margin-right: 5px !important;
}

.undrl_none, .yel_clr:hover {
    text-decoration: none;
}

.pad_rl {
    padding: 0px 5px;
}

.padtb10 {
    padding: 10px;
}

.padtb13 {
    padding: 13px;
}

.padtb14 {
    padding: 14px;
}

.padtb9 {
    padding: 9px !important;
}

.padtb4 {
    padding: 4px;
}

.pad_rl5 {
    padding: 0px 5px !important;
}

.pad_rl10 {
    padding: 0px 10px !important;
}

.marL_imp {
    margin-left: 0px !important;
}

.fl_left_imp {
    float: left !important;
}

.pad_left30 {
    padding-left: 30px;
}

.undl_none {
    text-decoration: none;
}

.font_normal {
    font-weight: normal;
}

.clr {
    clear: both;
}

.mar_top20 {
    margin-top: 20px;
}

.min_height30 {
    min-height: 30px;
}

.mar_left350 {
    margin-left: 350px;
}

.mar_top30 {
    margin-top: 30px;
}

.mar_top15 {
    margin-top: 15px;
}

.mar_top5 {
    margin-top: 5px;
}

.mar_top10 {
    margin-top: 10px;
}

.mar_top3 {
    margin-top: 3px !important
}

.marb0 {
    margin-bottom: 0 !important;
}

.padb0 {
    padding-bottom: 0 !important;
}

.mr8 {
    margin-right: 8px !important;
}

.padr_50 {
    padding-right: 50px;
}

.padr_20 {
    padding-right: 20px;
}

.ht100 {
    height: 90px;
    overflow: hidden;
}

.wd_70imp {
    width: 70% !important;
}

.wd_85 {
    width: 85%;
}

.wd_52 {
    width: 52%;
}

.wd_54 {
    width: 54%;
}

.wd_30 {
    width: 30%;
}

.wd_30imp {
    width: 45% !important;
}

.wd_35 {
    width: 35%;
}

.wd_5 {
    width: 5%;
}

.wd_15 {
    width: 15%;
}

.wd_12 {
    width: 12%;
}

.wd_18 {
    width: 18%;
}

.wd_40 {
    width: 40%;
}

.wd_50 {
    width: 50%;
}

.wd_98 {
    width: 98%;
}

.wd_92 {
    width: 92%;
}

.wd_11 {
    width: 11%;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right !important;
}

.wd_100 {
    width: 100%;
}

.marl_0 {
    margin-left: 0px !important;
}

.marl_5 {
    margin-left: 5px;
}

.mar_bottom15 {
    margin-bottom: 15px;
}

.mar_bottom10 {
    margin-bottom: 10px;
}

.mar_bottom2 {
    margin-bottom: 2px !important;
}

.mar_right10 {
    margin-right: 10px;
}

.mar_top0 {
    margin-top: 0px !important;
}

.pad_btm10 {
    padding-bottom: 10px;
}

.font11 {
    font-size: 11px;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font14imp {
    font-size: 14px !important;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.dis_block {
    display: block;
}

.patb5imp {
    padding: 5px 0px !important;
}

.padLR7 {
    padding: 0px 7px 7px;
}

.link:hover, .blue_clr:hover {
    text-decoration: none;
}

.sub_heading {
    font-size: 15px;
    padding: 5px;
    margin: 0px;
}

.valign {
    vertical-align: middle;
}

.btm_bdr0 {
    border-bottom: none !important;
}

.top_bdr0 {
    border-top: none !important;
}

.left_bdr0 {
    border-left: none !important;
}

.right_bdr0 {
    border-right: none !important;
}

.brdr_right {
    border-right: 1px solid #e7e7e7;
}

.bg_blur {
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    position: fixed;
    z-index: 1;
    top: 0px;
}

.Load_Popup {
  display: none;
  z-index: 1040;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}

.modyfypopup {
    display: none;
    z-index: 1040;
    position: fixed;
    top: 100px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 400px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.marpad5 {
    padding: 0px 5px;
    margin: 7px 10px 5px;
}

.noresize {
    resize: none;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

.valign {
    vertical-align: middle;
}

.border_btm_dash {
    border-bottom: 1px dotted;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

    .link:hover {
        text-decoration: underline;
    }

.bg_none {
    background: none !important;
}

.width_auto {
    width: auto !important;
}

.float_none {
    float: none !important;
}

.colpad {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline !important;
}

    .underline:hover {
        text-decoration: none !important;
    }

.nonRefund {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    background: #ececec;
    color: red;
    padding: 5px 5px;
    float: left;
    font-weight: bold;
}
/*button small medium large*/
.tbobtn, .tbobtn_active {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 0px;
    text-decoration: none;
}

    .tbobtn:hover, .tbobtn_active:hover, .tbobtn:active, .tbobtn_active:active {
        text-decoration: none;
    }

.s {
    font-size: 11px;
    padding: 4px 6px;
    margin: 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.m {
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.l {
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tbobtn:active, .tbobtn_active:active, .comn_btn:active, .comn_btnblue:active {
    opacity: .5;
}

.d-block {
    display: block;
}

.car_name {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

    .car_name small {
        font-size: 13px;
    }
/*switch arrow Drop car*/
.switch_slide {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 12px;
    margin-right: 3px;
}

    .switch_slide input {
        display: none;
    }

.sliderswith {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderswith:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: -1px;
        bottom: -3px;
        background-color: white;
        -webkit-transition: .4s;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        transition: .4s;
    }

input:checked + .sliderswith:before {
    left: -8px;
}

input:checked + .sliderswith:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.sliderswith.round {
    border-radius: 34px;
}

    .sliderswith.round:before {
        border-radius: 50%;
    }
/*cssloader*/
.tboloader {
    width: 80px;
    height: 80px;
    animation: tboloading 1s linear infinite;
    display: inline-block;
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

@keyframes tboloading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tboloading {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
/*Header Area*/
.tboair_header {
    min-height: 90px;
}

    .tboair_header .logo {
        padding: 15px 0px;
    }

.tboair_logo {
    padding: 4px !important;
    float: left;
}

.tboair_header a {
    padding: 3px 5px;
    text-decoration: none !important;
}

.tboair_header .title {
    font-size: 18pt;
    padding: 30px 0px 20px 0px;
    float: left;
    text-align: right;
    width: 100%;
}

.top_strip {
    padding: 2px 0px;
}

ul.top_nav {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

    ul.top_nav li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: left;
        position:relative;
    }

    ul.top_nav a {
        float: left;
        font-size: 13px;
        font-weight: normal;
        padding:8px 16px;
        cursor: pointer;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }

    ul.top_nav li a:hover .fa-angle-right {
        transform: rotate(90deg);
    }

    ul.top_nav li .fa {
        font-size: 18px;
    }

    ul.top_nav li a .fa-angle-right {
        float: right;
        padding: 0px;
        margin-left: 10px;
        font-weight: bold;
        margin-top: -1px;
    }

ul.sub_menu, div.sub_menu {
    margin: 0px;
    padding: 5px;
    list-style-type: none;
    position: absolute;
    min-width: 180px;
    top:53px !important;
}

    ul.sub_menu li, div.sub_menu li {
        float: left;
        border: none;
        width: 100%;
        clear: both;
    }

ul.top_nav li:hover ul.sub_menu, ul.top_nav li:active ul.sub_menu, ul.top_nav li:hover div.sub_menu {
    display: block !important;
    z-index: 99999;
}

ul.sub_menu li a, div.sub_menu li a {
    padding: 6px 8px 6px 14px;
    display: block;
    width: 100%;
    font-weight: normal;
}

ul.sub_menu li .fa, div.sub_menu li .fa {
    padding-right: 3px;
}

.contact {
    padding: 8px;
    font-size: 15px;
    margin: 3px 5px 0px;
    float: right;
    background: none !important;
    border: none !important;
}

.walletbal {
    text-align: right;
    font-size: 12px;
    padding: 5px;
}

.top_strip a:hover {
    text-decoration: underline;
}

.balance_panel {
    margin-top: 10px;
}

.agntprofile {
    text-decoration: none;
    padding: 3px 10px 5px !important;
    display: inline-block;
}

    .agntprofile:hover {
        text-decoration: none;
    }
/*Footer*/
.footerbox {
  background: #f2f2f2;
}

ul.footer_nav {
    float: right;
    list-style-type: none;
    margin: 20px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    text-align: right;
}

  ul.footer_nav li:not(:last-child) {
    border-right: #004e93 solid 1px;
  }
  ul.footer_nav li {
    display: inline-block;
    color: #004684;
    font-size: 13px;
    padding:0 8px;
  }

    ul.footer_nav li a {
      text-decoration: none;
      color: #004684;
    }

  ul.footer_nav li a:hover {
      text-decoration: underline;
  }
/*BreadCrubm Area*/
.bread_crumb {
    padding: 10px;
}

ul.root_links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.root_links li {
        padding: 0px;
        list-style-type: none;
        float: left;
        margin: 0px;
    }

        ul.root_links li:last-child dfn {
            display: none;
        }

        ul.root_links li a {
            padding: 5px 10px;
            text-decoration: none;
            float: left;
            border-radius: 5px;
            cursor: default;
        }

        ul.root_links li span {
            height: 7px;
            float: left;
            margin: 11px 0px;
            width: 10px;
        }

        ul.root_links li dfn {
            float: left;
            height: 25px;
            width: 25px;
            border-radius: 25px;
            margin-top: 2px;
            padding: 7px;
        }

            ul.root_links li dfn i {
                float: left;
                width: 10px;
                height: 10px;
                border-radius: 10px;
                position: relative;
                -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
                box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
            }
/* Search Page */
.countyflagbox {
  position: absolute;
  inset-inline-start: 15px;
  inset-block-start: 18px;
  width: 25px;
  height: 16px;
  background: #cfcece;
  display: inline-flex;
}

.country-flag {
  width: 24px;
  height: 16px;

}

.agencyCitybg {
    background: #f3f3f3;
    padding: 5px 8px;
}

    .agencyCitybg svg {
        fill: #0d5fa9;
        vertical-align: middle;
    }

.search_bg {
    min-height: 275px;
}

.form_bg {
    margin: 0px auto 10px auto;
    padding: 0px 0px;
}

.form_area {
    min-height: 580px;
    width: 100%;
    padding: 20px 40px;
}

.form_bg h2 {
    margin: 0px;
    padding: 10px 0px;
    font-weight: 300;
}

nav.menubar {
    margin: 0px;
    padding: 0px;
}

    nav.menubar a {
        padding: 5px 3px;
        float: left;
        margin: 0px 4px 0 0;
        width: 100px;
    }

        nav.menubar a i {
            width: 35px;
            height: 20px;
            padding: 0px 5px;
            float: left;
        }

.form_bg label {
    float: left;
    width: 100%;
    padding: 8px 0 2px;
}

.form_bg input[type="text"], .form_bg input[type="number"], .form_bg input[type="password"], .form_bg select, .form_bg textarea {
    padding: 8px;
    width: 100%;
    height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: ease all 0.3s;
}

.form_bg select, .modify_panel select, .pax_detail_area select {
    cursor: pointer;
}

.form_bg select {
    cursor: pointer;
}

nav.menubar a i.oneway {
    background-position: -19px -52px;
}

nav.menubar a i.return {
    background-position: -19px -73px;
}

nav.menubar a i.multicity {
    background-position: -19px -97px;
}

.form_bg select option {
    padding: 5px 5px;
}

.fa-sort-desc {
    position: relative;
    margin-top: -30px;
    float: right;
    right: 12px;
    font-size: 18px;
}

.srch_overl {
    position: relative;
    margin-top: -28px;
    float: right;
    right: 12px;
    font-size: 18px;
}

.fa-map-marker, .fa-calendar, .fa-times-circle {
    position: relative;
    margin-top: -30px;
    float: right;
    right: 8px;
    font-size: 22px;
}
.floatingInput + a>.fa-times-circle { margin-top: -40px}



.cal_date {
  position: relative;
  margin-top: -38px;
  float: right !important;
  right: 8px;
  font-size: 22px;
  width: auto !important;
}

.cal_date1 {
    position: relative;
    margin-top: -35px;
    float: right !important;
    right: 8px;
    font-size: 22px;
    width: auto !important;
}

.cal_date2 {
    position: relative;
    margin-top: -35px;
    float: right !important;
    right: 8px;
    font-size: 22px;
    width: auto !important;
    cursor: pointer;
}

.queCal {
    margin-top: -29px;
    right: 5px;
    font-size: 15px;
}

.arrow_down {
    position: relative;
    margin-top: -53px;
    float: right !important;
    right: 8px;
    font-size: 22px;
    width: auto !important;
    cursor: pointer;
}

.cursor {
    cursor: pointer !important;
}

.airline_tab {
    padding: 5px;
    text-decoration: none;
    float: left;
    height: 30px;
}

.airlines_row span {
    display: block;
    width: 20%;
    padding: 5px 0px;
    float: left;
}

.career_feild {
    width: 60% !important;
}

.pushbooking {
    border: 1px solid #e6e6e6;
}

.form_bg kbd {
    clear: both;
    display: block;
    font-style: normal;
    font-size: 12px;
    padding: 5px 0px;
    font-family: inherit;
}

.comn_btn, .comn_btn2 {
    padding: 5px 13px;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: ease all 0.3s;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    text-align: center;
    font-weight:500;
}

    .comn_btn .fa-search {
        float: right;
        padding: 8px 10px;
        height: 34px;
        transition: ease all 0.3s;
    }

    .comn_btn .fa-caret-right, .comn_btn .fa-caret-left {
        float: right;
        padding: 8px 10px;
        height: 33px;
        transition: ease all 0.3s;
    }

    .comn_btn span, .comn_btnblue span {
        padding: 3px 9px 2px;
        float: left;
    }

.add_btn {
    padding: 5px;
    float: left;
    font-size: 20px;
    transition: ease all 0.3s;
}

.comn_btnblue {
    padding: 5px 10px;
    text-decoration: none;
}

.comn_link {
    text-decoration: none;
}

    .comn_link:hover {
        text-decoration: underline;
    }

.highlight {
    font-weight: bold;
}

.tripbox {
    padding: 0;
    margin-top: 8px;
}

.searchicon {
    text-align: center;
    margin-top: 5px;
}

.airlines_sort {
    float: left;
    width: 100%;
    font-size: 12px;
}

.multicurrencypop {
    position: absolute;
    z-index: 1000;
    background: rgb(255, 255, 255);
    width: 320px;
    right: 0px;
}

.faresummarypop {
    width: 300px;
    right: 0;
    position: absolute;
    z-index: 1000;
    background: white;
}

.processbox {
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}

.myclose {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 2px;
    height: 23px;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
}

.balancebox {
    padding: 6px 8px;
    float: right;
}

.seachdltbox {
    padding: 10px !important;
    text-align: left !important;
    font-size: 14px;
}

.droplocation {
    width: 50% !important;
}
.droplocationsame{width:100%!important;}

.owl-dt-container {
  font-size: initial !important;
}
.dropdown-menu {
  padding: 0;
  border: 1px solid #fdb412;
  width:100%;
  max-width:400px;
}
.dropdown-item {
  white-space:normal;
  display: flex;
  width: 100%;
  text-align: left;
  background: none;
  box-shadow: none;
  border: 0px;
  padding: .5rem 5px;
  border-top: 1px solid #f1f1f1;
  align-items: center;

}

    .dropdown-item img {
        padding-right: 10px;
    }

.dropdown-menu {
    max-height: 318px;
    overflow: auto;
}

.citylistname {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width:100%;
}

.tripbox i {
    width: 31px;
    float: left;
    margin-top: 4px;
}

.tripbox span {
    width: calc(100% - 31px);
    float: left;
    font-size: 12px;
    padding: 0px 5px 0 0;
}
.planeicon, .mapicon, .nearme {
  width: 25px;
  height:25px;
  margin-inline: 8px;
  display: inline-flex;
  background-repeat: no-repeat;
}
.planeicon {
  background-image: url(../images/planeicon.svg);
}

.mapicon {
  background-image: url(../images/mapicon.svg);
}

.nearme {
  background-image: url(../images/nearme.svg);
}

.dropdown-item:hover .planeicon,
.dropdown-item.active .planeicon {
  background-image: url(../images/planeiconh.svg);
}

.dropdown-item:hover .mapicon,
.dropdown-item.active .mapicon {
  background-image: url(../images/mapiconh.svg);
}

.dropdown-item:hover .nearme,
.dropdown-item.active .nearme {
  background-image: url(../images/nearmeh.svg);
}

.faDefault {
  position: inherit !important;
  margin-top: 0 !important;
  float: none !important;
  right: inherit !important;
  font-size: inherit !important;
}
/*--------Search Result Page for TBO Car Rental------------*/
.breadcrumb_area {
    float: left;
    padding: 5px 0px;
}

    .breadcrumb_area a {
        text-decoration: none;
        padding: 0px 5px 0px 0px;
        font-size: 15px;
    }

.seprate_arrow {
    position: relative;
}

    .seprate_arrow:after {
        width: 15px;
        height: 15px;
        border-width: 2px 2px 0 0;
        border-radius: 2px;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        margin-left: -4px;
        top: 50%;
        left: -6px;
        content: '';
    }

.srt_cartype {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style-type: none;
}

    .srt_cartype li {
        float: left;
        width: calc(100% / 7);
        margin: 0px;
        /* padding: 0px 5px 0 0; */
        text-align: center;
        border-radius: 4px;
    }

        .srt_cartype li:not(:last-child) {
            padding: 0px 12px 0 0;
        }

      .srt_cartype li a {
        float: left;
        width: 100%;
        margin: 0px;
        text-decoration: none;
        position: relative;
        min-height: 100px;
        text-align: start;
        border: 1px solid #D1D4D7;
        background: #fff;
        padding: 10px;
        border-radius: 12px;
      }

        .srt_cartype li span {
            float: left;
            width: 100%;
            margin: 0px;
        }




.srt_carfadebg {
    border-radius: 5px;
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    transition-property: opacity,background-color;
    transition-duration: .4s,0.4s;
    transition-timing-function: ease-in-out,ease-in-out;
}

.srt_cartype a.selected .srt_carfadebg {
    opacity: 0;
}

.srt_cartype li:hover a.selected .srt_carfadebg {
    opacity: .2;
}





.altbluebtn{padding:.8rem; font-size:16px; font-weight:600px; border-radius:4px; background-color: #fff; color:#0d5fa9; border:1px solid #0d5fa9; cursor:pointer; display:inline-flex; justify-content: center; align-items: center;}
.altbluebtn:hover{ background:#0d5fa9; color:#fff; border:1px solid #0d5fa9;}
.iconbox{display: flex;
  padding: 1rem;
  background-color: #E3F1FB;
  justify-content: center;
  align-items: center;
  border-radius: 8px;}
.greentag{position: absolute;
  inset-inline-end: -11px;
  inset-block-start: -6px;
  background-color: #539a56;
  color: #fff;
  padding: 5px .8rem;
  display: inline-flex;
  border-radius: 4px 4px 0 4px;}

  .greentag:after{
  position: absolute;
  content: "";
  inset-inline-end: 0;
  inset-block-end: -13px;
  border-width: 14px 7px 0 0;
  border-style: solid;
  border-color: #1d401f transparent transparent transparent;
  }

.car_result_row {
    border-width: 1px;
    border-style: solid;
    margin: 0 0 15px 0 !important;
    padding: 16px;
}

.apply_filtr .fa-times, .apply_filtr:hover .fa-check {
    display: none;
}

.apply_filtr:hover .fa-times {
    display: inline-block;
}

.rewardpoints {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    position: relative;
}

    .rewardpoints i {
        color: #f0a819;
        font-size: 20px;
        padding: 3px;
        cursor: pointer;
    }

.pointsbox {
    border-radius: 50%;
    min-width: 20px;
    background: #c31212;
    color: #fff;
    padding: 0;
    display: inline-block;
    position: absolute;
    margin-top: -5px;
    margin-left: -6px;
    font-size: 12px;
    line-height: 20px;
}

.car_imgpanel img {
    max-width: 280px;
    max-height: 144px;
    object-fit: contain;
    min-width: 100%;
}

.carsupl_logo {
    width: 75px !important;
}

.result_midpanel h3 {
    font-size: 16px;
    margin: 0px;
    padding: 8px 0 5px;
}

    .result_midpanel h3 small {
        font-size: 12px;
    }

.car_feature {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

    .car_feature li {
        float: left;
        width: 50%;
        list-style-type: none;
        margin: 0px;
        /* padding: 6px 0 0; */
        position: relative;
    }

        .car_feature li span {
            color: #1E1E1E;
        }

    .car_feature i, .car_feature svg {
        vertical-align: -1px;
    }

        .car_feature i, .car_feature svg path {
            color: #1E1E1E;
            fill: #1E1E1E;
            ;
        }

.review_rating {
    text-decoration: none;
}

    .review_rating b {
        font-size: 15px;
        float: left;
        padding-left: 10px;
        line-height: 15px;
        margin-top: 3px;
    }

    .review_rating span {
        display: inline-block;
        padding: 10px;
        float: left;
    }

    .review_rating small {
        text-decoration: underline;
        font-size: 12px;
        font-weight: 300;
    }

        .review_rating small:hover {
            text-decoration: none;
        }

.result_btmpanel {
    padding: 10px 0;
    margin: 5px 0 10px !important;
}

    .result_btmpanel span {
        float: left;
        width: 32px;
    }

    .result_btmpanel b {
        float: left;
        padding-left: 2px !important;
        width: calc(100% - 32px);
    }

    .result_btmpanel small {
        font-weight: normal;
    }

.car_result_row h2 {
    font-weight: bold;
    padding:.8rem;
}

.resulrowleftMht {
  min-height: 212px;
}
/*Modify Search Panel*/
.modify_panel {
    display: block;
    width: 100%;
    margin: 1px 0 0;
    height: auto;
    float: left;
    padding: 0 0 5px;
}


.more_options {
    padding: 8px 0px;
    display: block;
}

    .more_options a {
        text-decoration: none;
    }
.ngx-pagination{display:flex; justify-content:center; margin-top:1rem;}

/*Left Filter Panel*/
.filter_area h2 {
  margin: 0px;
  padding: 0px;
  font-size:16px;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  font-weight: 500;
}

.filter_area h3 {
    margin: 4px 0px;
    font-size: 14px;
    float: left;
    /* padding: 8px; */
    display: block;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

    .filter_area h3 i {
        font-size: 16px;
    }

    .filter_area h3 .fa-info-circle {
        font-size: 12px;
    }

.filter {
    float: right;
    font-size: 20px;
}

.time_sort a {
    float: left;
    padding: 3px;
    width: 20%;
    text-align: center;
    margin: 0px 7px;
    border-radius: 10px;
    font-size: 11px;
    text-decoration: none;
}

.time_sort i {
    width: 32px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

.stop_sort a {
    float: left;
    padding: 3px;
    width: 35px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
}

    .stop_sort a i {
        font-style: normal;
        font-size: 16px;
    }

.filter_ul {
    list-style-type: none;
    margin: 4px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

    .filter_ul li {
        list-style-type: none;
        margin: 0px;
        float: left;
        width: 100%;
    }

        .filter_ul li label {
            font-size: 14px;
            font-weight: 400;
            line-height: normal;
            color: #000;
            margin-bottom: 0;
        }

        .filter_ul li:not(:nth-child(1)) {
            padding: 8px 0px 0;
        }

    .filter_ul input {
        margin: 0px 5px 0 0 !important;
        float: left;
        padding: 0px;
        height: 14px;
        width: 14px;
        position: relative;
        top: 1.5px;
    }

    .filter_ul span {
        float: left;
    }

    .filter_ul dfn {
        float: right;
    }

.search_box figure img {
    width: 100%;
    height: 28px;
}

.search_box figure {
    width: 38px;
}

.farerulepopup {
    z-index: 1000;
    position: absolute;
    width: 90%;
    max-width: 400px;
    margin-top: 0;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 10px #CCCCCC;
}
/*--------Search Listing Right Panel---------*/
/*Search Sorting Panel*/
.search_sorting {
    margin-bottom: 15px !important;
}

    .search_sorting a {
        text-decoration: none;
    }

.search_sorting {
    margin-bottom: 10px;
}

.search_box {
    margin-bottom: 10px;
}

/*Price Panel*/
.price_panel {
    padding: 5px 9px 5px;
    position: relative;
    /* min-height: 250px !important; */
}

    .price_panel strong {
        font-size: 17pt;
        text-align: center;
        font-weight: 300;
        display: block;
    }

        .price_panel strong kbd {
            font-style: normal;
            font-family: inherit;
            font-size: 15pt;
            text-align: center;
            margin: 0px;
            padding: 0px;
        }

    .price_panel small {
        display: block;
        /* float: left; */
        width: 100%;
        text-align: end;
        /* margin-bottom: 5px;
            font-size: 12px; */
    }

        .price_panel small .fa-info-circle {
            font-size: 15px;
        }

/*fare_summary popup*/
.fare_summary {
    width: 150px;
    z-index: 1000;
    position: absolute;
    min-height: auto;
    top: 57px;
    left: -5px;
    padding: 8px;
    font-size: 12px;
}

    .fare_summary:after {
        border-width: 7px;
        border-style: solid;
        content: "";
        left: 50%;
        top: -14px;
        position: absolute;
    }

    .fare_summary span {
        display: block;
        width: 50%;
        float: left;
        text-align: left;
        padding: 2px 0px;
    }

.detail_view {
    min-height: 200px;
    padding: 0 8px 8px;
}

.flightbtlbox {
    float: left;
    width: 100%;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.layoverbox {
    padding: 10px;
    margin: 8px;
    font-size: 12px;
    text-align: center;
}

    .layoverbox > i {
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 10px;
        width: 10px;
        margin: 0 5px;
    }

    .layoverbox > span {
        padding: 5px 15px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
    }

.layoverhr {
    height: 1px;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: -28px;
    border: none;
}


.d-flex{display: flex; flex-wrap: wrap;}
.justify-between{justify-content: space-between;}
.align-items-center{align-items: center;}
.mb-5{margin-bottom:1.5rem;}
.gap-3{gap:1rem;}
.notif{width:12px; height: 12px; background: rgba(195, 134, 17, 0.40); border-radius:3px; display: flex; justify-content: space-between;}
.whitebox{background-color: #fff; border:1px solid #e7e7e7; border-radius: 4px; display:flex; flex-wrap: wrap; padding:8px;}
.timebox { background: #D9EDF7; border: 1px solid #7CB8C4; padding: 5px 12px; border-radius: 4px; color: #235067; font-size:14px; font-weight:600; display:inline-flex; gap:.8rem; align-items:center;}
.timeicon{fill:#235067;}
.timecountbox{width:30px; height:30px; border:1px solid #7CB8C4; background:#fff; border-radius:4px; display:inline-flex; justify-content:center; align-items:center;}
.timeleftbox{ background: #F2DEDE; border: 1px solid #C48792; color: #79302F;}
.timeleftbox > .timeicon{fill:#79302F;}
.timeleftbox > .timecountbox{border:1px solid #C48792;}


/*-------- Pax Page---------*/
.top_search_area {
    width: 100%;
}

.pax_detail_area {
    min-height: auto;
    padding: 8px;
}

    .pax_detail_area h2, .pax_pricing h2, h2 {
        font-size: 11pt;
        margin: 0px;
        padding: 0px;
    }

.greyheading {
    margin: 0 0 5px;
    padding: 8px;
    font-size: 11pt;
}

.pax_detail_area label {
    display: block;
    width: 100%;
    padding: 5px 0px 2px;
}

.pax_detail_area input[type="text"], .pax_detail_area select {
    padding: 8px;
    width: 100%;
    height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .pax_detail_area select option {
        padding: 5px 5px;
    }

.addon_services {
    width: 100%;
    padding: 8px;
}

    .addon_services .head {
        padding: 8px 0px 8px 8px;
        text-decoration: none;
        width: 100%;
        display: block;
    }

.seat_bg {
    padding: 8px 15px 8px 38px;
    text-decoration: none;
}

    .seat_bg:hover {
        transition: ease all 0.3s;
    }

.pax_pricing h2 {
    margin: 0px;
    padding: 8px 10px;
    float: left;
    width: 100%;
}

.flight_infobox {
    margin: 10px 0px 15px 0px !important;
}

.modal-body {
    max-height: 90vh;
    overflow: auto;
}

.fa-sort-desc {
    display: none !important;
}
/*-------- Confimration Page---------*/
.review_details label {
    font-size: 16px;
}

.review_details span {
    font-size: 14px;
}

.pass_info {
    width: 100%;
}

    .pass_info strong {
        font-size: 15px;
    }

    .pass_info small {
        float: left;
        font-style: normal;
        font-size: 13px;
    }

.pnr_panel {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15pt;
    text-align: center;
    display: inline-block;
}

    .pnr_panel small {
        display: block;
        clear: both;
        font-size: 15px;
        text-align: center;
    }

.booking_date {
    float: right;
}

    .booking_date span {
        margin: 0px;
        padding: 0px;
        float: left;
        display: block;
        width: 100%;
    }

.flght_info strong, .contact_info label {
    text-align: left;
    padding: 5px 0px 0px;
    display: block;
    font-weight: bold;
}

.flght_info kbd, .contact_info span {
    font-style: normal;
    font-family: inherit;
    display: block;
    text-align: left;
    padding: 0px 0px;
}

.contact_info label {
    font-weight: normal;
}

.acco_panel {
    margin: 10px 0px 0px 0px;
}

    .acco_panel a {
        text-decoration: none;
    }

.PickUpLMap #googleMap {
    width: 100% !important;
    height: 315px !important;
}


/*new css for new result page */
.srt_carfadebg {
    background: #fff;
}
/*Car Filter CSS*/
.sortcarname{font-size:14px; font-weight: bold; color: #333;text-align: start;}
.carprice{color: #647383; font-weight:400; font-size:14px;text-align: start; padding: 3px 0 10px;}
.shortcarbox{height:70px; object-fit: cover;  text-align:center;}
.shortcarbox img{width:90%;}

.srt_cartype li a:hover{border:1px solid #44A2E7;}
.srt_cartype li a:hover .sortcarname, .srt_cartype li a:hover .carprice{color:#014693;}

.srt_cartype li a.selected{border:1px solid #1573C4; border-bottom:5px solid; background-color: #E3F1FB;}
.srt_cartype li a.selected .sortcarname, .srt_cartype li a.selected .carprice{color:#1573C4;}

.srt_cartype li a.selected:hover{border:1px solid #014693; border-bottom:5px solid; background-color: #E3F1FB;}
.srt_cartype li a.selected:hover .sortcarname, .srt_cartype li a.selected:hover .carprice{color:#014693;}

.srt_cartype li.ev > a{border:1px solid #D1D4D7; background-color: #fff;}
.srt_cartype li.ev > a .sortcarname, .srt_cartype li.ev > a .carprice{color:#595959;}

.srt_cartype li.ev > a:hover{border:1px solid #396A3A; border-bottom:5px solid #396A3A; background-color: #fff;}
.srt_cartype li.ev > a:hover .sortcarname, .srt_cartype li.ev > a:hover .carprice{color:#396A3A;}

.srt_cartype li.ev > a.selected{border:1px solid #4B8C4D; border-bottom:5px solid #4B8C4D; background-color: #DFF0D8;}
.srt_cartype li.ev > a.selected .sortcarname, .srt_cartype li.ev > a.selected .carprice{color:#4B8C4D;}

.srt_cartype li.ev > a.selected:hover{border:1px solid #396A3A; border-bottom:5px solid #396A3A; background-color: #DFF0D8;}
.srt_cartype li.ev > a.selected:hover .sortcarname, .srt_cartype li.ev > a.selected:hover .carprice { color: #396A3A;}

.dropSelect {
    padding: 8px;
    background: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.filter_ul span {
    float: right;
}

.offerFilter {
   
    float: left;
    width: 100%;
 
}

  .offerFilter h3 {
    margin: 0;
    margin-left: -5px;
    width: calc(100% + 10px);
    background: #b5cbe2;
    color:#0d5fa9;
  }

.car_imgpanel img {
    border-radius: 12px;
    margin-top: 10px;
}

.car_result_row {
    background: #fff;
    border: 1px solid #D1D4D7;
    border-radius: 8px;
}

.caritems {
    border-radius: 2px;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    height: 19px;
}

.intrgp {
    column-gap: 8px;
}

.caritems span {
    margin-right: 4px;
    color: #1E1E1E;
}

.result_midpanel h3 {
    color: #1E1E1E;
}

.zeroExcess {
    display: inline-block;
    background: #009e0f;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 5px;
}

.car_feature li {
    width: auto;
    /* padding: 6px 5px; */
}

.rentalTerms {
    cursor: pointer;
    font-weight: bold;
    padding: 5px 8px;
    font-size: 12px;
    text-decoration: underline;
}



.specialOffer {
    background: #ffffc8;
    color: #000;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    margin-top: 20px;
}

.result_btmpanel {
    background: #fdfdfd;
    border: 1px solid #fcfcfc;
    font-size: 12px;
}

    .result_btmpanel h3 {
        margin: 0px;
        font-size: 15px;
        padding: 5px 0;
        font-weight: bold;
    }

.resulrowleftMht {
    min-height: 184px;
}

.price_panel strong {
    font-size: 20px;
    font-weight: bold;
}



.price_panel {
    padding: 0px 0px 0px;
    /* min-height: 280px !important; */
    border-left: 2px solid #fff;
}

.emailPrice {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 15px;
    cursor: pointer
}

    .emailPrice:hover {
        color: #f0a819;
    }

.listingimg {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

/*-------- Queue Page---------*/
.infoImp:hover {
    text-decoration: none;
}

.infoImp i {
    font-size: 16px;
    vertical-align: middle;
}

.infoImpR {
    /* padding: 2px 5px;
        font-size: 12px;
        font-weight: normal; */
}

.agency_dtl {
    float: left;
    display: block;
}

    .agency_dtl strong, .agncy_prc_detl strong {
        display: block;
        font-size: 16px;
    }

    .agency_dtl small {
        font-size: 15px;
        padding: 5px 0px;
    }

    .agency_dtl kbd, .agncy_pnr_dtl kbd, .agncy_prc_detl kbd {
        display: block;
        font-style: normal;
        font-family: inherit;
    }

    .agency_dtl b {
        float: left;
        padding: 0px 3px 0px 0px;
    }

.pnr_status {
    padding: 5px 10px;
    display: table !important;
    margin: 0px auto;
}

.pnr_pass_detl {
    width: 100%;
}

    .pnr_pass_detl .pass_row strong {
        display: block;
        font-size: 13px;
    }

    .pnr_pass_detl .pass_row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.release_queue {
    padding: 8px;
    width: 40%;
    height: 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 13px;
}

.agency_dtl, .agncy_prc_detl {
    width: 100%;
}

.search_by span {
    padding: 5px 0px;
    float: left;
    width: 100%;
}

    .search_by span input[type="text"], .search_by span input[type="number"] {
        padding: 8px;
        width: 100%;
        height: 40px;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-family: inherit;
        font-size: 13px;
        transition: ease all 0.3s;
    }

        .search_by span input[type="text"]:hover, .search_by span input[type="number"]:hover, .form_bg input[type="text"]:hover, .form_bg input[type="number"]:hover {
            background: #f4f4f4;
        }

.search_by span {
    padding: 5px 0px;
    float: left;
    width: 100%;
}

    .search_by span input[type="text"], .search_by span input[type="number"] {
        padding: 8px;
        width: 100%;
        height: 40px;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-family: inherit;
        font-size: 13px;
        transition: ease all 0.3s;
    }

        .search_by span input[type="text"]:hover, .search_by span input[type="number"]:hover, .form_bg input[type="text"]:hover, .form_bg input[type="number"]:hover {
            background: #f4f4f4;
        }

.pageing {
    text-transform: uppercase;
    float: right;
    width: 100%;
}

    .pageing span {
        padding: 6px 8px;
        font-size: 11px;
        cursor: pointer;
    }

    .pageing a {
        padding: 5px;
        text-decoration: none;
    }

        .pageing a:first-child, .pageing a:last-child {
            padding: 0 4px;
        }

            .pageing a:first-child:hover, .pageing a:last-child:hover {
                text-decoration: underline;
            }

.acc_box_tabs {
    float: left;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.acc_box span {
    float: left;
    text-align: justify;
    padding: 7px;
    margin: 0px;
    line-height: 20px;
}

.fl_queue, .pnd_queue {
    margin-bottom: 13px;
    float: left;
    padding:1rem .8rem;
    width:100%;
}

.panel-body ul {
    padding: 8px 15px;
    margin: 0;
}

.summarybox {
    width: 100%;
    float: left;
    padding: 8px;
    margin-top: 5px;
}

.queueheading {
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 16px;
}
/*Add Role Task*/
.task_table th {
    padding: 10px;
}

.task_table tr, .task_table tr td {
    padding: 5px 5px;
}

.roles_panel {
    padding: 5px;
}

    .roles_panel strong {
        display: block;
        padding: 5px 0px;
        font-size: 15px;
    }

/*Airline Commission Page*/
.airline_tabs a {
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 15px;
}

.airline_subtabs a {
    float: left;
    padding: 8px 9px;
    text-decoration: none;
    margin-right: 2px;
    font-size: 13px;
}

.comsn_panel i {
    font-style: normal;
}

.atoz {
    margin-top: 10px;
    margin-left: 0px;
}

    .atoz a {
        float: left;
        padding: 8px 10px;
        text-decoration: none;
        margin-right: 8px;
        transition: ease all 0.3s;
        font-size: 15px;
    }

.mob_search_details {
    display: none;
}

/*New Changes*/
#TimeFilter h4, #TimeFilter h5 {
    font-size: 12px;
    margin: 5px 0px;
    padding: 0px;
    font-weight: normal;
}

#myModal p {
    text-align: justify;
}

.fa-database {
    margin: 5px 0px -5px 0px;
    vertical-align: text-top;
}
.close {
  font-size: 24px;
  width: 27px;
  height: 27px;
  line-height: 16px;
  border: 0;
  text-align: center;
  border-radius: 3px;
}
.flagInput{display:flex; align-items:center;}
button.dropbtn.btn{display:flex; gap:2px;}
/*Flight Loader Css*/
.fl_loader {
  width: 600px;
  margin: 50px auto;
}

.warnningtag{border-radius: 4px; border: 1px solid var(--warning-border, #D6B675); background: var(--warning-background, #FBF8E3); color: #654F29; font-weight: 500; display: flex; align-items: center; gap:.5rem; padding:8px 1rem; font-size:14px; margin-bottom:5px;}

/*print*/
.showinprint {
    display: none;
}

.agency_pop {
    padding: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    top: 26px;
}

.border_none {
    border: 0px !important;
}

.radius_none {
    border-radius: 0px !important;
}

.display_inline {
    display: inline-block;
}

.small_btn, .small_btn_active {
    padding: 3px 9px 2px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
/*Rental Terms popup*/
.pop_subheading {
    margin: 0px;
    font-size: 15px;
    float: left;
    padding: 8px;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

    .pop_subheading i {
        font-size: 16px;
    }

    .pop_subheading .fa-info-circle {
        font-size: 12px;
    }

.pop_h3heading {
    margin: 0px;
    font-size: 13px;
    float: left;
    padding: 8px;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

    .pop_h3heading i {
        font-size: 16px;
    }

.ullistnone {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .ullistnone li {
        padding: 4px 0;
    }

.paymentcard {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0;
    height: 27px;
    vertical-align: middle;
    width: 55px;
    background-repeat: no-repeat;
}

.visacard {
    background-position: 1px 1px;
}

.mastercard {
    background-position: 1px -26px;
}

.amexcard {
    background-position: 1px -53px;
}

.jcbcard {
    background-position: 1px 1px;
}

.discovercard {
    background-position: 1px 1px;
}

.blankcard {
    background-position: 1px 1px;
}
/*Car Details page css*/
/*no result found*/
.noresult_found {
  display: inline-flex;
  width: 100%;
  max-width: 450px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.32);
  align-items: center;
}

    .noresult_found span {
        font-size: 20px;
        float: left;
        width: 100%;
        line-height: 25px;
        padding-block:1rem;
    }

    .noresult_found b {
        font-size: 24px;
        font-style: italic;
    }

    .noresult_found p {
        float: left;
        width: 100%;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        margin:0;
        border-radius: 0 0 14px 14px;
    }
/*Driver details*/
.driver_img {
    text-align: center;
    border-radius: 15px;
    height: 114px;
    padding-top: 22px;
}

    .driver_img input {
        position: absolute;
        top: 22px;
        width: 71px;
        height: 71px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        cursor: pointer;
    }

    .driver_img img {
        width: 71px;
        height: 71px;
    }

.driver_form .form-control {
    margin-bottom: 6px;
}

.driver_form label {
    font-size: 14px;
}

.lspan {
    font-size: 14px;
}

    .lspan span {
        display: block;
        font-size: 13px;
    }

.loc_map_inner {
    padding: 6px;
}

.loc_map h2 {
    margin-bottom: 10px;
    font-weight: bold;
    padding:.8rem;
}

.map-img {
    width: 100%;
    min-height: 200px;
}

    .map-img #googleMap {
        width: 100% !important;
    }

.loc_map_inner h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

.loc_map_inner p {
    font-size: 12px;
    margin: 0px;
    padding: 5px 0 0;
}

.imp_bx {
    border-bottom: 0;
    background: transparent;
}

    .imp_bx a .fa {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .imp_bx a {
        text-decoration: underline !important;
        padding-right: 10px !important;
    }

.PickUpLMap {
    width: 100%;
    overflow: hidden;
}

.loc_map_inner #googleMap {
    min-width: 250px;
    width: 100% !important;
}

.infopopup {
    font-size: 12px;
    background: #fff;
    padding: 5px;
    position: absolute;
    width: 92%;
    box-shadow: 1px 2px 3px #ccc;
    z-index: 9;
    margin-top: -2px;
    border: 1px solid #ababab;
}

.infopopupX {
    color: red;
    float: right;
    margin: -14px -9px 0px 0;
    background: #fff;
    width: 20px;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    border-radius: 100%;
    height: 20px;
    border: 1px solid #ababab;
}

.phoneinput {
    top: 25px !important;
}

.internaPhone input {
    margin-bottom: 0px !important;
}

.covidLinkHead {
    position: absolute;
    background: #f8b32d;
    padding: 2px 5px;
    left: -63px;
    display: inline-block;
    top: 7px;
    border-radius: 5px;
}

    .covidLinkHead:hover {
        opacity: .8;
    }

.c-token {
    padding: 3px 25px 0px 5px !important;
    margin: 2px !important;
}

.c-btn {
    height: auto !important;
    padding: 0px !important;
}
/* custom scrolling bar*/
.filter_ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* Handle */
.filter_ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

/*Responsive Start Css*/
@media screen and (max-width: 480px) {
    .mob_clr {
        clear: both;
    }

    .covidLinkHead {
        margin: 10px;
        float: left;
        position: initial;
    }

    .search_box figure img {
        width: 29px !important;
        height: 28px;
        padding-left: 0px !important;
    }

    .mob_padL5 {
        padding-left: 0px !important;
    }

    .noresult_found {
        width: 87% !important;
    }

        .noresult_found span {
            padding: 5px 10px 60px;
        }

    .welcomeimg img {
        max-width: 300px;
    }

    .noresult_found p {
        position: inherit;
    }

    .result_btmpanel > div {
        width: 100% !important;
        padding-top: 5px;
        padding-bottom: 5px !important;
        border-right: 0px;
        margin-top: 0px !important;
    }

    .PickUpLMap #googleMap {
        width: 296px !important;
    }
}

@media screen and (max-width:767px) {
    .wSbtn, .wDNality, .wDAge, .wDAgeV, .wDAgemain, .wDNalityC {
        width: 100%;
    }

    .wDNalityC, .wDNality {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /*Common class*/
    .mpad_left20 {
        padding-left: 20px;
    }

    .mob_none, .fa-eye {
        display: none !important;
    }

    .mob_alnright {
        text-align: right;
    }

    .mob_center {
        text-align: center;
    }

    .desktop_none, .mob_search_details {
        display: block;
    }

    .mpad0 {
        padding: 0px !important;
    }

    .mpadlr10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobbtn {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mobtextleft {
        text-align: left !important;
    }

    .Mobfleft {
        float: left !important;
    }

    .mobfullWidth {
        width: 100% !important;
    }
    /*Responsive code for Login Page*/
    .tboair_header .title {
        text-align: center;
        padding: 10px;
    }

    .tboair_logo {
        width: 100%;
        display: block;
        text-align: left;
    }

    .mob_full {
        width: 100%;
    }

    .mob_padL5 {
        padding-left: 5px !important;
    }

    .task_table {
        width: 100%;
    }

    .over_scroll {
        overflow-x: scroll;
    }

    .comn_btnblue {
        width: 100%;
    }

    .mob_mar0 {
        margin: 0px;
    }

    .mob_patb0 {
        padding: 0px 8px;
    }

    .mob_mrt {
        margin-top: 5px !important;
    }

    .mob_mrt15 {
        margin-top: 15px !important;
    }

    footer {
        font-size: 12px;
        margin-top: 10px;
    }

    .contact {
        float: left;
    }

    .droplocation {
        width: 100% !important;
    }
    /*Responsive code for Search Page*/
    .form_bg {
        margin: 0px;
        width: 100%;
        height: auto;
    }

    nav.menubar a i {
        display: none;
    }

    nav.menubar a {
        width: 80px;
        text-align: center;
    }

    .pad_right0, .mpad0 {
        padding: 0px !important;
    }

    .mpad_btm {
        padding-bottom: 10px;
    }

    .search_box figure {
        width: 32px;
    }

    .timemobile {
        margin-top: -10px;
    }
    /*.form_bg .patb{padding:0px 0px;}*/
    .career_feild {
        width: 100% !important;
        margin: 10px 0px;
    }

    .comn_btn {
        width: 100%;
        margin: 5px 0px;
    }

    /* .closebtn {
            width: 90%;
        } */

    .airlines_row span {
        width: 100%;
    }
    /*Responsive code for  Search Page*/
    .forgot_area {
        right: 17px;
        top: 130px;
    }

    .pax_detail_area label {
        padding: 10px 0px 0px;
    }

    .min_height150 {
        min-height: 90px;
    }
    /*Responsive code for Result Page*/
    .comn_btn span {
        width: 100%;
        text-align: center;
        font-size: 15pt;
        padding: 4px 10px;
    }

    .comn_btn .fa-caret-right, .comn_btn .fa-caret-left {
        display: none;
    }

    .mar_top30 {
        margin: 0px;
    }

    .mob_mar10 {
        margin-top: 10px;
    }

    .fare_summary {
        left: 30%;
    }

    .addon_services {
        margin: 20px 0px;
    }

    .pax_pricing {
        clear: both;
        margin-top: 10px;
        float: left;
    }

    .flight_infobox .grey_bdr {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .angucomplete-holder {
        width: 100%;
        float: left;
    }

    .walletbal {
        text-align: left;
    }

    .brdr_right {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 8px;
    }

    #navtoggle, .srt_cartype {
        display: none;
    }

    .car_imgpanel, .result_midpanel h3 {
        text-align: center;
    }

    .result_btmpanel > div {
        float: left;
        width: 50%;
    }

        .result_btmpanel > div:last-child {
            width: 100%;
            margin-top: 10px;
        }

    .car_imgpanel img {
        max-width: 65% !important;
    }
    /*Responsive for booking Confirmation page*/
    .pnr_panel {
        width: 100%;
        border-radius: 0px;
        margin: 10px 0px;
    }

    .contact_info strong.yel_clr, .flight_info strong.yel_clr {
        padding-left: 6px;
    }

    /*Queue Pages*/
    .grey_bdr_left {
        border: none;
    }

    .release_queue {
        width: 100%;
    }

    .agency_dtl {
        text-align: center;
    }

        .agency_dtl b {
            text-align: center;
            float: none;
        }

    .airline_tabs a {
        width: 100%;
        margin-bottom: 3px;
    }

    .atoz a {
        margin: 5px;
        width: 35px;
        text-align: center;
    }

    .search_box figure img {
        width: 38px;
        height: 28px;
        padding-left: 3px;
    }

    .agency_dtl strong, .agncy_prc_detl strong {
        padding: 5px 0;
    }

    /*Menubar*/

    ul.top_nav li, ul.top_nav a {
        width: 100%;
    }

    ul.sub_menu, div.sub_menu {
        width: 100%;
        position: inherit !important;
        top: 0px;
        float: left;
    }

    /*Footer*/
    ul.footer_nav li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mob_center {
        text-align: center;
    }

    .bread_crumb {
        display: none;
    }
    /*Loader Css*/
    .fl_loader {
        width: 98%;
        margin: 5px auto !important 0px 5px;
        left: 1%;
    }

    .mob_clr {
        clear: both;
    }

    .mob_marTB {
        margin: 10px 0px;
    }

    .mob_float_none {
        float: none;
    }

    .flght_info .ht100 {
        height: 70px;
    }

    /*queue*/
    .queuepricebox {
        background: #e6e6e6;
        margin-top: 5px;
        padding: 10px !important;
    }

    .mobqueuebox {
        border-top: 1px solid #ccc;
        padding: 5px 10px;
        margin-top: 5px;
        text-align: left !important;
    }

        .mobqueuebox strong {
            text-align: left;
        }

    .pnr_status {
        margin-top: 10px !important;
    }
    /*Cruise*/
    .room_type span {
        height: 55px;
    }

    .nav-tabs > li {
        width: 50%;
        border-bottom: 1px solid #ccc;
    }

        .nav-tabs > li a {
            text-align: center;
            font-size: 13px;
        }

    .room_type strong {
        font-size: 13px;
    }

    .height_auto {
        height: auto !important;
        padding-bottom: 0px !important;
    }
    /*booking queue*/
    .quetop_left, .status_voucher, .quetop_right {
        text-align: center;
    }

    .modal-dialog {
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 320px
    }

    .mmar {
        margin: 0 -10px !important;
    }

    .driver_img {
        margin-bottom: 15px;
    }

    .seachdltbox {
        padding: 5px 10px !important;
        text-align: center !important;
    }

    .bookingInvice b {
        text-align: left;
        display: inline-block;
    }

    .bookingInvice div {
        text-align: left;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {

    body {
        font-size: 12px !important;
    }

    .covidLinkHead {
        left: -166px;
    }

    .mpad_left20 {
        padding-left: 20px;
    }

    .mob_none {
        display: none;
    }

    .mob_alnright {
        text-align: right;
    }

    .desktop_none {
        display: none;
    }

    .comn_btn span {
        width: 80%;
        text-align: center;
        font-size: 15pt;
        padding: 4px 10px;
    }

    .mobmar_bottom8 {
        margin-bottom: 8px;
    }

    .tab_pad0, .mpad_left20 {
        padding: 0px !important;
    }

    .mob_mar5 {
        margin: 5px;
    }

    .mob_mar10 {
        margin: 10px !important;
    }

    .mob_show {
        display: block !important;
    }

    .tablet_show {
        display: block !important;
    }

    .flight_infobox .grey_bdr {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    footer {
        font-size: 12px;
        margin-top: 10px;
    }
    /*Responsive code for Search Page*/
    .form_bg {
        margin: 0px;
        width: 100%;
    }

    .white_bg {
        padding: 8px !important;
    }

    .career_feild {
        width: 100% !important;
        margin: 10px 0px;
    }

    .comn_btn span {
        width: 100%;
        font-size: 13pt;
    }

    .atoz a {
        margin: 5px;
        width: 35px;
        text-align: center;
    }

    .mob_search_details {
        display: block;
    }

    ul.root_links li {
        margin-bottom: 10px;
    }

    .pax_pricing {
        padding-left: 0px !important;
    }

    .pax_detail_area label {
        padding: 10px 0px 0px;
    }

    .pad_right0, .pad_btm10 {
        padding: 0px !important;
    }

    .tab_visible {
        display: block;
    }

    .bread_crumb {
        padding: 0 10px;
    }

    .balancebox {
        padding: 8px;
    }

    .mob_none, .bread_crumb {
        display: none;
    }

    .search_bg {
        padding: 0 !important;
    }

    .footer_nav {
        display: block !important;
    }

    .droplocation {
        width: 100% !important;
    }

    .modal-dialog {
        width: 93% !important;
    }
    /*Loader Css*/
    .fl_loader {
        width: 98%;
        margin: 5px auto !important 0px 5px;
        left: 1%;
    }

    /*New Responsive changes*/
    ul.root_links li span {
        width: 8px;
    }

    .root_links {
        margin-top: 10px !important;
    }

    .tab_w30 {
        width: 30% !important;
    }

    .tab_pad0 {
        padding: 0px !important;
    }

    .search_box figure {
        width: 30px;
    }

    .price_panel strong {
        font-size: 12pt;
    }

    .room_type span {
        height: 55px;
    }

    .height_auto {
        height: auto !important;
        padding-bottom: 0px !important;
    }

    .room_type strong {
        font-size: 13px;
    }

    .tab_bdr0 {
        border: none;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {

    .time_sort a {
        margin: 0px 5px !important;
    }

    .mob_padtb, .mpad_left20 {
        padding: 1px !important;
    }

    .comn_btn .fa-caret-right {
        display: none;
    }

    .comn_btn span {
        padding: 6px 6px;
        width: 100%;
    }

    .tab_ml10 {
        margin-left: 10px;
    }

    .tab_mt {
        margin-top: 5px;
    }

    .flight_infobox .grey_bdr {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .room_type span {
        height: 55px;
    }

    .room_type strong {
        font-size: 13px !important;
    }

    .height_auto {
        height: auto !important;
        padding-bottom: 0px !important;
    }
}

@media (min-width:768px) {

    .modal-dialog {
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 320px
    }
}


@media print {
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 6px;
    }

    .noprint {
        display: none;
    }

    .showinprint {
        display: block;
    }

    .agency_dtl strong, .agncy_prc_detl strong {
        font-size: 14px;
    }

    .font14, .agency_dtl small {
        font-size: 12px;
    }

    .btm_bdr {
        border-bottom: 1px solid #555;
    }
}

.srt_cartype li {
    width: calc(100% / 6);
}

    .srt_cartype li input[type="checkbox"] {
        height: 16px;
        width: 16px;
        position: absolute;
        left: 6px;
        top: 5px;
    }

    .srt_cartype li:hover a.selected .fa-times-circle {
        position: initial;
        margin-top: 0px;
        float: right;
        right: initial;
        font-size: 17px;
    }








.form-control {
    font-size: 14px;
}

.lbl_Icon {
    position: absolute;
    width: 16px !important;
    height: 20px;
    left: 16px;
    top: 16PX;
    margin: 0;
}

    .lbl_Icon.w_20 {
        width: 20px !important;
    }

.border_wg {
    border: #fdb412 solid 1px !important;
}

.pl-46 {
    padding-left: 46px !important;
}

.mb_40 {
    margin-bottom: 40px;
}

.arrowNone {
    appearance: none;
}

.font-24 {
    font-size: 24px;
}

.lh_normal {
    line-height: normal;
}

.mt_6 {
    margin-top: 6px;
}

.floatingdiv {
    position: relative;
}



.carHeading {
    column-gap: 3px;
}

    .carHeading small {
        padding-top: 6px;
    }

.gx-6 {
    column-gap: 6px;
}

.floatingInput {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 56px;
  padding: 22px 16px 8px 45px;
  background: #fff;
  color: #000;
  border: 1px solid #fdb412;
  border-radius: 4px;
  box-sizing: border-box;
  appearance:none;
}

.pe54 {
    padding-left: 54px;
}



.floatingSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.floatingSelect {
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 56px;
    padding: 22px 14px 10px 49px;
    background: #fff;
    color: #000;
    border: 1px solid #fdb412;
    border-radius: 4px;
    box-sizing: border-box;
}

.SelectLevel {
    font-size: 12px;
    color: #696969;
    font-weight: 400;
    position: absolute;
    top: 9px;
    left: 50px;
}

.floatingLevel {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 45px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floatingInput:focus, .floatingSelect:focus {
  outline: none;
}

  .floatingInput:focus ~ .floatingLevel,
  .floatingInput:not(:placeholder-shown) ~ .floatingLevel {
    top:8px;
    font-size: 12px;
    left: 45px;
    color:#696969;
  }


.did-error-input .floatingInput {
  top: 16px;
  border: 1px solid #fdb412;
  color: #000;
}

.did-error-input .floatingLevel {
    font-weight: 400;
    color: #000;
}

.checkbx {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

    .checkbx input {
        height: 16px;
        width: 16px;
        margin-top: 0;
    }

.h52 {
    height: 56px;
}

.h48 {
    height: 48px;
}

.font_18 {
    font-size: 18px !important;
}

.btn_md {
    height: 50px;
    width: 100%;
    max-width: 144px;
}

.search_Form {
  background-color: #fff;
  padding:16px 24px;
  border-radius: 12px;
  margin-block-end:32px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.flex-1{flex:1;}

.search_Form2 {
  background-color: #fff;
  padding: 14px 14px 6px;
  border-radius: 8px;
  margin-top: 0px;
}

.w_22 {
    width: 22px !important;
}

.text_black200 {
    color: #1E1E1E;
}

.text_black400 {
    color: #333333;
}

.mt_40 {
    margin-top: 40px;
}

.searchItem.min-Ht320 {
    min-height: 320px;
}

.searchItem {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    left: 0;
    z-index: 1030;
    top: 59px;
    width: 100%;
    padding: 12px 24px;
    border-radius: 4px;
    list-style: none;
    background: #fff;
    box-shadow: 2px 4px 6px 0px rgba(67, 67, 67, 0.15);
    border: 1px solid #F4B434;
}

    .searchItem .placeTitle {
        font-weight: 700;
        line-height: normal;
        margin-bottom: 4px;
    }

    .searchItem .subItem {
        list-style: none;
        padding: 0;
    }

        .searchItem .subItem li {
            display: flex;
            column-gap: 8px;
            font-size: 14px;
            font-weight: 400;
            padding: 8px 4px;
        }

.searchField.active, .SelectField.active {
    background-color: #FBECB9;
}

.timePickerRow {
    position: absolute;
    top: 58px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 4px 6px 0px rgba(67, 67, 67, 0.15);
    border: 1px solid #F4B434;
    display: flex;
    padding: 16px;
    z-index: 1030;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    row-gap: 16px;
    max-width: 217px;
    right: 7px;
    max-height: 280px;
    overflow-y: auto;
}

    .timePickerRow::-webkit-scrollbar {
        width: 4px;
    }

    .timePickerRow::-webkit-scrollbar-thumb {
        background: #c9c9c9;
    }

        .timePickerRow::-webkit-scrollbar-thumb:hover {
            background: #c9c9c9;
        }

.Timetitle {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.timeColumn {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 10px;
}

.timeBtns label {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #B2B8BE;
    background-color: #fff;
    margin: 0;
    color: #595959;
    line-height: 22.4px;
    font-weight: 400;
}

.timeBtns input {
    display: none;
}

.customCheckbx {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 2px;
}

    .customCheckbx.drvAgnt {
        top: 17px;
    }

    .customCheckbx input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #333333;
    border-radius: 2px;
}

.customCheckbx input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customCheckbx input:checked ~ .checkmark:after {
    display: block;
}


.customCheckbx .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.SelectArrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.SelectArrow svg {
    position: absolute;
    right: 13px;
    top: 14px;
}

.mt_18 {
    margin-top: 18px;
}

.mb-8 {
    margin-bottom: 8px;
}

.adminBookingRow {
    background-color: #fff;
    padding-block:24px;
}

.bookingItem {
    column-gap: 12px;
}

    .bookingItem span input {
        height: 16px;
        width: 16px;
        margin-top: 0;
    }

    .bookingItem span {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

.admnSrch input {
    padding: 20px 14px 10px 14px !important;
}

.techSrch select {
    padding: 10px 14px 10px 14px !important;
}

.admnSrch select {
    padding: 22px 14px 10px 14px !important;
}

.admnSrch label {
    left: 16px !important;
}
.avgBal {
  border: 1px solid #D1D4D7;
  background-color: #EDEDED;
  padding: 5px 14px;
  color: #000;
  height: 56px;
  border-radius: 4px;
}

    .avgBal small {
        white-space: nowrap;
    }

.PopupModals {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.detailModal {
    border-radius: 12px;
    padding: 30px;
}

.closebtn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 11px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #0E63B2;
    border-radius: 100px;
    padding: 5px;
}

    .closebtn svg path {
        fill: #fff;
    }

.alamoLogo {
    height: 49px;
    width: 107px;
    object-fit: contain;
}

.MoreDtlTab {
    margin-top: 12px;
}

    .MoreDtlTab li:not(:last-child) {
        margin-right: 12px;
    }

    .MoreDtlTab a {
        line-height: normal;
        padding: 10px !important;
        font-size: 14px;
        font-weight: 400;
        height: 40px;
        color: #000;
        border-bottom: 4px solid #fff;
        min-width: 114px;
        display: flex !important;
        column-gap: 8px;
        align-items: center;
        justify-content: center;
    }

        .MoreDtlTab li a.active, .MoreDtlTab a:hover {
            border-radius: 8px 4px 0px 0px;
            border-bottom: 4px solid #F4B434;
            background-color: #FFF8DF !important;
            color: #000;
        }

    .MoreDtlTab li a.active {
        font-weight: 500;
    }

.itemDtl h2 {
    font-size: 22px;
}

.itemdtlchild {
    column-gap: 4px;
    background-color: #EDEDED;
    max-width: 147px;
    padding-inline: 8px;
    padding-block: 2px;
    margin: auto;
    border-radius: 2px;
}

.inclusionHd {
    font-weight: 500;
    color: #000;
}

.inclusion_dtl {
    border: 1px solid #D1D4D7;
}

.tbheading {
    padding: 8px 12px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #8FC8F1;
    background: #EFF8FF;
}

    .tbheading h2 {
        color: #000;
    }

.contHd {
    padding: 12px;
    border-right: 1px solid #D1D4D7;
    border-bottom: 1px solid #D1D4D7;
    border-left: 1px solid #D1D4D7;
}

    .contHd ul {
        list-style: none;
    }

        .contHd ul li {
            font-size: 14px;
            color: #1C1B1F;
            font-weight: 400;
            line-height: normal;
        }

            .contHd ul li:not(:last-child) {
                margin-bottom: 8px;
            }

    .contHd.checkedIcon ul li {
        list-style-image: url('../images/check.png');
    }

    .contHd.diskblock ul {
        list-style: disc;
    }

    .contHd p {
        color: #1C1B1F;
    }

.rounded_4 {
    border-radius: 4px;
}

.p_16 {
    padding: 16px;
}

.mb_16 {
    margin-bottom: 16px;
}

.font22 {
    font-size: 22px;
}

.mb_12 {
    margin-bottom: 12px;
}

.hdtitle {
    color: #595959;
    margin-bottom: 4px;
}

.fw_500 {
    font-weight: 500;
}

.categoryHd {
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #65B2EA;
    background-color: #BADDF6;
}

.categoryList {
    list-style: none;
    line-height: normal;
}

    .categoryList li {
        font-size: 12px;
        line-height: normal;
        color: #333;
        border-left: 1px solid #D1D4D7;
        border-right: 1px solid #D1D4D7;
        border-bottom: 1px solid #D1D4D7;
        display: flex;
        align-items: center;
        font-weight: 400;
    }

        .categoryList li.active {
            background-color: #EFF8FF;
        }

        .categoryList li .linstNo {
            padding: 8px;
            width: 31px;
            text-align: center;
            width: 18%;
        }

        .categoryList li .listname {
            padding: 8px;
            border-left: 1px solid #D1D4D7;
            width: 82%;
        }

.overflowDiv {
    max-height: 300px;
    overflow-y: auto;
}

    .overflowDiv::-webkit-scrollbar {
        width: 4px;
    }

    .overflowDiv::-webkit-scrollbar-thumb {
        background: #c9c9c9;
    }

        .overflowDiv::-webkit-scrollbar-thumb:hover {
            background: #c9c9c9;
        }

.resultForm {
    justify-content: center;
}

    .resultForm .col_5 {
        width: 44%;
    }

    .resultForm .col_2 {
        width: 11%;
    }

    .resultForm .floatingInput {
        padding-left: 45px;
        border: 1px solid #D1D4D7;
    }

    .resultForm .comn_btn, .tbobtn, .tbobtn_active:hover, .tbobtn_active:active {
        background: #0E63B2;
        color: #fff;
    }

    .resultForm .floatingInput:focus ~ .floatingLevel {
        left: 39px;
    }

    .resultForm .floatingInput:not(:placeholder-shown) ~ .floatingLevel {
        left: 40px;
    }

    .resultForm .floatingInput {
        padding-left: 38px;
    }

    .resultForm .floatingLevel {
        left: 40px;
    }

    .resultForm .lbl_Icon {
        left: 16px;
    }

.shortnavigation {
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
    max-width: 448px;
}

.mb_24 {
    margin-bottom: 24px;
}
.ng5-slider {
  margin: 40px 0 6px !important;
}
.ng5-slider-bubble{display:none!important;}
.shortColumn {
  font-weight: 500;
  padding: 13px 11px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100px;
  color: #595959;
}

.recommendedCol {
    padding-inline:1rem;
    background-color: #F8D561;
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.selectPrice {
    width: 135px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}

    .selectPrice img {
        height: 18px;
    }

    .selectPrice select {
        height: 48px;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        min-width: 36px;
    }

        .selectPrice select:focus {
            box-shadow: unset;
            outline: none;
        }

.ItemFound {
    height: 48px;
    display: flex;
    column-gap: 8px;
    align-items: center;
}

    .ItemFound span {
        color: #000;
    }

.wait_Loader {
    animation: rotate_360 2s linear infinite;
    background-size: cover;
}

.wait_Loader {
    animation: rotation 2s infinite linear;
}

.intrIcon {
    height: 19px;
}

.detailLink {
    color: #0E63B2;
}

.carFeatureRow {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 159px;
}

.shareicon {
    column-gap: 4px;
    font-weight: 500;
    padding: 4px 8px;
    background-color: #E3F1FB;
    border-radius: 4px;
    cursor:pointer;
}

.bookFeature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 29px;
    row-gap: 12px;
}

    .bookFeature li {
        list-style-image: url('../images//check.png');
        color: #000;
    }

.bookbtn {
    padding: 10px 20px;
    color: #1E1E1E;
    height: 40px;
    border-radius: 4px;
}




@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.agentMarkupPanel {
    display: flex;
    column-gap: 0px;
    align-items: self-start;
    position: absolute;
    top: 6px;
    right: 11px;
    overflow: hidden;
    height: 53px;
    background-color: #f2f2f2;
    border-radius: 3px;
}

    .agentMarkupPanel .ml_6 {
        margin-left: 6px;
    }

    .agentMarkupPanel.addwidth {
        justify-content: end;
    }

    .agentMarkupPanel #submitAddMarkUp, .loaderBtn {
        background-color: #014693;
        color: #fff;
        border-radius: 4px;
        padding: 4px 8px;
        border: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.96px;
        height: 24px;
        width: 47px;
    }

.markupTab {
    border-radius: 3px;
    border: 1px solid #C7DFC8;
    background: #FFF;
    display: inline-flex;
    padding: 4.5px;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    height: 36px;
    width: 36px;
}

.markupValue {
    font-size: 12px;
    color: #696969;
    display: flex;
    align-items: end;
    column-gap: 6px;
    position: relative;
    width: 0;
}

    .markupValue label {
        margin-bottom: 2px;
        color: #696969;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
    }

    .markupValue input {
        background-color: transparent;
        border: 0;
        outline: none;
        border-bottom: 1px solid #F4B434;
        max-width: 81px;
        color: #595959;
        font-weight: 400;
        font-size: 12px;
        border-radius: 0;
        height: 17px;
    }

        .markupValue input:focus {
            outline: 0;
        }

.markupTab span svg {
    height: 24.75px;
    width: 24.75px;
}

.aplsuccess {
    color: #036603;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    left: 0;
    margin-top: 3px;
    bottom:-19px;
}

.loaderBtn:focus {
    outline: none;
}

.wait_Loader {
    animation: rotate_360 2s linear infinite;
    background-size: cover;
}

.wait_Loader {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.searchSteps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 !important;
    column-gap: 12px;
}

.stepscolumn {
    display: flex;
    align-items: center;
    column-gap: 9px;
    color: #000;
}

    .stepscolumn .steps {
        border-radius: 200px;
        border: 1px solid #060606;
        background: #FFF;
        height: 36px;
        width: 36px;
        min-width: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

.searchSteps li.steps {
    display: flex;
    align-items: center;
}

.stepscolumn:not(:last-child):after {
    content: " ";
    width: 100%;
    height: 1px;
    border: 1px dashed #9C9C9C;
}

.stepscolumn span {
    white-space: nowrap;
}

.stepscolumn:not(:last-child) {
    width: 100%;
}

.steps_active::before {
    content: " ";
    position: absolute;
    background: url('../images//checkLg.png');
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.steps_dissabled {
    background: #F8F8F8 !important;
    border-color: #F8F8F8 !important;
}

.showMap {
    background-image: url('../images/mapImage.png');
    height: 76px;
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
}

.mapBtn {
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    width: 147px;
    height: 36px;
}

    .mapBtn:focus, .mapBtn:active, .mapBtn:active:focus {
        outline: none;
        box-shadow: none;
    }

.filterItem {
}

    .filterItem h6 {
        column-gap: 3px;
        color: #000;
    }

    .filterItem h4 {
        margin-bottom: 4px;
        color: #000;
    }

    .filterItem p {
        color: #797979;
    }

.stepsBottomLine {
    border-top: 2px solid #014693;
    position: relative;
    background-color: #F2F2F2;
    text-align: center;
    margin-inline:.8rem;
}

    .stepsBottomLine span {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #014693;
        display: inline-block;
        position: absolute;
        top: 0;
    }

.airlines_sort .graphBg {
    background-image: url('../images/graph.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0px bottom 13px;
}

.priceRow {
}

    .priceRow strong {
        column-gap: 4px;
    }

    .priceRow small {
        color: #1E1E1E;
    }

.pannelRowGap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.deposittxt {
    color: #595959;
}

.electricIcon {
    position: absolute;
    left: 0;
    top: 0;
}

.eVehicle {
    background-color: #4B8C4D;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

    .eVehicle svg {
        width: auto !important;
        padding-right: 4px;
    }

    .eVehicle.iconMd {
        padding: 1px 4px;
        border-radius: 2px;
        font-size: 10px;
        height: 14px;
    }

    .eVehicle.iconLg {
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        height: 22px;
    }

.priceRangebox {
    color: #000;
    font-size: 12px;
}

    .priceRangebox span {
        min-width:90px;
        max-width: 120px;
        height: 26px;
        border-radius: 2px;
        border: 1px solid #9A9A9A;
        padding: 7px 9px;
        background: #FFF;
        display: inline-block;
        line-height: 12px;
    }

    .top_10{top:10%;}
    .alt_btn{padding: 12px; font-weight:bold; font-size: 16px; border-radius: 4px; border: none; cursor: pointer; display: inline-block; line-height: normal;text-decoration:none;}
.btn_yellow{background-color:#F4B434; color:#000000 !important;}
.btn_blue{background-color:#0E63B2; color:#fff;}
.alt_btn.btn_yellow:hover{background-color:#E4A21C;}
.alt_btn.btn_blue:hover{background-color:#014693;color:#fff;}

.bannerbox{display:flex; gap:1rem; justify-content:center;}
.addbannerbox{display:flex;  justify-content:center; max-width:100%}
.addbannerbox>img{max-width:100%; max-height:130px;}
.addbannerbox:empty{display:none;}
.promo_bannerbox {
    display: flex;
    gap:1rem;
    background: #1C1C1C conic-gradient(from 10deg at 42.3% 100%, #454444 0deg, #1C1C1C 41.53846174478531deg, #565656 359.5909309387207deg, #323333 359.84659910202026deg);
    border-radius: 8px;
    width: 100%;
   
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.searchbanner {
    max-width: 600px;
}
.innerbanner{max-width:1000px;}
.promo_bannerheading{margin:1rem 0 0; font-size:18px;}
.promo_midboc {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    align-items: center;
}
.promo_bannertext{font-size:14px; font-style:italic; margin-top:8px; }
.promolink, .promolink:hover{color:#fff; text-decoration:underline;}

.modal_popupbx{position:fixed; top:0; font-size:14px; z-index:1025; left:0; width:100%; height:100%; align-content:center; align-items:center; font-weight:400; color:#1F1F1F;}
.modal_popupbx::before{content:""; position:absolute; left:0; width:100%; height:100%; top:0; background:rgba(0,0,0,0.4);}
.modal_popupbx_inner{width:95%; max-width:500px; padding:20px 10px 20px 20px; border-radius:8px; position: relative; background:#ffffff; margin: auto; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15); border:1px solid #D1D4D7; max-height: calc(100% - 90px);}
.popupbx_btn_close{position:absolute; top:-16px; inset-inline-end:-16px; width:30px; height:30px; border-radius:50%; background:#0E63B2; display:flex; align-items:center; justify-content:center;}
.modal_popupbx_inner h4{font-size:18px; font-weight: 500; color:#000000; margin-block:0;}
.modal_popupbx_inner h6{color:#595959; font-weight: 500; margin-top:8px; margin-bottom:10px; font-size:16px;}
.popupbx_ollist{padding-inline-start:20px;}
.popupbx_ollist li{margin-bottom:6px;}
.popupbx_ollist li:last-child{margin-bottom:0;}
.modal_popupbx_scrollbar{max-height: calc(70vh - 50px); overflow-y: auto; padding-inline-end:10px;padding-block-end:1rem;}

.maint_banner {max-width: 400px; height: 156px; object-fit: contain;}
.bookingque__btn {border: 2px solid #0E63B2; padding: 10px 20px;line-height:normal}
.bookingque__btn:hover{border-color: #014693;background-color: #ECF5FB;}

@media(max-width:768px) {
.alt_btn{margin-bottom:8px;}
}


@media(min-width:992px) {
    .customInput .floatingDiv:nth-child(1) {
        padding-right: 0 !important;
    }

    .floatingDivtime{
        padding-left: 0 !important;
        border-radius:0 4px 4px 0;
    }
  .floatingtimebox {
      border-radius:0 4px 4px 0;
  }

    .customInput .floatingDiv:nth-child(1) input {
        border-right: 0 !important;
        border-radius: 4px 0 0 4px !important;
    }

    /* .px-40{padding-inline: 40px !important;} */
    .px_8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .width862 {
        max-width: 862px;
    }
}

@media(max-width:992px) {
    .mb_md_18 {
        margin-bottom: 18px;
    }

    .mt_18 {
        margin-top: 16px;
    }

    .adminBookingRow {
        padding-inline: 14px;
    }
}

@media(max-width:768px) {
    .detailModal {
        margin-inline: 18px;
    }
}

@media(max-width:1428px) {
    .resultForm .col_5 {
        width: 100%;
    }

    .resultForm .col_2 {
        width: 100%;
    }

    .search_Form2 {
        padding: 14px 14px 14px 14px;
    }

    .submitbtn {
        margin-top: 8px;
    }
}

@media(max-width:572px) {
    .searchSteps {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .stepscolumn:not(:last-child):after {
        border: none;
    }

    .stepscolumn {
        width: auto !important;
    }
}

.modal_popupbx{position:fixed; top:0; font-size:14px; z-index:1025; left:0; width:100%; height:100%; align-content:center; align-items:center; font-weight:400; color:#1F1F1F;}
        .modal_popupbx::before{content:""; position:absolute; left:0; width:100%; height:100%; top:0; background:rgba(0,0,0,0.4);}
        .modal_popupbx_inner{width:95%; max-width:500px; padding:20px 10px 20px 20px; border-radius:8px; position: relative; background:#ffffff; margin: auto; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15); border:1px solid #D1D4D7; max-height: calc(100% - 90px);}
        .popupbx_btn_close{position:absolute; top:-16px; inset-inline-end:-16px; width:30px; height:30px; border-radius:50%; background:#0E63B2; display:flex; align-items:center; justify-content:center;}
        .modal_popupbx_inner h4{font-size:18px; font-weight: 500; color:#000000; margin-block:0;}
        .modal_popupbx_inner h6{color:#595959; font-weight: 500; margin-top:8px; margin-bottom:10px; font-size:16px;}
        .popupbx_ollist{padding-inline-start:20px;}
        .popupbx_ollist li{margin-bottom:6px;}
        .popupbx_ollist li:last-child{margin-bottom:0;}
        .modal_popupbx_scrollbar{max-height: calc(70vh - 50px); overflow-y: auto; padding-inline-end:10px;padding-block-end:1rem;}
