﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Poppins;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.mt-62 {
    margin: 114px 0 0 0;
}

.bknwcbtn {
    margin: 20px 0 0 0;
    border-radius: 40px;
}

.jtc {
    justify-content: center;
}

.breabreadcrumbs li {
    font-size: 15px;
}

.bg-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.pg_tle {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

    .pg_tle span {
     color: #2093EF;
    }


.container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.cbwrp {
    flex-flow: wrap;
}

.mtb3 {
    margin: 3px 0;
}

.Domestic-wrap2 {
    position: relative;
    margin-bottom: 50px;
}

    .Domestic-wrap2 .list-wrap {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

.active_sidebar_tab_:after {
    content: "";
    background: #2093EF;
    bottom: -19px;
    position: absolute;
    width: -webkit-fill-available;
    height: 3px;
    left: 0;
    width: 100%;
}

.mb30 {
    margin-bottom: 35px;
}

.jst-end {
    justify-content: end;
}

.cabFare {
    position: relative;
}

.cflx {
    display: flex;
}

.cabFare .farewraptext {
    visibility: hidden;
    width: 250px;
    background-color: #2d2d2d;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 50%;
    margin-left: -120px;
}

    .cabFare .farewraptext:after {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 55px;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom-color: #2d2d2d;
    }

.cabFare:hover .farewraptext[] {
    visibility: visible;
}

.prf2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #4c4c4c;
}

.pr-lf2 {
    width: 54%;
    padding-left: 4%;
    float: left;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.pr-rf2 {
    width: 46%;
    padding-right: 4%;
    float: right;
    text-align: right;
    font-size: 14px;
}

    .pr-rf2 .framt {
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
    }

.prf2:last-child {
    border-bottom: 0;
}

.pr-l1f2 {
    width: 54%;
    padding-left: 4%;
    font-size: 15px;
    text-align: left;
}

.pr-l1f2,
.pr-r1f2 {
    float: left;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.pr-r1f2 {
    width: 42%;
    padding-left: 1%;
    font-size: 18px;
    text-align: right;
}

.pr-r1 .framt_tl {
    float: right;
    text-align: right;
    font-weight: 700;
}

.agntsclass {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

._top_serch {
    background: linear-gradient(90deg, #2f80ed, #56ccf2);
    padding: 15px 0;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999999999;
}

::-moz-placeholder {
    color: #eee;
    font-size: 14px;
    font-weight: 400;
}

::placeholder {
    color: #eee;
    font-size: 14px;
    font-weight: 400;
}

._iner95 {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

._hrflx {
    display: flex;
    align-items: center;
    width: 100%;
}

._srch_btn {
    border: 1px solid #EF6614;
    border-radius: 40px;
    cursor: pointer;
    float: right;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    background-color: #EF6614;
    outline: none;
    padding: 9px 0;
    font-weight: 500;
}

._lblttl,
._srch_btn {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

._lblttl {
    margin-bottom: 9px;
    font-size: 13px;
    display: flex;
    font-weight: 600;
    margin-top: 5px;
}

._Drpdwn {
    width: 100%;
    color: #fff;
    outline: none;
    border: 0;
    background: hsl(0deg 0% 100%/26%);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: 100% 29%;
    font-size: 15px;
    padding: 7px;
    border-radius: 4px;
    font-family: Open Sans;
    font-weight: 600;
}

._arrwDarw {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    bottom: 13px;
}

.blck5 {
    color: #000;
}

.col-3 {
    padding: 0;
    position: relative;
    margin: 0 10px;
    width: 20%;
}

.col-4 {
    margin-right: 10px;
    width: 20%;
}

.col-m1 {
    min-width: 150px;
    margin-right: 10px;
}

.col-m1,
.col-m2 {
    padding: 0;
    position: relative;
}

.col-m2 {
    width: 100%;
}

.col-m3 {
    width: 100%;
    margin-left: 10px;
}

.col-4,
.col-m3 {
    padding: 0;
    position: relative;
}

.col-4 {
    min-width: 100px;
    margin-right: 15px;
}

.opcty_o {
    opacity: 0.3;
    position: relative;
    z-index: 9;
}

.col-1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.col-1,
.col-5 {
    padding: 0;
    position: relative;
}

.col-5 {
    min-width: 150px;
    margin-top: 30px;
}

.col-main {
    width: 70%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

._RTCross {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

._inptBx {
    width: 100%;
    font-size: 15px;
    outline: none;
    border: 0;
    /* background: hsl(0deg 0% 100%/26%); */
    background: #fff;
    color: #000;
    padding: 5px 7px;
    border-radius: 4px;
    font-family: Poppins;
    font-weight: 600;
    cursor: pointer;
}

    ._inptBx::placeholder {
        color: #000;
    }

._inp100 {
    display: flex;
    width: 100%;
    position: relative;
}

._inp50,
._inp50b {
    width: 50%;
}

    ._inp50 ._inptBx {
        border-radius: 4px 0 0 4px;
    }

    ._inp50b ._inptBx {
        border-radius: 0 4px 4px 0;
    }

._dattm {
    position: absolute;
    right: 8px;
    bottom: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mdf_way {
    width: 100%;
}

    .mdf_way ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: none;
    }

        .mdf_way ul li {
            list-style-type: none;
            font-size: 13px;
            display: inline-block;
            color: #fff;
        }

.cont-rdo {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 11px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

    .cont-rdo input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.ckmark-rdo {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.ckmark-rdo,
.cont-rdo
input:checked ~ .ckmark-rdo {
    background-color: #fff;
    border: 1px solid #fff;
}

    .cont-rdo
    input:checked ~ .ckmark-rdo:after {
        display: block;
    }

.cont-rdo .ckmark-rdo:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1b5fbd;
}

.ckmark-rdo:after {
    content: "";
    position: absolute;
    display: none;
}

img {
    max-width: 100%;
}

._flx,
.cab-list-body {
    display: flex;
    width: 100%;
    gap: 15px;
}

.cab-list-body {
    /* background: #e8f2fa; */
    overflow: hidden;
}

._filtr_30 {
    width: 25%;
}

._lftdtl_70 {
    width: 75%;
    margin-left: auto;
}

._wt_box {
    width: 100%;
    margin: 15px auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgb(208 208 208/42%);
    /* padding: 10px 15px; */
    background: #fff;
    border: 1px solid #E8E8E8;
}
/* ._reset {
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #2093EF;
  text-decoration: underline;
} */
._fnt18 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
/* ._flitrbx {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
} */
/* .container_n {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 8px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.container_n input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark_n {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.container_n
  input:checked
  ~ .checkmark_n {
  background-color: #2093EF;
  border: 2px solid #2093EF;
}
.container_n
  input:checked
  ~ .checkmark_n:after {
  display: block;
}
.checkmark_n:after {
  content: "";
  position: absolute;
  display: none;
}
.container_n .checkmark_n:after {
  left: 4px;
  top: 0;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
._lftf,
._rgtf {
    font-weight: 600;
}

._rgtf {
    font-size: 13px;
}

._lftf small {
    font-size: 12px;
    font-weight: 400;
}
/* .sav_sec_in {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  justify-content: space-between;
} */
/* .sv-rgt_n {
  float: left;
  color: #737373;
  margin-left: 8px;
  font-size: 12px;
  width: 80%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
} */
/* .ico_mn {
  width: 35px;
  height: 35px;
} */
/* .txt-fnt_n {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
  color: #000;
  float: left;
} */
.clr {
    clear: both;
}

.bdr0 {
    border: 0;
}

._flx_jst {
    width: 100%;
    margin-top: 15px;
}
/* ._boxc,
._flx_jst {
  display: flex;
  justify-content: space-between;
}
._boxc {
  border: 2px solid #b2fffa;
  background: linear-gradient(90deg, #d9fffc, #effffe);
  border-radius: 10px;
  width: 32%;
  padding: 10px;
}
._boxc,
._r {
  align-items: center;
} */
._r {
    width: 15%;
    display: flex;
    justify-content: center;
}

._l {
    width: 80%;
    margin-left: auto;
}

._fnt13 {
    font-size: 13px;
    display: flex;
    width: 100%;
}

.list-dtl {
    width: 83%;
    position: relative;
    /* margin: 0 0 0 auto; */
}

.list-price {
    width: 25%;
    margin-left: 30px;
    text-align: right;
    border-left: 1px solid #EFF0F0;
    position: relative;
}

._recmm {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 0;
}

._applied_c {
    color: #36AB1C;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.apply_c_g {
    padding: 3px 8px;
    border: 1px dashed #36AB1C;
    margin-left: 5px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 5px;
    background: #e9f7e2;
}

.promo-dtl {
    font-size: 11px;
    margin-bottom: auto;
}

.cut_fare {
    font-size: 16px;
    font-weight: 500;
    color: #ff7070;
    text-decoration: line-through;
}

._f25 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
}

.slct_btn:hover {
    background: #da5200;
}

.tax {
    margin-bottom: 10px !important;
}

.slct_btn {
    font-size: 14px;
    color: #fff;
    background: #ef6614;
    padding: 10px;
    width: 70%;
    /* position: absolute;
  right: 0;
  bottom: 0; */
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: Poppins;
    border-radius: 40px;
    cursor: pointer;
    margin-left: auto;
}

._pro_ttl {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

._ftyp span {
    font-size: 14px;
    color: #8A8A8A;
    font-weight: 400;
    border-right: 1px solid #8A8A8A;
    padding-right: 10px;
}

._ftyp:last-child span {
    border-right: transparent;
}

._ftyp .active-link {
    /* background-color: #56B1FF;
  color: #fff;
  border-radius: 6px; */
    padding: 0px 8px 0 0;
    border-right: 1px solid #8A8A8A;
}
/* ._pro_ttl ._gry {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
} */
._cartyp {
    display: flex;
    margin-top: 5px;
    width: 100%;
    align-items: center;
}
    /* ._cartyp ._cptup {
  background: #e6fcff;
  padding: 5px 8px;
  font-size: 13px;
}
._cartyp ._cptup,
._cartyp ._elccb {
  width: auto;
  text-transform: capitalize;
  border-radius: 5px;
} */
    /* ._cartyp ._elccb {
  background: #fff;
  padding: 4px 10px;
  font-size: 14px;
  display: flex;
  margin-left: 5px;
} */
    ._cartyp ._elccb img {
        margin-right: 5px;
    }

._prod_img {
    display: flex;
    width: 100%;
}

.list-img {
    width: 15%;
    position: relative;
    display: flex;
    flex-direction: column;
}

._listflx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,253,255,1) 100%); */
    border-radius: 10px 10px 0 0;
}

._prod_img img {
    width: 100%;
}

.cab-details {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
}

    .cab-details:last-child {
        margin-bottom: 0px;
    }

    .cab-details .cab-1 {
        display: flex;
        gap: 7px;
        width: 30%;
    }

    .cab-details .images-icon img {
        max-width: 100%;
    }

    .cab-details .car-text span {
        font-size: 13px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .cab-details .car-text p {
        font-size: 11px;
        color: #000;
        margin-bottom: 0px;
    }

.cab-list-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blue-link a {
    text-decoration: none;
    color: #2093EF;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 20px 0;
    display: block;
}

.sftybx {
    width: auto;
    float: left;
    padding: 7px 0 4px;
}

.offer-img img {
    width: 100%;
}

.service-cab {
    margin-bottom: 20px;
}

    .service-cab:last-child {
        margin-bottom: 0px;
    }

    .service-cab h6 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

    .service-cab a {
        text-decoration: none;
        font-size: 13px;
        color: #0C8BFD;
        font-weight: 400;
        margin-bottom: 0px;
        display: block;
        line-height: 24px;
    }

        .service-cab a:hover {
            text-decoration: underline;
        }

._wt_box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.offer-promo-wrap .reset-text {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .offer-promo-wrap .reset-text img {
        padding-right: 10px;
    }

.offer-promo-wrap {
    width: 100%;
    margin: 15px auto 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px rgb(208 208 208 / 42%);
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #2093EF;
    padding: 15px;
}

.text-p .deal-text {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.text-p span {
    font-size: 10px;
    color: #858585;
    margin-bottom: 0px;
}

.hovertip {
    position: relative;
    display: inline-block;
}

.sftryin {
    width: auto;
    display: flex;
    cursor: pointer;
}

    .sftryin img {
        width: 30px;
        height: 30px;
        background: #e5f8fa;
        display: flex;
        padding: 4px;
        margin-right: 5px;
        vertical-align: middle;
        border-radius: 50px;
    }

    .sftryin .txt {
        padding: 0;
        margin: auto 0;
        font-size: 13px;
        font-weight: 600;
        vertical-align: middle;
    }

.hovertip .hovertiptext {
    visibility: hidden;
    width: 285px;
    background-color: #3a3a3a;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: 0;
}

.hovertiptext p {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.hovertiptext ul {
    list-style: circle;
    padding: 0 15px;
    margin: auto;
}

.hovertip:hover .hovertiptext {
    visibility: visible;
}

.hovertip .hovertiptext:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 16px;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom-color: #3a3a3a;
}

.hovertiptext ul li {
    font-size: 12px;
}

.box_grid {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

._ftyp {
    font-size: 14px;
    font-weight: 600;
}

    ._ftyp,
    ._ftyp img {
        display: flex;
        align-items: center;
    }

        ._ftyp img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

._lst_m_i {
    /* border: 1px solid #2093EF; */
    padding-top: 10px;
    width: 100%;
    cursor: pointer;
    background-color: #EAF6FF;
    padding: 5px 15px;
    border-radius: 0px 0px 10px 10px;
}

.red {
    color: #D94714;
    font-size: 14px !important;
    font-weight: 600;
    margin-right: 10px !important;
}

._l_inf,
._lst_m_i {
    display: flex;
    align-items: center;
}

._l_inf {
    font-size: 13px;
}

    ._l_inf img {
        margin-right: 5px;
    }

.timepicker {
    -webkit-box-shadow: 0 0 6px rgb(64 64 64/21%);
    -moz-box-shadow: 0 0 6px rgb(64 64 64/21%);
    z-index: 99;
    width: 185px;
    padding: 10px;
}

.airppicker,
.timepicker {
    border-radius: 5px;
    align-items: center;
    box-shadow: 0 0 6px rgb(64 64 64/21%);
    position: absolute;
    background: #fff;
    display: none;
}

.airppicker {
    padding: 0;
    width: 100%;
    margin-top: -3px;
    left: 7px;
}

.radio-toolbar {
    border: 1px solid #2093EF;
    border-radius: 3px;
    float: left;
    display: flex;
    align-items: center;
}

    .radio-toolbar input[type="radio"] {
        display: none;
    }

input[type="radio"] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #2093EF;
    border-radius: 50%;
    outline: 0;
}

.radio-toolbar label {
    width: 40px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #2093EF;
    border-right: 1px solid #2093EF;
    cursor: pointer;
    padding: 6px 0;
}

.radio-toolbar
input[type="radio"]:checked + label {
    background: #2093EF;
    color: #fff;
}

.timec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    background: #f6f6f6;
    padding: 5px 8px;
    border-radius: 5px;
}

.time_sec {
    padding-top: 10px;
}

.airp_typ,
.time_sec {
    width: 100%;
    display: flex;
}

.airp_typ {
    justify-content: space-evenly;
}

.time_sec .wtsk {
    width: 50%;
    text-align: center;
    height: 195px;
    padding: 0 8px;
    overflow: auto;
}

    .time_sec .wtsk li {
        list-style: none;
        width: 100%;
        padding: 6px 0;
        font-size: 14px;
        cursor: pointer;
    }

        .time_sec .actvtab,
        .time_sec
        .wtsk
        li:hover {
            background: #2093EF;
            color: #fff;
            border-radius: 5px;
            font-weight: 600;
        }

.wtsk::-webkit-scrollbar {
    width: 2px;
}

.wtsk::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.wtsk::-webkit-scrollbar-thumb {
    background: #888;
}

    .wtsk::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.rel {
    position: relative;
}

.done_d {
    background: #ef6614;
    text-align: center;
    color: #fff;
    width: 50%;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 10px;
}

.ui-widget.ui-widget-content {
    border: 0;
    position: absolute;
    z-index: 99;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    align-items: center;
    box-shadow: 0 0 6px rgb(64 64 64/21%);
}

.ui-widget-header {
    background: #f7f7f7;
    color: #333;
}

.ui-datepicker th,
.ui-widget-header {
    border: 0;
    font-weight: 500;
    font-size: 15px;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 0;
    background: #fff;
    font-weight: 400;
    color: #000;
    justify-content: center;
    height: 35px;
    align-items: center;
    display: flex;
    vertical-align: middle;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #b2d8ff;
    background: #f4f9ff;
    color: #007fff;
    font-weight: 600;
    border-radius: 5px;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

.ui-icon,
.ui-widget-content
.ui-icon-circle-triangle-w {
    background-image: url(https://hotel.easemytrip.com/Content/Homepage/img/download.png) !important;
    background-position: 0 0;
}

.ui-icon,
.ui-widget-content
.ui-icon-circle-triangle-e {
    background-image: url(https://hotel.easemytrip.com/Content/Homepage/img/download.png) !important;
    background-position: 3px -31px;
}

.lodng-pg {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px !important;
    float: left;
    display: flex;
}

.lodng-pg2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pl-wt {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 0 0 10px;
}

.manyfiltr {
    text-align: center;
}

.fli-no-rt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

    .fli-no-rt a {
        text-decoration: none;
        margin-left: 10px;
        color: #2093EF;
    }

.w_85 {
    min-width: 86%;
    margin-left: auto;
}

.w_10,
.w_85 {
    width: auto;
    float: left;
}

.w_10 {
    min-width: 9%;
    display: flex;
    align-items: center;
    margin-right: 5px;
    flex-direction: column;
}

.auto_sugg {
    width: 100%;
    z-index: 999;
    position: absolute;
    max-height: 265px;
    overflow: auto;
    margin-top: 2px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: -1px 8px 10px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: -1px 8px 10px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: -1px 8px 10px rgba(0, 0, 0, 0.21);
}

    .auto_sugg ul {
        z-index: 999;
        list-style-type: none;
        padding: 10px !important;
        margin: auto !important;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3) !important;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3) !important;
    }

        .auto_sugg ul,
        .auto_sugg ul li {
            width: 100%;
            background: #fff;
            float: left;
            position: relative;
        }

            .auto_sugg ul li {
                margin: auto;
                box-shadow: 0 0 7px rgb(0 0 0/6%);
                border-radius: 5px;
                padding: 8px 10px;
                cursor: pointer;
                display: flex;
                align-items: center;
                margin-top: 8px !important;
                border: 1px solid #f7f0f0;
            }

                .auto_sugg
                ul
                li:active,
                .auto_sugg ul li:focus,
                .auto_sugg
                ul
                li:hover {
                    background-color: #f9f9f9;
                }

                .auto_sugg
                ul
                li:last-child {
                    border-bottom: 1px solid #ddd;
                }

.auto_sugg_tttl {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.auto_sugg_add {
    font-size: 11px;
    margin-top: 1px;
    color: #828282;
}

.auto_sugg_img {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 30px;
    display: inline-block;
    background-size: 20px 20px;
}

.sugg_city {
    background-image: url(/assets/img/city.svg);
}

.sugg_airport {
    background-image: url(/assets/img/airport.svg);
}

.sugg_hotel {
    background-image: url(/assets/img/hotel.svg);
}

.sugg_bus {
    background-image: url(/assets/img/bus.svg);
}

.sugg_train {
    background-image: url(/assets/img/train.svg);
}

.sugg_port {
    background-image: url(/assets/img/port.svg);
}

.sugg_resort {
    background-image: url(/assets/img/resort.svg);
}

.errorbox {
    top: 30px;
}

.errorbox,
.errorboxrn {
    position: absolute;
    left: 2px;
    width: 200px;
}

.errorboxrn {
    top: 60px;
}

.errorfrm {
    color: #fff;
    font-size: 12px;
    background: #ff2828;
    padding: 5px 10px;
    border: 0;
    border-radius: 4px;
    display: inline-block !important;
    position: relative;
    line-height: 15px;
    white-space: nowrap;
    transition: all 0.5s ease;
    text-transform: capitalize;
    width: auto;
    margin: 0 0 10px;
    font-weight: 600;
    transition: opacity 0.6s, visibility 0.6s;
}

    .errorfrm:before {
        content: "";
        left: 5px;
        top: -7px;
        width: 0;
        height: 0;
        border-top: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #ff2828;
        position: absolute;
        z-index: 10;
    }

.f1ttl {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}

.dropdown-travelr {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 205px;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0/45%);
    z-index: 99;
    top: 66px;
    left: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.innr_pnl_v2 {
    width: 100%;
    position: relative;
}

#field1,
#field2,
#field3 {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
}

.add,
.sub {
    width: 26px;
    height: 31px;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #000 !important;
}

.inptno {
    border: 0;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    font-family: Poppins;
    width: 40px;
    background: #f6f9ff;
}

.flex-adltcol {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
}

.dn_btn {
    padding: 8px 12px;
    border: 1px solid #2093EF;
    color: #2093EF;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-top: 7px;
    cursor: pointer;
    background: #fff;
}

    .dn_btn:hover {
        background: #2093EF;
        color: #fff;
    }

.agetxt {
    font-size: 11px;
}

.trvlhead {
    font-size: 13px;
    font-weight: 500;
}

.divider_nw {
    width: 100%;
    height: 1px;
    background: #eee;
    float: left;
    margin-bottom: 4px;
}


.breabreadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 25px 0px;
    padding: 0;
    margin-bottom: 0px;
}

    .breabreadcrumbs li {
        font-size: 14px;
        margin-right: 10px;
        display: flex;
    }

        .breabreadcrumbs li a {
            color: #858585;
        }

.mt-30 {
    margin-top: 30px;
}

.bg-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

    .bg-title span {
        color: #2093EF;
    }

.airport-taxi-details p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}

.book-airport-wrap {
    background-color: #F6FBFF;
}

.mt-50 {
    margin-top: 50px;
}

.pt-40 {
    padding: 40px 0px;
}

.book-airport-wrap .bg-title {
    margin-bottom: 15px;
}

.load-more {
    margin-top: 20px;
}

    .load-more a {
        text-decoration: none;
        color: #2093EF;
        font-weight: 400;
        font-size: 16px;
    }

.d-flex {
    display: flex;
}

.airport-taxi-details {
    margin-bottom: 14px;
}

.justify-content {
    justify-content: space-between;
}

a {
    text-decoration: none;
}

.w-25 {
    width: 24%;
}

.benifit-cab .icon {
    margin-bottom: 10px;
}

    .benifit-cab .icon img {
        max-width: 100%;
    }

.benifit-cab .text h5 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.benifit-cab .text p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    max-width: 250px;
}

.benifit-wrap .bg-title {
    margin-bottom: 30px;
}

.view-all {
    text-align: center;
    margin-top: 50px;
}

    .view-all a {
        text-decoration: none;
        font-size: 16px;
        background: #2093EF;
        padding: 10px 30px;
        color: #fff;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
    }

.scnd-cnt2 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mgt15 {
    margin-top: 15px;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 6000;
    font-size: 19px;
}

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #2B2B2B;
    margin-bottom: 10px;
}

    .accordion__item__content p {
        font-size: 16px;
        color: #2B2B2B;
        width: 100%;
    }

.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}

.Domestic-wrap {
    position: relative;
    margin-bottom: 50px;
}

    .Domestic-wrap .list-wrap {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

.airport-item {
    border: none;
    background: none;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 24px;
}

.Domestic-wrap .active-item::after {
    content: "";
    background: #2093EF;
    bottom: -19px;
    position: absolute;
    width: -webkit-fill-available;
    height: 3px;
    left: 0;
    width: 100%;
}


.sidebar_tab_ {
    border: none;
    background: none;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 40px;
}

.Domestic-wrap .active_sidebar_tab_::after {
    content: "";
    background: #2093EF;
    bottom: -19px;
    position: absolute;
    width: -webkit-fill-available;
    height: 3px;
    left: 0;
    width: 100%;
}

.dom-wrap {
    margin-top: 15px;
}

.align-items {
    align-items: center;
}

.dom-link {
    background: #F8FCFF;
    padding: 15px;
    border: 1px solid #BAD5E6;
    border-radius: 10px;
    display: flex;
    color: unset;
}

    .dom-link .text {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

.Domestic-wrap::after {
    content: "";
    background-image: url("./images/car-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    /* position: absolute; */
    right: 0;
    bottom: -111px;
    height: 102px;
    width: -webkit-fill-available;
}

.justify-content {
    justify-content: space-between;
}

.Domestic-wrap .show-link a {
    text-decoration: none;
    color: #EF6614;
    font-weight: 500;
    font-size: 19px;
    border-bottom: 1px solid #EF6614;
}

.left_box {
    padding: 15px;
}

.breabreadcrumbs .active {
    color: #2093EF;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-x: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
    padding-bottom: 40px;
    z-index: 999999999;
}

.popup-content {
    background-color: #fff;
    /* margin: 15% auto; */
    width: 80%;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh;
}

.close {
    color: #aaa;
    font-size: 30px;
    position: absolute;
    right: 15px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.delhi-wrap {
    background-color: #F2F9FF;
    padding: 10px 15px;
    /* border: 1px solid #2C72EC; */
    border-radius: 12px;
    margin: 20px 20px 0;
    gap: 10px;
}

    .delhi-wrap .cab-name {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        margin-bottom: 0px;
        display: flex;
        gap: 5px;
    }

        .delhi-wrap .cab-name img {
            max-width: 100%;
        }

.cab-time p {
    font-size: 13px !important;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 0px;
}

.cab-btn a {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #2C72EC;
    padding: 5px 10px;
    text-align: center;
    border-radius: 6px;
}

.popup-content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: left;
}

.popup-content p {
    font-size: 15px;
    color: #DF9200;
    margin-bottom: 0px;
    text-align: left;
}

.fare {
    background-color: #fff;
    border: 1px solid #E6ECEF;
    padding: 15px;
    border-radius: 15px;
    flex: 0 0 30%;
}

.fare-value-wrap::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    border-radius: 10px;
}

/* Track */
.fare-value-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fare-value-wrap::-webkit-scrollbar-thumb {
    background: #2093EF;
}

    /* Handle on hover */
    .fare-value-wrap::-webkit-scrollbar-thumb:hover {
        background: #0C8BFD;
    }

.checkbox-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

    .checkbox-container h6 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 0px;
    }

.ruppes h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

    .ruppes h6 img {
        max-width: 100%;
    }

.text-yellow p {
    font-size: 11px;
    color: #B9A621;
    margin-bottom: 0px;
    font-weight: 400;
}

.text-yellow {
    border-bottom: 1px solid #e9ebec;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.icon-fare-wrap {
    gap: 15px;
    margin-bottom: 15px;
}

    .icon-fare-wrap .left img {
        max-width: 100%;
    }

    .icon-fare-wrap .right h6 {
        font-size: 13px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0px;
        text-align: left;
    }

    .icon-fare-wrap .right .green {
        color: #00a615;
    }

    .icon-fare-wrap .right p {
        font-size: 12px;
        color: #000;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: left;
    }

.w-33 {
    width: 33.33%;
}

.slct_chck_mark[_ngcontent-ylj-c3]:after {
    content: "";
    position: absolute;
    display: none;
}

.slct_chck_butt[_ngcontent-ylj-c3] {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .slct_chck_butt[_ngcontent-ylj-c3] input[_ngcontent-ylj-c3] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .slct_chck_butt[_ngcontent-ylj-c3] input[_ngcontent-ylj-c3]:checked ~ .slct_chck_mark[_ngcontent-ylj-c3] {
            background-color: #fff;
        }

            .slct_chck_butt[_ngcontent-ylj-c3] input[_ngcontent-ylj-c3]:checked ~ .slct_chck_mark[_ngcontent-ylj-c3]:after {
                display: block;
            }

    .slct_chck_butt[_ngcontent-ylj-c3] .slct_chck_mark[_ngcontent-ylj-c3]:after {
        top: 2px;
        left: 2px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #2093EF;
    }

.fare-value-wrap {
    overflow-x: auto;
    display: flex;
    gap: 15px;
    margin: 20px;
    padding-bottom: 20px;
}

.slct_chck_mark[_ngcontent-ylj-c3] {
    position: absolute;
    top: -12px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #2093EF;
    border-radius: 50%;
}

.sprbdr {
    padding: 10px 20px;
    border-bottom: 1px solid #CCD5DC;
}

.bknwcbtn div {
    display: block;
    /* background:#EAEAEA; */
    border-radius: 40px;
    text-align: center;
    color: #7F888D;
    padding: 10px;
    text-decoration: none;
    font-weight: 500
}
/* .scltcb{background:#ef6614 !important;color:#fff !important;} */
._scrlmnt {
    /* overflow:auto; */
    max-height: 230px;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2093EF;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.cab-name img {
    width: 24px;
}

.bknwcbtn div {
    display: block;
    background: #EAEAEA;
    border-radius: 40px;
    text-align: center;
    color: #7F888D;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
}


.bknwcbtn div {
    display: block;
    background: #EAEAEA;
    border-radius: 40px;
    text-align: center;
    color: #7F888D;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
}

.card-bgg {
    background-color: #ef6614 !important;
    color: #fff !important;
}

.cab-listing-wrap {
    width: 80%;
}

.cab-details .cab-1 {
    width: 32%;
}

.pro_span {
    color: rgb(138, 138, 138) !important;
    font-size: 11px;
    font-weight: 400;
}

.htch {
    font-weight: 600 !important;
    color: #000 !important;
}
