﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.cab-n-s {
    width: 100%;
    min-height: 290px;
    position: relative;
    background: url(https://www.easemytrip.com/cabs/img/b-g-cab.png), linear-gradient(to right, #2F80ED, #56CCF2);
}

.swipe-cab {
    width: 35px;
    height: 35px;
    background: url(https://www.easemytrip.com/cabs/img/swap-cab.svg) no-repeat;
    transition: all .5s ease 0s;
    position: absolute;
    left: -18px;
    top: 25px;
    cursor: pointer;
    background-size: 100%;
    z-index: 9;
}

    .swipe-cab:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }

.bx50P_add {
    width: 78% !important;
}

.disabl {
    opacity: .4;
    cursor: not-allowed;
    display: none !important;
}

.in-box-flx {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    border-radius: 5px;
	/*align-items:center;*/
}
/*
.banner_inner {
    width: 90%;
    padding: 50px 0;
    position: relative;
    margin: 0 auto;
}
*/

.cab-ttl {
    width: 100%;
    text-align: center;
}

    .cab-ttl h1 {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        padding: 0;
        text-align: center;
        margin: 0 0 40px;
    }

.cab_svg {
    vertical-align: bottom;
    margin-right: 10px;
}

.wht-box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* box-shadow: 4px 4px 4px rgba(71,101,187,.75); */
    -moz-box-shadow: 4px 4px 4px rgba(71,101,187,.75);
    /* -webkit-box-shadow: 4px 4px 4px rgba(71,101,187,.75); */
}

.box-srch {
    border-right: 1px solid #E1E7EB;
    padding: 10px 15px;
    min-width: 320px;
    width: 350px;
}

    .box-srch:hover, .box-a_typ:hover, .box-trv:hover {
        background: #ECF5FE;
        cursor: pointer;
        border-radius: inherit;
    }

.input_c_srch {
    font-size: 22px;
    font-weight: 600;
    outline: 0;
    border: 0;
    width: 100%;
    cursor: pointer;
    color: #202020;
    text-transform: capitalize;
    margin: auto;
}

