﻿@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

    * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
    abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, 
    samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, 
    fieldset, form, label, legend, caption, div, span, * {font-family: 'Poppins', sans-serif !important;}

    section {float: left;width: 100%;}
    img {
        max-width: 100%;
    }

.mianrbox{    width: 100%;float: left; background: #e8f2fa;}

.fph-flx {
    display: flex;
}

/*flight+hotel+detils-page*/
.loader {
    border: 4px solid #d5f3ff;
    border-radius: 50%;
    border-top: 4px solid #2196f3;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.m_bx_loader {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font-family: Helvetica;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: block;
    top: 0;
    left: 0;
}
.bx_lodr {
    height: 20%;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: auto;
    padding: 20px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.pl-wt{font-size: 18px;font-weight: 600;}
.pl-c{font-size: 14px;font-weight: 500;}
/*common*/
.banner_inner {
    width: 1200px;
    padding: 24px 0 0;
    position: relative;
    margin: 0 auto;
}

.fph-flx {
    display: flex;
}

.jsb {
    justify-content: space-between;
}

._helis {
    font-size: 24px;
    font-weight: 500;
}

.clr {
    clear: both;
}

img {
    max-width: 100%;
}

/*common*/
/*detils-page*/
._maindetls {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*calendar*/
._calmaindv {
    width: 44%;
    margin: 0;
    padding: 20px 0;
}

.clor_blu {
    color: #2051C2;
    font-weight: 600;
}

.boxinr {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 0;
    background: white;
    position: relative;
    z-index: 99;
}

.textmain {
    padding: 10px 15px;
    font-size: 14px;
}

.algcntr {
align-items: center;
}

.mflxw100 {
    padding: 5px 15px 15px 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.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;
}

.inpbxot {
    width: 80%;
}

.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(../../../../assets/img/menu-cal.svg);
    width: 13px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.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--disabled {
    color: rgba(152, 160, 166, 0.6);
    background: #fefefe;
    cursor: not-allowed;
}

.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: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
    /* pointer-events: none; */
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.date-b {
    font-weight: 600;
}

.day:nth-of-type(n + 1):nth-of-type(-n + 7) {
    grid-row: 2;
}

.availabledt {
    background: #007D15;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.day:nth-of-type(7n + 1) {
    grid-column: 1/1;
}



.bbprc {
    background: #CEF3D7;
    margin-top: -20px;
    height: 50px;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 13px;
    border: 1px solid #8ACE9A;
    font-weight: 600;
}

.ssec {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    padding: 15px;
}

.tgle_prt {
    height: 17px;
    margin: auto 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 17px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #EAEAEA;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 14px;
    left: 2px;
    background: #fff;
    bottom: 1px;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #68DB47;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(18px);
}

.mfw100 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.arl-d {
    display: flex;
    min-width: 40%;
    align-items: center;
    margin-right: auto;
}

.flg-l {
    width: 32px;
    margin-right: 10px;
}

.flg-d {
    display: flex;
    flex-direction: column;
}

.fo113 {
    font-size: 13px;
    font-weight: 600;
}

.fo112 {
    font-size: 12px;
    color: #767474;
}

.jurny-dt {
    display: flex;
    background: #F2FFE4;
    border-radius: 8px;
    padding: 7px 10px;
}

.flgico {
    min-width: 20px;
    margin-right: 6px;
}

.fo110 {
    font-size: 10px;
}

.trahdr {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.org_des {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    border-left: 2px dashed #E1E1E1;
    position: relative;
    margin: 15px 10px;
}

.org_des:before {
    content: " ";
    position: absolute;
    background-color: #1F1F1F;
    padding: 4px;
    border-radius: 50%;
    top: 0;
    left: -5px;
}

.org_des:after {
    content: " ";
    background-color: #1F1F1F;
    padding: 4px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -5px;
}

.ccTTG {
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

.cityG {
    font-size: 13px;
}

.flg1s {
    display: flex;
    align-items: center;
    line-height: 10px;
}

.flgtmrsec {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.flgtmr {
    background: #fff;
    color: #2196F3;
    padding: 4px 15px;
    width: auto;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.htbdr {
    display: flex;
    border-top: 2px dashed #E1E1E1;
    width: 100%;
    margin-bottom: 15px;
}

.mrpyntbtn {
    width: 60%;
    cursor: pointer;
    background: #ef6614;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 15px auto;
    text-align: center;
}

/*calendar-end*/
/*flight-popup*/
._flightmaindv {
    width: 100%;
    margin-top: 15px;
    padding: 0 0;
}

._ceep_icon {
    background: url(../../../../assets/img/cheep_icon.svg);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    margin-right: 13px;
}

._cheep_f {
    background: #CEF3D7;
    border: 1px solid #8ACE9A;
    color: #1F1F1F;
    padding: 6px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 14px;
}

.trahdr {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2051C2;
}

.fly-part-del {
    background: #FAFAFA;
    width: 100%;
    background: #F3FAFF;
    box-shadow: 0px 3px 6px #0000000A;
    border: 1px solid #ADDBFF;
    border-radius: 8px;
    padding: 10px 15px;
}

.lof {
    display: flex;
    margin-right: 10px;
}

.log_spbe {
    width: 25%;
    margin-right: 10px;
}

.air-nme {
    font-size: 14px;
    font-weight: 600;
}

.aircode {
    font-size: 12px;
}

.spi {
    margin-left: auto;
    background: #F2FFE4;
    border-radius: 8px;
    padding: 7px;
    width: 52%;
}

.onflyicon {
    background: url(../../../../assets/img/fli-oneway.svg);
    background-size: 22px 22px;
    width: 22px;
    height: 20px;
}

.flydate {
    font-size: 12px;
    font-weight: 600;
}

.destnki {
    font-size: 12px;
}

.ne_air_fly {
    padding: 0 14px;
    margin-top: 6px;
}

.air_dtprt {
    width: 1px;
    height: 87px;
    border-right: 1px dotted #b0aeae;
    position: relative;
    right: 4px;
    top: 4px;
    left: 0;
}

.air_dtprt::before {
    content: " ";
    background: #bcbcbc;
    width: 6px;
    height: 6px;
    left: -2px;
    position: absolute;
    border-radius: 50px;
    right: 0;
    top: 0;
}

.abhlit {
    position: absolute;
    left: -9px;
    right: 0;
    top: 31px;
}

.lodhyt {
    background: url(../../../../assets/img/air_absult.svg);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: block;
    transform: rotate(88deg);
}

.air_dtprt::after {
    content: " ";
    background: #bcbcbc;
    margin: 0 0 0 -2px;
    width: 6px;
    height: 6px;
    left: 0;
    position: absolute;
    border-radius: 50px;
    right: 0;
    bottom: 0;
}

.mai_airstp {
    width: 93%;
    margin-left: auto;
}

.flytext {
    font-size: 13px;
    padding: 0 0 15px;
}

.flitime {
    font-weight: 600;
}

.flystop {
    background: #E9F2FD;
    width: 52%;
    font-size: 11px;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 3px;
}

.manother {
    margin: 13px 0 0 0;
}

.flitime {
    font-weight: 600;
}

.ronflyicon {
    background: url(../../../../assets/img/fli-rond.svg);
    background-size: 22px 22px;
    width: 22px;
    height: 20px;
}

._flypop {
    text-align: center;
    color: #2196F3;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

/*flight-popup*/
/*hotel-seaction*/
.htl_ttl {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 0 2px;
    white-space: nowrap;
    max-width: 385px;
}

._trdpoad {
    width: 66%;
}

._sptr {
    background: #C2E4F8;
    height: 1px;
    width: 100%;
}

._pedinhyu {
    padding: 10px 12px;
    margin-top: 0;
}

._hotelsdmaindv {
    width: 100%;
    margin: 0;
    padding: 0 0;
}

._dethotel {
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    margin-top: 15px;background: #fff;
}

._chhotl {
    width: auto;
    margin-left: auto;
    text-align: right;
    color: #2196f3;
    font-size: 11px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

.pos_cf {
    position: absolute;
    margin: 13px 6px;
    float: left;
    width: auto;
    z-index: 9;
}

.pos_cf:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    top: 28px;
    z-index: -1;
}

.pos_cf span {
    background: linear-gradient(to right, #EF3E3E, #9f2626);
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 8px 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    overflow: hidden;
    margin-top: 0px;
    color: #5D5D5D;
}

.hedigrms {
    font-size: 13px;
    font-weight: 500;
}

._persondetils {
    font-size: 13px;
    padding: 3px 0;
    font-weight: 500;
}

._datedetils {
    font-size: 13px;
    font-weight: 500;
}

.trahdr_prc {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #2051C2;
}

._pricdetils {
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    padding: 4px 0;
}

._pricdetils:last-child {
    border-bottom: none;
    padding: 0;
}

._new_mainhy {
    margin: 15px 0;
}

._borsptr {
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

/*hotel-seaction*/
/*detils-page*/
/*travler-page*/
._wid30tr {
    width: 29%;
    margin: 0;
    padding: 0;
}

._wid70tr {
    width: 69%;
    margin: 0;
    padding: 0;
}

.arr-net {
    width: 12px;
    height: 12px;
    background: url(../../../../assets/img/trv_arrw.svg);
    display: block;
    background-size: 12px 12px;
    margin: 0 0 0 12px;
}

._room_trv {
    background: url(../../../../assets/img/icon_trv-hotel.svg);
    width: 18px;
    background-size: 18px 18px;
    height: 18px;
    margin-right: 6px;
}

._trvcal {
    background: url(../../../../assets/img/icon_trv_cal.svg);
    width: 18px;
    background-size: 18px 18px;
    height: 18px;
    margin-right: 6px;
}

._newdetils {
    padding: 5px 0;
    border-top: 1px dashed #E4E2E2;
    margin: 0 12px;
    font-size: 13px;
}

._caldetlse {
    padding: 3px 0;
}

._htdetls {
    padding: 3px 0;
}

._mainhtyu {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 15px;background: #fff;
    margin-top: 20px;
}

._hedtrv {
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

._intext {
    font-size: 14px;
    padding: 0 0;
}

._trvhediing {
    font-size: 17px;
    font-weight: 600;
}

.main_detals {
    margin: 15px 0;
}

.select_trvl {
    width: 100%;
    font-size: 15px;
    border: 1px solid #d7d5d5;
    padding: 13px 5px;
    -webkit-appearance: none;
    position: relative;
    -moz-appearance: none;
    outline: 0;
}

._bx1::after {
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate( -45deg );
    -webkit-transform: rotate( 45deg );
    position: absolute;
    right: 14px;
    content: "";
    z-index: 1;
    top: 52px ;
}

.label_ti {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
}

.input_trvl {
    border: 1px solid #d7d5d5;
    width: 100%;
    padding: 13px 5px;
    outline: 0;
    font-size: 15px;
}

._bx1 {
    width: 20%;
    position: relative;
}

._nedtelosd {
    padding: 6px 0;
}

._bx2 {
    width: 38%;
}

/*check-box*/
.ctr_cbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7e7e7e;
}

.ctr_cbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cmark_cbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    background: #fff
}

.ctr_cbox:hover input ~ .cmark_cbox {
    background-color: #ccc;
}

.ctr_cbox input:checked ~ .cmark_cbox {
    background-color: #2196F3;
    border-color: #2196F3;
}

.cmark_cbox:after {
    content: "";
    position: absolute;
    display: none;
}

.ctr_cbox input:checked ~ .cmark_cbox:after {
    display: block;
}

.ctr_cbox .cmark_cbox:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*check-box-end*/
._bx3 {
    width: 49%;
}

._chktrv {
    padding: 8px 0;
}

._bxful {
    width: 100%;
}

/*step*/
.stepmain {
    width: 100%;
    margin: 0 0;
    padding: 10px 0;
}

.nwert {
    border: 1px solid #B9B9B9;
    width: 28px;
    height: 28px;
    display: flex;
    border-radius: 50px;
    box-shadow: inset 0 0 8px rgb(0 0 0 / 17%);
    /* padding: 8px; */
    background: #fdfdfd;
    align-items: center;
    justify-content: space-around;
}

.stbx {
    width: auto;
    align-items: center;
    color: #B9B9B9;
    margin-right: 13px;
}

.maintenumr {
    /* box-shadow: inset 0 0 10px rgb(0 0 0 / 17%); */
    border-radius: 50px;
    height: 33px;
    width: 33px;
    padding: 3px;
}

.texnum {
    width: 18px;
    height: 18px;
    justify-content: space-around;
    display: flex;
    border-radius: 50px;
    color: #B9B9B9;
    align-items: center;
    font-size: 13px;
    background: #fff;
}

.textstep {
    font-weight: 500;
    margin: 0 0 0 12px;
    font-size: 14px;
}

.tabclo {
    color: #0E7EEF;
}

.tabclo .texnum {
    border: 1px solid #0E7EEF;
    width: 18px;
    height: 18px;
    /* display: flex; */
    /* border-radius: 50px; */
    color: #ffffff;
    background: #0E7EEF;
    align-items: center;
    /* justify-content: space-evenly; */
}

.tabclo .nwert {
    border: 1px solid #0E7EEF;
}

/*step*/
/*travler-page*/
/*flight+hotel+detils-page*/
.filed-travellr{
border: 1px solid #e4e4e4;
border-radius: 10px;
padding: 10px 15px;
background: #fff;
margin-top: 10px;
display: flex;
flex-direction: column;
}
.trvname{    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.trvinfo{    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.wlltlog{
    padding: 15px;
    background: #FFF2EA;
    margin-top: 15px;
    border-radius: 10px;
    color: #EF6614;
    font-weight: 600;position: relative;
    font-size: 18px;
    display: flex;
    border: 1px solid #F2CFBA;
    align-items: center;
}
.arrwicow{
    border: solid #ef6614;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(311deg);
    -webkit-transform: rotate(311deg);
    position: relative;
    top: 0;
    margin-left: auto;
}

.editicon{    background: url(../../../../assets/img/edit-text.svg);position: absolute;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;cursor: pointer;
    height: 15px;
    background-size: 100%;
}
.wllico{

    background: url(../../../../assets/img/walletico.svg);    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pymflexbx{  border: 1px solid #e4e4e4;
border-radius: 10px;
padding: 10px 15px;
background: #fff;
margin-top: 10px;
display: flex;
flex-direction: row;
}

.py30{width: 25%;}
.py70{width: 70%; margin-left: auto;}

.pymnt-bx-lft {
    width: 100%;
    float: left;
    padding: 0;
    background: #f8f8f8;
    border-right: 1px solid #ccc;
    height: 100vh;
}
.blk-cls {
    background: #fff;
    width: 101%!important;
}
.bg-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}

.bg-dtl a {
    text-decoration: none;
    outline: none;
    display: block;
}
.pyicn_1i {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paymnt-rec.png);
    background-position: -37px -31px;
    height: 27px;
}
.pyicn_2 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paymnt-rec.png);
    background-position: 1px -59px;
    height: 27px;
}
.pyicn_3 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paymnt-rec.png);
    background-position: 0px -87px;
    height: 27px;
}
.pyicn_4 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/upi.png) no-repeat;
    height: 27px;
}
.pyicn_6 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/emi.png) no-repeat;
    height: 27px;
}
.giftcard-im3 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/giftcard-icon-grey.png) no-repeat;
    height: 27px;
}
.Paylater-im {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paylater_grey.svg) no-repeat;
    height: 27px;
    background-size: 27px;
}
.blu {
    color: #2196f3!important;
}
.debt-dtl-txt {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 23px;
}
.paswd_bx_inp {
    margin-bottom: 2%;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #d7d5d5;
    padding-left: 2%;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
}


