@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, {
    font-family: 'Poppins', sans-serif !important;
}

img {
    max-width: 100%;
}

.f13 span a {
        color: #2093EF;
    }
	
	.f13 span a:hover {
    color: #23527c;
	}

.cff3 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 5px;
}

.clr {
    clear: both;
}

.flx {
    display: flex;
}

.jsb {
    justify-content: space-between;
}

.clm {
    flex-direction: column;
}

.alignit {
    align-items: center;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 14px;
    text-align: justify;
}
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 14px;
	border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f28 {
    font-size: 28px;
}

.wt500 {
    font-weight: 500;
}

.wt600 {
    font-weight: 600;
}

.wt700 {
    font-weight: 700;
}
/*Scrollbar*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #EAEAEA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2196F3;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Scrollbar*/
.cntSect {
    float: right;
    text-align: center;
}

.disc {
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    color: #000000;
}

.disc span {
    width: 1.5%;
    margin-right: 5px;
}
    .disc img {
        margin-bottom: -2px;
        width: 11px;
    }

.cntIcon {
    width: 17px;
    height: 17px;
    background: url(https://www.easemytrip.com/images/mob-web/location-icon.svg);
    background-size: 17px 17px;
    margin: 0 auto;
}

.cntyxt {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
}

.shr_icn {
    margin-left: 0;
    margin-right: 12px;
}

.newHeaderLogo {
    width: 100px;
    height: 30px;
    background: url(https://www.easemytrip.com/images/mob-web/svg/emtlogo_new.svg);
    background-size: 100px 30px;
    margin: 10px auto;
}

.chkbtn {
    float: right;
    right: 0px;
    top: -11px;
    border: 1px solid #3995ca;
    border-top: 0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    background: #f1f7fa;
}

.lowbtn {
    border: none;
    background-color: #fff;
    font-size: 12px;
    color: darkblue;
}

.close_class {
    position: absolute;
    font-size: 34px;
    color: #a5a5a5;
    right: 10px;
    top: 3px;
}

#selectClass {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: 12;
    display: none;
}

.container_lgn {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0 0 15px 0;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    float: left;
    margin-right: 14px;
}

    .container_lgn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark_lgn {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
}

.container_lgn input:checked ~ .checkmark_lgn:after {
    display: block;
}

.container_lgn .checkmark_lgn:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark_lgn:after {
    content: "";
    position: absolute;
    display: none;
}

.container_lgn input:checked ~ .checkmark_lgn {
    background-color: #2196f3;
    border: 1px solid #fff;
}

.inner_wrap_bg {
    background: #fff;
}

.groupBox {
    font-size: 12px;
    background: #f1f5ff;
    padding: 6px 10px 8px 10px;
    color: #000;
    font-weight: 600;
    margin-top: 7px;
    border-radius: 5px;
    border: 1px solid #dbe3f7;
}

.blw_fschmn {
    width: 100%;
    padding: 10px 15px;
}

.chpmonth {
    width: 100%;
    background: #F1F8FE;
    border: 1px solid #E4F2FE;
    border-radius: 5px;
    padding: 10px;
}

.fl_mnthfare {
    width: 100%;
}

.sngl_mnth {
    width: auto;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.blbrdr {
    border: 1px solid #ADDBFF;
}

.mnthnme {
    width: 100%;
    padding: 10px 30px;
}

.mnthfredt {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.mr10 {
    margin-right: 10px;
}

.bckblu {
    background: #F6FAFE;
}

.grnbck {
    background: #DEF6E3;
}

.grnbrdr {
    border: 1px solid #73E38A;
}

.orgbrdr {
    border: 1px solid #E39753;
}

.orgbck {
    background: #FFE0C5;
}

.scrlfll::-webkit-scrollbar, .flscrldv::-webkit-scrollbar, .freflbx2::-webkit-scrollbar {
    display: none
}

.moreless-button {
    color: #2196f3;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.moreless-button1 {
    color: #2196f3;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    font-size: 16px;
	font-weight: 600;
}

.moreless-button2 {
    color: #2196f3;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.moreless-button3 {
    color: #2196f3;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.moreless-button4 {
    color: #2196f3;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

#section {
    width: 100%;
    word-wrap: break-word;
}


.scrlfll {
    overflow-x: scroll;
}

.mt10 {
    margin-top: 10px;
}

.gdtknw {
    width: 100%;
}

.sngtlte {
    width: 85%;
}

.infmg {
    display: inline-block;
}

    .infmg img {
        margin-top: 5px;
    }

.tpprthd {
    margin: 10px 0;
}

.gtkflbxdv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 3px 0px 3px 0px;
    width: 100%;
}

.bstmnthdv {
    flex: 0 0 260px;
    padding: 15px;
    border: 1px solid #2196F3;
    border-radius: 15px;
}

.bluhead {
    width: 100%;
    color: #0C8BFD;
}

.bstmnthdv h3 {
    margin: 5px 0;
}

.bluhead i {
    margin-right: 5px;
}

.flscrldv {
    width: 100%;
    overflow: auto;
}

.ofrs_sctn {
    width: 100%;
}

.promobxmn {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}

.uprprmo {
    width: 100%;
    padding: 10px;
}

.bglftbx {
    width: 75%;
}

.gryfnt {
    color: #8F8F8F;
}

.mrgn2 {
    margin: 2px 0;
}

.mrgnbtm {
    margin-bottom: 3px;
}

.bglrgtbx {
    width: 100px;
    height: 80px;
}

.lwrprmo {
    width: 100%;
    background: linear-gradient(90deg, rgba(0,192,255,1) 0%, rgba(85,88,255,1) 100%);
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.prmtxt {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prmocde {
    width: 100px;
    background: #fff;
    padding: 5px;
    border: 1px dashed #52A2FF;
    text-align: center;
}

.chpflt_mnbx {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}

.chpfst {
    width: 100%;
    background: #EAF6FF;
    padding: 10px;
}

.mnuotn {
    width: 50%;
}

    .mnuotn ul {
        margin: 0;
        padding: 0;
    }

        .mnuotn ul li {
            list-style: none;
            font-size: 13px;
            display: inline-block;
        }

            .mnuotn ul li a {
                color: #000;
                padding-bottom: 15px;
                margin: 0 10px 0 0;
                text-decoration: none;
            }

.actli {
    color: #0C8BFD !important;
    font-weight: 600;
    border-bottom: 3px solid #0C8BFD;
}

.pdgn {
    padding: 10px;
}

.slctbx {
    width: 30%;
    border: 1px solid #0C8BFD;
    border-radius: 5px;
    padding: 2px 20px;
    background: #fff url(../img/calsm.svg) no-repeat;
    background-position: 5px;
}

    .slctbx select {
        background: none;
        border: none;
        outline: none;
        color: #0C8BFD;
    }

.fltdtlmn {
    width: 100%;
}

.arlnname span {
    margin-right: 5px;
}

    .arlnname span img {
        margin-top: 5px;
    }

.arlnname {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px
}

.orgndestim {
    width: 100%;
    margin: 15px 0;
}

.orgdest, .ovraltme {
    width: 25%;
}

.dtbox {
    width: 100%;
    border: 1px dashed #C7C7C7;
    position: relative;
    height: 1px;
    margin: 13px 0;
}

.abbldot {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #0C8BFD;
    position: absolute;
    left: 50%;
    top: -3px;
}

.tcntr {
    text-align: center;
}

.tlfre_bk {
    width: 100%;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 7px 10px;
}

.bkbtn {
    width: 35%;
    /* margin: auto; */
}

    .bkbtn button {
        background: #EF6614;
        display: block;
        border-radius: 50px;
        width:100%;
        color: #fff;
        padding: 7px;
        border: 0;
        text-align: center;
        outline: 0;
    }

.bkbtnbb {
    background: #EF6614;
    display: block;
    border-radius: 50px;
    border: 0;
    text-align: center;
    color: #fff;
    padding: 7px;
    margin: 15px auto;
    outline: 0;
    width: 32%;
    font-size: 12px;
}

.arlndtlbx {
    padding: 10px;
    border-bottom: 1px solid #E8E8E8;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-bottom: 10px;
}

.vwblu {
    display: block;
    text-align: center;
    color: #0C8BFD;
    margin: 12px 0;
}

.freflbx {
    width: 100%;
    overflow: auto;
}

.farelistmn {
    width: 950px;
}

.frbg {
    background: #EAF6FF;
}

.wdbg {
    width: 25%;
}

.wdsm {
    width: 12%;
}

.echfrbx {
    padding: 10px;
}

.wdsm a {
    color: #0C8BFD;
}

.mr20 {
    margin: 20px 0;
}

.ecerltbx {
    width: 25%;
    background: #F1F9FF;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    justify-content: space-between;
}

.rpeebx {
    color: #0C8BFD;
}

.mrgn5 {
    margin: 5px 0;
}

.crmrgn {
    margin: 0 10px
}

.wdct {
    width: 640px !important;
}

.ctpdng {
    padding: 0 0 15px;
}

.freflbx2 {
    width: 100%;
    overflow: auto;
}

.fntmfl {
    width: 100%;
    margin-top: 20px;
}

.bltlte {
    color: #0C8BFD;
    margin-bottom: 10px;
}

.srchdls {
    width: 30%;
}

    .srchdls a {
        color: #fff;
        text-align: center;
        background: #EF6614;
        border-radius: 50px;
        padding: 5px;
        display: block;
    }

.fntmfl p {
    margin: 5px 0 15px;
}
#chart {
    max-width: 350px;
    margin: 15px 0px 0px 8px;
}

.apexcharts-toolbar {
    display: none !important;
}


#chart2 {
    width: 290px;
    height: 100px;
    margin: 0px 0px 0px 25px;
}
.grphbx {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    padding: 45px 0px 0px 60px;
    margin: 15px 0;
}

.grphbx1 {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    margin: 15px 0 0 -5px;
}
.grphbx3 {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    margin: -11px 0px 15px;
}

.grphbx2 {
    margin: 30px 0 40px 20px;
}

.flfaqsctn {
    width: 100%;
    background: #FCFCFC;
    padding: 30px 15px;
}

.mgt15 {
    margin-top: 15px;
}

.accordion__item {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.accordion__item__header {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    color: #000;
        font-weight: 500;
    font-size: 15px;
}

    .accordion__item__header::before {
        height: 8px;
        width: 8px;
        content: "";
        position: absolute;
        right: 0px;
        top: 18px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #505050;
    margin-bottom: 10px;
}

.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}

.grphbx ul {
    margin: 0 padding:0
}

    .grphbx ul li {
        list-style: none;
        padding: 2px 0;
    }

        .grphbx ul li a {
            color: #0C8BFD;
            text-decoration: none;
        }

.pdbck {
    background: #fff;
    padding: 15px;
}

.mb5 {
    margin-bottom: 5px;
	    margin-top: 20px;
}

.cheapdays {
    text-align: center;
    margin-top: 120px;
    font-size: 12px;
    font-weight: 400;
}

.cheapdays1 {
    text-align: center;
    margin-top: 110px;
    font-size: 12px;
    font-weight: 400;
}

.cheapdays2 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.daysInAdv {
    text-align: center;
    margin-top: 120px;
    font-size: 12px;
    font-weight: 400;
}

.daysInAdv1 {
    text-align: center;
    margin-top: 100px;
    font-size: 12px;
    font-weight: 400;
}

.farechart2 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin-left: -58px;
    margin-top: -115px;
    font-size: 14px;
    font-weight: 100;
}

.farechart3 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin-top: -140px;
    font-size: 14px;
    font-weight: 100;
}




