@charset "utf-8";@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}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,strike,strong,sub,sup,tt,u,ul,var{padding:0; margin:0;font-family:Poppins,sans-serif!important}

.mid_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
}

.clr {
    clear: both
}
img {
    max-width: 100%;
}
.sidenav::-webkit-scrollbar {
    width: auto;
    height: 5px;
    border: 1px solid #d5d5d5;
}

.sidenav::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

.sidenav::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #cfcfcf;
}

.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;word-wrap: break-word;
    white-space: normal;
            }

            .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;
            }

.mflex {
    display: flex
}

.acenter {
    align-items: center;
}

.jsb {
    justify-content: space-between
}

.mglauto {
    margin-left: auto
}

.pkgname {
    font-size: 26px;
    font-weight: 600;
}

.pkgtime {
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
}
.stycitydtl {
    font-size: 13px;
    margin-top: 5px;
    color: #5396ce;
}
.hol-min-hd {
    width: 67%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.tcenter {
    text-align: center;
}

.dtext {
    font-size: 11px;
}

.widleft {
    width: 70%;
}

.widright {
    width: 28%
}

.mgt10 {
    margin-top: 10px
}

.mgt15 {
    margin-top: 15px
}

.imgcolm {
    width: 100%;
    position: relative
}

    .imgcolm img {
        border-radius: 10px;
        max-width: 100%;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .imgcolm img {
        border-radius: 10px;
        max-width: 100%;
        height: 450px;
        object-fit: cover;
    }

.pkgid {
    background: #FF4747;
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px
}

.sortbtn {
    padding: 7px 12px;
    text-align: center;
    font-size: 14px;
    color: #7C7777;
    margin-right: 12px;
    text-decoration: none
}

    .sortbtn:hover, .actvcl {
        background: #2196f3;
        border-color: #2196f3;
        color: #fff;
        border-radius: 20px;
    }

.boxv1 {
    width: 100%;
    border-radius: 10px;
     border: 1px solid #dbdbdb;
    padding: 15px;
    box-shadow:  0 0 5px rgb(0, 0, 0, .10);
    position: relative;border-radius: 10px; overflow:hidden;
}

    .boxv1::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: #2196f3;
        height: 30px;
        width: 5px;
    }

.boxspcl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #FF5858;
    height: 30px;
    width: 5px;
}

.heading {
    font-size: 17px;
    font-weight: 600;
    color: #000
}

.headingspc {
    font-size: 17px;
    font-weight: 600;
    color: #FF5858
}

.para {
    font-size: 13px;
}

.ctydrp {
    padding: 5px 4px;
    font-weight: 600;
    color: #2196f3;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

    .ctydrp:focus {
        outline: none
    }

.cldrhead {
    font-size: 16px;
    font-weight: 600;
}

.boxspcl {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 15px;
    background: #FAE2E2;
    position: relative;
}

ul.spclnote {
    margin: 7px 0 0 0;
    padding: 0;
}

    ul.spclnote li {
        margin: 0 0 2px 0;
        padding: 0;
        list-style: none;
        font-size: 13px;
    }

        ul.spclnote li::before {
            content: '*';
            margin-right: 7px;
        }

.mgr7 {
    margin-right: 7px
}

.wid49 {
    width: 47%
}

ul.inclsn {
    margin: 7px 0 0 0;
    padding: 0;
}

    ul.inclsn li {
        margin: 0 0 4px 20px;
        padding: 0;
        list-style: none;
        font-size: 13px;
        list-style-image: url(../img/check-icon.svg);
    }

ul.exclsn {
    margin: 7px 0 0 0;
    padding: 0;
}
.htincovr{
    max-height: 180px;
    overflow: auto;}

.htincovr::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

/* .htincovr::-webkit-scrollbar */
/* { */
	/* width: 2px; */
	/* background-color: #F5F5F5; */
/* } */

/* .htincovr::-webkit-scrollbar-thumb */
/* { */
	/* background-color: #000000; */
	/* border: 1px solid #2196f3; */
/* } */

    ul.exclsn li {
        margin: 0 0 4px 20px;
        padding: 0;
        list-style: none;
        font-size: 13px;
        list-style-image: url(../img/exclusion-icon.svg);
    }
/*ul.inclsn li::before {content:'';    margin-right: 7px;background:url(img/check-icon.svg) no-repeat;width:12px;float:left}*/
.dividernw {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin: 10px 0
}

.dividerdt {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin: 14px 0
}

.wd20 {
    width: 25%;
}

.wd78 {
    width: 72%
}

.imginr img {
    border-radius: 10px;
    max-width: 100%;
}

.htlsbhed {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.sbhedv2 {
    font-size: 15px;
    font-weight: 600;
    color: #2196f3
}

.mgt5 {
    margin-top: 5px
}

.vwallbtn {
    background: #E5F2FF;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #2C91FC;
    display: inline-block;
    font-weight: 600;
    margin: 14px 0 0 0;
    text-transform: uppercase;
    cursor: pointer
}

.box {
    margin: 0;
    overflow: hidden;
    padding: 18px 0 0px 43px;
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top: 0;
    width: 100%;
    float: left;
}

        .box ul:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            border: 1px solid #eee;
            position: absolute;
            top: 4px;
            left: 50px;
        }

        .box ul li {
            margin: 0px 10px 20px 58px;
            position: relative;
            padding: 0;
            color: #000;
            border-radius: 10px;
            line-height: 20px;
            width: 91%;
            padding-left: 18px;
        }

.dycircle {
    position: absolute;
    left: -84px;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    padding: 6px 9px;
    border-radius: 20px;
    top: -11px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    background: #2196f3;
}

.dydate {
    position: absolute;
    left: -94px;
    color: #838383;
    top: 30px;
    font-size: 11px;
    font-weight: 600;
}

.amentiesnw ul::before {
    display: none;
    content: "";
}

.box ul li:last-child {
    margin-bottom: 0
}

.box ul li > span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
}

