
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {box-sizing: border-box;-webkit-box-sizing: border-box;}
@charset "utf-8";

body, p {
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
}
img{max-width:100%;}
.topBanner {
    width: 100%;
    height: 241px;
    background: url(img/holidaybg.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    background-position: 0% 80% !important;
}
.ovclr {
    background: #0000003d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerInr {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
    z-index: 99;
    display: block;
    position: relative;
}


    .bannerInr h1 {
        color: #ffffff;
        font-size: 30px;
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-weight: 700;
        text-align: center
    }
.breadcrumb {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    margin: 10px 0 8px 0
}

    .breadcrumb ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        padding: 0
    }

        .breadcrumb ul li {
            font-size: 11px;
            line-height: 11px;
            letter-spacing: 0.2px;
            font-weight: 500;
            color: #3a3a3a;
            white-space: nowrap;
            position: relative;
            padding-right: 13px;
            list-style: none;
        }

            .breadcrumb ul li a {
                text-decoration: none;
                display: block;
                position: relative;
                font-weight: 500;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                color: #2196f3;
            }

            .breadcrumb ul li:after {
                content: '>';
                font-size: 12px;
                color: #868686;
                right: 4px;
                top: 1px;
                padding: 0 0 0px;
                position: absolute;
            }

            .breadcrumb ul li:last-child:after {
                display: none;
            }

            .breadcrumb ul li a:hover {
                color: #2196f3;
            }
.serm {
    width: 45%;
    margin: 0 auto;
    display: table;
    margin-top: 21px;
    padding: 0;
    border-radius: 7px;
    background: #fff;
}

.ser-l {
    width: 80%;
    float: left;
    position: relative;
    padding: 0;
}

.homeSrch {
    width: 100%;
    padding: 7px 15px 7px 20px;
    border: 0;
    font-size: 16px;
    outline: 0;
    height: 50px;
    color: #000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ser-r {
    width: 20%;
    float: right;
    padding: 0;
}

.clear_all {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #2196f3;
    top: 6px;
    cursor: pointer;
}

.sub_m {
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    height: 50px;
    text-transform: capitalize;
    outline: none;
    float: left;
    text-align: center;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #ef6614;
    padding: 0 0 0 15px;
    font-family: 'Lato', sans-serif;
    background-image: url(https://www.easemytrip.com/img/search-icon-hp.png);
    background-position: 15% 50%;
    background-repeat: no-repeat;
}

.sortbtn {
    border: 1px solid #CBC3C3;
    padding: 7px 12px;
    text-align: center;
    font-size: 13px;
    color: #000;
    border-radius: 20px;
    margin-right: 12px
}

.txtLbl {
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 600;
}

.slct_box {
    position: relative;
    margin-bottom: 2px
}

.slct_box_inr {
    -moz-appearance: none;
    background: none;
    border: none;
    border-radius: 4px;
    color: #383737;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.slct_arw {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 7px;
}

.srchbttn {
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    float: left;
    text-align: center;
    width: 100%;
    background-color: #ff6600;
    padding: 15px;
    width: 100%;
}

.mid_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
}

.headtl {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    margin: 12px 0 4px 0
}

.abttxt {
    font-size: 12px;
    color: #000;
    padding: 8px 0
}

.leftFilter {
    width: 18%;
    float: left
}