.grphbx ul {
    margin: 0 padding:0
}

    .grphbx ul li {
        list-style: none;
        padding: 2px 0;
    }

        .grphbx ul li a {
            color: #0C8BFD;
            text-decoration: none;
        }

.pdbck {
    background: #fff;
        padding: 0px 15px;
}

.mb5 {
    margin-bottom: 5px;
}

.cheapdays {
    text-align: center;
    margin-top: 120px;
    font-size: 12px;
    font-weight: 400;
}

.daysInAdv {
    text-align: center;
    margin-top: 120px;
    font-size: 12px;
    font-weight: 400;
}

.farechart2 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin-left: -58px;
    margin-top: -115px;
    font-size: 14px;
    font-weight: 100;
}

/*calendar*/
.usecode1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}

.chefst {
    width: 100%;
    background: #EAF6FF 0% 0% no-repeat padding-box;
    margin-top: 0;
    display: flex;
    border-bottom: 1px solid #e4e0e0;
    padding: 10px 15px;
}

.ear {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.mflxw100 {
    padding: 5px 8px 15px 8px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.algcntr {
    align-items: center;
}

.algcntr {
    align-items: center;
    flex-direction: row;
}

.box60 {
    width: 100%;
    background: #FFFFFf;
    margin-bottom: auto;
}

.boxinr {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 0;
    background: white;
    position: relative;
    z-index: 99;
}

.box40 {
    width: 100%;
    background: #F3FAFF;
    box-shadow: 0px 3px 6px #0000000A;
    border: 1px solid #ADDBFF;
    border-radius: 8px;
    padding: 20px 15px;
    margin-top: 15px;
}

.textmain {
    padding: 10px 15px;
    font-size: 14px;
}

.calendar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, minmax(50px, 1fr));
    grid-template-rows: 35px;
    grid-auto-rows: 55px;
    overflow: hidden;
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    border-top: 1px solid rgba(166, 168, 179, 0.12);
}