.nosticky_Class {
    z-index: 9;
    background: #f6fbff;
    border-radius: 0px;
    border: 1px solid #C4C4C4;
    color: #000;
    padding: 10px;
    margin-top: 0 !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.sticky_box {
    position: sticky;
    top: 20px;
    width: 100%;
}

.sticky_hdr {
    position: sticky;
    top: 0px;
    width: 100%;
}

.nosticky_Class .sortbtn {
    color: #000000;
}

    .nosticky_Class .sortbtn:hover, .nosticky_Class .actvcl {
        color: #fff;
    }

.box ul li > span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BEBEBF;
    position: absolute;
    left: 18px;
}

.box ul li > span:before {
    top: 3px;
}

.box ul li > span:after {
    top: 95%;
}

.box .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.box .info {
    font-weight: 500;
    font-size: 14px;
}

    .box .info:first-letter {
        text-transform: capitalize;
        line-height: 1.7;
    }

.box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px;
}

.box .time span {
    position: absolute;
    left: -100px;
    color: #000;
    font-size: 80%;
    font-weight: 600;
    border: 1px solid #666;
    padding: 1px 9px;
    border-radius: 20px;
}

    .box .time span:first-child {
        top: -2px;
    }


div.item {
    display: flex;
    flex: auto;
    padding: 0;
}

#timeline {
    position: relative;
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

    #timeline div:after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0.5rem;
        bottom: 0rem;
        left: 36px;
        z-index: 1;
        background: #C5C5C5;
    }

    #timeline h3 {
        color: #2196f3;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #2196f3;
        width: 77px;
        text-align: center;
        border-radius: 4px;
        padding: 3px 0;
        background: #fff;
        z-index: 2;
        position: relative;
    }

    #timeline section.year {
        position: relative;
        margin-bottom: 25px;
    }

        #timeline section.year section {
            margin-top: -25px;
            padding-bottom: 0px;
        }

            #timeline section.year section h4 {
                position: absolute;
                bottom: 0;
                font-size: .9em;
                font-weight: 400;
                line-height: 1.2em;
                margin: 0;
                padding: 0 0 0 109px;
                color: #C5C5C5;
            }

@media (min-width: 62em) {
    #timeline section.year section h4 {
        font-size: 1em;
    }
}

#timeline section.year section .inrtxt {
    list-style-type: none;
    padding: 0 0 0 75px;
    margin: -1.35rem 0 1em;
    max-width: 40rem;
    font-size: 14px;
}

#timeline section.year section ul:last-child {
    margin-bottom: 0;
}

#timeline section.year section .inrtxt:first-of-type:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #C5C5C5;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 74px;
    top: 3px;
    z-index: 2;
}

#timeline section.year section ul li {
    margin-left: .5rem;
    font-size: 13px;
    text-align: justify;
}

    #timeline section.year section ul li:not(:first-child) {
        margin-top: .5rem;
    }

    #timeline section.year section ul li span.price {
        color: mediumturquoise;
        font-weight: 500;
    }

.mgb0 {
    margin-bottom: 0px !important;
}

.cr_icn {
    background: url(../img/car-icon.svg) no-repeat;
    width: 38px;
    height: 28px;
    float: left;
    margin:auto;
}

.ht_icn {
    background: url(../img/hotel-icon.svg) no-repeat;
    width: 38px;
    height: 29px;
    margin: 0 15px 0px 94px;
    float: left;
}

.br_icn {
    background: url(../img/meal-icon.svg) no-repeat;
    width: 38px;
    height: 28px;
    margin: 0 8px 0px 0;
    float: left;
}

.inrtxt {
    font-size: 14px;
    font-weight: 600;
}

.hgt10 {
    height: 2px
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #D0D1D2;
}

    ul.tabs li {
        background: none;
        color: #000;
        display: inline-block;
        padding: 0px 0px 10px 0;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        margin-right: 15px
    }

        ul.tabs li.current {
            color: #222;
            border-bottom: 3px solid #2196f3
        }

.pop_c_bx {
    border: 1px solid #D5DEE4;
    margin: 12px 0 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 8%, rgba(250,253,255,1) 100%);
    box-shadow: 0 0 7px rgb(0 0 0 / 3%);
    border-radius: 15px;
    padding: 15px;
}

.eminotes {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
}

    .eminotes ul {
        padding-left: 18px;
        margin: 0;
    }

ul.listitm li {
    list-style: disc;
}

.inpemisub {
    width: 100%;
    background: #f26822;
    color: #fff;
    height: 40px;
    border-radius: 40px;
    font-size: 18px;
    cursor: pointer;
}

.inpemi {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    width: 100%;
}

