@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{font-family: 'Lato', sans-serif !important;}
body *{font-family: 'Lato', sans-serif !important;}
body .fa{font: normal normal normal 14px/1 FontAwesome !important;}
:root {
    --greycolor: #575757;
    --lgrey: #E3E3E3;
    --lgrey1: #B5B5B5;
    --lgrey2: #F3F3F5;
    --white: #ffffff;
    --black: #000000;
    --dgrey: #666666;
    --clyellow: #D48F03;
    --lblue: #F4F5FB;
    --lbluebor: #D9E2F0;
    --dgrey3: #9B9A9A;
    --dgrey1: #DCDCDC;
    --bglblue: #FBFBFE;
    --bglblue1: #F4F5FB;
    --bglblue2: #EDEFF9;
    --bglblue3: #E9EBF3;
    --borderbg: #C1C1C1;
}

.panel-header {
    position:relative;
    max-height:100px;
    z-index:1030
}
.panel-header .navbarpan {
    -webkit-transition:margin-left .3s ease-in-out;
    -o-transition:margin-left .3s ease-in-out;
    transition:margin-left .3s ease-in-out;
    margin-bottom:0;
    margin-left:230px;
    border:none;
    min-height:50px;
    border-radius:0
}
.layout-top-nav .panel-header .navbarpan {
    margin-left:0
}
.panel-header #navbar-search-input.form-control {
    background:rgba(255,255,255,0.2);
    border-color:transparent
}
.panel-header #navbar-search-input.form-control:focus,.panel-header #navbar-search-input.form-control:active {
    border-color:rgba(0,0,0,0.1);
    background:rgba(255,255,255,0.9)
}
.panel-header #navbar-search-input.form-control::-moz-placeholder {
    color:#ccc;
    opacity:1
}
.panel-header #navbar-search-input.form-control:-ms-input-placeholder {
    color:#ccc
}
.panel-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color:#ccc
}
.panel-header .navbar-custom-menu,.panel-header .navbar-right {
    float:right
}
@media (max-width:991px) {
    .panel-header .navbar-custom-menu a,.panel-header .navbar-right a {
        color:inherit;
        background:transparent
    }
}
@media (max-width:767px) {
    .panel-header .navbar-right {
        float:none
    }
    .navbar-collapse .panel-header .navbar-right {
        margin:7.5px -15px
    }
    .panel-header .navbar-right>li {
        color:inherit;
        border:0
    }
}
.panel-header .sidebar-toggle {
    float:left;
    background-color:transparent;
    background-image:none;
    padding:15px 15px;
    font-family:fontAwesome
}
.panel-header .sidebar-toggle:before {
    content:"\f0c9"
}
.panel-header .sidebar-toggle:hover {
    color:#fff
}
.panel-header .sidebar-toggle:focus,.panel-header .sidebar-toggle:active {
    background:transparent
}
.panel-header .sidebar-toggle .icon-bar {
    display:none
}
.panel-header .navbarpan .nav>li.user>a>.fa,.panel-header .navbarpan .nav>li.user>a>.glyphicon,.panel-header .navbarpan .nav>li.user>a>.ion {
    margin-right:5px
}
.panel-header .navbarpan .nav>li>a>.label {
    position:absolute;
    top:9px;
    right:7px;
    text-align:center;
    font-size:9px;
    padding:2px 3px;
    line-height:.9
}
.panel-header .logo {
    -webkit-transition:width .3s ease-in-out;
    -o-transition:width .3s ease-in-out;
    transition:width .3s ease-in-out;
    display:block;
    float:left;
    height:50px;
    font-size:20px;
    line-height:50px;
    text-align:center;
    width:230px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding:0 15px;
    font-weight:300;
    overflow:hidden
}
.panel-header .logo .logo-lg {
    display:block
}
.panel-header .logo .logo-mini {
    display:none
}
.panel-header .navbar-brand {
    color:#fff
}.main-sidebar,.left-side {
    position:absolute;
    top:0;
    left:0;
    padding-top:50px;
    min-height:100%;
    width:230px;
    z-index:810;
    -webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition:-o-transform .3s ease-in-out,width .3s ease-in-out;
    transition:transform .3s ease-in-out,width .3s ease-in-out
}
@media (max-width:767px) {
    .main-sidebar,.left-side {
        padding-top:100px
    }
}
@media (max-width:767px) {
    .main-sidebar,.left-side {
        -webkit-transform:translate(-230px, 0);
        -ms-transform:translate(-230px, 0);
        -o-transform:translate(-230px, 0);
        transform:translate(-230px, 0)
    }
}
@media (min-width:768px) {
    .sidebar-collapse .main-sidebar,.sidebar-collapse .left-side {
        -webkit-transform:translate(-230px, 0);
        -ms-transform:translate(-230px, 0);
        -o-transform:translate(-230px, 0);
        transform:translate(-230px, 0)
    }
}
@media (max-width:767px) {
    .sidebar-open .main-sidebar,.sidebar-open .left-side {
        -webkit-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        transform:translate(0, 0)
    }
}
.sidebar {
    padding-bottom:10px
}
.sidebar-form input:focus {
    border-color:transparent
}
.user-panel {
    position:relative;
    width:100%;
    padding:10px;
    overflow:hidden
}
.user-panel:before,.user-panel:after {
    content:" ";
    display:table
}
.user-panel:after {
    clear:both
}
.user-panel>.image>img {
    width:100%;
    max-width:45px;
    height:auto
}
.user-panel>.info {
    padding:5px 5px 5px 15px;
    line-height:1;
    position:absolute;
    left:55px
}
.user-panel>.info>p {
    font-weight:600;
    margin-bottom:9px
}
.user-panel>.info>a {
    text-decoration:none;
    padding-right:5px;
    margin-top:3px;
    font-size:11px
}
.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon {
    margin-right:3px
}
.sidebar-menu {
    list-style:none;
    margin:0;
    padding:0
}
.sidebar-menu>li {
    position:relative;
    margin:0;
    padding:0
}
.sidebar-menu>li>a {
    padding:12px 5px 12px 15px;
    display:block
}
.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion {
    width:20px
}
.sidebar-menu>li .label,.sidebar-menu>li .badge {
    margin-right:5px
}
.sidebar-menu>li .badge {
    margin-top:3px
}
.sidebar-menu li.header {
    padding:10px 25px 10px 15px;
    font-size:12px
}
.sidebar-menu li>a>.fa-angle-left,.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    width:auto;
    height:auto;
    padding:0;
    margin-right:10px
}
.sidebar-menu li>a>.fa-angle-left {
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-8px
}
.sidebar-menu li.active>a>.fa-angle-left,.sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.sidebar-menu li.active>.treeview-menu {
    display:block
}
.sidebar-menu .treeview-menu {
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    padding-left:5px
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left:20px
}
.sidebar-menu .treeview-menu>li {
    margin:0
}
.sidebar-menu .treeview-menu>li>a {
    padding:5px 5px 5px 15px;
    display:block;
    font-size:14px
}
.sidebar-menu .treeview-menu>li>a>.fa,.sidebar-menu .treeview-menu>li>a>.glyphicon,.sidebar-menu .treeview-menu>li>a>.ion {
    width:20px
}
.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-left,.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-down,.sidebar-menu .treeview-menu>li>a>.fa-angle-left,.sidebar-menu .treeview-menu>li>a>.fa-angle-down {
    width:auto
}
.fulwidfl {
    border-bottom: 1px solid #e7e7e7;
}
.bor { float: left; width: 100%; border: 1px solid #dbdbdb; background: #ffffff; border-radius: 10px; -webkit-box-shadow:0 0 5px rgb(0,0,0,.10); -moz-box-shadow: 0 0 5px rgb(0,0,0,.10); box-shadow:0 0 5px rgb(0,0,0,.10); }
.shd_pnl { box-shadow: 0 0 5px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); width: 95%; padding: 0; border-radius: 5px; margin: 12px auto; }
.pdn12 { }
.str_1 { }
.str_2 { width: 16%; float: left; }
.str_3 { width: 40%; float: left; }
.label_ti { width: 100%; float: left; margin-bottom: 5px; font-size: 11px; font-weight: bold; }
.select_trvl { width: 100%; font-size: 15px; height: 40px; border: 1px solid #d7d5d5; padding-left: 6%; background: #ffffff url(/Content/img/arr.png) no-repeat 94% 17px; -webkit-appearance: none; -moz-appearance: none; outline: 0; }
.input_trvl { float: left; text-align: left; height: 40px; line-height: 40px; border: 1px solid #d7d5d5; width: 100%; padding-left: 4%; outline: 0; font-size: 15px; }
.mgl15 { margin-left: 15px }
.ctr_cbox { display: inline-block; position: relative; padding-left: 30px; margin-bottom: 2px; cursor: pointer; font-size: 18px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.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 }
.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); }
.arw_rit { float: right }
.arw_rit_2 { float: right; margin-top: 12px }
.trvr_sec { }
.add_adlt { font-size: 14px; font-weight: 600; color: #2196f3; margin-top: 7px; width: 95%; margin: 0 auto 10px auto; display: block; }
.dwn-ar-trv { width: 16px; height: 10px; float: right; background: url(/Content/img/traveller/img-sprite.png); background-position: -231px -177px; cursor: pointer; display: none; margin-top: 5px; transition: transform 0.5s ease; }
.dwn-ar-trv2 { width: 16px; height: 10px; float: right; background: url(/Content/img/traveller/img-sprite.png); background-position: -231px -177px; cursor: pointer; margin-top: 5px; transition: transform 0.5s ease; }
.fd-ll { width: 70.5%; float: left; }
.tr-cen { width: 90%; margin: 0 auto; }
.trans { transform: rotate(180deg); }
.greyBgbtm { background: #f7f5f5; padding: 8px 12px; width: 100%; border-top: 1px dashed #dcdbdb; }
.greyBgbtm:after, .shd_pnl:after { content: ''; clear: both; display: table }
.addTxtcol { font-size: 12px; color: #737373;  }
.addBtncol { float: right }
.addOnsbtn { position: relative;
    cursor: pointer;
    border-radius: 30px;
    color: #94890c;
    padding: 0 10px;
    float: right;
    font-size: 12px;
    border: 1px solid #b8bf59;
    margin-left: 18px;
    height: 29px;
    padding-right: 0;
    background: #fbf2a4;}
.addOnsbtn:hover { color: #fff; background: #2196f3;text-decoration:none ;border-color:#2196f3}
.addOnsbtn:hover .mealIcnbt { background: url(/Content/img/meal-icn_nw_wht.svg) ;background-size: 16px 16px;}
.addOnsbtn:hover .bagIcnbt {background: url(/Content/img/luggage-icn-nw_wht.svg) ;background-size: 18px 18px;}
.activeBtn { color: #fff; background: #2196f3;border-color:#2196f3 }
.activeBtn:after { content: ''; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #2196f3; position: absolute; bottom: -7px; left: 42%; }
.mealSectn { padding: 12px; width: 100%; float: left }
#tabsAddons, #tabsAddons2, #tabsAddons3 { width: 100%; margin: 0 0 8px 0; padding: 0; float: left; }
#tabsAddons li, #tabsAddons2 li, #tabsAddons3 li { float: left; list-style: none; margin-right: 15px; outline: none; }
#tabsAddons li a, #tabsAddons2 li a, #tabsAddons3 li a { color: #2196f3; display: block; outline: none; font-size: 13px; text-transform: uppercase;  padding: 0 0 8px 0; font-weight: 600; cursor: pointer;margin-right: 0;margin-bottom: 5px; }
#tabsAddons li a.inactive, #tabsAddons2 li a.inactive, #tabsAddons3 li a.inactive { border-bottom: none; }
#tabsAddons li a:hover, #tabsAddons li a.inactive:hover, #tabsAddons2 li a:hover, #tabsAddons2 li a.inactive:hover, #tabsAddons3 li a:hover, #tabsAddons3 li a.inactive:hover { color: #5685bc; outline: none; }
.container_Addons, .container_Addons2, .container_Addons3 { clear: both; width: 100%; text-align: left; float: left; margin: 12px 0 }
.ml-hh { border-bottom: 1px solid #eee; padding-bottom: 7px; }
.mel-added { width: 20%; float: left; font-size: 14px; color: #1a1a1a; text-align: right;}
.mel-added span { width: auto; float: right; color: #fff; font-size: 12px; background: #38b52f; padding: 4px 10px; border-radius: 20px; line-height: 20px; }
.mel-added span:before { float: left;
    content: " ";
    background: url(/Content/img/tickmark-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
    font-size: 14px;
    margin-top: 1px; }
.addons_radio { position: relative; padding-left: 30px; cursor: pointer; font-size: 18px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 45%; float: left; border-bottom: 1px solid #eee; margin-bottom: 5px; padding-bottom: 5px; }
.addons_radio:nth-child(2n+1) { margin-right: 58px }
.addons_radio input { position: absolute; opacity: 0; cursor: pointer; top: 15px; }
.addons_checkmark { position: absolute; top: 22px; left: 0; height: 25px; width: 25px; border-radius: 50%; background-color: #fff; border: 1px solid #d5d5d5 }
.addons_radio:hover input ~ .addons_checkmark { background-color: #ccc; }
.addons_radio input:checked ~ .addons_checkmark { background-color: #2196F3; border: 1px solid #2196F3 }
.addons_checkmark:after { content: ""; position: absolute; display: none; }
.addons_radio input:checked ~ .addons_checkmark:after { display: block; }
.addons_radio .addons_checkmark:after { left: 8px; top: 4px; width: 7px; height: 12px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.mealmenu { width: 100%; float: left; overflow-y: scroll; overflow-x: hidden; max-height: 255px; }
.foodName { float: left; margin-top: 12px; width: 62% }
.foodName .foodText { font-size: 12px; color: #6b6b6b; display: block;font-weight:500 }
.mealItem img { float: left;margin-right:9px }
.mealPrice { font-size: 17px; color: #000; display: block }
.mealPrice:before { content: ''; width: 12px; height: 12px; float: left; background: url(/Content/img/rupee-indian.svg) no-repeat; background-size: 12px 12px; margin: 6px 1px 0 0 }
.ml-h1-seat { width: 100%; float: left; padding: 6px 10px 6px 10px; border-left: 5px solid #f3b857 }
.tem-seat { width: 100%; font-size: 19px; color: #000000; display: block; font-weight: 500; margin-top: 7px; cursor:pointer; }
.wid-30 { width: 32%; float: left;  }
.wid-70 { width: 66%; float: right;border-left: 1px solid #e2e2e2; }
.fli_col { width: 100%; float: left; }
.fli-lft { width: 10%; float: left; }
.fli-rit { float: left; margin-left: 10px; width: 63%; }
.fli-rit span:nth-child(1) { color: #000; font-size: 15px; }
.fli-rit span:nth-child(2) { color: #000; font-size: 13px; }
.seat_ttl { padding: 0; font-size: 13px; color: #000; font-weight: 600; margin-bottom: 8px; }
.seat_block { padding: 0; width: 100%; float: left; margin-top: 5px; }
.st-avl-1 { width: 22px; height: 25px; float: left; background: url(/Content/img/AirSeat/seat-available.png) no-repeat 0 0; background-size: 22px 25px; margin-right: 12px; }
.st-ocu-1 { width: 22px; height: 25px; float: left; background: url(/Content/img/AirSeat/occupied-seat.png) no-repeat 0 0; background-size: 22px 25px; margin-right: 12px; }
.st-slc-1 { width: 22px; height: 25px; float: left; background: url(/Content/img/AirSeat/selected-seat.png) no-repeat 0 0; background-size: 22px 25px; margin-right: 12px; }
.st_txt { color: #737373; font-size: 13px; line-height: 28px; }
.travlr_col { width: 85%; float: left; border: 1px solid #eae9e9; border-radius: 4px; margin: 12px 0 }
.adltSec { width: 100%; padding: 8px; }
.adltSec span:nth-child(1) { width: 50%; font-size: 14px; float: left }
.adltSec span:nth-child(2) { width: 12%; font-size: 14px; background: #093; border-radius: 3px; padding: 2px 4px; color: #fff }
.adltSec span:nth-child(3) { width: 33%; font-size: 14px; float: right; text-align: right }
.adltSec span:nth-child(3):before { content: ''; width: 12px; height: 12px; display: inline-block; background: url(rupee-indian.svg) no-repeat; background-size: 12px 12px; margin: 0 1px 0 0; }
.higbg { background: #f7f5f5 }
.seatSectn { width: 100%; float: left; margin-top: 90px }
.cross_seat { font-size: 24px; float: left; color: #ababab; margin: 12px; cursor: pointer; }
.seatMainSectn { padding: 12px; width: 100%; float: left; border-top: 2px solid #eee; }
.mealIcnbt {    width: 16px;
    height: 16px;
    background: url(/Content/img/meal_ylw-n.svg) ;
    float: left;
    margin: 5px 3px 0 0;
    vertical-align: bottom;background-size:16px 16px}
.mealIcnbt_act { background: url(/Content/img/meal-icn_nw_wht.svg) ;background-size: 16px 16px;}
.bagIcnbt {    width: 18px;
    height: 16px;
    background: url(/Content/img/luggage-ylw-n.svg) ;
     float: left;
    margin: 5px 3px 0 0;
    vertical-align: bottom;background-size:18px 18px}
.bagIcnbt_act { background: url(/Content/img/luggage-icn-nw_wht.svg) ;background-size: 18px 18px;}


.t-right-new{width: 33%;
    font-size: 14px;
    float: right;
    text-align: right;}

.t-center-new{width: auto;
    font-size: 13px;
    background: #093;  float: left;
    border-radius: 3px;
    padding: 2px 4px;
    color: #fff;}
.new-t {
    width: 40%;
    font-size: 14px;
    float: left;
}
.adSeatbtn {position: relative;
    cursor: pointer;
    border-radius: 4px;
    color: #94890c;
    padding: 0 14px;
    float: right;
    font-size: 14px;
    border: 1px solid #b8bf59;
    height: 35px;
    line-height: 33px;
    font-weight: 600;
    background: #fbf2a4;
    margin: 5px 0 5px 0;}
    
.adSeatbtn:hover {text-decoration:none;background:#2196F3;color:#fff;border: 1px solid #2196F3;}
.seatTxtdv {
    width: 79%;
    float: left;
}

a:focus {outline:none}
.pymtflx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.emi a, .ccsl a, .giftcard-dtl a, .careempy-dtl a, .epay_col a {
    outline: none;
    text-decoration: none;
    display: flex !important;
    gap: 10px;
}
.pymnt-bx-lft {
    width: 32%;
    float: left;
    padding: 0;
    background: #f5f6f8 !important;
    border-right: 1px solid #d9dfea !important;
}
.pymnt-bx-rgt, .pymnt-bx-rgt3, .pymnt-bx-rgt4, .pymnt-bx-rgt5, .pymnt-bx-rgt8, .ccslBox, .paymnt_twidpy, .pymnt-bx-rgt8, .ccslBox, .pymnt-bx-epay, .paypl_pymnt_bx, .paymnt_promtpy {
    width: 68%  !important;
    float: left;
    padding: 20px  !important;
}

.TwidPay, .TwidPay-im1{
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/twidsquare-ico.svg) no-repeat;
    background-position: center;
}


.card-dtl,.CareemPay-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.bjfin_col {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.paylater-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.paypal-dtl,.PromptPay-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.emi-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.bajaj-dtl{
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.netbanking-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.phonepe-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.upi-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.wallet-dtl {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;
}
.paylater {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/paylater-ico.svg) no-repeat;
    background-position: center;
}

.phonepe {
    width: 35px;
    float: left;
    background: url(../../img/traveller/ppe.png) no-repeat;
    height: 27px;
}
.netbanking, .netbanking-im2, .netbanking-im1 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/netbanking-ico.svg) no-repeat;
    background-position: center;
}
.googlepay, .googlepay-im {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/googlepay-ico.svg) no-repeat;
    background-position: center;
}
.googlepay-dtl a {
    outline: none;
    text-decoration: none;
    display: flex !important;
    gap: 10px;
}
.emi, .emi-im2 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/emi-ico.svg) no-repeat;
    background-position: center;
}



.card {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/cards-ico.svg) no-repeat;
    background-position: center;
}
.wallet, .wallet-im1, .wallet-im2 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/wallet-ico.svg) no-repeat;
    background-position: center;
}
.phonepe-im2 {
    width: 35px;
    float: left;
    background: url(../../img/traveller/ppe1.png) no-repeat;
    height: 27px;
}
.paylater-im2 {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/epay-blue.png) no-repeat;
    height: 19px;
    opacity: .9;
}
.paylater-im {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/paylater-ico.svg) no-repeat;
    background-position: center;
}
.card-im2 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/cards-ico.svg) no-repeat;
    background-position: center;
}

.giftcard, .giftcard-im3, .giftcard-im2{
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/giftcard-ico.svg) no-repeat;
    background-position: center;
}

.upi, .upi-im2 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/upi-ico.svg) no-repeat;
    background-position: center;
}

.paypal, .paypal-im1, .paypal-im2 {
        height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/paypal-ico.svg) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}
.PromptPay, .PromptPay-im1 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/prompt-pay-logo.png) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}

.CareemPay .CareemPay-im2, .CareemPay-im1 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/careempay-ico.svg) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}
.agentb2b {
        height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(https://flight.easemytrip.com/Content/img/pgico/agent-ico.svg) no-repeat;
    background-position: center;
}
.AgentAccPanel-dtl a{
display: flex;
    align-items: center;
    gap: 10px;
}
.bajaj-im1 {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/bajaj-finserv-active.png) no-repeat;
    height: 35px;
    background-size: 26px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    margin-top: 8px;
}
.bajaj-im2 {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/bajaj-finserv-active.png) no-repeat;
    height: 35px;
    background-size: 26px;    margin-top: 8px;
}

.payment-txt, .netbanking-txt, .netbanking-txt, .netbanking-txt {
       color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight:600;
}



.chkcrbtn2_n {
    width: 50%;
    float: right;
    background-color: #001942;
    border: 1px solid #001942;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 15px 6px;
    justify-content: center;
    font-size: 14px;
    margin: 8px 0%;
    cursor: pointer;
    border-radius: 50px;
}
.chkcrbtn2_n a {
    outline: none;
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

/*emi css traveler*/
.flxemi{display:flex;}
.alignit{align-items:center;}
.jsbemi {justify-content:space-between;}
.clmemi{flex-direction:column;}
.lft_emipnl{width: 417px;background: #FBFAFA;padding: 10px;}
.rgt_emipnl{width: 66%;margin-top: 10px;}
.nocst_bx{width: 100%;
    margin: 10px auto 0 auto;
    border: 1px solid #FD8E7B;
    padding: 10px;
    background: #FFEDEA;
    border-radius: 5px;
    float: left;}
.cst_mgbx{width:30px;}
.emidescrpbx{width: 86%;}
.hedprt_emi{width:100%;}
.tltemi{width:85%;font-size: 14px;font-weight:600}
.tltemi span{font-weight:700;}
.newwdv {
    width: 41px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(239,24,24,1) 0%, rgba(239,37,125,1) 35%);
    padding: 3px;
    height: 18px;
    line-height: 12px;
}
.emidescrpbx p{font-size:11px;margin: 2px 0;}
.vwoptns{color:#2196f3;font-size:13px;text-decoration: none;}
.vwoptns:hover{text-decoration:underline;}
.fl_tbs{width:100%;}
.tab_emi {
  width: 100%;
  height: 300px;
}
.tab_emi li {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
}
.tab_emi li:hover {
  background-color: #E9F5FF;
}
.tab_emi li.active_emi {
  background-color: #E9F5FF;
  border-bottom: 2px solid #2196f3;
  border-top: none;
}
.tabcontentemi {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  height: 300px;
}
.active_emi i{transform:rotate(180deg);transition:.5s;}
.modal-newb2b {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 6rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.modal-content-newb2b {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 68%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.close-newb2b {
    float: right;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 5px;
    padding: 0px 11px;
    border-radius: 4px 4px 0 0;
    color: #AFAFAF;
}
.close-newb2b:hover{color:#000;}
.tp_blckpop{width:100%;padding: 20px 15px;box-shadow: 0 0 7px rgba(0,0,0,.10);}
.hedb2b{font-weight:600;font-size:18px;font-weight:600;}
.sm_txtpop{font-size:13px;color:#808080;}
.vndr_lg{width:50px;border-radius:10px;background:#fff;padding: 5px;justify-content: center;}
.vndr_dtlbx{width:75%;}
.vndr_nm{width:auto;font-size:16px;font-weight:600;}
.noemifd{width:100px;text-align:center;color:#fff;font-size:13px;border-radius:50px;background:#29b600;margin-left:10px;padding: 2px;}
.vndor_ful{width:100%;}
.vndr_dtlbx p{color:#5D5D5D;font-size:14px;margin-top:5px;}
.rgt_emibxfll{width:100%;}
.tp_ttlebx{border:1px solid #2196F3;background:#E9F5FF;border-radius:5px;width:100%;padding:10px;}
.sngl_hdng{width: 15%;font-size: 13px;text-align: center;}
.ttl_emitym{width:100%;padding:10px;}
.wt600{font-weight:600;}
.emordr{width:100%;background:#FFF8DB;border-radius:5px;padding:10px;font-size:12px;}

._inpcvv {
    width: 50px;
    background: url(/Content/img/pgico/cvvinp.svg) no-repeat;
    height: 28px;
    position: absolute;
    top: 12px;
    right: 2px;
    background-size: 50px 28px;
    cursor: pointer;
}
.sec_3 ._inpcvv {top: 8px;}
.EmiBoxI {
    background: #FFF8DB;
    padding: 6px 10px;
    border-radius: 0px 8px 8px 0px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 100%;
    position: relative;
    border-left: 3px solid #e7a94b;
}
.BnkWht {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BnkWht img{width: 100%;}
.KnwMr {
    position: relative;
    color: #DA912F;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}
.EmiArrw {
    border: solid #DA912F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.6px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    position: relative;
    top: 1px;
    margin-left: 3px;
}


/* Content/CSS/style_pymnt.css */
.step_heading {
    min-height: 24px;
    color: #9b9b9b;
}
.sec_py_f {
    margin-bottom: 16px;
    padding-bottom: 16px;
    float: left;
}
.sec_py_f p {
    float: left;
    font-size: 11px;
    width: 100%;position: relative;
    margin: auto;    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 4px;
}
.drp_pym {
    position: absolute;
    background: url(/Content/CSS/img/arrow_rigt.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    right: 0;
    top: 10px;
    vertical-align: middle;
}
.drp_pym_dwn {
    position: absolute;
    background: url(/Content/CSS/img/arrow_dwn.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    right: 0;
    top: 14px;
    vertical-align: middle;
}
.sec_py_crcl {
    border-radius: 50px;
    text-align: center;
    padding: 2px;
    background: #989796;
    width: 25px;
    color: #ffffff;
    height: 25px;
    font-weight: 600;
    float: left;
    font-size: 15px;
    margin-right: 10px;
}
.sec_py_crcl_act{background: #2dca1c;}
.sec_py_tb{
        float: left;
    font-weight:600;
    font-size: 13px;
    line-height: 14px;
    padding-top: 4px;
    color: #4a4a4a;
    margin-right: 10px;}
.sec_py_t{font-size: 12px;
        float: left;
    font-size: 11px;
    padding-top: 4px;
    color: #4a4a4a;}
.lf{float:left;}
.r_t{float: right;
    vertical-align: middle;
    padding: 15px 5px;}
.f_12{font-weight:500;font-size: 11px;}
.step_banks_choose::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.step_banks_choose::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
.step_banks_choose::-webkit-scrollbar-thumb {
  background: #c9c9c9; 
  border-radius: 10px;
}
.step_banks_choose::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7; 
  border-radius: 10px;
}
.step_banks_choose {
    float: left;
    width: 100%;
    max-height: 480px;
    overflow-y: auto;
}       
.step_banks_choose ul{
    margin: 0 0 12px 0;
    padding: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 0px;
}   


.step_banks_choose ul li{ border-bottom: 1px solid #eee;    padding: 5px 0;} 
.step_banks_choose ul li:last-child{border-bottom: 0;} 
.sec_1, .sec_2, .sec_3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tbl_sec {
    float: left;
    width: 100%;
    display: none;
}
.tbl_sec .table > tbody > tr > td, .table > tbody > tr > th, .tbl_sec .table > tfoot > tr > td, .tbl_sec .table > tfoot > tr > th, .tbl_sec .table > thead > tr > td{
    padding: 0 !important;
    height: 50px !important;text-align:center;
    line-height: 50px !important;
}
.tbl_sec .table > thead > tr > th {
    vertical-align: middle;
    width: 14%;
    line-height: 15px !important;
    height: 55px !important;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
 .tbl_sec .table > thead > tr > th:first-child{  vertical-align: middle; width:5%;line-height: 15px !important; }
.tbl_sec .checkmark-radio {
    position: absolute;
    top: 7px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #CCC;
}


.card_sec{display:none;}
.card_sec .inp-mnu-exp2 {
    width: 40px;
    background: url(/Content/img/traveller/paymnt-rec.png);
    height: 25px;
    position: absolute;
    top: 6px;
    right: 1px;
    background-position: -56px 2px;
    background-size: 245px;
    cursor: pointer;
}
.card_sec .entr-crd-mn2a {
    width: 98%;
    font-weight: 500;
    font-size: 13px;
    padding: 3% 0%;
}
.card_sec.card_sec .entr-crd-mn2a {
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 2% 0%;
}
.card_sec .entr-crd-mn {
    width: 100%;
    font-size: 13px;
    padding: 5% 0%;
}
.card_sec .card-mon3a {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    height: 45px;
    outline: medium none;
    padding: 3% 7%;
    width: 100%;
}
.card_sec.ent-flt1 {
    width: 100%;
    float: left;
}
.card_sec .ent-flt1 {
    width: 100%;
    float: left;
}
.card_sec .expy-bx {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.card_sec .expy-bxv3 {
    width: 32%;
    float: left;
    margin-right: 0;
}
.card_sec .mnt-cvv2 {
    width: 100%;
    font-size: 12px;
    height: 45px;
    padding: 3% 7%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.card_sec .inp-mnu2ca {
    width: 100%;
    font-size: 14px;
    padding: 1% 3%;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}



.container_ntb_g {
    display: inline-block;
    position: relative;
    padding: 10px 5px 10px 39px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_ntb_g input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark_ntb_n {
    position: absolute;
    top: 15px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}

.container_ntb_g:hover input ~ .checkmark_ntb_n {
  background-color: #ccc;
}
.container_ntb_g input:checked ~ .checkmark_ntb_n {
  background-color: #fff;
  border-color:#2196f3
}

.checkmark_ntb_n:after  {
  content: "";
  position: absolute;
  display: none;
}
.container_ntb_g input:checked ~ .checkmark_ntb_n:after  {
  display: block;
}
.container_ntb_g .checkmark_ntb_n:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2196f3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.act_ive{display:block;}
.re_moved{display:none;}

/*popup otp css*/
.modal_EMIpop { display: none; position: fixed; z-index: 2; 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-content-EMI {
    background-color: #ffffff;
    margin: auto;
    padding: 20px 25px;
    width: 40%;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
    transform: translate(-49.5%, -49.5%);
    top: 50%;
    left: 50%;
}
.close_EMIpop {
    color: #aaaaaa;
    float: right;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 1px;
}
.close_EMIpop:hover, .close_EMIpop:focus { color: #000; text-decoration: none; cursor: pointer; }
.ppheading {font-size:24px;font-weight:600;color:#000}
.pp_cardsec {width:100%;display:flex;flex-flow:row wrap;align-items:center;margin:15px 0}
.pp_carno {font-size:13px;margin-left:10px}
.clgrey{color: #a2a2a2;}
.pp_otpcol {width:100%;float:left;margin-top:15px}
.pp_otpinptbx {
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 25px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    outline: none;
    margin-top:7px;
    margin-bottom:5px
}
.pp_label {font-size: 13px;font-weight:600;color:#000;padding:0;margin:0}
.pp_subTxt {font-size: 13px;font-weight:500;color:#a2a2a2;padding:0;margin:0}
.pp_resendcol {width:100%;float:left;margin-top:15px;margin-bottom:15px}
.pp_rsendtxt {font-size: 13px;font-weight:600;color:#333;}
.resendLink {font-size: 13px;font-weight:600;color:#2196f3;text-decoration:none;margin-left:10px}
.pp_buttonCol {width:100%;display:flex;align-items:center}
.pp_ttlfre {
    font-size: 17px;
    font-weight: 600;
}
.pp_ttlamount {
    font-size: 25px;
    color: #F00;
    font-weight: 700;
    margin-left: 2px;
}
.pp_flex {    display: flex;
    align-items: center;}
.pp_pymnt_Rs {
    width: 20px;
    background: url(/Content/img/traveller/paymnt-rec.png);
    height: 26px;
    background-position: -308px 171px;
}
.pp_paybtn {
    width: 32%;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    display: block;
    color: #ffffff;
    background: #ef6614;
    cursor: pointer;
    margin-left: auto;
    text-align: center;
}

/*NEWCSS*/
.checkWrap {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom:15px;
    display:flex
}
.pmntpatner,.pmntpatnerv1 {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mglauto {  margin-left:auto}
.prcdbtn {
    background-color: #ef6614;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding: 8px 25px;
    font-size: 19px;
    margin: 2% 0;
    cursor: pointer;
    float: right;
}
.elligtxt{font-size: 12px;font-weight: 600;margin:0}
.pyltrtxt{font-size: 13px;font-weight: 600;}
ul.pybenefits {
    margin: 12px 0 0 0;
    padding: 0;
    background: #f4f4f5;
    border-radius: 4px;
    padding: 7px 15px;
    display: flex;
    flex-flow: wrap;
}
ul.pybenefits li {
    list-style: none;
    display: flex;
    width: 50%;
    align-items: center;
    margin: 15px 0 15px 0;
}
.grinbg {width: 50%;}
.payhed {font-size: 13px;font-weight: 600;margin:0}
.paysbhed {font-size: 11px;font-weight: 500;margin:0}
.nocircle {
    width: 25px;
    height: 25px;
   margin:0;
    margin-right: 10px;
    text-align: center;
}
.nocircle img {max-width:100%}
.lgrey{color: #8e8e8e;}
.pytname {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items:center
}
.wd165{width: 165px;}
.wd100{width: 100px;}
.wd120{width: 120px;}
.mgr4p {margin-right:4px;}
.inp-mnu2va {
    width: 100%;
    font-size: 14px;
    padding: 1% 3%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.entr-crd-mn2va {
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 2% 0%;
}
.greybginfo {background: #f4f4f5;
    border-radius: 4px;
    padding: 7px 15px;}
.greybginfo {
    background: #f4f4f5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}
ul.inflolist {margin:0;padding:0}
ul.inflolist li {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 13px;
    list-style: disc;
    list-style-position: inside;
}
.infoheadg {font-size:14px;font-weight:600;margin-bottom:7px}
.activeBG {background: #f7faff;}
.mgt12 {margin-top:12px}
.editlink {font-size:13px;font-weight:600;color:#2196f3;text-decoration:none}
.hgt50 {height:50px}
.elmob {
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'open sans';
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 1px;    width: 150px;
}
.mflexx {display:flex;    align-items: center;}
#editinput {cursor:pointer;margin-left:10px}
    .tctxtp1 {
    font-size: 12px;
    font-weight: 500;
}
.mgtb20 {margin:20px 0}
ul.inflolistv2 {
    margin: 0;
    padding: 0;
}
ul.inflolistv2 li {
    margin: 0 0 7px 20px;
    padding: 0;
    font-size: 12px;
    list-style: disc;
    list-style-position: outside;
    color: #6c6c6c;
}

/* Content/CSS/style_pymnt.css END*/

/* Content/css/pay.css END*/
.paypal_btn {width:45%;float:right;margin:2% 0}
.paypal_btn img {cursor:pointer}
.pay_pal {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.pay_pal a {
    outline: none;
    text-decoration: none;
    display: block;
}
.pay_pal_icn {
    width:35px;
    float: left;
    background: url(/Content/img/paypal-grey.png) no-repeat;
    height: 19px;
    opacity: .7;
}
.pay_pal_icn_act {
    width: 35px;
    float: left;
    background: url(/Content/img/paypal-color.png) no-repeat;
    height: 19px;
    opacity:.9
}


.pac { width: 100%; margin: 0 auto; }
.pam { width: 100%; float: left; background: #fff; border: 1px solid #dcdcdc; border-radius: 4px; padding: 2%; }
.f-pa { width: 90%; float: left; border: 1px solid #dcdcdc; }
.pam-l { width: 48%; float: left; }
.pam-r { width: 48%; float: right; }
.wl-l { width: 100%; float: left; border: 1px solid #d7d5d5; border-radius: 5px; height: 66px; margin-right: 2%; }
.wl1 { width: 100%; float: left; }
.ppz .py{margin-left:10%;}
.paz .py{margin-left:20%;}
.py { float: left; margin-left: 30%; content: " "; width: 86%; height: 25px; background: url(/Content/img/img-sprite5.png); background-position: -9px -206px; }
.pym { width: 100%; float: left; font-size: 12px; color: #555555; }
.coz { width: 100%; float: left; font-size: 11px; color: #9b9b9b; }
.resn2 { width: 100%; height: 9px; border-bottom: 1px solid #e5e5e5; text-align: center; margin-top: 2%; float: left; margin-top: 18px;}
.resn2 span { font-size: 12px; background-color: #ffffff; border: 1px solid #e5e5e5; padding: 3px 1%; color: #101010; border-radius:4px; }
.paz { width: 100%; float: left; margin-top: 10px; }
.pazm { width: 100%; float: left;margin-top: 15px; }
.exc { float: left; width: 100%; margin: 15px 0; background: #f5f5f5; padding: 5px 2%; font-size: 11px; line-height: 14px; color: #9b9b9b; line-height:20px; }
.pa-i{width:100%; float:left; margin-bottom:10px;}
.exc p{padding:0; margin:0;}
.tz-ex { width: 100%; float: left; }
.totl-fre { width: 50%; padding-top: 2%; float: left; }

.rups-icn { width: 20px; background: url(/Content/img/traveller/paymnt-rec.png); height: 24px; background-position: -311px 174px; float: left; display: block; }

.mk-pyz { width: 40%; background-color: #ef6614; border-radius: 3px; color: #fff; text-align: center; height: 45px; line-height: 45px; font-size: 19px; margin: 2% 0; cursor: pointer; float: right;border:0 }
.mk-pyz:hover { background: #da5200; }
.non-rfnd { width: 100%; font-size: 12px; color: #9e9e9e; }

.radio_pay + .radio_pay, .checkbox + .checkbox { margin-top: -5px; }
.radio_pay, .checkbox { position: relative; display: block; }
.radio_pay input[type="radio"] { opacity: 0; z-index: 1; cursor: pointer; }
.radio_pay label { display: inline-block; vertical-align: middle; position: relative; padding-left: 5px; }
.radio_pay label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }
.radio_pay label { width: 100%; display: inline-block; vertical-align: middle; position: relative; padding-left: 5px; }
 .radio_pay input:focus ~ label, .radio_pay input:valid ~ label {
 font-size:12px;
 top: -5px;
 color:#4a4949 !important;
}
.radio_pay label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0; margin-left: 20px; border: 1px solid #2196F3; border-radius: 50%; background-color: #fff; -webkit-transition: border 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out; transition: border 0.15s ease-in-out; }
.radio_pay label::after { display: inline-block; position: absolute; content: " "; width: 10px; height: 10px; left: 25px; top: 5px; border-radius: 50%; background-color: #555555; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio_pay input[type="radio"] { opacity: 0; z-index: 1; cursor: pointer; }
.radio_pay input[type="radio"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.radio_pay input[type="radio"]:checked + label::after { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
.radio_pay input[type="radio"]:disabled + label { opacity: 0.65; }
.radio_pay.radio-inline { margin-top: 0; }
.radio-danger-pay input[type="radio"] + label::after { background-color: #2196F3; }
.radio-danger-pay input[type="radio"]:checked + label::before { border-color: #2196F3; outline: 0; }
.radio-danger-pay input[type="radio"]:checked + label::after { background-color: #2196F3; }

/* Content/css/pay.css END*/
/*UPI QR PP*/
.payupi-modal {
  position: fixed; 
  z-index: 99; 
  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.55); 
  backdrop-filter: blur(5px);
}

.payupi-cont {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 540px;
  border-radius: 20px;
}

.flxbx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qrbxcvr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.act-mtitle{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.act-mtitle-v2{
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 13px;
}
.qrexp{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.gp10{
  gap:18px;
  margin: 15px 0;
}
.qrexp img{
  transform: scale(1.2);
}
.exptxt{
  font-size: 13px;
  color: grey;
}
.count{
  padding: 3px 10px;
  border-radius: 20px;
  background: #2196f9;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.qrtitle{
  font-size: 16px;
  font-weight: 600;
}
.qrbx{
  padding: 10px;
}
.qrbx,.bdrbx{
  position: relative;
}
.qrbx::before{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  border-left: 1px solid grey ;
  border-top: 1px solid grey ;
  position: absolute;
  top: 0;
  left: 0;
}
.qrbx::after{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  border-left: 1px solid grey ;
  border-bottom: 1px solid grey ;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bdrbx::before{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  border-right: 1px solid grey ;
  border-top: 1px solid grey ;
  position: absolute;
  top: 0;
  right: 0;
}
.bdrbx::after{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  border-right: 1px solid grey ;
  border-bottom: 1px solid grey ;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bdrbx img{
  max-height: 120px;
  aspect-ratio: 1;
  object-fit: contain;
}
.mt10 {margin-top:10px}
.prcbx{
  display: flex;
  align-items: center;
  gap: 5px;
}
.dprc{
  font-size: 22px;
  font-weight: 700;
  color: #EF6614;
}
.ttlprc{
  font-size: 14px;
    font-weight: 600;
}
.cnclbtn{
  padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #2196f9;
    color: #2196f9;
    font-size: 15px;
    font-weight: 500;
   cursor: pointer;
}

.promptpay-dtl , .linepay-dtl, .shopeepay-dtl , .paynow-dtl   {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}

.promptpay-txt, .linepay-txt , .shopeepay-txt, .paynow-txt  {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}


.promptpay-im, .promptpayicn  {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/prompt-pay-icon.png) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}

.linepayicn {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/linepay-icon.svg) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}

.shopeepayicn {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/shopeepay-icon.svg) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}
.paynowicn {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/paynow-icon.svg) no-repeat;
    background-position: center;
    background-size: 26px 26px;
}
.Savecard-im1 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    aspect-ratio: 1;
    float: left;
    background: #F5F6F8 url(/Content/img/pgico/saved-card-icon.svg) no-repeat;
    background-position: center;
}

.sel1 {
    background: transparent;
    width: 14px;
    height: 8px;
    border: 1px solid #d7d5d5;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: 0;
    font-size: 13px;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
}
.inf1 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.inf2 {
    width: 12%;
    float: left;
    position: relative;
}
.inf2 select {
    width: 100%;
    height: 40px;
    padding-left: 8%;
    float: left;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.inf3{width: 12%;
    float: left;
    position: relative;}
.inf3 select {
    width: 100%;
    height: 40px;
    padding-left: 8%;
    float: left;
    border-right: 0;
}
.inf4{width: 12%;
    float: left;
    position: relative;}
.inf4 select {
    width: 100%;
    height: 40px;
    padding-left: 8%;
    float: left;
    border-radius: 0 5px 5px 0;
}
.dt-ma{width:100%; float:left; text-align:left; font-size:9px; color:#858383; margin-top:5px; margin-bottom:10px;}
.con-m1{width:60%; float:left; margin-top:20px;}
.con-hd1{width:100%; float:left; font-size:18px; color:#1a1a1a; text-align:left;}
.mo-u{float:left; margin-top:10px; width:100%;font-size:11px; color:#737373;}
.inp{height:40px !important; line-height:40px; width:90%; padding-left:10%;}
.con-m input {border: 1px solid #d2d2d2;border-radius: 4px;color: #000; margin: 10px 0 0;outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.inp:focus{outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;-webkit-box-shadow: 0 0 10px #9ecaed;-moz-box-shadow: 0 0 10px #9ecaed;}
.hv-ps1{width:100%; float:left; color:#302f2f; font-size:12px; margin-top:5px;}
.hv-ps1 input{float:left; margin:0;}
.hv-ps1 span{float:left; margin-left:1%;}
.inp-m{height:40px; line-height:40px; width:90%; padding-left:10%; border:1px solid #dad9d9; border-radius:4px; margin-top:3px; font-size:16px; color:#b7b1b1;}
.inp-m:focus{  border-color: #409cf2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    outline: none;}
.con1{width:100%; float:left; text-align:center; padding-bottom:30px; margin-top:30px;}
.con1 span {background: #ef6614 none repeat scroll 0 0;border-radius: 40px;color: #ffffff;cursor: pointer; display: block; font-size: 19px; height: 45px; line-height: 45px;
    margin: 0 auto; width: 41%;}
.con1 span:hover{ background:#e06d07;}
/*--Payment--*/
.py-de{width:100%; float:left; margin-top:20px; display:none;}
.ps-d{width:100%; float:left; margin-bottom:20px;}
.ps1n{width:25%; float:left; font-size:12px; padding-right:2%;}
.fnt{float:left; color:#000000; width:100%;}
.fnt-g{float:left; color:#737373; width:100%; margin-top:10px;  word-break: break-all;}
.ps2n{width:13%; float:left; font-size:12px;}
.ps3n{width:22%; float:left; font-size:12px; padding-right:1%;}
.ps4n{width:20%; float:left; font-size:12px; padding-right:1%;}
.ps5n{width:18%; float:left; font-size:12px; padding-right:0;}
.fnt-g strong{display:block}
.fd-h2,.fd-h2-ae,.fd-h2-uk,.fd-h2-th{width:100%; float:left; padding-left:2%; font-size:16px; color:#000;font-weight:600; height:50px; line-height:50px; background:linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%); border-top-left-radius:10px; border-top-right-radius:10px;}
.fd-h2 span,.fd-h2-ae span,.fd-h2-uk span,.fd-h2-th span{margin-left:0; line-height:50px;}
.fd-h2:before{display:none;float:left; content:" "; background:url(/Content/img/traveller/img-sprite.png); width:35px; height:35px; background-position:-227px -3px; margin-top:11px;}
.fd-h2-ae:before{display:none;float:left; content:" "; background:url(/Content/img/traveller/aed-price-summ.png); width:34px; height:34px;margin-top:8px;}
.fd-h2-uk:before{display:none;float:left; content:" "; background:url(/Content/img/traveller/gbp-price-summ.png); width:34px; height:34px;margin-top:8px;}
.fd-h2-th:before{display:none;float:left; content:" "; background:url(/Content/img/traveller/thb-price-summ.png); width:34px; height:34px;margin-top:8px;}
.pay-m{width:96%; float:left; border:1px solid #e1e0e0; margin:20px 2% 0; border-radius:4px; margin-bottom: 20px;}
.pay-l{width:25%; float:left;-webkit-box-shadow: 4px -1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px -1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 4px -1px 6px -4px rgba(0,0,0,0.75); min-height:440px;}
.pay-r{width:75%; float:left;}
.pay-mm{width:100%; float:left;}
.pay-mm ul{margin:20px 0  0 0; padding:0;}
.pay-mm ul li{font-size:14px; color:#000000; list-style:none; height:50px; line-height:50px;padding: 0 5%; border-bottom:1px solid #d7d5d5;}
.pay-mm ul li:nth-child(1){ border-top:1px solid #d7d5d5;}
.ca-m{width:94%; float:left; margin:0 2% 0 4%;}
.car-mm{width:100%; float:left; margin-top:10px;}
.car-mm label{width:100%; float:left; font-size:13px}
.car-mm label span{margin-top:10px; float:left;}
.car-mm input{height:40px; line-height:40px; width:98%; border:1px solid #d7d5d5; padding-left:2%; color:#b7b1b1; font-size:14px;}
.car-mm input:focus{  border-color: #409cf2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    outline: none;}
.nt-m{width:94%; float:left; margin:0 2% 0 4%; display:none;}   
.nt-h{width:100%; float:left; color:#69696d; font-size:12px; font-weight:bold; margin-top:20px;}
.nt-h span{font-weight:normal;}
/* .bnk{width:100%; float:left; margin-top:5px;}
.bnk select{height:40px; line-height:40px; width:98%; border:1px solid #d7d5d5; padding-left:2%; color:#b7b1b1; font-size:14px; border-radius:4px;} */
.bnk{width:100%; float:left; margin-top:5px;}
.bnk input{height:40px; line-height:40px; width:100%; border:1px solid #d7d5d5; padding-left:2%; color:#000; font-size:14px; border-radius:4px;}

.n-re{width:100%; float:left; margin-top:10px; color:#00a900; font-size:12px;}
.pr-mm{width:50%; float:left; margin-top:30px;}
.pr-mm1{width:50%; float:left;}

.pr-m{width:100%; float:left;}
.pr-m1{float:left; width:auto; color:#333333; font-size:14px; font-weight:bold; padding-top:16px; padding-right:2%;}
.pr-m1:after{float:right; content:" "; background:url(/Content/img/traveller/img-sprite.png); width:11px; height:15px; background-position:-33px -72px;}
.pr-m2{float:left; width:auto; color:#d63b05; font-size:28px; font-weight:bold;}
.in-c{width:100%; float:left; color:#333333; font-size:12px; margin-top:5px;}   
.con3{width:40%; float:right; text-align:center; padding-bottom:30px; margin-top:30px;}
.con3 span{width:100%; font-size:19px; height:45px; line-height:45px; border-radius:4px; display:block; margin:0 auto; color:#ffffff; background:#ef6614; cursor:pointer;}
.con3 span:hover{ background:#da5200;}


.con31{width:40%; float:right; text-align:center; padding-bottom:10px; margin-top:8px;}
.con31 span{width:100%; font-size:19px; height:45px; line-height:45px; border-radius:40px; display:block; margin:0 auto; color:#ffffff; background:#ef6614; cursor:pointer;}
.con31 span:hover{ background:#da5200;}




.mst{margin:0 auto 20px; width:164px; height:37px; background:url(/Content/img/traveller/img-sprite.png); background-position:-60px -164px;}
.wl-m{width:94%; float:left; margin:0 2% 0 4%; display:none;}   
/*change pankaj*/
.upi-m{width:94%; float:left; margin:0 2% 0 4%; display:none;}  

.wl{width:100%; float:left; margin-top:20px;}
.wl-l{width:30%; float:left; border:1px solid #d7d5d5; border-radius:5px; height:50px; margin-right:2%; }
.wl-l:nth-child(4){width:30%; float:left; border:1px solid #d7d5d5; border-radius:5px; height:50px; margin-top:15px; margin-right:2%; }
.wl1{width:100%; float:left;}
.wl2{width:80%; float:left;}
.py{float:left; margin-left:30%;content:" ";width:95px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-9px -206px;} 
.wid{width:100%;}
.py1{float:left; width:100%;}
.py1:before{float:left; margin-left:30%; content:" ";width:95px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-107px -206px;} 
.py2{float:left; width:100%;}
.py2:before{float:left; margin-left:30%; content:" ";width:95px; height:22px; background:url(/Content/img/traveller/img-sprite.png); background-position:-208px -206px;} 
.py3{float:left; width:100%;}
.py3:before{float:left; margin-left:30%; content:" ";width:95px; height:26px; background:url(/Content/img/traveller/img-sprite.png); background-position:-8px -250px;} 
.bsl{width:90%; background:#86bade; position:relative; color:#ffffff !important;}
.bsl:after{position:absolute;content:" ";width:10px; height:20px; background:url(/Content/img/traveller/img-sprite.png); background-position:-261px -132px; margin-top:12px; right:-9px;}
.bsl:before{float:left;content:" "; width:32px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-161px -132px;margin: 14px 5px 0 0px;}
.bsl1{width:90%; background:#86bade; position:relative; color:#ffffff !important;}
.bsl1:after{position:absolute;content:" ";width:10px; height:20px; background:url(/Content/img/traveller/img-sprite.png); background-position:-261px -132px; margin-top:12px; right:-9px;}
.bsl1:before{float:left;content:" "; width:32px; height:33px; background:url(/Content/img/traveller/img-sprite.png); background-position:-224px -125px;margin: 7px 5px 0 0px;}
.bsl2{width:90%; background:#86bade; position:relative; color:#ffffff !important;}
.bsl2:after{position:absolute;content:" ";width:10px; height:20px; background:url(/Content/img/traveller/img-sprite.png); background-position:-261px -132px; margin-top:12px; right:-9px;}
.bsl2:before{float:left;content:" "; width:32px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-193px -132px;margin: 12px 5px 0 0px;}
.d1{cursor:pointer;}
.d2{cursor:pointer;}
.d3{cursor:pointer;}





.car-mm1{width:100%; float:left; margin-top:10px;}
.car-mm1n{width:100%; float:left; margin-top:10px;}
.car-mm1 label{width:100%; float:left; font-size:13px; margin-bottom:5px;}
.car-mm1 input{height:40px; line-height:40px; width:98%; border:1px solid #d7d5d5; padding-left:2%; color:#b7b1b1; font-size:14px;}
.car-mm1 input:focus{  border-color: #409cf2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    outline: none;}
    .car-mm1n label{width:100%; float:left; font-size:13px; margin-bottom:5px;}


.con2{width:100%; float:left; text-align:center; padding-bottom:30px; margin-top:30px;}
.con2 span{width:50%; font-size:22px; height:55px; line-height:55px; border-radius:4px; display:block; margin:0 auto; color:#ffffff; background:#ee7306; cursor:pointer;}
.con2 span:hover{ background:#e06d07;}
.visa:after{float:right; content:" "; background:url(/Content/img/traveller/img-sprite.png); width:150px; height:30px; background-position:-136px -92px;}
.cv-m{width:100%; float:left;}
.cv1{width:30%; float:left;}
.cv1 select{height:44px; line-height:44px; border:1px solid #d7d5d5; width:90%; padding-left:3%;}
.cv2{width:30%; float:left;}
.cv2 select{height:44px; line-height:44px; border:1px solid #d7d5d5; width:90%; padding-left:3%;}
.cv3{width:30%; float:left;}
.cv3 label{display:block; height:14px;}
.crd{width:100%; height:40px; line-height:40px; float:left; position:relative;}
.crd input{height:40px; line-height:40px; width:98%; border:1px solid #d7d5d5; padding-left:4%; color:#b7b1b1; font-size:14px; position:relative;}
.crd input:focus{  border-color: #409cf2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    outline: none;}
/* .cr{position:absolute; right:-2%; background:url(/Content/img/traveller/img-sprite.png); width:50px; height:36px; background-position:-10px -126px; top:5px;} */
.dr{float:left; width:32px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-63px -133px;margin: 14px 5px 0 0px; display:none;}
.dr1{float:left; width:32px; height:33px; background:url(/Content/img/traveller/img-sprite.png); background-position:-95px -125px; margin: 7px 5px 0 0px;}
.dr2{float:left; width:32px; height:25px; background:url(/Content/img/traveller/img-sprite.png); background-position:-125px -130px;margin: 12px 5px 0 0px;}
.mn{width:13px; height:13px; background:url(img/mn.png) no-repeat; float:left;}
.pl{width:13px; height:13px; background:url(img/pls.png) no-repeat; float:left;}
.con-m1{width:80%; float:left; margin-top:5px; display:none;}
.con-m2n{width:80%; float:left; margin-top:15px;}
.inp { height: 40px; line-height: 23px; width: 90%; padding-left: 10%;  color: #111111; font-size: 18px;}
.mb-m{width:100%; float:left;}
.mob-l{width:10%; float:left; margin-right:2%; margin-top:3px;}
.cod{width:100%; float:left; height:40px; line-height:40px; font-size:18px;border: 1px solid #dad9d9; padding-left:8%; background:#ffffff; border-radius:3px;}
.cod span{float:left;}
.cod input{width:53%; margin-left:10%;box-shadow: none; border:0px; float:left; height:34px;border-radius: 3px; padding-top: 8%; }
.mob-r{width:70%; float:left;}
.con-m1 input{border:1px solid #dad9d9; margin-top:5px; border-radius:4px; outline:0;}
.con-m1 input:focus{    border-color: #409cf2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    box-shadow: 0px 0px 14px 0px rgba(64,156,242,1);
    outline: none;}
.hv-ps2{width:100%; float:left; color:#302f2f; font-size:14px; margin-top:5px;}
.hv-ps2 input{float:left; margin:0;}
.hv-ps2 span{float:left; margin-left:1%;}
.cln_im {  }
.blur { filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); }
.paxtype{font-size:12px; color:#000;}
.paxnumber{font-size:12px color:#000;}
.changermv{font-size:12px; margin-left:1%; cursor:pointer;}
.mttp{margin:5px 0; float:left; width:100%;}
.mttp:last-child{margin-bottom:10px;}
.org_des{font-size:14px; font-weight:bold;}
.selectSeatbtn{background:#e2e2e2;padding: 4px 8px 4px 10px !important; margin-top:8px; border:1px solid #e2e2e2; border-radius:4px; margin-left:2%;}
.selectSeatbtn:hover{background:#c5c5c5;}
#overlay { position: fixed; height:100%; width:100%; display: none; left: 0px; top: 0px; right: 0px; bottom: 0px; background: rgba(0,0,0,.7); z-index: 999; }
/**--Radio--*/
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio, .checkbox {
    position: relative;
    display: block;
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
    .radio input:focus ~ label, .radio input:valid ~ label        {
  font-size:12px;
  top: -5px;
  
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: 20px;
  border: 2px solid #1b5fbd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 25px;
  top: 5px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }

.radio.radio-inline {
    margin-top: 0; }


.radio-danger input[type="radio"] + label::after {
  background-color: #1b5fbd; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #1b5fbd; outline:0; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #1b5fbd; }
/**--Radio--*/


/*--Loader--*/
.container_loader {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    font-family: 'poppins';
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display:none;
}

bady {font-family:'Poppins'; outline:none;}
.crdfarerow {
    display: flex;
    align-items: center;
}
.retrbtn {background: #fff;
    float: left;
    color: #2196f3;
    border-radius: 40px;
    border: 1px solid #2196f3;
    padding: 0 14px;
    line-height: 41px;
    position: relative;
    outline: 0;
    display: inline-block;
    min-height: 43px;
    min-width: 96px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin: 46px 0 0 18px;}
.retrbtn:hover {
    background: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
}
.redmbtn {background: #fff;
    float: left;
    color: #2dca1c;
    border-radius: 40px;
    border: 1px solid #2dca1c;
    padding: 0 14px;
    line-height: 41px;
    position: relative;
    outline: 0;
    display: inline-block;
    min-height: 43px;
    min-width: 96px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin: 15px 0 0 0;}
.redmbtn:hover {
    background: #2dca1c;
    color: #fff;
    border: 1px solid #2dca1c;
}
.remvbtn {
    background: #fff;
    float: left;
    color: #ff0000;
    border-radius: 40px;
    border: 1px solid #ff0000;
    padding: 0 10px;
    line-height: 41px;
    position: relative;
    outline: 0;
    display: inline-block;
    min-height: 43px;
    min-width: 96px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin: 15px 0 0 0px;
}
.remvbtn:hover {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}
.cshelrmv {float: left;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #969696;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    text-align: center;
    line-height: 15px;
    margin: 4px 0 0 4px;
    cursor: pointer;}
.cc-inbx {
    width: 71%;
    float: left;
}
.inp-ccBx {
    width: 100%;
    font-size: 14px;
    padding: 3% 3%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.ccsl,.giftcard-dtl,.careempy-dtl{ width: 100%;
    margin: 0% 0%;
    padding: 6%;border-bottom: 1px solid #e2e2e2;}
.emi a,.ccsl a,.giftcard-dtl a,.careempy-dtl a{  outline:none; text-decoration:none; display:block;}
.emi-im,.ccsl-im{width: 35px;
    float: left;
    background: url(../../img/traveller/emi.png) no-repeat;
    height: 27px;}
    
    
    .ccsl-im3{width: 35px;
    float: left;
    background: url(../../img/traveller/indi-cred-shel-blk.png) no-repeat;
    height: 27px;}
    
    .ccsl-im3a{width: 35px;
    float: left;
    background: url(../../img/traveller/indi-cred-shel-col.png) no-repeat;
    height: 27px;}
    
    .giftcard-im3{width: 35px;
    float: left;
    background: url(/Content/img/traveller/giftcard-icon-grey.png) no-repeat;
    height: 27px;}
    
    .giftcard-im3a{width: 35px;
    float: left;
    background: url(/Content/img/traveller/giftcard-icon-blu.png) no-repeat;
    height: 27px;}
    
    .giftcard-im2{width: 35px;
    float: left;
    background: url(/Content/img/traveller/giftcard-icon-blu.png) no-repeat;
    height: 27px;}
    
    .paylater-im{width: 35px;
    float: left;
    background: url(/Content/img/traveller/paylater_grey.svg) no-repeat;
    height: 27px;background-size: 27px;}    
    .paylater-im2{width: 35px;
    float: left;
    background: url(/Content/img/traveller/paylater_blu.svg) no-repeat;
    height: 27px;background-size: 27px;}
    .careempay-im{width: 35px;
    float: left;
    background: url(/Content/img/traveller/careem-grey-logo.svg) no-repeat;
    height: 27px;background-size: 27px;}    
    .careempay-im2{width: 35px;
    float: left;
    background: url(/Content/img/traveller/careem-green-logo.svg) no-repeat;
    height: 27px;background-size: 27px;}
    
.emi-im2,.ccsl-im2{width: 35px;
    float: left;
    background: url(../../img/traveller/emi1.png) no-repeat;
    height: 27px;}
.emi-txt,.paypal_txt,.epay_text,.ccsl-txt{color:#000; font-size:14px;     line-height: 23px;font-weight:600;}

.pymnt-bx-epay {
    width: 70%;
    float: left;
    padding: 2% 4%;
    font-size: 12px;
}
.bjfin_col,.mipay_col,.payzapp_col {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.bjfin_col a,.mipay_col a,.payzapp_col a {
    outline: none;
    text-decoration: none;
    display: block;
}
.bjfin_icn {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/bajaj-finserv-active.png) no-repeat;
    height: 35px;
    background-size: 26px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-top: 8px;
}
.bjfin_icn_act {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/bajaj-finserv-active.png) no-repeat;
    height: 35px;
    background-size: 26px;
    margin-top: 8px;
    -webkit-filter: none;
    filter: none;
}
.mipay_icn {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/mi-pay-blk.png) no-repeat;
    height: 26px;
    opacity: .7;
}
.mipay_icn_act {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/mi-pay-col.png) no-repeat;
    height: 26px;
    opacity: .7;
}
.payzapp_icn {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/payzapp-blc.png) no-repeat;
    height: 26px;
    opacity: .7;
}
.payzapp_icn_act {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/payzapp-col.png) no-repeat;
    height: 26px;
    opacity: .7;
}
.bjfin_text,.mipay_text,.payzapp_text {
    color: #3e3e3d;
    font-size: 14px;
    line-height: 23px;
}
.pymnt-bx-bjfin,.pymnt-bx-mipay,.pymnt-bx-payzapp {
    width: 70%;
    float: left;
    padding: 2% 4%;
    font-size: 12px;
}
.epay_col {
    width: 100%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #d4d4d4;
}
.epay_col {
    color: #b5b5b5;
    font-size: 16px;
    
}
.epay_col a {
    outline: none;
    text-decoration: none;
    display: block;
}
.epay_icn {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/epay-grey.png) no-repeat;
    height: 19px;
    opacity: .7;
}
.epay_icn_act {
    width: 35px;
    float: left;
    background: url(/Content/img/traveller/epay-blue.png) no-repeat;
    height: 19px;
    opacity: .9;
}
.epay_lg {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: center;
}
.pr-epy {
    width: 50%;
    float: left;
    margin-top: 10px;
}
.nocnv {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #bebebe;
    font-size: 12px;
    text-align: center;
}
.pymnt-bx-rgt8,.ccslBox {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
    font-size:12px;
}
.pho-n2{ font-size:11px;}
.main-container {
    width: 92%;
    border-radius: 10px;
    margin: 15px auto;
    background-color: #ffffff;
}
.insurencediv{background-color:#f7f7f7; width:100%; padding:0% 2% 1% 2%;}
.insur-yes{width:95%; padding-top:8px; font-size:12px; color:#000000; }
.insur-yes label{font-weight:normal; cursor:pointer;}
.insur-no{width:95%;  font-size:12px; color:#000000; }
.insur-no label{font-weight:normal; cursor:pointer;}

.pay_cashbk { font-size: 11px;
    display: block;
    line-height: 9px;
    margin: 4px 0 0 29px;
    color: #3e79c3;
    background: #fbf49e;
    padding: 3px 0px 5px 4px;
    width: 79%;
    /* text-align: center; */
    border-radius: 3px;}



/*debit-credit-start*/
.main-pymnt-bx{ width:100%; padding:0; margin:0;}
/*common section-start*/
.pymnt-bx-lft{ width: 28%;
    float: left;
    padding: 0;
    background: #f8f8f8;
    border-right: 1px solid #ccc;
    }
.sv-dtl{    width: 100.5%;
    margin: 0% 0%;
    padding: 6%;
    border-bottom: 1px solid #e2e2e2;background:#fff}
.sv-dtl a{ text-decoration:none; display:block; outline:none;}
.sv-dtl-im2{     width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -36px 188px;
    height: 21px;}
.sv-dtl-txt{color:#2196f3; font-size:14px;     line-height: 23px;}
.sv-dtl-im{     width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: 0px -6px;
    height: 21px;}

.debt-dtl{ width: 100%;
    margin: 0% 0%;
      padding: 6%;border-bottom: 1px solid #e2e2e2;}
.debt-dtl a{ text-decoration:none;  outline:none; display:block;}
.debt-dtl-im {
   width:35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: 0px -31px;
    height: 27px;
}
.debt-dtl-im2{ width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -37px -31px;
    height: 27px;}

.debt-dtl-txt{color:#3e3e3e; font-size:14px; line-height: 23px;}

.net-b-dtl{ width: 100%;
    margin: 0% 0%;
    padding: 6%;border-bottom: 1px solid #e2e2e2;}
.net-b-dtl a{  outline:none; text-decoration:none; display:block;}
.net-b-im{width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: 1px -59px;
    height: 27px;}
.net-b-im2{ width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -38px -58px;
    height: 27px;}

.net-b-dtl-txt{color:#3e3e3e; font-size:14px;     line-height: 23px;}

.my-wlt{ width: 100%;
    margin: 0% 0%;
    padding: 6%;border-bottom: 1px solid #e2e2e2;}
.my-wlt a{  outline:none; text-decoration:none; display:block;}
.my-wlt-im{width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: 0px -87px;
    height: 27px;}
.my-wlt-im2{width: 35px;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -39px -86px;
    height: 27px;}

.my-wlt-txt{color:#3e3e3e; font-size:14px;     line-height: 23px;}

/*UPI CSS*/
.upi{ width: 100%;
    margin: 0% 0%;
    padding: 6%;}
.upi a{  outline:none; text-decoration:none; display:block;}
.upi-im{width: 35px;
    float: left;
    background: url(../../img/traveller/upi.png) no-repeat;
    height: 27px;}
.upi-im2{width: 35px;
    float: left;
    background: url(../../img/traveller/upi1.png) no-repeat;
    height: 27px;}

.upi-txt{color:#3e3e3e; font-size:14px;line-height: 23px;}



.pymnt-bx-rgt5 {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
}
/*UPI CSS END*/

/*PHONEPE CSS*/
.phonepe{ width: 100%;
    margin: 0% 0%;
        padding: 6%;border-bottom: 1px solid #e2e2e2;
    }
.phonepe a{  outline:none; text-decoration:none; display:block;}
.phonepe-im{width: 35px;
    float: left;
    background: url(../../img/traveller/ppe.png) no-repeat;
    height: 27px;}
.phonepe-im2{width: 35px;
    float: left;
  background: url(../../img/traveller/ppe1.png) no-repeat; 
    height: 27px;}

.phonepe-txt{color:#3e3e3e; font-size:14px;     line-height: 23px;}


.pymnt-bx-rgt6 {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
}
/*PHONEPE CSS END*/
.bharatqr{ width: 100%;
    margin: 0% 0%;
    padding: 6% 0%}
.bharatqr a{  outline:none; text-decoration:none; display:block;}
.bharatqr-im{width: 35px;
    float: left;
    background: url(../../img/traveller/bhr.png) no-repeat;
    height: 27px; margin-top:-5px;}
.bharatqr-im2{width: 35px;
    float: left;
    background: url(../../img/traveller/bhr1.png) no-repeat;
    height: 27px; margin-top:-5px;}

.bharatqr-txt{color:#b5b5b5; font-size:16px;     line-height: 23px;}


.pymnt-bx-rgt7 {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
}

.blu2 {
   color: #3e3e3e;
}
.blk-cls3{background:none}
.sv-dtl-im-ac {
    width: 20%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -37px 188px;
    height: 27px;
}
.blk-cls2 {
    border-right: 4px solid #2196f3;
}
/*common section-end*/
.pymnt-bx-rgt{     width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;}
.entr-crd-n{ width:100%;}
.entr-crd-mn{ width:98%;font-weight: 500;font-size: 13px;padding: 3% 0%;padding-bottom: 7px; }
.entr-crd-mn2{ width:100%; position:relative; cursor:pointer;}
.nwapwd70{width:70%;}
.nwapflx{display:flex;}
.nwapjsb{justify-content:space-between;align-items: center;}
.nwapmpn{width:25%;}
.nwappdng{padding: 12px 5%;}
.nwpddnrd{padding: 12px 4%;}
 .inp-mnu {
    background: rgba(0, 0, 0, 0) url("../../img/traveller/paymnt-rec.png") repeat scroll -79px -165px;
    height: 20px;
    right:38px;
    position: absolute;
    top: 12px;
    width: 205px;
}
.inp-mnu-ae {
    background: rgba(0, 0, 0, 0) url(../../img/traveller/visa-amex.png) no-repeat 0 -8px;
    height: 20px;
    right: 16px;
    position: absolute;
    top: 12px;
    width: 114px;
    margin-top: 2px;
}
.dinnerClub_logo {background: rgba(0, 0, 0, 0) url(/Content/img/traveller/diners-club-logo.png) no-repeat;
    height: 21px;
    right: 5px;
    position: absolute;
    top: 13px;
    width: 35px;
    background-size: 27px 21px;}
.inp-mnu2 {
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding-left: 2%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-weight: 600;
}
.inp-mnu2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-weight:normal;
}
.inp-mnu2::-moz-placeholder { /* Firefox 19+ */
   color:  #cccccc;
    font-weight:normal;
}
.inp-mnu2:-ms-input-placeholder { /* IE 10+ */
   color:  #cccccc;
    font-weight:normal;
}
.inp-mnu2:-moz-placeholder { /* Firefox 18- */
   color:  #cccccc;
    font-weight:normal;
}

.expry-mn{ width:100%; font-size:14px;     padding: 2% 0%; }
.expry-crd-mn2{ width:100%; position:relative;}
 .inp-mnu-exp{    width: 12%;
    background: url(../../img/traveller/paymnt-rec.png);
    height: 20px;
    position: absolute;
    top: 12px;
    left: 84%;
    background-position: 24px 195px; } 

.mnt {
       width: 100%;
    font-size: 14px;
    padding: 8.9% 10%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    cursor: pointer;

}

.mnt-cv {
    width: 100%;
    font-size: 14px;
    height:50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none; padding-left:4%;}
.expy-bx{     width: 32%;
    float: left;
    margin-right: 3%;}
.clr{ clear:both;}
.margn{ margin-right:0;}
.expy-bx3 {
    width: 30%;
    float: right;
    margin-right: 0%; cursor:pointer;
}

.inp-mnu-exp2 {
      width: 50px;
    background: url(../../img/traveller/paymnt-rec.png);
    height: 30px;
    position: absolute;
    top: 10px;
    right:10px;
    background-position: -81px -2px; cursor:pointer
}
.non-rfnd{ width:100%; font-size:12px;     color: #9e9e9e;}
.totl-fre{ width:50%; padding-top:2%;float:left}
.totl-fre-txt{     font-size: 18px;
    float: left;
    font-weight: bold;
    margin-top: 0;margin-right:5px}
.rups-icn {
       width: 20px;
    background: url(../../img/traveller/paymnt-rec.png);
    height: 24px;
    background-position: -311px 174px;
    float: left;
    display: block;  
}
.prc-amt{ width:auto; font-size:25px; color:#d63b05; float:left;    font-weight: bold;}
.fnt-sz{ font-size:12px;}
.mk-pym{width: 40%;
    background-color: #ef6614;
    border-radius: 40px;
    color: #fff;
    text-align: center;
   height:45px; line-height:45px;
    font-size: 19px;
    margin: 2% 0; cursor:pointer;float:right}
    .mk-pym:hover{background:#da5200;}
.encryt{     width: 84%;
    margin: 0 auto;}
.encryt-m{ width: 5%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -315px -52px;
    height: 19px;}
.encryt span{ font-size:12px; line-height:23px; color:#969595;} 
.blk-cls{ background: #fff;width: 101%!important; position:relative}
.blk-cls::before {
    content: '';
    border-left: 3px solid #2196f3;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.c_pointer {cursor: pointer;}
.blu{color: #2196f3!important;}
.cvv-ntr {
    width: 100%;
    position: relative;
    margin-top: 2px;
}
/*debit-credit-end*/

/*save-card-details-start*/
.pymnt-bx-rgt2{     width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;}
.entr-crd-n2{ width:100%; border:1px solid #ccc; border-radius:3px;}
.sv-crd-det{ padding:3%; background-color:#f3f4f5; font-size:16px; border-bottom:1px solid #ccc; color:#989796;}
.radi-bt{     width: 100%;
    float: left;
    padding: 10px 0px;     border-bottom: 1px solid #ccc;}
.radi-bt2 {
    width: 100%;
    float: left;
    padding: 18px 0px;
}   
    
.radi-bt-m {
    float: left;
    margin-left: 9%;
    margin-top: 7%;
    width: 6%;
}

.sv-crd-dt{ width:62%; float:left; margin-top: 2%;}
.sv-crd-dt-l{    width: 16%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -140px -2px;
    height: 32px;
    margin-right: 5%;}
.sv-crd-dt-r{ width: 70%;
    float: left;
    font-size: 17px;
    color: #989796; }
.cv-bx{     width: 23%;
    float: left;}
.revm-crd{width:100%;}
  .revm-crd a{  color: #0991d8;
    font-size: 15px; text-decoration:none;
 }
.entr-cv{width: 94%;
    margin-top: 2%;}


.entr-cv-inp{width: 86%; border: 1px solid #ccc; border-radius: 3px; color: #989796; padding: 9%; outline:none; font-size: 15px;}
    
.card-mon { border: 1px solid #ccc; border-radius: 4px; font-size: 14px;  height: 50px; outline: medium none; padding-left: 3%;width: 100%;background: #ffffff url(/Content/img/traveller/arrow-down.png) no-repeat scroll 96% 50%;-webkit-appearance: none !important;-moz-appearance: none !important;}
.radi-bt2{ width: 100%; float: left; padding: 18px 0px;}
.radi-bt-m2 {float: left; margin-left: 5%; margin-top: 2%; width: 6%;}
.sv-crd-dt2{ width:62%; float:left; margin-top: 2%;}
.sv-crd-dt-l2{width: 16%;  float: left; background: url(../../img/traveller/paymnt-rec.png); background-position: -140px -2px; height: 32px; margin-right: 5%;}
.sv-crd-dt-r2{width: 70%; float: left;  font-size: 17px; color: #989796; }
.cv-bx2{width: 23%;  float: left;}
.revm-crd2{width:100%;}
 .revm-crd2 a{color: #0991d8; font-size: 15px;  text-align: center; text-decoration:none;}
 .entr-cv2{width: 94%; margin-top: 2%;}
.entr-cv-inp2{width: 86%; border: 1px solid #ccc; border-radius: 3px; color: #989796; padding: 9%; outline:none;     font-size: 15px;}  
.totl-fre2{ width:98%; padding-top:2%;}
.totl-fre-txt2{font-size: 18px; float: left; font-weight: bold; margin-top: 2%;}
.rups-icn2 { width: 20px; background: url(../../img/traveller/paymnt-rec.png); height: 24px; background-position: -311px 174px; float: left; display: block;  }
.prc-amt2{ width:32%; font-size:25px; color:#d63b05; float:left;    font-weight: bold;}
.fnt-sz2{ font-size:12px; }
.mk-pym2{width: 97%; background-color: #ee7306; border-radius: 3px; border: 1px solid #ee7306; color: #fff; text-align: center;  padding: 7px; font-size: 19px;
           margin: 2% 0%; cursor:pointer;}
.encryt2{width:100%; margin: 0 auto;}
.encryt-m2{ width: 20px; float: left;background: url(../../img/traveller/paymnt-rec.png);background-position:-315px -52px; height: 19px;}
.encryt2 span{ font-size:12px; line-height:23px; color:#737373;}
/*save-card-details-end*/


/*net-banking-start*/
.pymnt-bx-rgt3 {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
}
.entr-crd-n3{
    width: 100%;
    border-radius: 3px;
}
.radi-bt3 {
    width: 100%;
    float: left;
    padding: 18px 0px 0px 0px;
}
.radi-bt-m3 {
   float: left;
    margin-left: 2%;
    margin-top: 2%;
    width: 92%;
    padding: 2%
}
.sv-crd-det3 {
      padding: 3% 0% 0% 0%;
    font-size: 16px;
    color: #989796;
}
.sv-crd-dt3 {
       width: 65%;
    float: left;  margin-left: 6%;  
}
.sv-crd-dt-l3 {
   width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -77px -34px;
    height: 32px;
    margin-right: 5%;
}

.ici {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -218px -121px;
    height: 32px;
    margin-right: 5%;
}
.kodk-dt3 {
    width: 50%;
    float: left;
    margin-left: 6%;
}
.kodk {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
   background-position: -1px -157px;
    height: 32px;
    margin-right: 5%;
}

.pnb-b {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -77px -61px;
    height: 32px;
    margin-right: 5%;
}

.sbi-b {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
 background-position: -103px -123px;
    height: 32px;
    margin-right: 5%;
}
.axi-b {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -4px -127px;
    height: 32px;
    margin-right: 5%;
}
.ftn12b {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 83%;
}
.ftn14 {font-size:14px}
.net-bnk{ width: 48.5%;
    float: left;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 3%;
    cursor: pointer;}
.net-bnk:nth-child(2n+2) {
    margin-right: 0;
}
.net-bnk4:nth-child(2n+2) {
    margin-right: 0;
}
.kdk-bnk{ width: 30%;
    float: right;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 1% 0%;  margin-bottom: 3%; cursor:pointer;}
.axi-bnk{ width: 30%;
    float: right;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 1% 0%;   margin-bottom: 3%; cursor:pointer;}
.select-othr{ width:100%; font-size: 16px; color: #737373; margin-bottom: 1%;}
.slct-inp-bx{ width: 100%;  margin-bottom: 1%; cursor:pointer;}
.slct-inp-bx2{ width:100%; border:1px solid #ccc; padding:2.5%; outline:none; cursor:pointer; border-radius:3px; font-size:16px; color: #989796; -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff url("/Content/img/traveller/arrow-down.png") no-repeat scroll 96% 50%}

.totl-fre3 {
    width: 50%;
    padding-top: 2%;
    float:left;
}
.totl-fre-txt3 {
    font-size: 18px;
    float: left;
    font-weight: bold;
    margin-top: 2%;
}
.rups-icn3 {
    width: 20px;
    background: url(../../img/traveller/paymnt-rec.png);
    height: 24px;
    background-position: -311px 174px;
    float: left;
    display: block;
}
.prc-amt3 {
    width: 32%;
    font-size: 25px;
    color: #d63b05;
    float: left;
    font-weight: bold;
}
.fnt-sz3 {
    font-size: 12px;
    
}
.mk-pym3 {
    width: 40%;
    background-color: #ef6614;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 19px;
    height: 45px;
    margin: 2% 0;
    cursor: pointer;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mk-pym3:hover{background:#da5200;}
.encryt3 {
    width: 84%;
    margin: 0 auto;
}
.encryt3 span {
    font-size: 12px;
    line-height: 23px;
    color: #969595;
}
.encryt3 span {
    font-size: 12px;
    line-height: 23px;
    color: #969595;
}
/*net-banking-end*/
/*wallet-start*/
.pymnt-bx-rgt4 {
    width: 67%;
    float: left;
    padding: 2% 0% 2% 3%;
}
.entr-crd-n4{
    width: 100%;
    border-radius: 3px;
}
.radi-bt4 {
    width: 100%;
    float: left;
    padding: 18px 0px 0px 0px;
}
.radi-bt-m4 {
    width: 92%;
    float: left;
    margin-left: 6%;
    margin-top: 2%;
    padding: 2% 0%;
}
.sv-crd-det4 {
      padding: 3% 0% 0% 0%;
    font-size: 16px;
    color: #989796;
}
.sv-crd-dt4 {
    float: left;
    margin-left: 0;
    width: 77%;
}
.sv-crd-dt-l4 {
   width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
  background-position: -198px -2px;
    height: 32px;
    margin-right: 5%;
}
.sv-crd-dt-py {
    width: 63%;
    float: left;
}
.sb-bdy {
     width: 96%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -77px -288px;
    height: 32px;
    margin-right: 5%;
}
.mob-dt3 {
    float: left;
    margin-left: 0;
    width: 71%;
}
.mobk {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
  background-position: -198px -237px;
    height: 32px;
    margin-right: 5%; cursor:pointer;
}

.pumny {
    width: 100%;
    float: left;
    background: url(../../img/traveller/paymnt-rec.png);
    background-position: -204px -80px;
    height: 32px;
    margin-right: 5%; cursor:pointer;
}


.net-bnk4{ height: 85px;
    width: 47.5%;
    float: left;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 1% 0%;
    margin-right: 5%;
    margin-bottom: 3%;
    font-size: 13px;
    cursor: pointer;}
.mobq-bnk{ width: 30%;
    float: right;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 1% 0%;  margin-bottom: 3%; cursor:pointer;}

.totl-fre4 {
    width: 50%;
    padding-top: 2%;
    float:left;
}
.totl-fre-txt4 {
    font-size: 18px;
    float: left;
    font-weight: 600;
    margin-top: 8px;
}
.totl-cshel {
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.prc-cshel {
    font-size: 16px;
    color: #d63b05;
    float: left;
    font-weight: 500;
}

/*.totl-fre-txt:after {
    float: right;
    content: " ";
    background: url(/Content/img/traveller/img-sprite.png);
    width: 11px;
    height: 15px;
    background-position: -33px -72px;
}*/
.rups-icn4 {
    width: 20px;
    background: url(../../img/traveller/paymnt-rec.png);
    height: 24px;
    background-position: -311px 174px;
    float: left;
    display: block;
}
.prc-amt4 {
    width: 32%;
    font-size: 25px;
    color: #d63b05;
    float: left;
    font-weight: bold;
}
.fnt-sz4 {
    font-size: 12px;
    
}
.mk-pym4 {
    width: 40%;
    background-color: #ef6614;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 19px;
    margin: 2% 0; cursor:pointer;float:right
}
.mk-pym4:hover{background:#da5200;}
.encryt4 {
    width: 84%;
    margin: 0 auto;
}
.encryt4 span {
    font-size: 12px;
    line-height: 23px;
    color: #969595;
}
.encryt4 span {
    font-size: 12px;
    line-height: 23px;
    color: #969595;
}
/*wallet-end*/

.radi-bt3 input[type=checkbox]:not(old),
.radi-bt3 input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  
}

.radi-bt3 input[type=checkbox]:not(old) + label,
.radi-bt3 input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('/Content/img/traveller/checks.png') no-repeat 0 0;
  line-height  : 24px;
  font-size:14px;
}

.radi-bt3 input[type=checkbox]:not(old):checked + label{
  background-position : 0 -44px;
}

.radi-bt3 input[type=radio]:not(old):checked + label{
  background-position : 0 -44px;
}


.radi-bt4 input[type=checkbox]:not(old),
.radi-bt4 input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0; display:none;

}

.radi-bt4 input[type=checkbox]:not(old) + label,
.radi-bt4 input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : 0px;
  padding-left : 28px;
  background   : url('/Content/img/traveller/checks.png') no-repeat 0 0;
  line-height  : 24px;     background-position: 0 10px;
}

.radi-bt4 input[type=checkbox]:not(old):checked + label{
  background-position : 0 10px;
}

.radi-bt4 input[type=radio]:not(old):checked + label{
  background-position : 0 -34px;
}
@media (min-width:768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,.sidebar-mini.sidebar-collapse .right-side,.sidebar-mini.sidebar-collapse .main-footer {
        margin-left:50px !important;
        z-index:840
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        transform:translate(0, 0);
        width:50px !important;
        z-index:850
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position:relative
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right:0
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius:4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius:4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top:5px;
        padding-bottom:5px;
        border-bottom-right-radius:4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        display:block !important;
        position:absolute;
        width:180px;
        left:50px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
        top:0;
        margin-left:-3px;
        padding:12px 5px 12px 20px;
        background-color:inherit
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        position:relative!important;
        float:right;
        width:auto!important;
        left:180px !important;
        top:-22px !important;
        z-index:900
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
        display:none
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top:44px;
        margin-left:0
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,.sidebar-mini.sidebar-collapse .sidebar-form,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display:none !important;
        -webkit-transform:translateZ(0)
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width:50px
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display:block;
        margin-left:-15px;
        margin-right:-15px;
        font-size:18px
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display:none
    }
    .sidebar-mini.sidebar-collapse .main-header .navbarpan {
        margin-left:50px
    }
}
.sidebar-menu,.main-sidebar .user-panel,.sidebar-menu>li.header {
    white-space:nowrap;
    overflow:hidden
}
.sidebar-menu:hover {
    overflow:visible
}
.sidebar-form,.sidebar-menu>li.header {
    overflow:hidden;
    text-overflow:clip
}
.sidebar-menu li>a {
    position:relative
}
.sidebar-menu li>a>.pull-right-container {
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px
}


.bg_grey{background:var(--lgrey2);}
header, footer, .searchpopbox,.marquhd, article{max-width: 1400px !important;width:96% !important;}
.mainContainer{min-height: 425px; width: 96%; max-width: 1400px; margin: 0 auto; background: rgba(255,255,255,.5); }
.row { float: none !important; width: initial !important;}
kbd{background: inherit; color: inherit; border-radius: inherit; font-size: inherit;}
.beta_version{display: flex; align-items: center; padding-inline: 5px; flex-direction: row-reverse; width:auto;}


.resultbx{display:flex; justify-content:space-between; flex-wrap:wrap; border-radius: 8px 8px 0 0; background:var(--white)}
.resultbx_asidebar{width:235px; height: fit-content; padding-bottom: 0; border-radius: 8px 8px 0 0;}
.resultbx_cnt{width:calc(100% - 250px)}
.filterbx{display:flex; justify-content:space-between; align-items:center}
.filterbx{background:var(--lblue); color:var(--black);     padding: 5px 6px;}
.filtertxt b{font-weight:700;}
.filtertxt a{margin-right:5px; color: var(--mainclr);}
.filtertxt{font-size: 13px;}
.filterlink{color:var(--mainclr); text-decoration:underline; font-size:11px;}
.finnerbx{padding: 12px 8px; border-bottom:1px solid var(--altbtnclr)}
.finnerbx.d-flex[style="display:none;"], .finnerbx.d-flex[style="display: none;"]{display:none !important}
.finnerbx:last-child{border-bottom:0;}
.filterhead{font-weight: 600;}
/* return Flight Result */
.fl_result_return{ float:left; width:100%; border-radius:5px; margin-top:5px;}
.return_result{width:100%; position: relative;}
.return_result h3{ float:left; width:100%;  padding:4px 0 0; margin:0; font-size:14px;}
.return_space{ float:left; width:10.5%;}

.oneway_flightbox, .return_flightbox{width:49.5%; border:1px solid #ccc;}

/*changes by Ranjit for Special Return Search page*/
.return_result h3 .departure, .return_result h3 .spl_departure{ float:left; }
.return_result h3 .arrival{ float:left; margin-left:6%;}
.return_result h3 .pub_pr{ float:left; margin-left:8.5%;}
.return_result h3 .pubprice{float:left; }

.return_result .departure a, .return_result .arrival a, .return_result .pub_pr a, .return_result .pubprice a,
.spl_departure a, .spl_dur_pr a, .spl_pub_pr a, .spl_offer_pr a
{ font-size:.75em; padding:3px 0.7em 8px;  display:block;}
.spl_departure a{ *padding:3px 0.2em 8px 0.7em;}
.spl_departure{float:left;}
.spl_dur_pr{float:left; margin-left:4.2%;}
.mar_left_dur{float:left; margin-left:10.8%;}
.pub_margin{margin-left:5% !important; }
.offer_margin{margin-left:7% !important; }
.multioffer_margin{margin-left:9% !important; }
.spl_pub_pr{float:left; margin-left:5.75%;}
.spl_offer_pr{float:left; margin-left:2.4%;}






.width_100per{ width:100% !important;}
.width_99{ width:99% !important;}
.width_220{ width:220px !important;}
.width_250{ width:250px !important;}
.width_135{ width:135px !important}
.width_170{ width:170px !important;}
.width-130{ width:130px !important;}
.width-120{ width:120px !important;}

#flightResult .flightresult_grid:nth-child(6n) + .flightresult_grid .fare_rule_pop,
#flightResult .flightresult_grid:nth-child(6n) + .flightresult_grid .fare_rule_pop */
.rreturnbx .results_heading{border-bottom:1px solid var(--lbluebor)}
.flightda_popup table tr th{background:var(--lblue); color: #040404;     padding: 3px 8px;}
.airlinecode{margin-top:2px}
.results_heading_wtds .sharebx{width: 160px; text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.results_heading_wtds .flightlabel{width: calc(100% - 160px - 175px);}
.flightda_popup{top:28px;}
.tdsbx{padding-inline-end:0.4rem}
.webOEbx.p-1{margin-top: 0.25rem;}

.air_fl_results{float:right; width:79%;  padding:.5em; border-radius:5px; margin-top:5px;}
.fl_result{float:right; width:100%;  padding:.5em;border-radius:5px; margin-top:5px;}

.search_result_con .pre_next_link{ float:left; width:100%; padding-top:.5em;}
.search_result_con .pre_next_link a{ float:right; font-size:12px; text-decoration:underline;}
.search_result_con .pre_next_link a:hover{ text-decoration:underline;}
.search_result_con .pre_next_link span{ float:right; padding:0 10px;}

.fl_result h3{ float:left; width:100%; padding:4px 0 0; margin:0; font-size:1.25em;}
.departure a, .arrival a, .pub_pr a, .pubprice a, .dura_tion a{padding:3px .5em 8px; display:block;}
.fl_result h3 .departure{ float:left;}
.fl_result h3 .arrival{ float: left; margin-left:1%;}
.fl_result h3 .pub_pr{ float:left; margin-left:6.7%; *margin-left:6.4%; }

.air_fl_results h3{ float:left; width:100%; padding:4px 0; margin:0; font-size:1.25em;}
.air_fl_results h3 .departure{ float:left;}
.air_fl_results h3 .arrival{ float: left; margin-left:3%;}
.air_fl_results h3 .pub_pr{ float:left; min-width:11%; margin-left:3%; }
.air_fl_results h3 .dura_tion{ float:left; margin-left:9.6% !important; }
.air_fl_results h3 .offer_pr {margin-left:.8%;}

.fl_result h3 span a span, .air_fl_results h3 span a span, 
.return_result h3 span a span{width: 11px;height: 7px; display:inline-block; *margin-top:-10px;}

.air_fl_results h3 span a.selected>.low,
.air_fl_results h3 span a.selected>.high,
.fl_result h3 span a.selected>.low,
.fl_result h3 span a.selected>.high,
.return_result h3 span a.selected>.low,
.return_result h3 span a.selected>.high {width:11px; height:7px; display:inline-block;}

.air_fl_results h3 span a.selected,
.fl_result h3 span a.selected,
 .return_result h3 span a.selected {border-radius:5px 5px 0 0; margin-top:2px; font-weight:bold;}

.air_fl_results h3 .departure a span.agentaero,
.fl_result h3 .departure a span.agentaero,
.fl_result h3 .arrival a span.agentaero{ border-color: #1663aa transparent transparent; border-style: solid; border-width: 5px;  cursor: pointer; margin: 5px 0 0 6px; position: absolute;}

.fl_result h3 .pub_pr a,
.fl_result h3 .arrival a,
.fl_result h3 .departure a{font-size:.75em;}
.fl_result h3 .pub_pr a span.agentaero { border-color: #1663aa transparent transparent; border-style: solid; border-width: 5px;  cursor: pointer; margin: 5px 0 0 6px; position: absolute;}

.air_fl_results h3 .dura_tion a,
.air_fl_results h3 .pub_pr a,
.air_fl_results h3 .arrival a,
.air_fl_results h3 .departure a{font-size:.75em;}
.air_fl_results h3 .pub_pr a span.agentaero { border-color: #1663aa transparent transparent; border-style: solid; border-width: 5px;  cursor: pointer; margin: 5px 0 0 6px; position: absolute;}

.travel-det {
    color: #000;
    font-size: 14px;
    font-weight:500
}
.day-date {
    font-size: 12px;
    color: #000
}

    .txt-m1 {
        font-size: 10px;
        text-transform: uppercase;
        outline: 0;
        border: 0;
        background: none;
    }
    .txt-m1:hover{color:#2196f3}

    .nxt-pre-col {
        font-size: 11px;
        color: #222121;
        display: flex;
        padding: 7px 3px;
        border-radius: 40px;
        background: #ffffff;
        text-align: center;
        justify-content: space-evenly;
    }

    .rgtbdr:before {
        content: "";
        height: 100%;
        width: 1px;
        border-left: 1px solid #cecece;
        position: absolute;
        top: 0;
        left: 57%;
    }

    .txt-m1:hover {
        text-decoration: none !important;
    }

    .pdr8 {
        padding-right: 8px;
    }

    .pdl8 {
        padding-left: 8px;
    }

    .pdt5 {
        padding-top: 5px;
    }




.air_fl_results.resultbx_cnt{padding:0;}
.results_heading{background: var(--lblue); color: var(--black); display:flex; justify-content:space-between; align-items:center; padding:10px;}
.modify_rht, .modify_rht a{color: var(--mainclr) !important;}
.showingbx label b{font-weight:500}
.active{    color: initial !important;}
.rreturnbx_inner.active, .rreturnbx_inner .flightresult_grid:hover{background: var(--lblue) !important;}
.rreturnbx_inner.active{border: 1px solid #246197;}

.showingbx{order: 1;     color: var(--greycolor);
    width: 175px;}
.flleftcnt_inner{display:flex; width:100%; border-bottom:1px solid var(--lgrey1); padding-bottom:5px; margin-bottom:8px;}
.flleftcnt_inner:last-child{border-bottom:0; margin-bottom:0;}
.sharebx{order:3; width:120px; text-align:right;}
.flightlabel{order:2; width:calc(100% - 120px - 175px)}
.flightlabel{display:flex; align-items:center;}
.flightlabel_list a{display:flex; color: var(--mainclr) !important; align-items: center; padding: 0;}
.flightlabel_list a svg{margin-inline-start:4px;}
.flightlabel .departure{width:70px;}
.flightlabel .dura_tion{min-width:191px; width:9.8%; text-align:center;}
.flightlabel .arrival{width:70px;}
.flightlabel .dura_tion a, .flightlabel .pub_pr a{justify-content:center;}
.flightlabel .pub_pr{width:120px;}
.flightlabel .pub_pr.offer_pr{width: 149px; padding-left: 25px;}
.flightresult_grid{
  padding:10px; 
  display:flex; 
  border:0;/* border-bottom: 1px solid var(--dgrey1);*/ 
  border-top: 1px solid var(--dgrey1); 
  width:100%; 
  float:initial
}
.flightresult_grid:last-child{border-bottom:0;}
.flightresult_grid.selected, .flightresult_grid:hover{/*background:#FBFBFE !important;*/ background: var(--lblue) !important; box-shadow: 0 0 0;}
.flightresult_grid.selected .webOEbx, .flightresult_grid:hover .webOEbx{background:var(--white)}
.flightresult_grid{flex-wrap:wrap;}
.flightresult_grid_inner{display:flex; width:100%}
.comresultbx .flightresult_grid, .rreturnbx .flightresult_grid{flex-wrap:nowrap;}
.flleftcnt{display:flex; flex-wrap: wrap;  align-items:start;   flex-direction: column;}
.flightname{width: 175px; display:flex;}
/*.flightname .fn_rht{display: flex;
    flex-direction: column;
    justify-content: center;}*/
.fdepbx, .farrbx{min-width:58px;}
.durationbx{min-width:200px; width: 13%; padding:0 10px; position: relative;}
.flpricebx{display:flex; align-items: center; width:100%; flex-wrap:wrap;}
.flpricebx.groupResBorder{border:0; margin-top:0}
.pubpricebx{width:100px;}
.puboffer_pricebx{display:flex; flex-wrap:wrap;}
.fn_lft{width: 70px; padding-right: 1px; font-size: 11px;}
.fn_lft img{width:34px; height:34px;}
.fn_rht h4{font-weight: 500;
    font-size: 12px;
    margin-bottom: 2px;}
.fn_rht p{color:var(--dgrey); font-size: 11px;}
.fdepbx tt, .farrbx tt{font-weight:600; display:block; font-size: 13px;}
.fdepbx span, .farrbx span{color:var(--dgrey); font-size: 0.65rem;}
.durationbx{text-align:center;}
.duration_popup{    position: absolute;
    z-index: 2;
    border: 1px solid #CCCCCC;
    width: 330px;
    background: #fff;
    border-radius: 5px;
    padding: 5px; display:none;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 49px;
    left: -40%;}
.duration_popup code .fa-plane{color: var(--black);
    transform: rotate(45deg);
    margin: 0 0.2rem;
    vertical-align: text-bottom;}
.durationbx:hover .duration_popup{display:block;}
.duration_popup table thead th{background:var(--lgrey); font-size: 14px;
    font-weight: 500; position: relative; text-align:center; padding: 4px 8px;}
.duration_popup table thead th:first-child{text-align:left;}
.duration_popup table thead th .fa-plane{position: absolute;
    right: -3px;
    top: 7px;
    transform: rotate(45deg);
    z-index: 2;
    color: var(--mainclr);}
/*.stopbx{min-height:14px;}*/
.duration_popup table tbody p{margin-bottom:0px; padding:0 8px 6px; border-right:1px solid var(--lgrey);}
.duration_popup table tbody p:last-child{margin-bottom:0; padding-bottom:0;}
.duration_popup table tbody p span{min-width:30px; display:inline-block;}
.duration_popup table thead th:last-child .fa{display:none;}
.duration_popup table tbody td{padding:6px 0px; border-bottom: 0; }
.duration_popup table tbody td:last-child p{border:0}
.dur_time span, .stopbx span{font-size:11px;}
.dur_border{position: relative; border-bottom:1px solid var(--lgrey1); margin:5px 0}
.dur_border:before{content: ""; width:5px; height:5px; background:var(--lgrey1); position: absolute; left:0; border-radius:50%; top: -2px;}
.dur_border .fa-plane{position: absolute;
    left: 0;
    width: 20px;
    top: -5.5px;
    text-align: center;
    transform: rotate(45deg);
    margin: 0 auto;
    right: 0;
    color: var(--clyellow);
    font-size: 12px !important;}
.dur_border:after{content: "";
    position: absolute;
    right: -1px;
    top: -3px;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 5px solid #B5B5B5;}
.flpricebx{padding-left: 40px;}
.flofferbx{border-left: 1px solid #B5B5B5;
    padding: 3px 0px 3px 20px; min-width: 90px;}
.pomorebtn .fa{width: 15px;
    height: 15px;
    border: 1px solid var(--lgrey1);
    border-radius: 50%;
    font-size: 8px !important;
    color: var(--lgrey1);
    background: var(--white);
    margin-left: 94px; cursor:pointer;
    margin-top: 5px;
    text-align: center;
    padding-top: 2px;
    padding-left: 1px;}
.flpricebx .hide-Custom:after, .flpricebx .show-Custom:after{background:transparent;}
.flpricebx .hide-Custom:before{content: "\f077"}
.flinfo .fare_rule_pop{position: absolute;
    top: 20px; padding: 1.1rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #E4E4E4;
    background: var(--white);}
.compopup, .compopup.sendmail_pop{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #E4E4E4; border-radius: 8px;
    background: var(--white); padding: 1.1rem;}
.flinfo .fare_rule_pop .head_pop, .compopup h2{    background: transparent; font-size: 14px; color: #444; text-align: left; padding: 0; margin-bottom: 0.65rem;}
.flinfo .fare_rule_pop .head_pop svg path, .compopup h2 svg path, .fare_importbx .importheading svg path{stroke: initial;}
.flinfo .fare_rule_pop .head_pop svg, .compopup h2 svg, .fare_importbx .importheading svg{vertical-align: bottom;}
.flightresult_grid_inner .flmiddlecnt{width:calc(100% - 120px)}
.popup_table, .fare_rule_pop .db_table{    border: 2px solid var(--lbluebor);
    border-radius: 5px;
    background: var(--bglblue);
    font-size: 12px;
    color: var(--greycolor);}
.popup_table th, .fare_rule_pop .db_table th{    background: var(--bglblue1);
    color: var(--mainclr);}
.popup_table th, .popup_table td, .fare_rule_pop .db_table th, .fare_rule_pop .db_table td{ border: 1px solid var(--lbluebor); padding: 8px;}
.fare_rule_pop .fl_close, .compopup .fl_close{background: transparent;
    text-align: center;
    color: var(--black);
    font-weight: 400; font-size:22px;
    margin-top: -11px;}
.fare_rule_pop .fl_close:hover, .compopup .fl_close:hover{background:transparent; color:red;}
.fare_importbx{border: 1px solid var(--lbluebor);
    padding: 1rem;
    margin-top: 1.25rem;
    border-radius: 4px;}
.fare_importbx .importheading{    background: transparent;
    text-align: left;
    color: #E30101;  float: initial;
    font-size: 13px;
    margin-top: 0;}
.fare_rule_pop .ifareul{padding-left:16px; margin-top: 14px; margin-bottom: 10px; text-align:left;     font-size: 12px;}
.fare_rule_pop .ifareul li{display: list-item; margin-bottom: 8px; margin-left:0}
.fare_rule_pop .btn_continue_s{background: transparent;
    color: var(--mainclr);
    text-decoration: underline;     font-size: 12px;
    margin-top: -34px;}
.fare_rule_pop .btn_continue_s:hover{color:var(--altclr)}
.fare_footer{border-top:0}
.fare_rule_pop .fare_body{ padding: 2% 2% 2% 0; text-align: left;}
.fare_rule_pop .fare_body .border{background: var(--bglblue);
    color: var(--greycolor);}
.fare_rule_pop .fare_body .pa5{padding:0;}
.fare_rule_pop .fare_body .fareSegmentHead{background: var(--bglblue1);
    color: var(--mainclr);}
.fare_rule_pop .fareinclusion{margin: 0px 0 0px;}
.fare_rule_pop .airline_info{color: var(--mainclr); padding: 0;}
.fare_rule_pop .airline_info_details{font-weight:bold;}
.fare_rule_pop .airline_info_details ul{    padding-left: 16px; font-weight:normal;}
.fare_rule_pop .airline_info_details li{display: list-item; margin-left:0; margin-bottom:5px}
.fare_rule_pop .airline_info_details b{font-weight:bold}
.fare_rule_pop .airline_info_details table{font-weight:normal; border: 1px solid var(--lbluebor);
    border-radius: 5px;
    background: var(--bglblue);
    font-size: 12px;
    color: var(--greycolor);}
.fare_rule_pop .airline_info_details table td{vertical-align:top; border: 1px solid var(--lbluebor);
    padding: 8px;}
.compopup .itn_mailbox{padding:0}
.compopup .htd_frmrow{padding:1rem; background: var(--bglblue1); border: 1px solid var(--lbluebor); border-radius:4px;}
.compopup.sendmail_pop{width:282px; top: 64px; right: 7px !important; left: initial !important;}
.compopup.sendmail_pop .fl_close{position: absolute;
    top: 0;
    right: 0;
    margin: -3px 1px 0 0;}
#SelectItineraryPopUp.compopup{position:absolute;}
.compopup.sendmail_pop h2 svg{vertical-align: text-top;}
.compopup .htd_frmrow h4{font-size: 12px;
    font-weight: bold;
    color: var(--mainclr);}
.compopup .htd_frmrow .emailshare{margin-top: 0;
    width: 100%; outline:none;
    background: var(--white);
    border-radius: 4px;}
.compopup .htd_frmrow .emailshare:focus{border-color:var(--altclr)}
.shareiconbx svg{vertical-align: sub;
    min-width: 24px;}
.shareiconbx{color: var(--greycolor);
    font-weight: 500;
    font-size: 13px;}
.farecheckbx input{vertical-align: text-top;}
.modify_rht{display: inline-flex;
    align-items: center;}
.modify_rht .fa{font-size: 13px !important; margin-top:0 !important}
/*.pubpricebx .radiobtn:checked + span{font-weight:bold}*/

.comtag{display: inline-block;
    padding: 2px 6px;     font-size: 11px; text-overflow: ellipsis;
    max-width: 95%; line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;}
.cortag{background:#E5F2DB; color:#25900A; }
.smetag{background:#FFEFD8; color:#C37703; }
.supertag{background:#DFF0FF; color:#014693; }
.flinfo{list-style:none;text-align:right;font-size: 14px;font-weight: 500;}
.flinfo li{display:inline-block; line-height:14px; position: relative; margin-left:6px;}
.flinfo li:first-child{margin-left:0;}
.flinfo li svg{vertical-align:initial; }
/*.fl_baggageicon svg path, .fl_refundicon svg path, .fl_noteicon svg path{stroke:var(--mainclr);}*/
.fl_tripicon svg{fill:var(--mainclr);}
.seatcountbx{color:var()}
.radiobtn{accent-color:var(--mainclr); margin-right:5px; vertical-align: text-top;}
.fl_buttonbx{max-width:120px;}
.flmiddlecnt{display: flex; align-items:start;}
.smallbtn{
    border: 1px solid #0d67ca;
    padding: 8px 12px;
    min-width: 95px;
    max-width: 100%;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #0D67CA;
    }
.pricebx_tag{min-width:110px; width:16%;}
.restricticon svg path{stroke:#AFAFAF;}
.restricticon.fl_tripicon svg path{stroke:initial;}
.restricticon.fl_tripicon svg path{fill: #AFAFAF;}
.restricticon:before{content: "";
    width: 1px;
    height: 11px;
    background: #E30101;
    position: absolute;
    left: 6px;
    transform: rotate(45deg);
    top: 1px;}
.fl_baggageicon.restricticon:before{left: 5px; top: 2px;}
.flpricebx + .flpricebx:last-child{margin-top:0;}
.domresultbx{position:relative;}
.domresultbx .compopup.sendmail_pop{top: 34px !important; right: 0 !important;}
.comlist_popup{padding-bottom:1px}
.comlist_popup:hover .baggage_popup{display:block; z-index:99;}
.baggage_popup {
    position: absolute;
    top:12px;
    z-index: 2;
    background: #fff;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
 min-width: 165px;
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    right: -70px;
    border: 1px solid #CCCCCC;
}
.baggage_popup h2{    background: var(--lblue);
    color: #040404;
    font-size: 13px;
    padding: 4px 8px;}
.baggage_popup table td{border-bottom:1px solid var(--lgrey); padding: 4px 8px; border-right:1px solid var(--lgrey);}
.baggage_popup table tr td:last-child{border-right:0;}
.baggage_popup table tr:last-child td{border-bottom:0;}
.baggage_popup table td .fa-plane{color: var(--clyellow);
    transform: rotate(45deg);
    font-size: 10px !important;
    margin: 0 4px;}
.sharebx a{color: #575757;
    text-decoration: none;
    text-align: right;     display: inline-flex;
    align-items: center;
    font-size: 13px;}
.sharebx .fa-whatsapp{color:#60d669;}
.sharebx svg{margin-left:5px;}

.pricebx_tag:hover .tag_popup{display:block;}
.tag_popup{position: absolute;
    top: 100%;
    z-index: 2; display:none;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    left: -15px;
    min-width: 125px;
    border-radius: 4px;
    overflow: hidden;}
.tag_popup h2{background: var(--lblue); color:var(--black); padding:8px; text-align:center; font-size:15px;}
.tag_popup ul{    list-style: none;
    padding: 8px;
    margin: 0;
    color: var(--black);
    font-size: 11px;
    font-weight: 400;}
.tag_popup ul li{margin-bottom:4px;}
.tag_popup ul li:last-child{margin-bottom:0;}
.tag_popup ul li .fa{    font-size: 16px !important;
    vertical-align: text-bottom;
    margin-right: 2px;}
.tag_popup ul li .fa-check-circle{color:#60D669;}
.tag_popup ul li .fa-times-circle{color:#BBBBBB;}
.flightlabel_list .form-switch.form-switch-sm{    min-height: initial; margin-top: -2px; vertical-align: sub;}
.flightlabel_list .form-switch.form-switch-sm .form-check-input{height: 0.8rem; background-color:transparent;}
.flightlabel_list .form-switch.form-switch-sm .form-check-input:checked{background-color: var(--mainclr);}
.adown svg{transform:scaleY(-1);}
.adown.low svg{transform:scaleY(1);}

.rreturnbx .flightname{width:55px;}
.rreturnbx .flightlabel{width: calc(100% - 42px); margin-left: auto;}
.rreturnbx .flightlabel .pub_pr{width:auto; min-width: 90px;}
.rreturnbx .flightlabel .pub_pr.offer_pr{/* max-width:130px;*/ min-width:98px; padding-inline-start:0.2rem;}
.rreturnbx .flightlabel .pub_pr.offer_pr a{flex-wrap:wrap;}
.rreturnbx .flightlabel .dura_tion{min-width: 137px;     width: 13%;}
.rreturnbx .flightlabel .departure, .rreturnbx .flightlabel .arrival{    width:58px;}
.rreturnbx .flpricebx{padding-left: 0.45rem; padding-top: 4px;}
.rreturnbx .flpricebx:first-child{padding-top:0}
.rreturnbx .pubpricebx .radiobtn{margin-right:5px;}
.rreturnbx .flightlabel .pub_pr.offer_pr a{justify-content: end;}
.rreturnbx .flofferbx{padding: 0px 0px 3px 0.2rem;}
.rreturnbx .d-flex{flex-wrap:nowrap;}
.rreturnbx .durationbx{min-width:140px;}
.rreturnbx  .flofferbx{border-left:0;}
.rreturnbx .flightlabel{align-items:end;}
.rreturnbx .flightlabel .d-flex{align-items:end !important;}
.rreturnbx .flightlabel .offer_pr .d-flex{align-items:center !important;}
.rreturnbx .flpricebx{flex-wrap:nowrap;     border-left: 1px solid var(--lgrey); align-items: start;}
.rreturnbx .pricebx_tag{min-width:auto; width:auto; padding-left: 17px;}
.flmiddlecnt .comprice{display:flex; flex-wrap: wrap;}
/* .rreturnbx .pubpricebx{width:auto; max-width:90px;} */
.rreturnbx .flofferbx{max-width: 130px; display: flex;flex-wrap: wrap; justify-content: end;}
.rreturnbx .pomorebtn .fa{margin-left: -15px;}
.domresultbx .dur_border .fa-plane{top: -5px}
.comresultbx .domresultbx .dur_border .fa-plane{top: -6px}
.rreturnbx .pubpricebx.d-flex{flex-wrap: wrap; justify-content: start; text-align: left; min-width:90px}
.rreturnbx .pubpricebx{width:auto; max-width:90px;}
.rreturnbx .tag_popup{text-align:left;}
.rresult_adcnt{color:var(--greycolor); font-weight: 600;}
.rresult_adcnt b{font-weight:600; font-size:13px;}
.rreturnbx .flmiddlecnt{flex-wrap:wrap; max-width: 210px;}
.webOEbx {padding: 4px 10px; background: #F9F9F9; font-size: 11px; color: #e19604;border-bottom: 1px solid var(--dgrey1);}
.rreturnbx_inner.active .webOEbx{background: #efefef;}
.sliderRange a.ui-slider-handle{top: -4px !important;}
.flightresult_grid:first-child{border-top:1px solid var(--lbluebor);}
.rreturnbx_inner:first-child .flightresult_grid {border-top:0;}
.rreturnbx_inner:last-child{margin-bottom: 0 !important;}
.rreturnbx .puboffer_pricebx{width:100%;}
.retbottombx{justify-content:space-between;}
.retbottombx code{max-width:90px;}
.retbottombx .inputbx{max-width:130px;}

.comresultbx{display:flex; background:var(--lblue); border:1px #d9e2f0 solid; border-radius:5px;}
.comresultbx .flleftcnt{flex-direction:row; flex-wrap:nowrap;}
.comresultbx .flightname h3{font-size:10px; font-weight: 400; color:var(--black);}
.comresultbtn{max-width: 100px;
    border-left: 1px solid var(--lgrey);
    width: 14%;
    text-align: right;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;}
.comresultbtn .mainbtn{min-width:100%; max-width:100%;}
.comresultbx .fn_lft img{width:24px; height:24px;}
.comresultbx .flightname{width:60px; flex-wrap:wrap; flex-direction:column; padding-inline-end:0.25rem;}
.comresultbx .fn_lft img{width:24px; height:24px;}
.comresultbx .fn_lft{max-width:100%;}
.comresultbx .durationbx{min-width:90px;}
.comresultbx .flmiddlecnt{flex-wrap:wrap; padding-inline-start:0.25rem; flex-direction:column; text-align:left; align-items: start;}
.comprice label{color:var(--greycolor);     min-width: 34px;}
.comresultbx .flightresult_grid{border-right:1px solid var(--lgrey); border-top: 0;
    border-bottom: 0; width: 39%; justify-content:space-between;}
.retbottombx .valign, .fl_buttonbx .valign{vertical-align: text-top;}
.comresultbx .flightresult_grid:hover{background: var(--lblue) !important;}
.comresultbx .pricebx_tag{min-width:auto; }
.comresultprice{ font-weight: 600;
    font-size: 13px;
    width: 14%;
    max-width: 155px;
    padding: 10px; text-align:center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;}
.comresultprice label{font-size:12px; color:var(--greycolor); min-width: 48px; text-align: left;}
.comprice span, .comresultprice span{display:inline-block;}
.comprice span{vertical-align: top;}
.resultbx_cnt .promotionBanner .nav-link{font-size: 11px; font-weight: 500;}
.resultbx_tabshare{display:flex; justify-content:space-between;     align-items: end; flex-wrap:wrap;}

.modifybx{display:flex; justify-content:space-between; flex-wrap:wrap;}
.modify_sresult{list-style:none; padding:0; margin:0 10px 0 0;}
.modify_sresult li{display:inline-block; line-height: 13px; margin-right: 0.9rem;}
.modify_lft{display:flex;}
.modify_lft code{min-width: 105px; white-space: nowrap;}
.modify_sresult b{font-weight:600;}
.modify_sresult .fa-plane{transform: rotate(45deg);
    color: var(--mainclr);
    margin: 0 0.5rem;}
.linktxt{color:var(--mainclr); font-weight:600;}
.mdep_time{border-right: 1px solid var(--dgrey); padding-right: 0.9rem;}
.comresultbx .tag_popup{box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);}
.pubpricebx .radiobtn{margin-right: 2px;}

.borderbtn{background: transparent;
    border: 1px solid var(--mainclr);
    color: var(--mainclr);}
.borderbtn:hover{border-color:var(--mainclr); color:var(--mainclr)}
.webOEbx p{margin-bottom:0;}

.resultbx_border{border: 1px solid var(--lbluebor); border-radius: 5px}


.air_filter_and_result{ width:100%; float:left;}
.air_fiter_left{ width:20%; float:left; margin-top:5px; border:1px solid #D7DFF4;}
.airfilter_head {width: 100%; float:left;}
.air_searchimg { float: left;}
.air_searchimg { width: 28px; height: 32px;  }
.airfilter_head b{ padding:10px 5px; float:left; font-size:13px;}
.ar_link { float: right; font-size: .9em; text-decoration:underline;}
.ar_link:hover {text-decoration: none; }
.all_airc_row{ float:left; width:100%; padding:.5%;}
.min_htair{ height:112px; overflow:auto;}


/* Safari */
@-webkit-keyframes pnrspin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes pnrspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal_lgn_v1 {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 150px;
    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-content-lgnv1 {
	background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    position: relative;
}
.agile_info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.wl_lftcol {
    padding: 0px;
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    background: #81d1ff;
}
.left_grid_infopp {
	padding: 0;
	background: url(/content/css/img/train-banner.png) no-repeat;
	height: 270px;
}
.wl_rightcol {
	flex-basis: 70%;
	-webkit-flex-basis: 70%;
	box-sizing: border-box;
	padding:1.5em 2em;
	background: #fff;
}
.wl_rightcol h2 {
	display: inline-block;
	font-size: 22px;
	margin: 0;
	margin-bottom: 15px;
	color: #000;
	letter-spacing: .5px;
}
.boxlabelv1 {
	width: 100%;
	float: left;
	color: #0f0f0f;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
	margin-bottom:6px
}
.pnrinpbx {
    width: 100%;
    float: left;
    border: 0;
    border: 1px solid #cacaca;
    outline: 0;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
}
.close_erv1 {
    color: #cacaca;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 13px;
	cursor:pointer
}
#spnLoadingPNr {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 7px;
    background: #fff3cd;
    color: #856404;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
}
.dblseat {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 3px;
    background: rgba(255,255,255,.3);
    margin: 9px 10px 0 0;
    cursor: pointer;
	position:relative
}
.dblseat svg {fill: #ffffff;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 4px;}
.dblseat_act{
    color: #000;
    border: 1px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0,0,0,.25);}
.dblseat_act svg {fill:#000000;}
.dblseat_act::before {
    content: '';
    background: url(/Content/img/tickmrk.svg) no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    position: absolute;
    right: -4px;
    top: -4px;
}

	.ui-slider-handle {cursor: grab!important;}
	.ui-slider-handle:active {cursor: grabbing !important;}
		.disabDiv {
   z-index: 999;
   pointer-events: none;
   opacity: 0.5;

}
.container_ckbx { display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
    float: left;
    font-weight: 500;
    margin: 12px 17px 5px 0;}
.container_ckbx input { position: absolute; opacity: 0; cursor: pointer }
.checkmark_ckbx { position: absolute; top: 0; left: 0; height: 17px; width: 17px; border-radius: 3px; border: 1px solid #e0e0e0 }
.container_ckbx input:checked ~ .checkmark_ckbx { background-color: #fff; border: 1px solid #fff }
.checkmark_ckbx:after { content: ""; position: absolute; display: none }
.container_ckbx input:checked ~ .checkmark_ckbx:after { display: block }
.container_ckbx .checkmark_ckbx:after { left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #2196f3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}

	.close_er { color: #cacaca;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 13px;}
.close_er:hover { color: #000; text-decoration: none; cursor: pointer; }
.modal_lgn {
	display: none;
	position: fixed;
	z-index: 222;
	padding-top: 70px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
}
.modal-content-lgn {
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 50%;
	position: relative;
	border-radius: 5px;
}
.container_logn {
	width: 100%;
}
.agile_info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.w3l_form {
	padding: 0px;
	flex-basis: 34%;
	-webkit-flex-basis: 34%;
}
.left_grid_info {
	padding: 0;
	background: url(/content/css/img/armyimg.png) no-repeat;
	height: 498px;
	padding: 30px 0 0 30px;
	border-radius: 5px 0 0 5px;
}
.w3_info {
	flex-basis: 65%;
	-webkit-flex-basis: 65%;
	box-sizing: border-box;
	padding: 3em 2em;
	background: #fff;
}
.w3_info h2 {
	display: inline-block;
	font-size: 22px;
	margin: 0;
	margin-bottom: 15px;
	color: #000;
	letter-spacing: .5px;
}
.btn-refer {
	color: #fff;
	background-color: #ef6614;
	margin-top: 15px;
	outline: none;
	padding: 12px 12px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.btn-block {
	display: block;
	width: 100%;
	margin: 20px auto;
}
.boxlabel {
	width: 100%;
	float: left;
	color: #0f0f0f;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
.namelist {
	width: 100%;
	float: left;
	border: 0;
	border-bottom: 1px solid #cacaca;
	outline: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	padding: 10px 0;
	font-size: 13px
}
.namebox {
	width: 100%;
	float: left;
	border: 0;
	border-bottom: 1px solid #cacaca;
	outline: 0;
	padding: 10px 0;
	font-size: 13px
}
.form-panel {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	position: relative
}
.down_arw_2 {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: 6px;
}
.namebox::-webkit-input-placeholder {
color:#000
}
.namebox::-moz-placeholder {
color:#000
}
.namebox:-ms-input-placeholder {
color:#000
}
.namebox:-moz-placeholder {
color:#000
}
.lfttl {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin: 0
}
ul.txlist {
	margin: 7px 0 0 0;
	list-style: none;
	padding: 0
}
ul.txlist li {
	margin: 0 0 4px 0;
	list-style: none;
	font-size: 13px;
	color: #000
}
.btick {
	width: 12px;
	height: 12px;
	float: left;
	background: url(/content/css/img/black-tick.svg) no-repeat;
	background-size: 12px 12px;
	margin-right: 5px
}
* {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    body {
        font-family: Poppins;
        margin: 0;
        padding: 0;
    }

    .inptBx::-webkit-input-placeholder, .inptBx2::-webkit-input-placeholder {
        color: #fff;
    }

    .inptBx::-moz-placeholder, .inptBx2::-moz-placeholder {
        color: #fff;
    }

    .inptBx:-ms-input-placeholder, .inptBx2:-ms-input-placeholder {
        color: #fff;
    }

    .inptBx:-moz-placeholder, .inptBx2:-moz-placeholder {
        color: #fff;
    }

.mdfydBg {
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    padding: 8px 0;
    float: left;
    width: 100%;
}

    .mdfy_cntr {
        width: 1232px;
        padding: 0 15px;
        margin: 0 auto;
		position:relative
    }
.sticky_bottom{
    background:#4a4a4a;
    border-top:1px solid #fff;
    bottom:0;color:#fff;
    padding-bottom:10px;
    padding-top:10px;
    position:fixed;
    width:100%;
    z-index:100
}
a.stk_btm_chpFlight{
    border-bottom:0;
    box-shadow:0 0 7px rgba(0,0,0,.34);
    background:#fff none repeat scroll 0 0;
    border-radius:4px 4px 0 0;
    color:#000 !important;
    padding:6px;
    position:relative
}

    .cont-rdo {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: 11px;
        cursor: pointer;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .cont-rdo input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .ckmark-rdoflt {
        position: absolute;
        height: 16px;
        width: 16px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #AAA;
    }
    .ckmark-rdo {
        position: absolute;
        top: 0px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .cont-rdo input:checked ~ .ckmark-rdo {
        background-color: #ffffff;
        border: 1px solid #ffffff;
    }

    .ckmark-rdo:after {
        content: "";
        position: absolute;
        display: none;
    }

    .cont-rdo input:checked ~ .ckmark-rdo:after {
        display: block;
    }

    .cont-rdo .ckmark-rdo:after {
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #1b5fbd;
    }

    .mdf_way {
        width: 100%;
        float: left;
    }

        .mdf_way ul {
            margin: 0;
            padding: 0;
            float: left;
            width: 100%;
        }

            .mdf_way ul li {
                list-style-type: none;
                font-size: 13px;
                display: inline-block;
                color: #ffffff;
            }

    .fl-col-1 {
        width: 160px;
        float: left;
        padding: 0;
        margin-right: 20px;
    }

    .fl-col-2 {
        width: 26px;
        float: left;
        padding: 0;
        margin-right: 10px;
    }

    .fl-col-3 {
        width: 138px;
        float: left;
        padding: 0;
        margin-right: 20px;
    }
	.fl-col-55 {
        width: 158px;
        float: left;
        padding: 0;
        margin-right: 20px;
    }

    .fl-col-4 {
        width: 145px;
        float: left;
        padding: 0;
        margin-right: 20px;
    }

    .fl-col-5 {
        width: 10%;
        float: right;
        padding: 0;
    }

    .fl-col-6 {
        width: 14%;
        float: right;
        padding: 0;
        margin-right: 0px;
    }

    .inptBx {
        width: 100%;
        color: #000000;
        font-size: 16px;
        outline: none;
        border: 0;
        background: hsla(0,0%,100%,.1);
        color: #fff;
        padding: 5px 7px;
        border-radius: 4px;
		font-family: 'Poppins';
        font-weight: 600;
    }

    .inptBx2 {
        width: 100%;
        color: #000000;
        font-size: 16px;
        outline: none;
        border: 0;
        background: hsla(0,0%,100%,.1);
        color: #fff;
        padding: 5px 7px;
        border-radius: 4px;
		font-family: 'Poppins';
        font-weight: 600;
		position: relative;
    z-index: 2;
    }
.fl-col-3::after {
    content: '';
    position: absolute;
    bottom: 1px;
    background: url(/Content/img/modify_img/date-nwicn.png) no-repeat 92% 34%;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 6px;
}
    .swapnIcn {
        width: 23px;
        height: 23px;
        background: url(/images/search-icon/swap-nw-icn.png) no-repeat;
        float: left;
    }

    .clr {
        clear: both;
    }

    .flTrv {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        line-height: 19px;
        float: left;
        background: hsla(0,0%,100%,.1);
        padding: 5px 7px;
        border-radius: 4px;
		border:0;
		font-family: 'Poppins';
        font-weight: 600;
    }

    .mdfDarw {
        border: solid white;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: relative;
        float: right;
        margin-top: 3px;
    }

    .mdfDarw2 {
        border: solid white;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 8px;
        bottom: 14px;
		z-index:0
    }

    .m_rel {
        position: relative;
    }

    .inpDrpdwn {
        width: 100%;
        color: #fff;
        outline: none;
        border: 0;
        background: hsla(0,0%,100%,.1);
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-position: 100% 29%;
        font-size: 16px;
        padding: 5px 7px;
        border-radius: 4px;
		font-family: 'Poppins';
        font-weight: 600;
		position: relative;
		z-index:1
    }

    .blck5 {
        color: black;
    }

    .srchFlbtn {
        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: 9px 0;
        background: transparent;
        font-weight: 600;
        margin-top: 21px;
    }
	.srchFlbtn:hover {
    background: #85d4f4;
    }   

    .lblTtl {
        margin-bottom: 9px;
        width: 100%;
        float: left;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
		margin-top:5px
    }
.clsimg {
    position: absolute;
    top: 2px!important;
    margin: 0 0 0 85%;
    cursor: pointer;
}
    .fl-lftCol {
        width: 33.3%;
        float: left;
    }

    .fl-ritCol {
        width: 55%;
        float: left;
    }

    #sector-sec1, #sector-sec2, #sector-sec3, #sector-sec4, #sector-sec5 {
        margin: 12px 0 0 0;
    }

    .w100a {
        width: 100%;
        float: left;
		position:relative
    }

    .ad {
        font-size: 12px;
        color: #fff;
        width: 25%;
        line-height: 20px;
        cursor: pointer;
    }

        .ad:before {
            content: '+';
            float: left;
            width: 20px;
            height: 20px;
            background: #fff;
            margin-right: 2%;
            border-radius: 50%;
            color: #000;
            text-align: center;
            font-size: 19px;
            font-weight: 600;
        }
#ui-id-1,#ui-id-2 {
        width: 300px !important;
        border: none;
        box-shadow: 0 2px 7px rgba(0,0,0,.45);
        -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.45);
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,.45);
    }

    #fromautoFill {
        top: 32px;
        left: 0px;
        width: 300px;
    }

    .drop {
        box-shadow: 0 2px 7px rgba(0,0,0,.45);
        -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.45);
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,.45);
    }

    .cal-tw-multi {
        margin: -23.4% 0 !important;
    }

    #toautoFill {
        top: 32px;
        width: 300px;
    }

    .pos-bx {top: 70% !important;
        left: 59% !important;}
	
    .pos-bx-mult {
        top: 38% !important;
        left: 46% !important;
    }
    .ui-autocomplete {
        width: 250px;
        top: 76px;
    }

    .one-w-mod1 {
        margin-top: 10px;
    }
	#FromMulti1,#ToMulti1,#FromMulti2,#ToMulti2,#FromMulti3,#ToMulti3,#FromMulti4,#ToMulti4,#FromMulti5,#ToMulti5 {top:38px;width: 300px;}
	
.modal_robotpop {
    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-content-robot {
    background-color: #ffffff;
    margin: auto;
    padding: 25px;
    width: 37%;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
    transform: translate(-49.5%, -49.5%);
    top: 50%;
    left: 50%;
}
.close_robotpop {
    color: #aaaaaa;
    float: right;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: -11px;
}
.rt_btn {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: table;
    color: #ffffff;
    background: #ef6614;
    cursor: pointer;
    margin: 0;
    text-align: center;
    width: 30%;
}
.check-box-rbt {
    color: #000;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}
.check-box-rbt input {
    position: absolute;
    opacity: 0;
}
.checkmark-rbt {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
}
.check-box-rbt input:checked~.checkmark-rbt:after {
    display: block;
}
.check-box-rbt input:checked~.checkmark-rbt {
    background-color: #2196F3;
    border-color: #2196F3;
}
.check-box-rbt .checkmark-rbt:after {
    left: 7px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}
.checkmark-rbt:after {
    content: "";
    position: absolute;
    display: none;
    box-sizing: content-box;
}
.imgBlockrobo {
    height: 150px;
    margin-bottom: 16px;
}
.imgsecrobo {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
.outrFlexr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.corpSec {
    background: rgba(255,255,255,.25);
    width: auto;
    border-radius: 6px;
    padding: 5px 8px;
    margin-bottom: 8px;
}

/*checkbox*/
.check-bxgroup {
    color: #333;
    position: relative;
    padding: 7px 7px 7px 32px;
    margin: 10px 0 5px 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    background: #eaf9ff;
    border-radius: 5px;
}
.check-bxgroup img {
    margin-left: 7px;
    width: 15px;
}
.check-bxgroup input {
    position: absolute;
    opacity: 0;
}
.checkmark_group {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 17px;
    width: 17px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background: #fff;
}
.check-bxgroup input:checked~.checkmark_group:after {
    display: block;
}
.check-bxgroup input:checked~.checkmark_group {
    background-color: #2196F3;
    border-color: #2196F3;
}
.check-bxgroup .checkmark_group:after {
    left: 5px;
    top: 0px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}
.checkmark_group:after {
    content: "";
    position: absolute;
    display: none;
    box-sizing: content-box;
}
.errorboxsrc {
    position: absolute;
    top: 65px;

    display: none;
	z-index:9999;
}
.errorfrmsrc {
    color: red;
    font-size: 11px;
    background: #ffeaee;
    padding: 4px 8px;
    border: 0;
    border-radius: 3px;
    display: inline-block!important;
    position: relative;
    line-height: 15px;
    white-space: nowrap;
    transition: all .5s ease;
    text-transform: capitalize;
    width: auto;
    margin: 0;
    font-weight: 500;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
.errorfrmsrc::before {
    content: "";
    left: 18px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ffeaee;
    position: absolute;
    z-index: 10;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fl_optn {
    width: 850px;
    margin: 0 auto;
    padding: 10px;
}

.emt_plus {
    width: 100%;
}

.flx_ttle {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}

.al_flx_opt {
    width: 100%;
    display: flex;
}

.al_flx_opt label {
    display: flex;
    flex: 0 0 32%;
	border:none;
	margin-right:15px;
}
.al_flx_opt label:last-child{margin-right:0;}

.pls_bxs {
    width: 100%;
    border: 1px solid #E6ECEF;
    border-radius: 8px;
    position: relative;
    min-height:360px;
}
.sclted_bt a {width:100%}
.pls_bxs:hover {
    border: 1px solid #9d7227;
    background: #ffffff;
    cursor: pointer;
}
.sclt_flock:hover {background: #eff9ff;}

.upr_sctn {
    border-bottom: 1px solid #DCDCDC;
    padding: 5px 15px;
}

.flx_p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dtl_plus {
    width: 80%;
}

img {
    max-width: 100%;
}

.optn_head {
    width: 100%;
    display: flex;
}

.optn_head img {
    width: 20px;
}
.optn_head span {
    font-size:15px;
    font-weight:600;
    color: #d19000;
	text-transform:uppercase;
}

.slct_optn {
    width: 13%;
}

.conta-radio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #d63b05;
    font-size: 16px;
    user-select: none;
    margin-left: 8px;
}

.conta-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.conta-radio input:checked ~ .checkk-radio {
    background-color: #ffffff;
    border: 1px solid #2196f3;
}

.checkk-radio {
    position: absolute;
    top: 6px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    right: 0px;
    border: 2px solid #E6ECEF;
}

.conta-radio input:checked ~ .checkk-radio:after {
    display: block;
}

.conta-radio .checkk-radio:after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #2196f3;
}

.checkk-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.faclty {
    width: 100%;
    padding: 10px 15px 14px;
    max-height: 222px;
    overflow-y: auto;
}

.faclty ul {
    margin: 0px 0 0 15px;
    padding: 0;
}

.faclty ul li {
    list-style: circle;
    font-size: 12px;
}

.faclty ul li img {
    width: 16px;
    margin-right: 8px;
}

.rcmd {
    width: 95px;
    border-radius: 20px;
    background: #FFE9D9;
    color: #FF6F00;
    position: absolute;
    border: 1px solid #FF6F00;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    top: -12px;
    left: 10%;
    transform: translate(10%, 0px);
}

.actve {
    border:1px solid #9d7227 !important;
    background: #fff;
}

.mr_lft {
    margin-left: 10px;
}

.prce_mn {
    font-weight: 600;
    font-size: 13px;
}

.sclt_bfny {
    display: block;
    font-size: 15px;
    text-align: center;
    padding:7px;
    border-radius: 25px;
    background: #EDF0F3;
    color: #C6C6C6;
    cursor: pointer;
    text-decoration: none;
	position: absolute;
    width: 90%;
    left: 15px;
    bottom: 13px;
}
.prce_mn{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.prce_mn span {
    font-size:14px;
    font-weight:normal;
}
.sclted_bt {
    color: #000;
    display: block;
    padding: 7px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 13px;
    left: 15px;
    background: #cdcdcd;
}
.sclted_bt a {
    color: #fff;
    display: block;
    padding: 7px;
    border-radius: 25px;
    background: #2196f3;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background: seagreen;
}

.pd15 {
    padding: 0 15px;
}

#modal-newb2b {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.modal-content-newb2b {
    background-color: #fefefe;
    margin: auto;
    width: 75%;
    border-radius: 0;
    position: absolute;
    right: 0;
    height: 100vh;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

.flex-flow {
    flex-flow: wrap;
}

.jsb {
    justify-content: space-between;
}

.acntr {
    align-items: center;
}

.flx {
    display: flex;
}

.clm {
    flex-direction: column;
}

.marg-left {
    /* margin-left: auto; */
}

._lopogt_nhy {
    border-bottom: 1px solid #CCD5DC;
    padding: 10px 20px;
    margin-bottom: 0px;
    justify-content: space-between;
    display:flex;
    background: linear-gradient(0deg,#edd287,#b8860b);
    color: #000;
}

._newdiv-left {
    width: 100%;
}

._newdiv-left:last-child {
    border: none;
}

._newrthed {
    font-size: 19px;
    font-weight: 600;
}

._newsong {
    font-size: 13px;
    color: #B2790D;
}

._nhty {
    padding: 10px 20px 0;
    width: 100%;
    background: #f9f9f9;
    height: 550px;
}

.close-newb2b {
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

._bgcls {
    background: #fff;
    border: 1px solid #9d7227 !important;
    border-radius: 8px;
    padding:5px;
    margin-bottom: 6px;
    display:flex;
}
._airlilogo{margin-right:10px;}
.ped-left {
    padding: 0 0 0 10px;
}

._detisls {
    width: 67%;
    padding: 0px 0 0 10px;
    font-size: 14px;
}
._detislsnp{width:70%;font-size:13px;}
._detislsnp span{font-size:17px;font-weight:600;}
._namedtls {
    font-size: 16px;
    font-weight: 600;
}

._flgname {
    font-size: 13px;
}

._flitime {
    font-size: 13px;
}

._onwdr {
    background: #FFF6E4;
    padding: 6px;
    font-weight: 600;
    font-size: 13px;
    border-radius:5px;
	display:none;
}

._bxses{overflow-x:auto;
    margin-top: 12px;
    height: calc(100vh - 310px);}

._nerty {
    font-weight: 600;
    margin: 0 6px;
}

._emtfxder {
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    box-shadow:0 -5px 4px -4px #ccc;
    display: flex;
    justify-content: space-between;
}
.book-bt-nwap {
    background-color: #ef6614;
    text-shadow: none;
    color: #FFF;
    outline: none;
    text-align: center;
    padding: 10px 35px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.book-bt-n:hover, .book-bt-nwap:hover{background-color: #da5200;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear}
.f30 {
    font-size: 28px;
    font-weight: 600;
    color: #D63B05;
}

._nhyuop {
    width: 40%;
    display: flex;
    align-items: center;
}

._prgty {
    color: #2F2F2F;
    font-size: 14px;
    margin-right: 10px;
}

._popupnyt {
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0 !important;
    overflow-x: hidden;
    transition: 0.8s;
    padding-top: 0px;
}

.modal-fph-popup_slide {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.modal-content-fph-popup_slide {
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    width: 100%;
    border-radius: 0px;
    position: absolute;
    right: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 32px;
    margin-left: 50px;
    cursor: pointer
}

#opct35 {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 999;
    background: rgba(0,0,0,0.65);
    top: 0;
}
._btmftrdv{
    width:75%;
    /*margin-top:25px;*/
    position:inherit;
    /*bottom:0;*/
    
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 5px;
    height:10px;
}

/* Track */
::-webkit-scrollbar-track {
    background:#EAEAEA;border-radius:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background:#2196F3;border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{background:#2196F3;}

/*Scrollbar*/
._btnm{width:100%;display:flex;}
.fflx{display:flex;}
.fjsb{justify-content:space-between;}
._fcltechdt{margin-bottom:10px;}
._fcltechdt:last-child{margin-bottom:0;}
._fcltechdt i{width:30px;}
._dsrcp_rpt{width:90%;}
._tpbldtle{font-size:13px;font-weight:700;}
._tpbldtle ul{margin:0;padding:0;}
._tpbldtle ul li{list-style:circle;}
.fclm{flex-direction:column;}
._cabinfcnl{font-size:12px;font-weight:normal;}
._txtred{font-size:12px;font-weight:normal;}
._tbng_fled{margin:0 0 10px;}
._tbng_fled ul{margin:0;padding:0;}
._tbng_fled ul li{cursor:pointer;list-style:none;display:inline-block;font-size:14px;color:#000;text-decoration:none;padding:5px 15px;display: inline-block;margin-right:15px;border:1px solid #2196f3;color:#2196f3;border-radius:40px;}
._tbng_fled ul li:hover{background:#2196f3;color:#fff;}
.tab_emi li.active_emi{background: #2196f3;font-weight:600;color:#fff;}
._ctnprce {
    color: #C6C6C6;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}
    ._ctnprce:before {
        position: absolute;
        content: '';
        left: 0;
        height: 1px;
        width: 100%;
        top: 9px;
        background: #C6C6C6;
    }
._cpnapald {
    color: #02bb91;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px
}
._rfndle {
    color: #2dca1c;
    border: 1px solid #2dca1c;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 40px;
}
._nonrfndle {
    border: 1px solid #f00;
    color: #f00;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 40px;
}

._airlilogo img{width:25px;border-radius:5px;}
label{font-weight:unset;}
.modal_mfLoader{z-index: 9999 !important;}
.smspn{font-size:13px !important;font-weight:normal !important;}
.fnt13{font-size:13px !important;}
._fltDtlsd {
    background: #fff;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 5px;
    display: none;
    color: #2196f3;
    border-radius: 6px;
    border: 1px solid #2196f3;
    line-height: 21px;
    margin-left: auto;
    cursor: pointer;
}
.dwnarrowfl {border: solid #2196f3;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    position: relative;
    top: -2px;
    margin-left: 7px;}