.rightList {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.accordion {
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 600;
    margin-bottom: 10px
}

    .accordion:after {
        content: '\2212';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

/*.active:after {
    content: "\002B";
}*/

.panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.divider {
    border-bottom: 1px solid #e6e3e3;
    margin: 12px 0;
}

.container_fil {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0 0 12px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}

    .container_fil input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark_fil {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.container_fil:hover input ~ .checkmark_fil {
    background-color: #ccc;
}

.container_fil input:checked ~ .checkmark_fil {
    background-color: #4263c1;
    border: 1px solid #4263c1;
}

.checkmark_fil:after {
    content: "";
    position: absolute;
    display: none;
}

.container_fil input:checked ~ .checkmark_fil:after {
    display: block;
}

.container_fil .checkmark_fil:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_com {
    display: block;
    position: relative;
    padding-right: 21px;
    margin: 7px 0 0 0;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}

    .container_com input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark_com {
    position: absolute;
    top: 0;
    right: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.container_com:hover input ~ .checkmark_com {
    background-color: #ccc;
}

.container_com input:checked ~ .checkmark_com {
    background-color: #4263c1;
    border: 1px solid #4263c1;
}

.checkmark_com:after {
    content: "";
    position: absolute;
    display: none;
}

.container_com input:checked ~ .checkmark_com:after {
    display: block;
}

.container_com .checkmark_com:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clr {
    clear: both
}

.durtTxt {
    float: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 15px;
}

.ttlReslt {
    width: 12%;
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    color: #1258c8;
    text-align: right
}

.durtnw-1, .durtnw-2, .durtnw-3, .durtnw-4 {
    width: 19%;
    float: left;
    color: #000;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
}

    .durtnw-1 span, .durtnw-2 span, .durtnw-3 span, .durtnw-4 span {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }

.up {
    width: 11px;
    height: 11px;
    background: url(img/up-arrow.svg) no-repeat;
    background-size: 11px 11px;
    display: inline-block;
    vertical-align: middle;
}

.down {
    width: 11px;
    height: 11px;
    background: url(img/down-arrow.svg) no-repeat;
    background-size: 11px 11px;
    display: inline-block;
    vertical-align: middle;
}

.listpnl {
    width: 100%;
    float: left
}

.tnight {
    background: rgba(0,0,0,.75);
    border-radius: 20px;
    padding: 3px 8px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
}

.mainList {
    width: 32%;
    float: left;
    border: 1px solid #d6d6d6;
    background: #fff;
    margin: 0;
    position: relative;
    border-radius: 4px;
    margin-right: 2%;
    margin-bottom: 30px;
    min-height: 480px;
}

    .mainList:nth-child(3n) {
        margin-right: 0;
    }

.ListImg {
    width: 100%;
    float: left;
    position: relative
}

    .ListImg img {
        max-width: 100%;
        vertical-align: top;
        object-fit: cover;
        height: 190px;
        width: 100%;
    }

.fdep {
    background: #F90000;
    border-radius: 3px;
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 11px
}

.listmid {
    padding: 8px;
    width: 100%;
    float: left
}

.pkgName {
    font-size: 17px;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ttlNight {
    font-size: 12px;
    color: #d47106;
    text-align: center;
    padding: 3px 0;
    display: block
}

.i-fli {
    width: 40px;
    height: 40px;
    background: url(img/flight-1.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-htl {
    width: 40px;
    height: 40px;
    background: url(img/hotel-1.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}
.i-sig-ed {
    width: 40px;
    height: 40px;
    background: url(img/easy-darshan-sight.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}
.i-sig {
    width: 40px;
    height: 40px;
    background: url(img/sightseeing-1.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-car {
    width: 40px;
    height: 40px;
    background: url(img/transfer-1.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-mea {
    width: 40px;
    height: 40px;
    background: url(img/meal-1.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}
.i-airtranf {
    width: 40px;
    height: 40px;
    background: url(img/airport-transfer.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-trn {
    width: 40px;
    height: 40px;
    background: url(img/train.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-bus {
    width: 40px;
    height: 40px;
    background: url(img/bus.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}

.i-cab {
    width: 40px;
    height: 40px;
    background: url(img/cab.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}
.i-visa {
    width: 40px;
    height: 40px;
    background: url(img/visa.svg) no-repeat 0 0;
    background-size: 40px 40px;
    display: table;
    margin: 0 auto;
}
.inclsn {
    width: 100%;
    float: left;
    margin: 8px 0;
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #e3e3e3;
    padding: 7px 0;
}

.radio_label_22 {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-right: 10px;
    line-height: 21px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio_label_22 input {
        position: absolute;
        opacity: 0;
    }

.checkmark_22 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #2196F3;
    border-radius: 50%;
}

.radio_label_22:hover input ~ .checkmark_22 {
    background-color: #ccc;
}

.radio_label_22 input:checked ~ .checkmark_22 {
    background-color: #fff;
}

.checkmark_22:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_label_22 input:checked ~ .checkmark_22:after {
    display: block;
}

.radio_label_22 .checkmark_22:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2196F3;
}

.strsbtxt {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}



.hicn {
    float: left;
    margin-right: 15px;
}

    .hicn:last-child {
        margin-right: 0
    }

.incTxt {
    font-size: 11px;
    color: #000;
    display: block;
    text-align: center
}

.pricesec {
    padding: 8px;
    width: 100%;
    float: left;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
    flex-wrap: wrap;
}

emi_text {
    font-size: 12px;
    color: #000;
    display: block;
}

.abttxt font {
    font-size: 13px;
}

.leftprc {
    width: 54%;
    float: left
}

.ritbtn {
    width: 45%;
    float: right
}

.grd-ttl-prc {
    width: 100%;
    float: left;
    text-align: left;
}

.prc-ttl {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.sub_text {
    font-size: 9px;
    color: #000;
    display: block
}

.sup_text {
    font-size: 12px;
    color: #000;
    display: block
}

.vdtl-btn {
    padding: 6px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background-color: #f96b2d;
    text-decoration: none;
    border-radius: 40px;
    float: right;
    width: 100%;
    font-weight: 500;
}
.vdtl-btn:hover, .inpemisub:hover{background-color: #da5a22;}
.custm-btn {
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
    color: #2196f3;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    float: right;
    width: 100%;
    border: 1px solid #2196f3;
    font-weight: 600;
    margin-top: 8px
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon p {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon p::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon p::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

.star-col {
    width: 42px;
    float: left;
    margin-right: 16px;
    text-align: center
}

.starTxt {
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 600
}

.star-3 {
    width: 42px;
    height: 46px;
    float: left;
    background: url(img/star-sprite.png) no-repeat 0 0;
    cursor: pointer
}

.star-4 {
    width: 42px;
    height: 46px;
    float: left;
    background: url(img/star-sprite.png) no-repeat -47px 0;
    cursor: pointer
}

.star-5 {
    width: 42px;
    height: 46px;
    float: left;
    background: url(img/star-sprite.png) no-repeat -93px 0;
    cursor: pointer
}

.star-3-act {
    background-position: 0 -49px
}

.star-4-act {
    background-position: -47px -49px
}

.star-5-act {
    background-position: -93px -49px
}

.fixedDv {
    width: 55px;
    position: fixed;
    right: 6px;
    top: 330px
}

.f-col-1 {
    width: 100%;
    float: right;
    margin-bottom: 15px;
    text-align: center;
}

.iComp {
    width: 36px;
    height: 36px;
    display: table;
    margin: 0 auto;
    background: url(img/query-sprite.png) no-repeat 0 0;
    cursor: pointer
}

.iHqu {
    width: 36px;
    height: 36px;
    display: table;
    margin: 0 auto;
    background: url(img/query-sprite.png) no-repeat -36px 0;
    cursor: pointer
}

.fxTxt {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    display: block
}

.mobmenu {
    display: none
}

.modal_er {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.65);
}

.modal-content-er {
    background-color: #fff;
    margin: auto;
    padding: 0px;
    width: 40%;
    border-radius: 10px;
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ppdtlsc{float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    position: relative;
}
.ppdtlsc:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #b6dfff;
    width: 65%;
    margin-left: 15px;
    top: 50%;
}
.ppflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.email-ico {
    background: url(https://www.easemytrip.com/holidays/Content/customize/img/email-ico.svg);
    background-size: 18px 14px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
}
.location-ico{
    background: url(https://www.easemytrip.com/holidays/Content/customize/img/location-ico.svg);
    background-size: 18px 14px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
}
.call-ico{
    background: url(https://www.easemytrip.com/holidays/Content/customize/img/call-ico.svg);
    background-size: 18px 14px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
}
.user-ico{
    background: url(https://www.easemytrip.com/holidays/Content/customize/img/user-ico.svg);
    background-size: 18px 14px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
}

.ppttl {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.close_er {
    color: #6c6c6c;
    float: right;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: -16px;
    font-weight: 400;
}
.hdrPP {
    font-size: 14px;
    margin-bottom: 5px;
}
.gap20{    gap: 20px;}
.container_loader {
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.main-lodeact {
    width: 12%;
    margin: 42% auto;
    padding: 5px;
    border-radius: 2px;
    overflow: hidden;
}

.loader {
    border: 6px solid #2196f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 6px;
    border-radius: 50%;
    border-top: 6px solid #ffffff00;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    float: left;
    margin: auto;
}

.wd48p {
    width: 48%;
}
.inp_n input {
    width: 100%;
    border: 1px solid #a6a8aa;
    margin: 0 0 5px;
    padding: 12px;
    position: relative;
    font-size: 14px;
    border-radius: 6px;
    text-transform: capitalize;
}
.psghed {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: left;
}
.wd100p{    width: 100%;
}
.wd100p .ttlpsgr {
    border: 0;
    outline: 0;
    text-align: center;
    border-left: 0;
    border-right: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    width: 35px;
    background: #ffffff;
}
.wd100p .add, .wd100p .sub {
    width: 35px;
}
.psgcolm {
    border: 1px solid #a6a8aa;
    display: flex;
    float: left;
    border-radius: 4px;
}

.sub {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    padding: 5px;
    width: 27px;
    cursor: pointer;
}

.ttlpsgr {
    border: 0;
    outline: 0;
    text-align: center;
    border-left: 1px solid #C9C6C6;
    border-right: 1px solid #C9C6C6;
    padding: 0;
    margin: 0;
    width: 35px;
    background: #E9F9FC;
}

.pd15n {
    padding: 15px;
}
.pd15nc {
    padding: 20px 30px;
}
.wd18p {
    width: 18% !important;
}

.wd80p {
    width: 80% !important;
}

.add {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    width: 27px;
    padding: 5px;
    cursor: pointer;
}

.close_er:hover, .close_er:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pack_form {
    width: 100%;
}

.inp_n {
    position: relative;
}

.pack_form h3 {
    padding: 8px 0 0px 0;
    margin: 0;
    color: #232323;
    display: block;
    font-size: 22px;
    font-weight: 600;
    float: left;
    text-align: center;
    width: 100%;
}

.pack_form h4 {
    width: 94%;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    display: block;
    font-weight: normal;
    font-size: 15px;
    padding: 3px 3% 15px;
    float: left;
}

.frc {
    width: 96%;
    margin: 0 auto;
}

.inp_n {
    position: relative;
}

fieldset {
    border: none !important;
    margin: 8px 0 0px 0px !important;
    min-width: 100%;
    padding: 0;
    width: 100%;
    float: left;
}

/*#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    border: 1px solid #c8c8c8;
    margin: 0 0 5px;
    padding: 12px 0px 12px 7px;
    outline: none;
}*/

.main-widt {
    width: 100%;
}

#contact select {
    width: 100%;
    border: 1px solid #c8c8c8;
    margin: 0 1px 5px;
    padding: 10px 2%;
    font: 400 12px/16px 'poppins', sans-serif;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
    height: 42px;
    color: #797979;
}

.in-ar:after {
    content: "";
    background: url(img/arro-dwn.png) no-repeat;
    width: 20px;
    height: 11px;
    display: block;
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    background-size: 60% 86%;
    top: -30px;
    position: relative;
    right: 0%;
}

.mar-sc {
    margin-right: 12px;
}

.icon_n {
    position: absolute;
    right: 2%;
}

.tp3 {
    top: 12px;
}

.inp_n2 {
    width: 48%;
    display: inline-block;
    position: relative;
}

.spc-sc {
    margin-top: 13px;
}

.main-widt2 {
    width: 100%;
}

#Button2 {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #2196f3;
    color: #FFF;
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 1px solid #2196f3;
    border-radius: 40px;
    font-weight: 500;
    font-family: 'poppins', sans-serif, sans-serif;
}
#Button2:hover{
    background: #1f9cff;
    border: 1px solid #1f9cff;}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}



.mflex {
    display: flex
}

.jsb {
    justify-content: space-between;
    position: relative;
}

.mglauto {
    margin-left: auto
}

.dcity {
    background: #E9F4FD;
    border: 1px solid #AFD1EB;
    font-size: 13px;
    font-family: 'poppins', sans-serif;
    padding: 2px 4px;
    border-radius: 3px
}

.ctycvr {
    font-size: 12px;
    min-height: 18px;
}

.pplrbg {
    background: #D2F7F4;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    padding: 1px 12px 5px 12px;
    position: absolute;
    bottom: -24px;
    width: 92%;
    left: 16px;
    z-index: 1;
    color: #27837C;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.mgr12 {
    margin-right: 12px
}

.actvcl {
    background: #2196f3;
    border-color: #2196f3;
    color: #fff
}

.fltrtxt {
    font-size: 14px;
    font-weight: 600;
    color: #2196f3;
    text-align: center;
    display: block;
}

.acenter {
    align-items: center
}

/*Filter css*/
.filter_wrap {
    padding: 0;
}

.newsltc {
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
    font-family: 'poppins', sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
}

.frombox_nw {
    background: #ebf6ff;
    padding-left: 15px !important;
    width: 250px !important;
    position: relative;
    border-radius: 10px 0px 0px 10px;
}

.wd200 {
    width: 200px
}

.wd260 {
    width: 260px
}

.flhead {
    font-size: 13px;
    font-weight: 600
}

.flheadv2 {
    font-size: 15px;
    font-weight: 600
}

.mgb10 {
    margin-bottom: 10px;
}

.prcamt {
    border: 0;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    font-family: 'poppins', sans-serif
}

.mgr15 {
    margin-right: 15px
}

.mgr30 {
    margin-right: 20px;
}

.stars-rating ul, .stars-rating-v2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

    .stars-rating ul li, .stars-rating-v2 ul li {
        width: 31%;
        margin: 0;
        color: #666;
        font-size: 1.3em;
        text-align: center;
        list-style: none;
        margin-right: 5px;
    }

    .stars-rating-v2 ul li {
        width: auto;
        margin-right: 6px;
    }

        .stars-rating ul li input[type=radio], .stars-rating-v2 ul li input[type=radio] {
            display: none;
        }

        .stars-rating ul li label, .stars-rating-v2 ul li label {
			color: #000;
			background-color: #fff;
			border: 1px solid #ccc;
			border-radius: 25px;
			display: block;
			height: 25px;
			line-height: 25px;
			padding: 0;
			font-size: 13px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			font-weight: 600;
			width: 40px;    gap: 3px;
        }
		
        .stars-rating ul li label img, .stars-rating-v2 ul li label img{filter: invert(1);margin-top: -2px;}		
.stars-rating-v2 ul li label:hover {
    color: #000;
    background-color: #f2f9ff;
    border: 1px solid #2196F3;
}	
        .stars-rating-v2 ul li label {
            font-size: 12px;
            padding: 0 12px;
        }

.stars-rating ul li .icon-star {
    margin-left: 0;
    margin-top: -2px;
    display: flex;
}

    .stars-rating ul input[type=radio]:checked + label, .stars-rating-v2 ul input[type=radio]:checked + label {
        background-color: #2196f3;
        border-color: #2196f3;
        color: #fff;
        font-weight: 600
    }
    .stars-rating ul input[type=radio]:checked + label img, .stars-rating-v2 ul input[type=radio]:checked + label img{filter: unset;margin-top: -2px;}

        .stars-rating ul input[type=radio]:checked + label svg path, .stars-rating-v2 ul input[type=radio]:checked + label svg path {
            fill: #fff;
            stroke: #fff
        }

.slctbx {
    padding: 6px 7px;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
    font-family: 'poppins', sans-serif;
    width: 100%
}

    .slctbx:focus {
        outline: 0
    }

.topFilter {
    width: 1170px;
    margin: 0 auto;
    border: 1px solid #E2DCDC;
    border-radius: 10px;
    margin-top: 22px;
}

.pdtb10 {
    padding: 10px 0px;
}

.bdrPad30 {
    border-right: 1px solid #dfdfdf;
    padding-right: 20px;
}

.topFilterv2 {
    width: 100%;
}

.pdl15 {
    padding-left: 15px;
}

.pdtb15 {
    padding: 15px;
}

.container_f2 {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 17px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container_f2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark_f2 {
    position: absolute;
    top: 0;
    left: 0px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #c8c7c3;
    border-radius: 3px
}

.container_f2:hover input ~ .checkmark_f2 {
    background-color: #ccc;
}

.container_f2 input:checked ~ .checkmark_f2 {
    background-color: #2196f3;
    border: 1px solid #2196f3;
}

.checkmark_f2:after {
    content: "";
    position: absolute;
    display: none;
}

.container_f2 input:checked ~ .checkmark_f2:after {
    display: block;
}

.container_f2 .checkmark_f2:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nigh-k5 {
    position: absolute;
    z-index: 99;
    left: 0;
    top: -1px;
    height: 35px;
    width: auto;
    padding: 8px 20px 8px 8px;
    box-shadow: 0 2px 16px 0 rgb(255 255 255);
    border-radius: 0px 0px 100px 0px;
    background: #535353;
    text-align: center;
    color: #FFF;
    font-size: 12px;
}

.ListImg {
    overflow: hidden
}

    .ListImg img {
        transition: 0.5s all ease-in-out;
    }

/*.mainList:hover .ListImg img {
    transform: scale(1.3);
}*/

.mainList:hover {
    box-shadow: 0 0 7px rgba(0,0,0,.25)
}

.srtxt {
    font-size: 13px;
    color: #585656
}

.slctoptn {
    position: relative
}

    .slctoptn .selectBox {
        border: 0;
        padding: 0;
        margin: 0;
        outline: 0;
        font-weight: 600;
        font-family: 'poppins', sans-serif;
        font-size: 18px;
        -webkit-appearance: none;
        width: 100%;
    }

    .slctoptn::after {
        width: 11px;
        height: 11px;
        background: url(img/arrow-down.svg) no-repeat;
        content: '';
        background-size: 11px 11px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 10px;
    }

.wd175 {
    width: 250px;
}

.wd122 {
    width: 122px
}

.wd185 {
    width: 200px;
}

.wd155 {
    width: 155px;
    position: relative;
}

.wd395 {
    width: 395px;
    position: relative;
}

.searchBtn {
    background: #EF6614;
    border-radius: 7px;
    padding: 8px;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.stars-rating-v2 ul {
    justify-content: flex-start;
}

.wd118 {
    width: 118px;
    text-align: center;
    margin-top: 16px;
    cursor: pointer
}

.toggle-btn {
    width: 30px;
    height: 16px;
    margin: 0;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
}

    .toggle-btn.activetg {
        background: #2196f3;
        border-color: #2196f3;
    }

        .toggle-btn.activetg .round-btn {
            left: 19px;
            border-color: #b7b7b7;
        }

    .toggle-btn .round-btn {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .toggle-btn .cb-value {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

.incfl {
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
}

.bdrtp {
    border-top: 1px solid #dfdfdf;
}

.fromsectr {
    position: absolute;
    left: 0;
    top: 0 !important;
    z-index: 99;
    background: #fff;
    width: 100% !important;
    border-radius: 7px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 28%);
}

.searcityCol {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.searcIcn {
    background: url(./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: 13px;
    color: #000;
    width: 100%;
    padding: 15px 0;
    font-family: 'poppins', sans-serif;
}

.ovscroll {
    overflow: auto;
    max-height: 280px;
}

.topCityhd {
    background: #ECF5FE;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #ECECEC;
}

ul.ausuggest {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.ausuggest li {
        padding: 9px 15px 12px 15px;
        cursor: pointer;
        display: list-item;
        border-bottom: 1px solid #ececec;
    }

        ul.ausuggest li:hover {
            background: #f7f7f7;
        }

.mgr10 {
    margin-right: 10px;
}

.flsctrhead {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.mrel {
    position: relative
}

.ftn20 {
    font-size: 18px;
    font-weight: 600
}

.wd230 {
    width: 230px;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25%;
    padding: 10px 0;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #2196f3;
    color: #2196f3;
    box-shadow: 9999px 0 0 -5px #2196f3;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #2196f3;
        color: #2196f3;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #2196f3;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #2196f3;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #2196f3;
    }

    30% {
        box-shadow: 9984px 0 0 2px #2196f3;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #2196f3;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #2196f3;
    }

    30% {
        box-shadow: 9999px 0 0 2px #2196f3;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #2196f3;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #2196f3;
    }

    30% {
        box-shadow: 10014px 0 0 2px #2196f3;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #2196f3;
    }
}

.mn_tgle {
    width: 100%;
}

.tgle_prt {
    margin-left: 10px;
    display: flex;
}

.tgle_al {
    width: 100%;
    padding: 10px 0px;
    display: flex;
}

.tgle_bx {
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

    .tgle_bx:last-child {
        border-right: none;
    }

.ttle_slc {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.tgle_qst {
    width: 100%;
    display: flex;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D5D5D5;
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked + .slider {
    background-color: #0FB746;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(14px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Narendra- tolltip- 15-09-2022*/
.tooltip-bg1 {
    background-color: #e3e3e3;
    border-radius: 10px;
    content: " ";
    display: flex;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.tooltip-bg2 {
    /*background-color: #fff;*/
    border-radius: 8px;
    content: " ";
    display: flex;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 16px;
}

.tooltip-text {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #9d9a9a;
    width: 18px;
    background: #e4e4e4;
    cursor: pointer;
    border-radius: 50px;
}

.text .title {
    line-height: 17px;
}

.tooltip-spacing {
    margin-left: 5px;
}

.info {
    color: #64686b;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        min-width: 220px;
        background: #000;
        color: #ffffff;
        text-align: center;
        border: 1px solid #000000;
        border-radius: 6px;
        padding: 11px;
        font-size: 14px;
        position: absolute;
        z-index: 1;
        top: 148%;
        left: 27px;
        margin-left: -221px;
    }

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 4px;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.wid {
    margin-left: 73px;
    margin-top: 2px;
}

.aricon {
    background: url(/img/toarrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    display: inline-block;
    margin-right: 10px;
}

.maincity {
    width: 100%;
}

.fromcity {
    width: auto;
    margin-right: auto;
}

.tyeu {
    text-align: left;
    font-size: 12px;
}

.cityu {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.iconcity {
    margin: auto 10px;
    width: 60px;
}

.tocityhu {
    margin-left: auto;
    width: auto;
}

.tiorig {
    text-align: right;
    font-size: 12px;
}

.cityur {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}


.wid {
    margin-left: 73px;
    margin-top: 2px;
}



.inpnbx {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    color: #000;
    /* font-size: 18px; */
    width: 100%;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}

.tpx100 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 !important;
}

.new_dg {
    cursor: pointer;
    padding: 15px;
    width: 100%;
}

.nex_btn {
    cursor: pointer;
    background: #ef6614;
    text-align: center;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nw_ppx {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #cbcbcb;
    padding: 15px;
}

    .nw_ppx .w45 {
        width: 45px;
    }

        .nw_ppx .w45 svg {
            fill: #ababab;
        }

    .nw_ppx p {
        font-size: 13px;
        font-weight: 600;
        color: #858585;
    }


.swipesector {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    margin: 3px auto 0;
    display: block;
    transform: rotate(271deg);
    /* align-items: center; */
    /* justify-content: space-between; */
    z-index: 1;
    cursor: pointer;
    background: url(https://www.easemytrip.com/Content/img/swipe_icon.svg) no-repeat;
    background-size: 23px 23px;
    transition: all .5s ease;
}

.ppouyvr {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    margin-top: 12px;
    overflow: auto;
    max-height: 180px;
    z-index: 999;
    box-shadow: 0 0 7px rgb(0 0 0 / 25%);
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.htlstar {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    display: flex;
    font-size: 13px;
    align-items: flex-start;
    justify-content: space-between;
}

.htl_no_star {
    font-size: 13px;
    background: #e1ffe4;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px dashed #abc9ae;
    margin: 7px 0 4px 0;
    color: #000000;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    float: left;
}

.trns_ins {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}






.lds-spinner {
    position: relative;
    transform: scale(.4,.4);
    margin: 0 auto;
    width: 40px;
    height: 79px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #9e9e9e;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*share loader end */
.sharebox {
    display: none;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    width: 263px;
    position: fixed;
    padding: 20px;
    z-index: 999;
}

    .sharebox:after {
        content: '';
        width: 17px;
        height: 16px;
        left: 105px;
        top: 94px;
        border-radius: 2px 2px 2px 2px;
        float: left;
        margin-left: -17px;
        margin-top: 16px;
        position: absolute;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        background-color: #FFF;
        box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
    }

    .sharebox a.fbck {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('https://www.easemytrip.com/img/facebook-lp.png');
        background-size: 40px 40px;
        float: left;
    }

    .sharebox a.twitterr {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('https://www.easemytrip.com/img/twitter-lp.png');
        background-size: 40px 40px;
        float: left;
    }

    .sharebox a.email {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('https://www.easemytrip.com/img/share-email.png');
        background-size: 40px 40px;
        float: left;
    }

    .sharebox a.massenger {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('https://www.easemytrip.com/img/messenger-lp.png');
        background-size: 40px 40px;
        float: left;
    }

    .sharebox input {
        border: none;
        overflow: hidden;
        font-size: 13px;
        color: #8e8b8b;
        outline: 0;
        width: 100%;
        font-style: normal;
    }

    .sharebox.show {
        display: block;
    }

a.share-button {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: 11px;
    bottom: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #2196f3;
    color: #FFFFFF;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

    a.share-button + .sharebox {
        position: fixed;
        bottom: 90px;
        right: 20px;
    }

        a.share-button + .sharebox:after {
            left: 247px;
        }

.sharebox a {
    margin: 0 0 0 18px;
}

    .sharebox a:first-child {
        margin: 0;
    }

.clear {
    clear: both
}

.divdrn2 {
    width: 100%;
    float: left;
    background: #eee;
    margin: 11px 0 7px 0;
    height: 1px;
}

.copyToclip2 {
    flex-grow: 1;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    border: 0;
    background: 0;
}

    .copyToclip2:before {
        background: url(https://hotel.easemytrip.com/content/img/link-icon.png) center/24px no-repeat;
        content: '';
        height: 24px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 24px;
    }

.copyToclip {
    min-width: auto;
    white-space: nowrap;
    color: #4285f4;
    font-weight: 600;
    font-size: 13px;
    outline: 0;
    background: 0;
    border: 0;
}

    .copyToclip:hover {
        background: none
    }

.mai-sec {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
/*end*/
.flx_j_end {
    justify-content: flex-end;
}

.lodr {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.stk_flhol {
    width: 83px;
    background: #eaf6ff;
    transform: translateY(-60%);
    padding: 5px;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px 5px 0px rgba(50,50,50,0.20);
    right: 0;
    position: fixed;
    top: 60%;
    z-index: 999;
}

.mflx {
    display: flex;
}

.mgicn_smb {
    width: 50%;
    margin: 0 auto 5px;
}

.clm {
    flex-direction: column;
}

.otnhl_mnbx {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}

    .otnhl_mnbx span {
        font-size: 13px;
        display: block;
    }

.brdnw:after {
    opacity: .50;
    position: absolute;
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
}

.relapn {
    position: relative;
}

.drp-ul-li {
    border: 1px solid #acacac;
    border-top: none;
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: 47px;
    z-index: 99;
    max-height: 200px;
    overflow-y: scroll;
    background: #f8f8f8;
    width: 100%;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 99999 !important;
    position: relative;
}

.drp-ul-li li:hover {
    background: #edf8ff;
}

.drp-ul-li li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: 500;
}
.pos_cfc {
    position: absolute;
    margin: 0;
    float: left;
    width: auto;
    z-index: 9;
    left: 12px;
    top: 12px;
}

.edt1 {
    background: url(left-hotel-deal-icon.svg);
    width: 8px;
    height: 48px;
    background-repeat: no-repeat;
    left: -8px;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.pos_cfc span img {
    margin-right: 5px;
    width: 21px;
}

.pos_cfc span {
    background: linear-gradient(to right, #EF3E3E, #9f2626);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}