.inempbx {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 10px;
    background: #f1f5f9;
    margin: 15px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wd40{
    width: 32%;
}
.wid150 {
    width: 33%;
}

.alertmsg {
    font-size: 11px;
    color: red;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
}

.flxdiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flxdivwrp {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.emipop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    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;
}

.emibox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    border-radius: 8px;
    width: 50%;
    text-align: center;
}

.hdemi {
    font-size: 18px;
    display: flex;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.emiplan {
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 8%, rgba(250,253,255,1) 100%);
    padding: 0x;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

    .emiplan table {
        font-size: 14px;
        border-collapse: collapse;
        width: 100%;
    }

.closeemi {
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50px;
    position: absolute;
    right: -8px;
    top: -8px;
    color: #fff;
}

.emiplan table th {
    background: #eee;
    border: 0;
    height: 40px;
    text-align: center;
    border-radius: inherit;
}

.emiplan table td {
    height: 35px;
    border: 0;
}

.emiplan table th:first-child {
    background: #eee;
    border: 0;
    height: 30px;
    text-align: center;
    border-radius: 10px 0 0 0;    font-size: 12px;
    font-weight: 500;
}
.emiplan table th:last-child {
    background: #eee;
    border: 0;
    height: 30px;
    text-align: center;
    border-radius: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
}

.tabemi {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.tabemi .tab-button {
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 50px;
    color: #2196F3;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #2196F3;
    cursor: pointer;
}
.tabemi  .activeemi{
    background: #2196F3;
    border-radius: 50px;
    color: #fff;
}

.emiplannew     table {
      border-collapse: collapse;
      width: 100%;
    }
.emiplannew th{
    padding: 6px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
}
.emiplannew td{
    padding: 6px 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
}
    .emiplannew th, .emiplannew td {
      border-bottom: 0;
      border-left: 0;
      border-right: 0;
    }
.emiplannew tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.abttxt p {
    font-size: 14px;
    margin-bottom: 10px;
}
.abttxt h2 {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}



    .tab-content.current {
        display: inherit;
    }

ul.tcbtm {
    margin: 0;
    padding: 0
}

    ul.tcbtm li {
        margin: 0 0 7px 0;
        padding: 0;
        list-style: disc;
        font-size: 13px;
    }

.pricecolm {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    box-shadow:  0 0 5px rgb(0, 0, 0, .10);
}

.pda10 {
    padding: 10px;
}

.grbg {
    background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);
    border-radius: 10px 10px 0 0;
}

.strt {
    font-size: 13px;
}

.pptxt {
    font-size: 12px;
}

.tlprice {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.htlstar {
    width: 100%;
    float: left;
}

.strsbtxt {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.mflex {
    display: flex;
}

.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;
}

.bdrbtm {
    border-bottom: 1px solid #b8d0e5;
}

.bookbtn {
    background: #EF6614;
    border-radius: 40px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}


.sbmtbtn {
    border-radius: 40px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #2196f3;
    border: 1px solid #2196f3;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

fieldset {
    border: none !important;
    margin: 8px 0 0px 0px !important;
    min-width: 100%;
    padding: 0;
    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%;
}

.wid_18 {
    width: 18%;
    float: left;
}

.wid_78 {
    width: 78%;
    float: right;
}

.sldrm {
    width: 100%;
    float: left;
    margin-top: 15px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background: #ffffff;
}

.grlibg {
    background: #F4F7FA;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

    .grlibg h3 {
        margin: 0;
        color: #232323;
        display: block;
        font-size: 15px;
        font-weight: 600;
    }

.frc {
    width: 90%;
    margin: 0 auto;
}

.inp_n {
    position: relative;
}

.inp_n input {
    width: 100%;
    border: 1px solid #a6a8aa;
    margin: 0 0 5px;
    padding: 10px 33px 10px 10px;
    position: relative;
    font-size: 14px;
    border-radius: 6px;
    text-transform: capitalize;
}

        .inp_n input:focus, .inp_n select:focus {
            outline: 0
        }

    .inp_n select {
        width: 100%;
        border: 0;
        border: 1px solid #C9C6C6;
        margin: 0 0 5px;
        padding: 10px 8px;
        font-size: 14px;
        font-family: 'poppins', sans-serif;
        border-radius: 4px;
    }

.wd48p {
    width: 48%;
}



.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;
}

.wd18p {
    width: 18% !important;
}

.wd80p {
    width: 80% !important;
}

#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;
}

.psgcolm {
    border: 1px solid #C9C6C6;
    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;
}

.add {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    width: 27px;
    padding: 5px;
    cursor: pointer;
}

.psghed {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: left;
}

.wd100 {
    width: 100% !important;
}

.mgtb10 {
    margin: 10px 0;
}

.contactbg {
    background: #F3F1F1;
    border: 1px solid #DFDBDB;
    border-radius: 10px;
    padding: 10px;
}

.helptxt {
    font-size: 18px;
    font-weight: 600
}

.helptxt2 {
    font-size: 13px;
    font-weight: 500
}

.bxshd {
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}

.bdrtop {
    border-top: 1px solid #CCC9C9;
}

.leftinrcl {
    border-right: 1px solid #CCC9C9;
    width: 14%;
    padding-top: 15px;
}

.rightinrcl {
    width: 86%;
    padding-top: 15px;
    padding-left: 15px;
}

#timelinev2 .dtecrcl {
    color: #000;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #9FA1A2;
    width: 90px;
    text-align: center;
    border-radius: 20px;
    padding: 3px 0;
    background: #fff;
    z-index: 2;
    position: relative;
    font-weight: 600
}

#timelinev2 {
    position: relative;
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

    #timelinev2 div:after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0.5rem;
        bottom: 0rem;
        left: 44px;
        z-index: 1;
        background: #C5C5C5;
    }

    #timelinev2 section.year {
        position: relative;
        margin-bottom: 13px;
    }

        #timelinev2 section.year section {
            margin-top: -25px;
            padding-bottom: 0px;
        }