.day-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    line-height: 35px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}

.day:nth-of-type(n + 1):nth-of-type(-n + 7) {
    grid-row: 2;
}

.day:nth-of-type(7n + 1) {
    grid-column: 1/1;
}

.day {
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    border-right: 1px solid rgba(166, 168, 179, 0.12);
    text-align: left;
    padding: 2px;
    letter-spacing: 1px;
    font-size: 10px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
    /* pointer-events: none; */
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.availabledt {
    background: #007D15;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.day--disabled {
    color: rgba(152, 160, 166, 0.6);
    background: #fefefe;
    cursor: not-allowed;
}

.date-b {
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}

.inpbxot {
    width: 80%;
}

.arrowrad {
    font-size: 26px;
    line-height: 20px;
    height: 24px;
    border: 1px solid #1F1F1F;
    width: 24px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.inpbx {
    width: 100%;
    /* height: 30px; */
    outline: 0;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menub {
    background: url(menu.svg);
    width: 13px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.containers {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 20px;
}
.box-wrap:last-child {
    margin-bottom: 15px;
}

.box-wrap {
    margin-bottom: 15px;
}

.box-wrap {
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}
    .box-wrap .city-name {
        background-color: #EAF6FF;
        border-radius: 10px 10px 0px 0px;
        padding: 15px;
    }
        .box-wrap .city-name h5 {
            font-size: 16px;
            color: #000;
            font-weight: 600;
            margin-bottom: 0px;
        }
.table-wrap {
    width: 100%;
    overflow: auto;
}
.tour-guide {
    border: 1px solid #E8E8E8;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
    border-radius: 10px;
    border-top: transparent;
    border-left: transparent;
}
table .lightblue {
    width: 50%;
}

table td {
    font-size: 14px;
    padding: 15px;
    background-color: #fff;
    min-width: 300px;
}
table td {
    font-size: 14px;
    padding: 15px;
    background-color: #fff;
    min-width: 300px;
}
.box-wrap .city-name h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.box-wrap .city-details {
    padding: 15px;
}
    .box-wrap .city-details p {
        font-size: 13px;
        color: #000;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 20px;
    }
section {
    float: none !important;
    width: 100%;
    margin: auto;
    margin-bottom: 0px !important;
}

.mon3 {
    width: 100%;
    margin: 10px auto;
}

ul.breadcrumb1 {
    padding: 5px 3px;
    list-style: none;
}

ul.breadcrumb1 li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb1 li a {
    color: #2093EF;
    text-decoration: none;
}

ul.breadcrumb1 li + li:before {
    padding: 8px;
    color: black;
    content: "››\00a0";
}