.overflw_txt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
}
::placeholder {
    color: #D9D9D9;
    font-size: 14px;
}
.f12 {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.f18 {
    font-size: 18px;
}

.gry {
    color: #707070;
}

.blk {
    color: #202020;
}

.box-dt {
    border-right: 0;
    padding: 10px 15px;
    width: auto;
    display: flex;
    flex-direction: row;
}

.blurHr {
    opacity: .3;
    pointer-events: none;
    outline : none; 
    cursor: not-allowed !important;
}
.box-trv {
    border-left: 1px solid #E1E7EB;
    padding: 10px 15px;
    width: 250px;
    margin-left: auto;
}

.down_arw_atyp {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 38px;
    right: 15px;
}

.box-a_typ {
    border-right: 1px solid #E1E7EB;
    padding: 10px 15px;
    width: 260px;
    margin-right: auto;
}

.srch-btn-c {
    min-width: 170px;
    cursor: pointer;
    background: #ef6614;
    text-align: center;
    display: block;
    color: #fff;
    outline: 0;
    padding: 31px 15px 31px 15px;
    border: 0;
    font-size: 18px;
    margin-left: auto;
    font-weight: 500;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.srch-btn-c:hover{background-color: #da5200;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.trvflx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    font-weight: 500;
}
.fnt30 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.down_arw_htl {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: 1px;
    right: 5px;
}

.in-bx-d, .in-bx-t {
    min-width: 48%;
    position: relative;
}

.in-bx-d {
    margin-right: 10px;
}

.in-bx-t {
    padding-left: 10px;
}

._inp {
    cursor: pointer;
    width: 100%;
    outline: 0;
    border: 0;
}
.airp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .airp ul li:last-child {
        border-bottom: 0;
    }

.actv_air {
    background: #3381e724;
    border-left: 3px solid #2196F3;
}

.airp ul li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px;
    border-radius: inherit;
    font-weight: 500;
}

.in-bx-t:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #E1E7EB;
    left: 0;
    top: 0;
    position: absolute;
}
._gry {
    color: #ddd !important;
}
.Cal-ico {
    display: block;
    width: 13px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    background: url(https://www.easemytrip.com/cabs/img/Icon-calendar.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.hide-d {
    display: none;
}

.rou_noti {
    font-size: 13px;
    padding-top: 8px;
    color: #2196F3;
    cursor: pointer;
}

.roundcross {
    width: 17px;
    height: 17px;
    background: url(https://www.easemytrip.com/cabs/img/roundt-cross.svg) no-repeat;
    background-size: 17px 17px;
    position: absolute;
    right: -3px;
    top: -1px;
    cursor: pointer;
}

.swipesector {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    margin-left: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    background: url(https://www.easemytrip.com/cabs/img/swipe_icon.svg) no-repeat;
    background-size: 23px 23px;
    transition: all .5s ease;
}

.mgr5 {
    margin-right: 5px;
}

.ftn20 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.ftn22 {
    font-size: 22px;
    font-weight: 700;
}

.f16t {
    font-size: 16px;
    font-weight: 500;cursor:pointer;
}

.mrg2 {
    margin-top: 2px;
}
/* date */
.ui-widget.ui-widget-content {
    border: 0;
    position: absolute;
    z-index: 99;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    align-items: center;
    -webkit-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    -moz-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    box-shadow: 0 0 6px rgb(64 64 64 / 21%);
}

.ui-widget-header {
    border: 0;
    background: #f7f7f7;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #ffffff;
    font-weight: normal;
    color: #000000;
    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: 500;
    border-radius: 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
    border-radius: 5px;
}
/*Time*/
.timepicker {
    border-radius: 5px;
    align-items: center;
    -webkit-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    -moz-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    position: absolute;
    background: #fff;
    display: none;
    width: 185px;
    z-index: 9;
    padding: 10px;
}

.airppicker {
    border-radius: 5px;
    align-items: center;
    -webkit-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    -moz-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    position: absolute;
    background: #fff;
    display: none;
    padding: 0;
    width: 100%;
    margin-top: 5px;
    left: 7px;
}

.radio-toolbar {
    border: 1px solid #2196f3;
    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 #2196F3;
    border-radius: 50%;
    outline: 0;
}

.radio-toolbar label {
    cursor: pointer;
    width: 40px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #2196f3;
    border-right: 1px solid #2196f3;
    cursor: pointer;
    padding: 6px 0;
}

.radio-toolbar input[type="radio"]:checked + label {
    background: #2196f3;
    color: #fff;
}

.timec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    background: #F6F6F6;
    padding: 5px 8px;
    border-radius: 5px;
}

.time_sec {
    width: 100%;
    display: flex;
    /* justify-content: space-evenly; */
    padding-top: 10px;
}

.airp_typ {
    width: 100%;
    display: flex;
    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: #2196f3;
            color: #fff;
            border-radius: 5px;
            font-weight: 500;
        }

.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;
    cursor: pointer;
}

.xp100 {
    width: 100% !important;
}

.hr_c {
    width: 100%;
    margin-top: 10px;
    left: 0;
}

    .hr_c p {
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        background: #f6f6f6;
        border-radius: 5px;
        padding: 5px;
    }

.cflx {
    display: flex;
    align-items: center;
}

.mglf15 {
    margin-right: 15px;
}

.rcnt-srch {
    width: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.nprcnt {
    font-size: 12px;
    font-weight: 500;
}

.rbox {
    color: #616161;
    background: #fafcff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 12px;
}

.mg_h5 {
    margin: 0 5px;
}

.citysearch {
    position: absolute;
    left: 18px;
    top: 60px;
    display: none;
    z-index: 99;
    background: #fff;
    width: 360px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}

.searcityCol {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.searcIcn {
    background: url(https://www.easemytrip.com/cabs/img/icon-search.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: inline-block;
    margin-right: 10px;
}

.srctinput {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    padding: 15px 0;
}

.done_d {
    background: #ef6614;
    text-align: center;
    color: #fff;
    width: 50%;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    font-size: 13px;
    margin-left: auto;
    margin-top: 10px;
}
/*autolist*/


.w_85 {
    width: auto;
    float: left;
    min-width: 86%;
    margin-left: auto;
}

.w_10 {
    width: auto;
    min-width: 15%;
    float: left;
    display: flex;
    align-items: center;
    margin-right: 5px;
    flex-direction: column;
}

.cab .w_10 {
    width: auto;
    min-width: auto;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.auto-sugg-pre {
    width: 100%;
    position: relative;
    background: #fff;
}

    .auto-sugg-pre ul {
        list-style-type: none;
        float: left;
        width: 100%;
        padding: 0;
        margin: auto;
        background: #fff;
        position: relative;
    }

        .auto-sugg-pre ul li {
            border-bottom: 1px solid #DCDCDC;
            float: left;
            width: 100%;
            padding: 13px 0px;
            margin: auto;
            display: flex;
            align-items: center;
        }

            .auto-sugg-pre ul li:last-child {
                border-bottom: 0;
                padding-bottom: 5px;
            }

.auto_sugg {
    width: 100%;
    position: relative;
}

    .auto_sugg ul {
        list-style-type: none;
        float: left;
        width: 100%;
        padding: 0;
        margin: auto;
        max-height: 250px;
        overflow: auto;
        position: relative;
    }

        .auto_sugg ul li {
            float: left;
            width: 100%;
            padding: 10px;
            background: #fff;
            border-top: 1px solid #eee;
            margin: auto;
            display: flex;
            align-items: center;
        }


.auto_sugg_tttl {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.auto_sugg_tttl_nw {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.auto_sugg_add {
    font-size: 11px;
    margin-top: 2px;
    color: #7D7D7D;
    text-transform: capitalize;
}

.auto_sugg_add_nw {
    font-size: 11px;
    margin-top: 2px;
    color: #7D7D7D;
    text-transform: capitalize;
}

.w_10 .f11 {
    font-size: 11px !important;
}

.auto_sugg_img {
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100%;
}

#dvinpsrce {
    width: 100%;
    float: left;
    font-size: 14px;
}

.auto_sugg_star {
    display: flex;
    align-items: center;
}

.sugg_star {
    width: 8px;
    height: 8px;
    background-image: url(https://www.easemytrip.com/images/cab-img/sugg_star.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

img {
    max-width: 100%;
}


.sugg_loc {
    background-image: url(https://www.easemytrip.com/images/cab-img/location-ausugg.svg?v=2);
}

.sugg_city {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/city_pro.png?v=2);
}

.sugg_poi {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/poi.png?v=2);
}

.sugg_locality {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/locality.png?v=2);
}

.sugg_neighborhood {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/neighborhood.png?v=2);
}

.sugg_airport {
    background-image: url(https://www.easemytrip.com/images/cab-img/flight-ausugg.svg?v=2);
}

.sugg_hotel {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/hotel_pro.png?v=2);
}

.sugg_bus {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/bus_station.png?v=2);
}

.sugg_train {
    background-image: url(https://www.easemytrip.com/images/cab-img/train-ausugg.svg?v=2);
}

.sugg_port {
    background-image: url(https://www.easemytrip.com/images/cab-img/ship-ausugg.svg?v=2);
}

.sugg_resort {
    background-image: url(https://www.easemytrip.com/images/cab-img/resort-ausugg.svg?v=2);
}

.sugg_default {
    background-image: url(https://www.easemytrip.com/images/cab-img/star-ausugg.svg?v=2);
}

.sugg_attrctn {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/attraction.png?v=2);
}

.sugg_region {
    background-image: url(https://www.easemytrip.com/images/cab-img/region-ausugg.svg?v=2);
}

.sugg_shop {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/shop.png?v=2);
}

.sugg_place {
    background-image: url(https://www.easemytrip.com/images/auto-sugg-icon/place.png?v=2);
}

.sugg_school {
    background-image: url(https://www.easemytrip.com/images/cab-img/school-ausugg.svg?v=2);
}

/*autolist*/


.cab_typ_c {
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 5px;
    border-radius: 50px;
}

.cab_typ_c li {
    color: #8b8b8b;
    cursor: pointer;
    float: left;
    list-style: outside none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    font-weight: 500;
    margin-right: 0px;
}

ul.cab_typ_c input[type="radio"] {
    display: none;
}

ul.cab_typ_c label {
    display: inline-block;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 12px;
}
.cab_typ_c li:hover {
    background: #f9f9f9;
    border-radius: 50px;
}

ul.cab_typ_c input[type="radio"]:checked + label {
    background-color: #2196F3 !important;
    color: #ffffff !important;
    border-radius: 50px;
    margin: auto;
    border-color: #fff;
}
.hd_tag {
    width: auto;
    float: right;
    font-size: 20px !important;
    margin-left: auto !important;
    color: #fff;
    font-weight: 500;
}