.dayiti {
    background-image: linear-gradient(to right, #EB5F54, #D66073);
    border-radius: 4px;
    text-align: center;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    display: inline-block
}

.boxnvd {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius:10px; overflow:hidden;
}

.boxhed {
    background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);
    padding: 6px 10px;
    width: 100%;
    border-bottom: 1px solid #BDBFC2;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-radius: 4px 4px 0 0
}

.innerbx {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 4px 4px
}

.col-md-v1 {
    width: 19%;
}

.mgl15 {
    margin-left: 15px;
}

.ft12 {
    font-size: 12px;
}

.mgt3 {
    margin-top: 3px;
}

.grey {
    color: #767474;
}

.col-md-v2 {
    width: 15%;
}

.t_left {
    text-align: left;
}

.ft16 {
    font-size: 16px;
}

.fw700 {
    font-weight: 700;
}

.ft13 {
    font-size: 13px;
}

.fw500 {
    font-weight: 500;
}

.black {
    color: #000;
}

.t_center {
    text-align: center
}

.t_right {
    text-align: right;
}

.dividerArw {
    width: 80px;
    height: 1px;
    background: #CCC8C8;
    margin: 0 auto;
}

.chnbtn {
    border-radius: 40px;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #2196f3;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 5px;
    width: 110px;
    color: #2196f3;
    cursor: pointer;
}

.mgt7 {
    margin-top: 7px;
}

.bagge {
    font-size: 13px
}

.hedrow {
    font-size: 14px;
    margin-bottom: 7px
}

.car-img {
    width: 20%;
    position: relative;
    -webkit-box-align: baseline;
    padding: 0;
}

    .car-img img {
        max-width: 100%
    }

.car-dtl {
    width: 50%;
    margin-left: 25px;
}

    .car-dtl h3 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
        margin: 0
    }

    .car-dtl p {
        font-size: 13px;
        margin-top: 5px;
        text-transform: capitalize;
        font-weight: 600;
        color: #393939;
    }

.cars:before, .seats:before {
    content: "";
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
}