.emibutton {
    border-radius: 20px;
    border: solid 1px #d0d0d0;
    padding: 7px 13px;
    cursor: pointer;
    transition: ease all .3s;
    margin: -6px 3px -6px 0;
    position: relative;
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
}
.emibutton_act {
    background: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

.giftinpaddd {
    padding: 10px;
    font-size: 13px;
    color: #2196F3;
    font-weight: 600;
    cursor: pointer;
}
.nwapwd70 {
    width: 50%;
}
.nwapmpn {
    width: auto;
    display: flex;
    align-items: center;
}
.multicross {
    width: 19px;
    height: 19px;
    background: #a6a6a6;
    cursor: pointer;
    background-size: 20px 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.cc-ingf{width: 100%;}
.chkcrbtn2_n {
    width: 55%;
    float: right;
    background-color: #001942;
    border: 1px solid #001942;
    color: #00E784;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 7px;
    justify-content: center;
    font-size: 18px;
    margin: 8px 0%;
    cursor: pointer;
    border-radius: 50px;
}
.chkcrbtn2_n a {
    outline: none;
    text-decoration: none;
    display: block;
    color: #00E784;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.pymnt-bx-lft .CareemPay{width: 100%;
    margin: 0% 0%;
    padding: 6%;
}
pymnt-bx-lft .CareemPay {}
.payathotel-im{
	width: 35px;
    float: left;
    background: url(/hotels/images/icon/payathotel-grey.svg) no-repeat;
    height: 27px;
    background-size: 27px;
}

.payathotel-im2{
	width: 35px;
    float: left;
    background: url(/hotels/images/icon/payathotel.svg) no-repeat;
    height: 27px;
    background-size: 27px;
}
.pay_hotel {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.pay_hotel a {
    outline: none;
    text-decoration: none;
    display: block;
}
.payathotel-txt{
	color: #3e3e3e;
    font-size: 14px;
    line-height: 23px;
}
.hd-c{font-size: 16px;
    font-weight: 600;
}
.Py-icn {
    width: 40px;
    height: 40px;
    background: url(/hotels/images/icon/pay-now.svg) no-repeat;
    display: flex;
    margin: 5px auto auto auto;
    background-size: 100%;
}
.Py-ath {
    width: 40px;
    height: 40px;
    background: url(/hotels/images/icon/pay-later.svg) no-repeat;
    display: flex;
    margin: 5px auto auto auto;
    background-size: 100%;
}
.wi848 {
    width: 48%;
    margin: auto;
    border: 1px solid #cae7ff;
    margin-top: 15px;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wi848 b{font-size: 16px;}
.py_btn {
    background: #2196F3;
    padding: 6px 35px;
    margin-top: 7px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;cursor: pointer;
    font-weight: 600;
}
.py_btn_org{
    width: 40%;
    background-color: #ef6614;
    border-radius: 5px;
    border: 1px solid #ef6614;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 19px;
    margin: 4% auto;
    cursor: pointer;
}
.mflenw{
    display: flex;
    justify-content: space-between;
}
.container_pay {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.container_pay input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark_pay {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}

.container_pay:hover input ~ .checkmark_pay {
  background-color: #f3f3f3;
}
.container_pay input:checked ~ .checkmark_pay {
    border: 1px solid #2196F3;
}
.checkmark_pay:after {
  content: "";
  position: absolute;
  display: none;
}

.container_pay input:checked ~ .checkmark_pay:after {
  display: block;
}
.container_pay .checkmark_pay:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2196f3;
}


.n-rev2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #00a900;
    font-size: 12px;
}
.plnote {
    font-size: 11px;
    color: #000;
    margin-top: 8px;
    background: #fffdf0;
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #f9f6e2;
}
.editlink {cursor:pointer}
.errormsg {color: red;margin-top: 7px;}
    .prrint {float: right;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;}
    .alertMsg {
        float: left;
        width: 100%;
        font-size: 12px;
        color: red;
        margin-top: 5px;
    }
.Paylater-im {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paylater_grey.svg) no-repeat;
    height: 27px;
    background-size: 27px;
}
.Paylater-im2 {
    width: 35px;
    float: left;
    background: url(https://flight.easemytrip.com/Content/img/traveller/paylater_blu.svg) no-repeat;
    height: 27px;
    background-size: 27px;
}	
.PayL_col {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 23px;
}
.PayL_col {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}	
.Paylater-txt{
    color: #3e3e3d;
    font-size: 14px;
    line-height: 23px;
}
.PayL_col a {
    outline: none;
    text-decoration: none;
    display: block;
}
.pymnt-bx-epay {
    width: 70%;
    float: left;
    padding: 2% 4%;
    font-size: 12px;
}
.elligtxt {
    font-size: 12px !important;
    font-weight: 600;
    color: #000 !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 0px !important;
}
.container-radio {
        display: block;
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 8px;
    }

        .container-radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .checkmark-radio {
        position: absolute;
        top: 0px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #CCC;
    }

    .container-radio:hover input ~ .checkmark-radio {
        background-color: #ccc;
    }

    .container-radio input:checked ~ .checkmark-radio {
        background-color: #ffffff;
        border: 1px solid #2196f3;
    }

    .checkmark-radio:after {
        content: "";
        position: absolute;
        display: none;
    }

    .container-radio input:checked ~ .checkmark-radio:after {
        display: block;
    }

    .container-radio .checkmark-radio:after {
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #2196f3;
    }
.tctxtp1 a {
    color: #337ab7;
    text-decoration: none;
}
.pymnt_Rsx {
    float: left;
    display: inline-block;
    font-size: 25px;
    color: red;
    font-weight: 5;
}
    .paypal, .cccp {
        width: 100%;
        margin: 0% 0%;
        padding: 6%;
        border-bottom: 1px solid #e2e2e2;
    }

    .paypal-im {
        width: 35px;
        float: left;
        background: url(https://hotels.easemytrip.com/Content/img/HotelTraveller/paypal-grey.png) no-repeat;
        height: 19px;
        opacity: .7;
    }

    .paypal-im2 {
        width: 35px;
        float: left;
        background: url(https://hotels.easemytrip.com/Content/img/HotelTraveller/paypal-color.png) no-repeat;
        height: 19px;
        opacity: .9;
    }

    .paypal-txt {
        color: #3e3e3e;
        font-size: 14px;
        line-height: 23px;
    }

    .paypal a {
        outline: none;
        text-decoration: none;
        display: block;
    }

    .paypal_btn {
        width: 40%;
        float: right;
        margin: 30px 0;
    }

    .wl-l {
        padding: 15px 0;
    }

    .emibutton_act {
        background: #2196f3;
        border-color: #2196f3;
        color: #fff;
    }

.emibutton {
    border-radius: 20px;
    border: solid 1px #d0d0d0;
    padding: 7px 13px;
    cursor: pointer;
    transition: ease all .3s;
    margin: -6px 3px -6px 0;
    position: relative;
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
}
.emibutton_act {
    background: #2196f3;
    border-color: #2196f3;
    color: #fff;
}
.bor-new{    float: left;
    width: 100%;
    width: 98%;
    border: 1px solid #b8d0e5;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    -moz-box-shadow: 0 0 6px rgb(64 64 64 / 21%);
    box-shadow: 0 0 6px rgb(64 64 64 / 21%);
}
.pymnt-bx-main{
	float: left;
	padding: 15px 25px 30px 25px;
	width: 100%;
}
.main-pymnt-nw{width: 100%;padding: 0;margin: 0;}


.circleCSS {
  border-radius: 50%;
 
  padding: 10px;
  background: #fff;
  
  color: #000;
  text-align: center;
  
}
.timer-m {
    position: absolute;
    right: 5px;
    top: 1px;
    background: #ffd7af;
    padding: 6px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.modal_session { display: none; position: fixed; z-index: 1; padding-top: 140px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.65); }
.modal-session-er {background-color: #fff;margin: auto;padding: 25px;width: 30%;text-align: center;border-radius: 25px;}
.se_ttl {font-weight:600;font-size: 22px;margin: 16px 0 5px 0;}
.se_ttl_v2 {font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 15px;
    color: #7e7e7e;}
.retrybt {
    font-size: 15px;
    font-weight: 600;
    color: #2196f3;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2196f3;
    border-radius: 40px;
    padding: 4px 20px;
    display: inline-flex;
    margin-top: 3px;
    text-align: center;
}
/*payment*/
