﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

fieldset {
    position: relative;
}

section {
    float: left;
    width: 100%; position: relative;
}

.clr {
    clear: both;
}

.newspicehdr {
    width: 100%;
    background: #ed2926;
    float: left;
    display: block;
}

.container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.contai_ner {
    width: 1260px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contai_1100 {
    width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wt-logo {
    height: 40px;
    width: 156px;
    display: inline-block;
    background: url(img/emt-wt-logo.png) 50% no-repeat;
    background-size: contain;
}

.bnner-ttl {
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    font-size: 45px;
    z-index: 9;
    font-weight: 400;
    color: #fff;
    font-family: 'Arizonia', cursive;
}

.spjTopMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul {
    list-style-type: none;
}

.spjTopMenu li a {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.serch-box-inp {
    width: auto;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 1;
    left: 50%;
    display: flex;
    transform: translate(-50%, -30%);
    flex-direction: column;
}

.toprflcont h2 {
    font-size: 20px;
}

.flx-clm {
    margin-top: 30px;
    margin-bottom: 20px;
}

.serch-box-inp h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}

.mgb25 {
    margin-bottom: 20px;
}

/*
.serch-box-inp::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    z-index: 1;
}
*/
.serch-bg {
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 22%);
    background-color: #fff;
    width: 70%;
    margin: auto;
    padding: 0px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

    .serch-bg input {
        width: 80%;
        height: 40px;
        outline: 0;
        padding-left: 21px;
        border: 0;
        font-size: 20px;
        text-transform: capitalize;
        /* background: url(https://www.easemytrip.com/images/holiday-img/loc.png) 10px 9px no-repeat; */
    }

        .serch-bg input::placeholder {
            font-size: 16px;
            color: #989898;
        }

.subm_btn {
    width: 20%;
    cursor: pointer;
    background: #ef6614;
    height: 55px;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    outline: 0;
    text-align: center;
    background-image: url(https://www.easemytrip.com/images/flight-img/search-icon-hp.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.wid70 {
    width: 68%;
}

.mg0 {
    margin: 0;
}

.wid30 {
    width: 30%;
}

.services {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.mob-header, .international {
    display: none;
}

.ser-box {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 22%);
    background-color: #fff;
    width: 18.5%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    height: 140px;
}

    .ser-box img {
        width: 30px;
        margin: 0 auto;
    }

    .ser-box p {
        margin: auto;
    }

.slider-sec {
    float: left;
    width: 100%;
    margin: 25px auto;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 28px !important;
    margin: 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 4px;
}

.owl-carousel .owl-item img {
    display: block;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 22%);
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 0 !important;
    margin: 10px auto !important;
}

.domestic .owl-item img, .international .owl-item img {
    height: 170px;
}

.owl-theme .owl-nav {
    margin-top: 0;
    FLOAT: right;
    top: -40px;
}

    .owl-theme .owl-nav [class*=owl-] {
        top: -6px !important;
    }

.excdeals {
    margin: auto;
}


/*slider*/

.SldrBlock {
    width: 100%;
    position: relative;
}

    .SldrBlock::before {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(#fff0, #000000c2 70%);
        position: absolute;
        top: 0;
        z-index: 1;
        border-radius: 10px;
    }

.ttl-abs {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    z-index: 1;
}

    .ttl-abs h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: auto;
    }

    .ttl-abs p {
        margin: auto;
        text-transform: capitalize;
        font-size: 13px;
        color: #fff;
    }

.items {
    margin-right: 12px;
}


/*   */

.innerWrap {
    width: 100%;
    margin: auto;
    padding: 0;
}

.toprflcont {
    padding-bottom: 2px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 16px;
    overflow-x: visible;
    display: flex;
    align-items: center;
}

.toprfllink {
    padding: 0px;
    margin-right: 25px;
    color: #A2A6BB;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.activetb {
    color: #000;
    font-weight: 800;
}

.flOfrBlock {
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 10px;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .flOfrBlock:hover {
        box-shadow: 0 0 7px rgb(0 0 0 / 56%);
    }

        .flOfrBlock:hover img {
            transform: scale(1.02);
        }

    .flOfrBlock img {
        transition: 0.3s;
    }

.wx100 {
    width: 100%;
    float: left;
    display: flex;
    padding: 10px;
    align-items: center;
    padding-top: 12px;
    justify-content: space-evenly;
}

.wid50 {
    float: left;
    width: 100%;
}

.item {
    margin-right: 8px;
}

.ttl {
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    color: #000;
}

.infdtl {
    font-size: 12px;
    color: #A2A6BB;
    margin: auto;
}

.rtalg {
    text-align: right;
}

.price {
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.slider-wrap {
    position: relative;
    margin: 20px auto;
    width: 100%;
    float: left;
}

.slider-wraps {
    position: relative;
    margin: auto;
    width: 100%;
    float: left;
}

.slider, .bnrslider {
    position: relative;
    width: 100%;
    margin: auto;
}

    .slider ul, .bnrslider ul {
        margin: 0;
        padding: 0;
    }

        .slider ul li, .bnrslider ul li {
            list-style: none;
            text-align: center;
            border-radius: 20px;
            position: relative;
        }

            .slider ul li span {
                display: inline-block;
                vertical-align: middle;
                width: 100px;
                height: 100px;
                background: black;
            }

            .slider ul li img {
                width: 100%;
                object-fit: cover;
                background-position: center;
                background: #fff;
                position: relative;
                border-radius: 20px;
            }

            .bnrslider ul li img {
                width: 100%;
                object-fit: cover;
                background-position: center;
                background: #fff;
                position: relative;
            }

.slider-arrow {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    background: black;
    color: #fff;
    border: 8px solid #d9d9d9;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.slider-ba {
    position: absolute;
    top: 42%;
    width: 32px;
    height: 32px;
    background: #ffffff00;
    color: #b1b1b1;
    /* border: 2px solid #b1b1b1; */
    font-size: 20px;
    text-align: center;
    z-index: 9999;
    text-decoration: none;
    border-radius: 50%;
}

.ba-left:before {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate( 135deg );
    -webkit-transform: rotate( 135deg );
    position: relative;
    right: -2px;
    top: 0px;
    content: "";
}

.ba-right:before {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    position: relative;
    right: 2px;
    top: 0px;
    content: "";
}

.ba-left, .na-left {
    left: 10px;
}

.ba-right, .na-right {
    right: 10px;
}

.slider_new img {
    width: 100%;
    object-fit: cover;
    background-position: center;
    background: #fff;
    position: relative;
    border-radius: 20px;
}

.lft-p {
    top: -70px;
    font-size: 20px !important;
    position: absolute;
    font-weight: 500 !important;
    color: #000 !important;
}

.infi-bx {
    float: left;
    width: 100%;
    background: #3B3F51;
    padding: 15px;
    border-radius: 10px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.img-ico {
    width: 30%;
    position: relative;
    margin: auto 10%;
}

    .img-ico img {
        position: absolute;
        top: -125px;
        width: 100%;
        max-width: unset;
    }

.info-ttl {
    width: 70%;
    margin: auto;
    position: relative;
}

    .info-ttl p {
        margin: auto;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        float: left;
        width: 100%;
        display: flex;
        line-height: 50px;
        align-items: center;
    }

    .info-ttl .icon {
        color: #fff;
        width: 30px;
        text-align: center;
        margin-right: 10px;
    }

.icon img {
    width: 100%;
}

.contai_ners {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .contai_ners h5 {
        font-size: 24px;
        margin: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .contai_ners p {
        font-size: 13px;
        text-align: center;
    }

.sldrm {
    width: 100%;
    float: left;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    /*  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
    /* -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%); */
    /*  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
    border: 1px solid #b0b0b0;
    border-radius: 15px;
    padding: 15px;
}

.sld-r h3 {
    margin: 0;
    color: #232323;
    font-size: 20px;
    font-weight: 800;
    float: left;
    width: 100%;
}

.sld-r h4 {
    width: 100%;
    margin: 0px;
    color: #848383;
    display: block;
    font-weight: normal;
    font-size: 11px;
    float: left;
    margin-top: 10px;
}

.frc {
    width: 100%;
    margin: 0 auto;
}

#contact {
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
    float: left;
}

.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 12px;
    margin-top: 8px;
}

    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark-radio {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #CCC;
}

.container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

.container-radio input:checked ~ .checkmark-radio {
    background-color: #ffffff;
    border: 1px solid #2093EF;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

.container-radio .checkmark-radio:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2093EF;
}

fieldset {
    border: medium none !important;
    margin: 12px 0px 0px 0px !important;
    min-width: 100%;
    padding: 0;
    width: 100%;
    float: left;
}

.label {
    color: #333;
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
}

.inp_n {
    position: relative;
}

    .inp_n input[type="text"],
    .inp_n input[type="email"],
    .inp_n input[type="tel"],
    .inp_n input[type="url"],
    .inp_n textarea,
    .txt-inp1 {
        width: 100%;
        border: 1px solid #afafaf;
        margin: 0;
        padding: 10px;
        outline: 0;
        font-size: 15px;
        line-height: 25px;
        border-radius: 4px;
    }

#contact select {
    width: 100%;
    margin: auto;
    padding: 12px 5px;
    font: 400 14px/16px 'Poppins', sans-serif;
}

.select-txtn2 {
    -moz-appearance: none !important;
    background: #ffffff url(https://www.easemytrip.com/ho-img/arrow-down.png) no-repeat scroll 96% 50%;
    border: 1px solid #dcdada;
    border-radius: 4px;
    color: #383737;
    cursor: pointer;
    font-size: 14px;
    outline: medium none;
    padding: 13px 6%;
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.w33 {
    width: 30%;
    float: left;
    margin-right: 3.3%;
}

.contact-main {
    width: 100%;
    float: left;
}

.contact-left {
    float: left;
    width: 48%;
    height: auto;
    margin-right: 2%;
}

.contact-right {
    float: right;
    width: 48%;
    height: auto;
    margin-left: 2%;
}

.qtySelector {
    height: 35px;
    float: left;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
}

.qtySelector .fa {
    padding: 4px 5px;
    height: 100%;
    width: 33.3%;
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

        .qtySelector .fa.clicked {
            font-size: 12px;
            padding: 12px 5px;
        }

    .qtySelector .fa-minus {
        border:0;
        border-right: 1px solid #ddd;
    }

    .qtySelector .fa-plus {
        border: 0;
        border-left: 1px solid #ddd;
    }

.qtyValue {
    background: #ffffff;
    border: none !important;
    padding: 5px !important;
    box-shadow: none !important;
    width: 33.3% !important;
    margin: auto !important;
    float: left !important;
    height: 100% !important;
    text-align: center !important;
}
#Button2 {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ef6614;
    color: #FFF;
    margin: 10px 0 5px;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 1px solid #ef6614;
    border-radius: 40px;
    margin-bottom: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.drop {
    width: 100%;
    left: 0;
    background: #fff;
    float: left;
    position: absolute;
    z-index: 999;
    top: 52px;
    border: none !important;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 22%);
}

    .drop ul {
        border: 1px solid #ccc;
        float: left;
        border-top: 0px;
        max-height: 200px !important;
        margin: 0;
        overflow: auto;
        padding: 0;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        text-transform: capitalize;
    }

        .drop ul li {
            font-size: 14px;
            list-style: none;
            padding: 0;
            FONT-WEIGHT: normal;
            margin: 0;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
            padding: 15px;
            cursor: pointer;
            color: #333;
            font-size: 15px;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            display: flex;
            align-items: center;
        }

.loctation_at_icn {
    background-image: url('https://www.easemytrip.com/new-holiday/img/loc_srch.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
}

.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;
}


.drop ul li:hover {
    background-color: #c9edea47;
}

.slideshow-wrap {
    background: #fff url(img/serch-home-bg.png) no-repeat;
    width: 100%;
    padding: 40px 0;
    margin-top: 15px;
    background-position: bottom center;
    background-size: 100%;
}

.slideshow-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.spn {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.slider-n2wrap {
    position: relative;
    width: 100%;
    margin: 0px;
    float: left;
}

.slider-tm {
    position: relative;
    width: 100%;
    margin: auto;
}

    .slider-tm ul {
        margin: 0;
        padding: 0;
        position: static
    }

        .slider-tm ul li {
            list-style: none;
            text-align: center;
        }

.testimonial {
    background-image: linear-gradient(to bottom, #f8fcfe, #f3f3f3);
    position: relative;
    padding: 30px;
    line-height: 1.5;
    width: 31%;
    text-align: justify;
    border: 1px solid #C9C9C9;
    border-radius: 18px;
    float: left;
    margin-right: 40px;
    margin-bottom: 45px;
}

    .testimonial:before {
        position: absolute;
        font-size: 129px;
        content: "\02EE";
        top: -63px;
        left: 5px;
    }

.testimonial_word {
    font-size: 15px;
    font-weight: 600;
    /* line-height: 1.8; */
}

.testimonial_author {
    display: block;
    margin-top: 16px;
    font-weight: 700;
    color: #000
}

.read_more {
    font-size: 13px;
    margin-top: 2px;
    display: block;
    cursor: pointer;
    color: #2093EF;
    text-align: right;
    text-decoration: none;
}

p.more {
    display: none;
}

.ta_bs {
    margin-right: 25px;
    color: #A2A6BB;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

.actv_tabs {
    color: #000000;
    font-weight: 800;
    border-bottom: 3px solid #2093EF;
    padding-bottom: 5px;
}

.userpp {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.ppicon {
    width: 40px;
    height: 40px;
}

    .ppicon img {
        width: 100%;
    }

.dtlpp {
    margin-left: 12px;
}

    .dtlpp .nameuser {
    }

    .dtlpp .dtluser {
        font-size: 11px;
    }

.droplist {
    width: 80%;
    left: 0;
    background: #fff;
    float: left;
    position: absolute;
    z-index: 999;
    top: 60px;
    display: none;
    border: none !important;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 22%);
}

.citylist {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 5px 10px;
    justify-content: space-between;
}

    .citylist a {
        width: 50%;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        font-weight: 600;
    }

        .citylist a:hover {
            background: #EEEEEE;
            border-radius: 5px;
        }

.imgico {
    width: 30px;
    height: 30px;
}

    .imgico img {
        width: 100%;
    }

.citylist a span {
    margin-left: 15px;
}

.font25b {
    font-size: 35px;
    position: absolute;
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: 300;
    color: #ffff;
    font-family: 'Oswald', sans-serif !important;
    z-index: 1;
}

.serch-box-inp h1 {
    font-family: 'Oswald', sans-serif !important;
}

.topdest-5 .flOfrBlock::before, .topsrch-5 .flOfrBlock::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff0, #000000c2 85%);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}

.bnrslider:before {
    top: -4px;
}

.topsrch-5 {
    display: none;
}

    .topsrch-5 img, .topdest-5 img {
        height: 350px !important;
    }

.mgbtm0 {
    margin-bottom: 0 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 62%);
    background-color: #fff;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.holiday_loder {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    display: none;
    right: 0;
    -ms-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgb(0 0 0 / 45%);
    z-index: 99999;
}

.h_ldr_bx .f18 {
    font-size: 18px;
    font-weight: 600;
}

.h_ldr_bx .f15 {
    font-size: 15px;
}

.h_ldr_bx .f_c_18 {
    font-size: 18px;
    font-weight: 600;
    color: #2093EF;
}

.h_ldr_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    text-align: center;
}

.stages {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px auto;
    padding: 10px 0;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #2093EF;
    color: #2093EF;
    box-shadow: 9999px 0 0 -5px #8f8f8f;
    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: #8f8f8f;
        color: #2093EF;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #8f8f8f;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #8f8f8f;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #8f8f8f;
    }

    30% {
        box-shadow: 9984px 0 0 2px #8f8f8f;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #8f8f8f;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #8f8f8f;
    }

    30% {
        box-shadow: 9999px 0 0 2px #8f8f8f;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #8f8f8f;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #8f8f8f;
    }

    30% {
        box-shadow: 10014px 0 0 2px #8f8f8f;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #8f8f8f;
    }
}

.ngt_dy {
    position: absolute;
    top: 135px;
    background: #000;
    right: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    box-shadow: 0 0 7px rgb(255 255 255 / 25%);
}

.outer, .currcircl {
    display: none;
}

.errorfrm {
    color: #ff2828;
    font-size: 11px;
    background: #ffeaee;
    padding: 3px 10px;
    border: 0;
    border-radius: 4px;
    display: none;
    position: absolute;
    line-height: 15px;
    white-space: nowrap;
    transition: all .5s ease;
    text-transform: capitalize;
    width: auto;
    margin: 0;
    left: 0;
    top: 45px;
    z-index: 999;
    font-weight: 500;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

    .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 #ffeaee;
        position: absolute;
        z-index: 10;
    }
   .mostlisting-bg {
                width: 865px;
                margin: auto;
                padding: 0px;
                display: flex;
                position: relative;
                align-items: center;
                justify-content: space-between;
            }
            ._blrbg {
                position: absolute;
                bottom: 0;
                height: 100%;
                font-size: 14px;
                left: 0;
                width: 100%;
                border-radius: 10px;
                z-index: 1;
                border: 1px solid #9a9a9a;
                background: transparent;
                overflow: hidden;  -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
            }
            .mostlisting {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                margin: 20px 0;
                padding: 5px;
                border-radius: 10px;
            }
                .mostlisting a{
                    display: flex;
                    align-items: center;
                    color: #fff;
                    position: relative;
                    z-index: 2;
                    font-size: 15px;
                    cursor: pointer;
                    padding: 6px 10px;
                    border-radius: 10px;
                }
                    .mostlisting a img{
					    width: 22px;
							margin-right: 10px;
						}
										
                    .mostlisting a:hover {
                        background: #fff;
                        color: #000;
                    }
.dhide {display:none}				
@media only screen and (max-width: 499px) {
	.mbhide {display:none !important}

    h5,
    h2 {
        font-size: 20px;
    }

    .contai_ner,
    .serch-bg,
    .contai_ners,
    .contai_1100 {
        width: 90%;
        margin: auto;
    }

    .currcircl {
        display: block;
    }

    .outer {
        display: flex;
    }

    .h_ldr_bx {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        margin: auto;
        transform: translate(-50%, -50%);
        padding: 20px;
        border-radius: 8px;
        width: 90%;
        text-align: center;
    }

    .citylist {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 0px 10px;
        justify-content: space-between;
    }

        .citylist a {
            padding: 5px 10px;
            width: 100%;
            margin-bottom: 10px;
        }

    .slider-ba {
        display: none;
    }

    .slider-wraps {
        position: relative;
        margin: auto;
        width: 100%;
        float: left;
    }

    .serch-box-inp h1 {
        font-size: 15px !important;
        font-weight: 600;
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }
    .serch-box-inp {
        top: 45%;
        background-position: bottom;
        width: 97%;
    }

    .slider-wraps::before {
        content: '';
        width: 100%;
        height: 98.5%;
        background: rgb(0 0 0 / 29%);
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .innerWrap {
        width: 100%;
        margin-top: 25px;
        float: left;
    }

    .wid70 {
        width: 100%;
        order: 2;
    }

    .wid30 {
        width: 100%;
        order: 1;
    }

    .flx-clm {
        flex-direction: column;
        margin-top: 25px;
    }

    .ser-box {
        width: 46%;
        margin: 2%;
    }

    .wid70 h2 {
        font-size: 18px;
        margin-top: 30px;
    }

    .info-ttl p {
        margin: auto;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        float: left;
        width: 100%;
        display: flex;
        line-height: 30px;
        align-items: center;
        justify-content: flex-end;
    }

    .lft-p {
        top: -50px;
        font-weight: 600 !important;
        font-size: 11px !important;
    }

    .info-ttl .icon {
        color: #fff;
        width: 15px;
        text-align: center;
        margin-right: 5px;
    }

    .slider ul li img {
        width: 100%;
        object-fit: contain;
        background: #fff;
        position: relative;
        border-radius: 10px;
        background-size: 100%;
    }

    .slider-arrow, .main_frm_fv1, .international {
        display: none;
    }

    .slider {
        position: relative;
        width: 100% !important;
        margin: auto;
    }

    .testimonial {
        width: 100%;
        float: left;
        margin-right: auto;
        margin-bottom: 45px;
    }

.img-ico {
    width: auto;
    position: relative;
    margin: auto 10%;
}
.info-ttl {
    width: auto;
    margin: auto;
    margin-right: 0;
    position: relative;
}

        .img-ico img {
            position: absolute;
            top: -78px;
            left: -45px;
            width: 135px;
        }

    .toprfllink {
        margin-right: 15px;
        font-size: 14px;
		font-weight: 500;
    }

    .spjTopMenu li a {
        display: flex;
        align-items: center;
        color: #fff;
        flex-direction: column;
        font-size: 12px;
        text-decoration: none;
    }

        .spjTopMenu li a span {
            order: 2;
        }

    .wt-logo {
        height: 30px;
        width: 100px;
        display: inline-block;
        background: url(img/emt-wt-logo.png) 100% no-repeat;
        background-size: cover;
        order: 1 !important;
    }

    .serch-bg input::placeholder {
        font-size: 14px;
    }

.serch-bg input {
        width: 100%;
        height: 55px;
        outline: 0;
        padding-left: 33px;
        border: 0;
        font-size: 18px;
        text-transform: capitalize;
        border-radius: 10px;
        background: url(https://www.easemytrip.com/images/holiday-img/loc.png) 10px 17px no-repeat;
    }
    .subm_btn {
        width: 15%;
        height: 50px;
        display: none;
    }

    .slider_new img {
        border-radius: 10px;
    }

    .owl-nav {
        display: none;
    }

    .loctation_at_icn {
        background-image: url(https://www.easemytrip.com/new-holiday/img/loc_srch.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 17px;
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
    }

    .droplist {
        width: 100%;
    }

    .services,
    .slider-sec {
        margin: auto;
    }

    .mob-header {
        display: block;
    }

    .oval-header {
        width: 100%;
        height: 52px;
        overflow: hidden;
        position: relative
    }

    .oval-header--mask {
        width: 200%;
        height: 200%;
        transform: translate(-25%, -51%);
        border-radius: 0 0 50% 50%;
        overflow: hidden;
        border-top: 0;
        background-color: #00a3d6;
        background-size: cover
    }

        .oval-header--mask::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
        }

    .manuicn {
        float: left;
        margin-top: 0;
    }

    .icn_ttl {
        font-size: 11px;
        font-weight: 400;
        color: #000;
        text-align: center;
        display: block;
        text-transform: uppercase;
    }

    .outer::-webkit-scrollbar, .outer2::-webkit-scrollbar {
        display: none;
    }

    .actv_nw {
        border-bottom: 4px solid #0e9dd2;
    }

    .ta_bs {
        margin-right: 10px;
        font-size: 14px;
    }

    .bnrslider ul li img {
        width: 100%;
        object-fit: cover;
        height: 40vh;
        background-position: center;
        background: #fff;
        position: relative;
    }

    .infi-bx {
        margin-top: 50px;
    }



    #contact select {
        width: 100%;
        margin: auto;
        background: #fff;
        padding: 12px 5px;
        font: 400 14px/16px 'Poppins', sans-serif;
    }

    #contact select {
        background: #fff;
    }

    .slider-ba {
        border: 0;
    }


    .bnner-ttl {
        font-size: 34px !important;
        top: 20px !important;
    }
.mostlisting-bg {
	width: 90%;
    position: relative;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}

.mostlisting {
    overflow: auto;
    margin: 6px 0;
}
.mostlisting::-webkit-scrollbar{display:none}
.mostlisting a {
    display: flex;
    align-items: center;
    min-width: 135px;
    position: relative;
    JUSTIFY-CONTENT: center;
    z-index: 2;
    font-size: 14px;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 10px;
}
/*
.mostlisting a img {
    background: #f2f4ff;
    width: 30px;
    margin-right: 7px;
    padding: 4px;
    border-radius: 5px;
} */

}

@media screen and (max-width: 720px){
.sld-r h3{font-size:19px;font-weight:600;}
.toprflcont{align-items: unset;}
.ta_bs{font-weight:500}	
.toprflcont h2{font-size:19px;font-weight:600;}
.ta_bs:last-child{margin-right:0;}
.sldrm{margin-top:5px;}
.actv_tabs{font-weight:500 !important;}
.slider-wrap{margin:20px auto 0;}
.contai_ners h5{font-size:19px;font-weight:600;}
.spn{font-size: 19px;}
.slideshow-wrap{padding:25px 0;}
.testimonial:before{font-size:90px;top:-45px;}
.testimonial_word{font-weight:normal;font-size: 13px;}
.nameuser{font-weight:600;}

}