.cars:before {
    background: url(../img/cars.svg);
    background-size: 15px 12px;
    margin-right: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.seats:before {
    background: url(../img/seats.svg);
    background-size: 12px 15px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.bags:before {
    content: "";
    background: url(../img/luggage-bag.svg);
    width: 15px;
    height: 15px;
    background-size: 12px 15px;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
}

.amentiesnw {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .amentiesnw ul {
        list-style: circle;
        margin: auto 20px;
        padding: 0;
    }

        .amentiesnw ul li {
            list-style: circle;
            margin: 0;
            float: left;
            line-height: 17px;
            padding: 0;
            width: 100%;
        }

.am_ttl2 {
    font-size: 11px;
    color: #000;
    font-weight: 500;
}

.htlimgcol {
    width: 158px;
}


.htldtl {
    width: 48%;
    margin-left: 20px
}

    .htldtl h3 {
        margin: 0
    }

.hoteNme {
    margin: 0 0 6px;
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    font-size: 16px
}

.lft_str {
    margin-left: 3px;
}

.starImg {
    font-size: 10px;
    color: #f99e00;
    vertical-align: middle;
}

    .starImg i {
        margin-left: -1px;
    }

.address-cl {
    margin: 0 0 6px;
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: 14px;
    min-height: 14px;
    color: #000;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    width: 100%
}

.distance-cl {
    margin: 0 0 8px;
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: 14px;
    min-height: 14px;
    color: #4059BB;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    padding-left: 0;
}

.pinIcn {
    width: 11px;
    height: 12px;
    background: url(../img/pin-icon.png) no-repeat;
    background-size: 11px 12px;
    float: left;
    margin-right: 5px;
}

.iconsvg {
    width: 9px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 1px;
    fill: #000000;
}

.Pillswrap {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.Pills {
    margin-top: 0;
    list-style: none;
    outline: 0;
    padding: 0;
    margin-bottom: 4px;
}

    .Pills .Pill {
        height: 24px;
        font-size: 11px;
        padding: 4px 7px;
        max-width: 320px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: bottom;
        margin-left: 0;
        margin-right: 3px !important;
        margin-bottom: 7px !important;
        width: auto;
        line-height: normal;
        border-radius: 0;
    }

.Pill--outlined {
    display: inline-block;
    padding: 5px 7px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 2px;
}

.Pills .Pill i {
    margin-right: 4px;
}

.Pills .Pill--BenefitsPayments {
    color: #66be5b;
    border-color: #66be5b;
}

.addbtn {
    border-radius: 20px;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #2196f3;
    font-size: 13px;
    text-decoration: none;
    color: #2196f3;
    cursor: pointer;
    font-weight: 600;
    align-items: center
}

.fltr {
    float: right
}

.mgl4 {
    margin-left: 4px
}

.acenter {
    align-items: center
}

.dotedvd {
    width: 100%;
    border-bottom: 1px dashed #DAD3D3;
    float: left;
    margin: 14px 0
}

.txtmeal {
    font-size: 14px;
    font-weight: 600
}

.addtxt {
    font-size: 14px;
    color: #868585;
    font-style: italic
}

.actimgcol {
    width: 131px;
    height: 90px;
}

    .actimgcol img {
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    }

.actvinfo {
    width: 50%;
    margin-left: 20px;
}

    .actvinfo h4 {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        margin: 0
    }

    .actvinfo .paraac {
        font-size: 12px;
        font-weight: 500;
        color: #000
    }

.cgrey {
    color: #7D7B7B
}

.mgr4 {
    margin-right: 4px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav .closebtn, .rmvlink {
        position: absolute;
        top: 10px;
        right: 20px;
        border: 1px solid #fff;
        border-radius: 50px;
        cursor: pointer;
        width: 20px;
        font-size: 20px;
        height: 20px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

        .sidenav .closebtn:hover {
            background: #fff;
            color: #000;
        }

#opct3, #opct32, #opct33, #opct34, #opct35, #opctsght, #opctflt, #opcthtl {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.65);
    display: none;
    z-index: 999;
    top: 0;
}

.rmvlink {
    font-size: 13px;
    color: #2196f3;
    margin-right: 28px;
    display: none;
}

.stickyHeader {
    position: sticky !important;
    top: 0;
    width: 100% !important;
    z-index: 99;
}

.list_box {
    width: 100%;
    float: left;
    border: 1px solid #dadada;
    height: auto;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 8px 0;
}

.car-item {
    width: 96%;
    margin: 0 auto;
    display: table;
    display: flex;
    align-items: flex-start;
}

    .car-item .img {
        width: 20%;
        float: left;
        padding: 4px 0;
    }

        .car-item .img img {
            max-width: 100%;
            border-radius: 5px;
        }

.car-dtlv2 {
    width: 61%;
    float: left;
    margin-left: 22px;
    padding: 4px 0;
}

    .car-dtlv2 h3 {
        margin: 0;
        font-size: 19px;
        font-weight: 600;
        color: #000;
        margin: 0;
    }

.fare_sec {
    width: 15%;
    float: right;
    text-align: center;
    padding: 4px 0;
}

.b_fare {
    font-size: 22px;
    color: #000;
    padding-left: 0;
    font-weight: 600 !important;
    float: right;
    text-align: right !important;
    width: 100%;
    margin-bottom: 15px;
}

.car-dtlv2 p {
    font-size: 13px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 600;
    color: #393939;
}

.am_ttl {
    font-size: 13px;
    color: #333
}

.actxt {
    font-size: 13px
}

.list_box_v2 {
    width: 100%;
    float: left;
    border: 1px solid #dadada;
    height: auto;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 8px 0;
    padding: 12px
}

    .list_box_v2 .car-item {
        width: 100%
    }

.stars-rating 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 {
        width: 31%;
        margin: 0;
        color: #666;
        font-size: 1.3em;
        text-align: center;
        list-style: none;
        margin-right: 8px;
    }

        .stars-rating ul li input[type=radio] {
            display: none;
        }

        .stars-rating 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
        }

        .stars-rating ul li .icon-star {
            margin-left: 3px;
            margin-top: 2px;
        }

    .stars-rating 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 svg path {
            fill: #fff;
            stroke: #fff
        }

.wd122 {
    width: 122px;
}

.ftn14 {
    font-size: 14px
}

.fw600 {
    font-weight: 600
}

.mdfydt {
    color: #1E3FC3;
    cursor: pointer
}

.dtchng {
    font-size: 12px;
    margin-top: 3px;
    color: #868585;
    font-style: italic;
}

.pd15nc {
    padding: 20px 30px !important;
}
.pop-frm .inp-bx input {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
}

.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: 98% 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;
    z-index: 1;
}
.emiplan table {
    border-top: 1px solid #eee;
    border-radius: 10px;
}
.hdrPP {
    font-size: 14px;
    margin-bottom: 5px;
}
.gap20{    gap: 20px;}

.ppflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.slick-slide {
    margin: 0px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.calendar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, minmax(75px, 1fr));
    grid-template-rows: 50px;
    grid-auto-rows: 75px;
    overflow: auto;
}

.calendar-container {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #eee;
}

.calendar-header {
    text-align: center;
    padding: 20px;
    background: linear-gradient(to bottom, #fafbfd 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.pd15n {
    padding: 15px;
}

.crssbtn {
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: -8px;
    top: -12px;
    cursor: pointer;
}

.calendar-header h1 {
    margin: 0;
    font-size: 18px;
    position: relative;
    text-align: left;
    display: inline-block
}

.left_arw {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    position: relative;
    top: 2px;
    margin-right: 15px;
    cursor: pointer
}

.right_arw {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 2px;
    margin-left: 15px;
    cursor: pointer
}

.calendar-header p {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(81, 86, 93, 0.4);
}

.calendar-header button {
    background: 0;
    border: 0;
    padding: 0;
    color: rgba(81, 86, 93, 0.7);
    cursor: pointer;
    outline: 0;
}

.day {
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    border-right: 1px solid rgba(166, 168, 179, 0.12);
    text-align: right;
    padding: 14px 15px;
    letter-spacing: 1px;
    font-size: 13px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
    /*pointer-events: none;*/
    z-index: 1;
}

    .day:nth-of-type(7n + 7) {
        border-right: 0;
    }

    .day:nth-of-type(n + 1):nth-of-type(-n + 7) {
        grid-row: 2;
    }

    .day:nth-of-type(n + 8):nth-of-type(-n + 14) {
        grid-row: 3;
    }

    .day:nth-of-type(n + 15):nth-of-type(-n + 21) {
        grid-row: 4;
    }

    .day:nth-of-type(n + 22):nth-of-type(-n + 28) {
        grid-row: 5;
    }

    .day:nth-of-type(n + 29):nth-of-type(-n + 35) {
        grid-row: 6;
    }

    .day:nth-of-type(7n + 1) {
        grid-column: 1/1;
    }

    .day:nth-of-type(7n + 2) {
        grid-column: 2/2;
    }

    .day:nth-of-type(7n + 3) {
        grid-column: 3/3;
    }

    .day:nth-of-type(7n + 4) {
        grid-column: 4/4;
    }

    .day:nth-of-type(7n + 5) {
        grid-column: 5/5;
    }

    .day:nth-of-type(7n + 6) {
        grid-column: 6/6;
    }

    .day:nth-of-type(7n + 7) {
        grid-column: 7/7;
    }

.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: 50px;
    font-weight: 500;
}

.day--disabled {
    color: rgba(152, 160, 166, 0.6);
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.task {
    border-left-width: 3px;
    padding: 8px 12px;
    margin: 10px;
    border-left-style: solid;
    font-size: 14px;
    position: relative;
}

.task--warning {
    border-left-color: #fdb44d;
    grid-column: 4/span 3;
    grid-row: 3;
    background: #fef0db;
    align-self: center;
    color: #fc9b10;
    margin-top: -5px;
}

.task--danger {
    border-left-color: #fa607e;
    grid-column: 2/span 3;
    grid-row: 3;
    margin-top: 15px;
    background: rgba(253, 197, 208, 0.7);
    align-self: end;
    color: #f8254e;
}

.task--info {
    border-left-color: #4786ff;
    grid-column: 6/span 2;
    grid-row: 5;
    margin-top: 15px;
    background: rgba(218, 231, 255, 0.7);
    align-self: end;
    color: #0a5eff;
}

.task--primary {
    background: #4786ff;
    border: 0;
    border-radius: 4px;
    grid-column: 3/span 3;
    grid-row: 4;
    align-self: end;
    color: #fff;
    box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);
}

.task__detail {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: #fff;
    border: 1px solid rgba(166, 168, 179, 0.2);
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

    .task__detail:after, .task__detail:before {
        bottom: 100%;
        left: 30%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .task__detail:before {
        border-bottom-color: rgba(166, 168, 179, 0.2);
        border-width: 8px;
        margin-left: -8px;
    }

    .task__detail:after {
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px;
    }

    .task__detail h2 {
        font-size: 15px;
        margin: 0;
        color: #51565d;
    }

    .task__detail p {
        margin-top: 4px;
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 500;
        color: rgba(81, 86, 93, 0.7);
    }

.unavailabledt {
    background: #fff6f6;
}

.availabledt {
    background: #f3ffed;
}

.avprice {
    font-size: 11px;
    border-left: 3px solid #00E152;
    background: #d0f9bc;
    margin-top: 12px;
    padding: 1px 2px;
}

.unavprice {
    font-size: 11px;
    border-left: 3px solid #FF5858;
    background: #ffdede;
    margin-top: 12px;
    padding: 1px 2px;
}

.revbox {
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    padding: 12px;
    width: 100%;
}

.userimg img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.usrnmae {
    font-size: 14px;
    font-weight: 600
}

.userrat {
    font-size: 13px;
    font-weight: 600;
    margin-left: 4px;
}

.fwrap {
    flex-flow: row wrap
}

.fre-brkp-holid-det, .modal_er {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 55%);
    z-index: 999999;
}

.fre-brkp-sm-holid-det {
    width: 40%;
    position: fixed;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fr-bck-holid-det {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: table;
    padding: 0;
}

.fr-bck-bx-l-holid-det {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #065c9b;
}

.fr-bck-bx-r-holid-det {
    width: auto;
    float: right;
    font-size: 16px;
    color: #888787;
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: -11px;
    top: -14px;
}

.clr {
    clear: both;
}

.rom-plc-holid-det {
    width: 100%;
    margin: 0% auto;
    float: left;
    min-height: auto;
    max-height: max-content;
    padding: 15px;
    overflow: auto;
    position: relative;
    box-shadow: none;
    border: 0;
}
.rom-plc-l-holid-det {
    width: 65%;
    float: left;
}

.rom-plc-r-holid-det {
    width: 30%;
    float: right;
    text-align: right;
}

.brd-holid-det {
    width: 96%;
    margin: 2% auto;
    border-top: 1px solid #ccc;
    font-weight: bold;
    display: table;
}

.fr-bck-bx-l-holid-det h4 {
    font-size: 23px;
    margin: 0;
    color: #000;
    padding: 0 5px;
}

.igm-nlef {
    width: 40%;
    float: left;
}

.ma-igh {
    margin: 0;
    float: left;
}

.back-hol {
    font-size: 12px;
    text-align: right;
    color: #FE0000;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.holi-icon-main h3 {
    margin: 0px;
    padding: 10px 0;
    color: #111111;
    font-size: 13px;
}

.test-reft {
    float: right;
    width: 57%;
}

.des-mh {
    width: 100%;
    float: left;
    padding: 0 0 2px;
}

    .des-mh span {
        font-size: 20px;
        color: #060606;
        font-weight: 600;
    }

.nar-ihol span {
    font-size: 13px;
    color: #595858;
}

.mian-hdholide {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #bcbcbc;
}

.inpu-sec-n1-holide {
    background: url(/Detailcss/newcss/img/cal-hil.jpg) no-repeat scroll 97% 4px;
    cursor: pointer;
    outline: medium none;
    padding: 10px;
    width: 93%;
    border-radius: 4px;
    border: 1px solid #dcdada;
}

.select-txtnn-holide {
    background: #FFFFFF url(/Detailcss/newcss/img/arrow-down.png) no-repeat scroll 95% 10px;
    outline: 0;
    height: 41px;
    padding: 0 12px;
    float: left;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdada;
    /* box-shadow: 3px 3px 0 0 rgb(220 218 218 / 75%); */
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.box-frmj {
    FLOAT: left;
    width: 100%;
    margin-top: 4px;
}

.sel-dte {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 14px;
}

.hmlo-fm {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.rm-holi {
    width: 16%;
    float: left;
    font-weight: 600;
    padding: 0 0 0;
    font-size: 14px;
}

.mn-secl {
    float: right;
    width: 80%;
}

.mn-ftl {
    float: left;
    width: 30%;
    margin: 0 8px 0 0;
}

.dre-mnd {
    width: 35%;
    float: left;
    margin: 0 0 0 6px;
}

.nhtjk {
    width: 31%;
    float: right;
}

.infanspan {
    width: 100%;
    float: left;
    font-size: 11px;
    text-align: center;
    padding: 0 0 5px;
}

.select-chidl {
    background: #ffffff url(/Detailcss/newcss/img/arrow-down.png) no-repeat scroll 96px 10px;
    height: 41px;
    padding: 0 6%;
    float: left;
    width: 89%;
    border-radius: 4px;
    border: 1px solid #dcdada; /* box-shadow: 3px 3px 0 0 rgba(220, 218, 218, 0.75); */
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.chispan {
    width: 92%;
    float: left;
    font-size: 11px;
    padding: 0 0 5px;
    text-align: center;
}

.adspn {
    width: 100%;
    float: left;
    font-size: 11px;
    padding: 0 0 6px;
    text-align: center;
}

.hol-calu {
    width: 100%;
    text-align: center;
    margin: 10% 0 0;
    float: left;
}

    .hol-calu a {
        text-decoration: none;
    }

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

.holi-frm-main {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.new-swe-holi {
    margin: 0;
    padding: 0px;
    width: 100%;
    float: left;
    position: relative;
}

.ans-holid {
    width: 100%;
    margin: 0px;
    padding: 10px 0;
    float: left;
    border-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.backcalndr {
    font-size: 12px;
    color: #2196F3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}
.pls_bxs:has(input[type="radio"]:checked) {
border: 1px solid #85BEFD;
background: #F8FBFD;
}	
.tra-date {
    width: 22%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.tra-date-ro {
    width: 22%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.ro-1 {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
}

    .ro-1 input {
        margin-top: 3px;
        width: 70%;
        text-align: center;
        padding: 10px 5px;
        border-radius: 4px;
        border: 1px solid #bcbcbc;
    }

.adl-1 {
    font-size: 12px;
    float: left;
    width: 30%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.chil1 {
    font-size: 12px;
    float: left;
    width: 30%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .chil1 input {
        margin-top: 3px;
        width: 70%;
        float: left;
        padding: 10px 5px;
        border: 1px solid #bcbcbc;
        border-radius: 4px;
        text-align: center;
    }

.infnt1 {
    font-size: 12px;
    float: left;
    width: 30%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .infnt1 input {
        margin-top: 3px;
        width: 70%;
        float: left;
        padding: 10px 5px;
        border: 1px solid #bcbcbc;
        border-radius: 4px;
        text-align: center;
    }

.adl-1 input {
    margin-top: 3px;
    width: 70%;
    float: left;
    padding: 10px 5px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    text-align: center;
}

.bt-con-book {
    background: #f65b16;
    color: #fff;
    width: 38%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 4px;
    display: table;
    border-bottom: 3px solid #c03f05;
}

.ma-igh img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.tra-date-adinch {
    width: 78%;
    float: right;
    margin: 0px;
    padding: 0 0 0 0;
    text-align: left;
}

.tel-holine {
    border-bottom: 0;
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0;
    text-align: right;
}
.total-main {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0 10px 0 0px;
    font-size: 14px;
    text-align: right;
}

.pdtp15 {
    float: left;
    width: 100%;
}

.total-main-pri {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    font-weight: 600;
    text-align: left;
    font-size: 28px;
    margin-top: -1px;
    color: #00a100;
}

.bt-hol-contue {
    background: #f65b16;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 8px 22px;
    margin: 0 auto;
    border-radius: 4px;
    display: table;
    outline: 0;
    cursor: pointer;
    margin-top: 12px;
    float: left;
    width: 100%;
}

.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;
    }
}

.lodr {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal_mfLoader {
    display: block;
    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.75);
}

.modal-loaderCont {
    border-radius: 6px;
    background-color: #ffffff;
    margin: auto;
    padding: 0px;
    width: 28%;
    position: absolute;
    height: 119px;
    padding: 35px 50px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -51%);
    -webkit-font-smoothing: subpixel-antialiased;
}

.loaderfTxt {
    font-size: 18px;
    font-weight: 700;
}

.stages {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.container_loader {
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.main-lodeact {
    width: 10%;
    margin: 20% 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;
}

.mian-hdholidev2 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 12px 20px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.minpd20 {
    padding: 20px
}

/* Safari 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
.flx-nw {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: flex-end;
}

.arrw_div {
    width: 20%;
    display: flex;
    align-items: center;
    height: 23px;
    cursor: pointer;
    justify-content: center;
}

.neflxdp {
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 6px;
    border: 1px dashed #efefef;
}

    .neflxdp p {
        font-size: 14px;
        font-weight: 600;
    }

    .neflxdp .chnbtn {
        background: #fff;
    }


.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*/

.myhotelslide {
    display: none
}

/* Slideshow container */
.htlimgcol {
    position: relative;
}

    .htlimgcol img {
        object-fit: cover;
        width: 100%;
        max-height: 178px;
        border-radius: 5px;
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.clearheader .innerpd15 {
    background: #2196F3 !important;
    color: #fff;
    padding: 10px 15px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgb(140 140 140 / 80%);
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.result-item_selected {
    background: #fffcde !important;
    border: 1px solid #4caf50 !important;
    -webkit-border-radius: 5px !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%) !important;
}

.ovscroll {
    overflow: auto;
    max-height: 180px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50px;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

.mgr10 {
    margin-right: 10px;
}

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;
    }

.flsctrhead {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.sorttl {
    float: left;
    font-size: 13px !important;
    font-weight: 600;
    margin: 0px 10px 0 0;
}

.slctbx_n {
    background: transparent;
    color: #3082ed;
    padding: 2px;
    outline: 0;
    border: 1px solid #2196f3;
    border-radius: 3px;
}

.mg15x {
    margin-right: 15px;
}

.newbxn {
    width: 100%;
    position: relative;
}

.inclu {
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    position: relative;
    width: 49%;
    background: #EAFAEA;
}

    .inclu::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: #63C266;
        height: 30px;
        width: 5px;
    }

.exclu {
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    position: relative;
    width: 49%;
    background: #FBEBEB;
}

    .exclu::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: #DA1515;
        height: 30px;
        width: 5px;
    }

.stk_flhol {
    width: 83px;
    background: #eaf6ff;
    transform: translateY(-52%);
    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: 52%;
    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;
}
.search-section .btnsrch {
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    text-align: center;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    padding: 10px 0;
    background: transparent;
    font-weight: 600;
}
.search-section .btnsrch:hover {background: rgba(255, 255, 255, .10);}
.bookbtn:hover{background-color: #da5a22;}
.sbmtbtn:hover, .chnbtn:hover{background-color: #f2f9ff;}
.emi_text img {
    margin-right: 5px;
    width: 16px;
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    overflow: hidden;
    position: absolute !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 16px;
    width: 27% !important;
}	
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ffffff;
    border: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    user-select: none;
    text-align: center;
    display: inline-block;
    font-size: 15px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2196f3;
    background: #2196f3;
    font-weight: normal;
    color: #ffffff !important;
}
.ui-widget-header {
    border: 0;
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    font-size: 15px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.ui-state-default:hover {
    border-color: #2196f3;
    background: #2196f3;
    color: #ffffff;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 400;
    border: 0;
    font-size: 12px;
    color: #333333;
}
.ui-widget-header .ui-icon {
    background-image: url(https://hotel.easemytrip.com/Content/Homepage/img/download.png) !important;
    background-position: 0 0;
}
.ui-datepicker-next .ui-icon-circle-triangle-e {
    background-position: 0px -30px !important;
}			
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
    border-radius: 5px;
    padding: 0px 10px 0px 5px;
    border-color: #a9a9a9;
    outline: 0;
    margin-right: 5px;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
    background: #f1f1f1 !important;
    border-radius: 50% !important;
 cursor:pointer;   border: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -8px;
}

._crosslogv {
    width: auto;
    position: absolute;
    cursor: pointer;
    right: -22px;
    top: -25px;
    color: #ffffff;
    background: #000;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 27px;
}


@media only screen and (max-width: 950px) {


.emibox {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 50%;
    margin: auto;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 26%);
    transform: translate(-50%, 0%);
}
    .closeemi{      font-weight: 400;
    position: absolute;
    cursor: pointer;
    right: 45%;
    top: -50px;
    font-size: 26px;
    color: #fff;
    background: #000;
    z-index: 9;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

}
}