*{box-sizing:border-box;-webkit-box-sizing:border-box;}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{margin:0;padding:0;border:0;outline:0;}
body{font-family:'Poppins'}



.lang_icn {
     width: 18px;
     height: 18px;
     margin-right: 5px;
     margin: auto;
     margin-right: 5px;
     display: inline-block;
     vertical-align: bottom;
}
 .lang_country_slct {
     float: right;
     margin: 0px 0 0 20px;
     background: #eaeaea;
     cursor: pointer;
     border-radius: 50px;
     padding: 4px 14px;
     padding-right: 25px;
     display: flex;
     position: relative;
     font-size: 13px;
     align-items: center;
     font-weight: 600;
}
 .lang_country_slct:after {
     content: "";
	 display:none;
     position: absolute;
     margin: 0;
     width: 12px;
     height: 8px;
     background-image: url(https://www.easemytrip.com/images/flight-img/arro-hp-new.png);
     top: 9px;
     right: 7px;
     background-repeat: no-repeat;
     -webkit-transition: .3s;
     transition: .3s;
}
.arww_down_lang {
    position: absolute;
    margin: 0;
    width: 12px;
    height: 8px;
    background-image: url(https://www.easemytrip.com/images/flight-img/arro-hp-new.png);
    top: 9px;
    right: 7px;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}
 .lang_slct {
     background: #fff;
     position: absolute;
     width: 200px;
     z-index: 99;
     border-radius: 3px;
     transition: max-height 0.4s ease-in;
     box-shadow: 0 0 7px rgb(0 0 0 / 40%);
     top: 31px;
     padding: 10px;
     right: -2px;
	 animation: slideInDown .25s linear;
}
.lang_slct::after {
    top: -13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    z-index: 99;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: #fff;
    border-width: 8px;
    right: 7px;
}
 .language_slct {
     width: 100%;
     line-height: 18px;
}
 .lang_sec {
     float: left;
     width: 100%;
}
 .currency-switcher {
     position: relative;
     margin: auto;
     width: 100%;
     float: left;
     cursor: pointer;
}
 .lang_slct p{
     color: #737373;
     font-size: 12px;
     width: 100%;
     float: left;
}
 .dropdown {
     position: relative;
     width: 100%;
}
 .dropdown:after {
     content: "";
     position: absolute;
     margin: 0;
     width: 15px;
     height: 10px;
     background-image: url(https://www.easemytrip.com/images/flight-img/arro-hp-new.png);
     top: 14px;
     right: 10px;
     background-repeat: no-repeat;
     -webkit-transition: .3s;
     transition: .3s;
}
 .dropdown.open:after {
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .dropdown>.caption, .dropdown>.currCaption, .lang_sec {
     border: 1px solid #e1e1e1;
     cursor: pointer;
    /* background: #2196f338;
     */
     border-radius: 5px;
     padding: 7px 10px;
     display: flex;
     font-size: 13px;
     margin: 5px auto;
     box-shadow: 0 1px 10px 0 rgb(0 0 0 / 5%);
     align-items: center;
     font-weight: 500;
}
 .caption img, .currCaption img, .item img, .curritem img {
     margin-right: 5px;
}
 .dropdown>.list,  .dropdown>.currlist {
     position: absolute;
     background-color: #fff;
     width: 100%;
     transition: max-height 0.4s ease-in;
     -webkit-transition: max-height 0.4s ease-in;
     box-shadow: 0 0 7px rgb(0 0 0 / 40%);
     -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
     -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
     opacity: 0;
     z-index: 999;
     -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
     transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
     top: 28px;
     z-index: -1;
     visibility: hidden;
}
 .list::before, .currlist::before {
     content: "";
     right: 5px;
     top: -8px;
     width: 0;
     height: 0;
     border-top: 0;
     border-right: 8px solid transparent;
     border-left: 8px solid transparent;
     border-bottom: 8px solid #fff;
     position: absolute;
     z-index: 10;
}
 .dropdown.open>.list, .dropdown.open>.currlist {
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 1;
     z-index: 99;
     visibility: visible;
}
 .dropdown>.list>.item, .dropdown>.currlist>.curritem {
     padding: 5px 10px;
     display: flex;
     align-items: center;
     cursor: pointer;
     -webkit-transition: .3s;
     transition: .3s;
     font-size: 13px;
     border-bottom: 1px solid #eee;
}
 .dropdown>.list>.item.selected, .dropdown>.currlist>.curritem.selected {
     background: #f2f2f2;
    
}
 .dropdown>.list>.item:hover, .dropdown>.currlist>.curritem:hover {
     background: #f2f2f2;
}
 .dropdown>.list>.item span, .dropdown>.currlist>.curritem span, .dropdown>.caption span, .dropdown>.currCaption span {
     font-weight: 600;
     font-size: 14px;
     letter-spacing: 0.3px;
     color: #243CBB;
     position: absolute;
     right: 36px;
}
 .dropdown>.list>.item span,  .dropdown>.currlist>.curritem span {
     right: 20px;
}


.mid_pnl {
    background: #fff;
    width: 100%;
    display: inline-block;
}
.grey_bg {
    background: #fff;
    width: 100%;
    display: inline-block;
}
.wid100 {
    width: 100%;
    float: left;
}
.fl_container { width: 100%; background: #fff; border: 1px solid #dfe2e2; border-bottom: 2px solid #dfe2e2; margin-top: 35px; border-radius: 3px; display: inline-block; padding: 1% 2% }
.srch_btn { background: #fff; float: right; color: #2196f3; border-radius: 4px; border: 1px solid #2196f3; padding: 0 10px; line-height: 31px; position: relative; outline: 0; display: inline-block; min-height: 36px; min-width: 88px; text-align: center; font-weight: 400; font-size: 14px; cursor: pointer; text-decoration: none; transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1) }
.srch_btn:hover { background: #2196f3; color: #fff; border: 1px solid #2196f3 }
.tab-content.current {
    display: inherit;background: #fff;
}
.tab-content ul { width: 100%; float: left; margin: 0; list-style: none; display: inline-block; padding: 0 }
.tab-content ul li { margin: 0; list-style: none; display: inline-block; padding: 15px 0; width: 100%; font-size: 15px; color: #676666; line-height: 32px; border-bottom: 1px dashed #dfe2e2 }
.tab-content ul li:last-child { border-bottom: 0 }
.hm_link {
    font-size: 15px;
    color: #676666;
    text-decoration: none;
    cursor: pointer;
}
.para {
    font-size: 13px;
    color: #292828;
}
.ftr_col_1 ul li {
    position: relative;
}
.n_deal2 {
    text-align: center;
    color: #fff;
    font-size: 7px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    transform: skew(15deg);
    padding: 0;
    margin: 0;
}
/*news box*/
        .newsbox {float: left;width: 100%;padding: 10px 0;border-bottom: 1px solid #d5d5d5;display: flex;}
		.ht350 {height: 340px;overflow: auto;padding: 0 8px;padding-right: 15px;}        
        .wid100 {width: 100%;float: left;}        
        .wid70 {width: 68%;float: left;}        
        .wid30 {width: 30%;float: right;}        
        .morecontent span {display: none;}        
        .morelink {display: block;}        
        .newsbox h2 {font-size: 13px;display: block;width: 100%;margin-bottom: 5px;}        
        .newsbox p {font-size: 12px;color: #676666;margin: auto;text-align: left;}        
        .pdte {font-size: 11px;display: flex;align-items: center;color: #676666;float: left;width: 100%;}        
        .pdte img {margin-right: 5px;}        
        .read-more-news-label {width: 100%;float: left;text-align: right;font-size: 12px;color: #2196f3;cursor: pointer;margin-top: 5px;}  
        .ht350 .newsbox:last-child {border: 0;}        
        .ht350::-webkit-scrollbar {width: 2px;}        
		.ht350::-webkit-scrollbar-track {box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);}
		.ht350::-webkit-scrollbar-thumb {background-color: #2196f3;outline: 1px solid #2196f3;}
		.read-more-content {max-height: 0;overflow: hidden;transition: max-height .5s ease;}
		.read-more-news {display: none;}
		.read-more-news-label:after {content: "More";display: inline-block;}        
		.read-more-news:checked+.read-more-content {display: block;max-height: 1000px;}
		.read-more-news:checked+.read-more-content+.read-more-news-label:after {content: "Less";}
		.news_container {
    padding: 12px 8px;
    background: #f8fafc;
    border: 0;
    position: relative;
    width:100%;
	    margin-top: 20px;
}
.news_container::before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
    position: absolute;
}
.news_container::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #ecf2f7;
    border-right: 15px solid transparent;
    border-left: 15px solid #ecf2f7;
    position: absolute;
}
.dateClm {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 14px;
    background: #eee;
    height: 52px;
    margin-top: 4px;
}
.mnthBg {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    line-height: 21px;
    background: #2196f3;
    padding: 1px 10px;
}
.dateBg {margin: 0;font-size: 18px;text-transform: uppercase;color: #000000;}
/*news box*/
.clr {
    clear: both;
}


.bottom_bdr_h { width: 100%; display: table ;background-color: #2f81ed; background: linear-gradient(to right, #2F80ED, #56CCF2);}
.dark_clr_h { border-right: 1px solid #476fb9; width: 23%; display: table-cell; vertical-align: middle; padding: 3%; color: #fff; font-size: 22px; }
.light_clr_h { border-left: 1px solid #68c2d6; width: 77%; display: table-cell; vertical-align: middle; }

.col_bot_1 { width: 23%; float: left; margin-left: 10px }
.img_col { float: left; margin-right: 8px }
.col_bot_1 .rit_col { float: left; width: 73% }
.col_bot_1 .rit_col h6 { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #fff; margin: 0 }
.col_bot_1 .rit_col p { font-size: 12px; color: #ffffff }
.eb_hp_i { width: 42px; height: 42px; margin: 0; float: left; background: url(https://www.easemytrip.com/images/flight-img/home-sub-sprite.png) no-repeat -1px -1px; }
.lp_hp_i { width: 50px; height: 37px; margin: 0; float: left; background: url(https://www.easemytrip.com/images/flight-img/home-sub-sprite.png) no-repeat -55px -2px; }
.ed_hp_i { width: 28px; height: 29px; margin: 0; float: left; background: url(https://www.easemytrip.com/images/flight-img/home-sub-sprite.png) no-repeat -121px -5px; }
.sp_hp_i { width: 28px; height: 36px; margin: 0; float: left; background: url(https://www.easemytrip.com/images/flight-img/home-sub-sprite.png) no-repeat -161px -3px; }
.fl_hp_i { width: 42px; height: 19px; margin-right: 10px; display: inline-block; background: url(https://www.easemytrip.com/images/flight-img/home-sub-sprite.png) no-repeat -323px -10px; }
.new_ofr_hp2, .new_ofr_hp_img-rc  {min-height: 195px;}
.new_ofr_hp_img-rc img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}
.blogopcty {
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 50%, rgb(143 143 143) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.new_hp_text {
    position: absolute;
    padding: 10px;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.hp_vld {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #2196f3;
    padding: 2px 7px 4px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.rou_noti {
    font-size: 12px;
    padding: 10px 0;
    font-weight: 600;
    position: absolute;
    top: 27px;
    left: 8px;
    /* background: #fff; */
    color: #626262;
}
.mid_home {
    width: 1170px;
    margin: 26px auto;
    padding: 0 15px;
}
.mid_home h4 {
    color: #000;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: 700;
}
.topstripcl {
    background-color: #10234f;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    width: 100%;
    display:flex;
}
.topstripcont {
    padding: 12px 50px;
    font-size: 13px;
	width:100%
}
.crossstrip {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
	float:right
}


.lang_slct {
    background: #fff;
    position: absolute;
    width: 312px;
    z-index: 99;
    border-radius: 3px;
    transition: max-height 0.4s ease-in;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    top: 31px;
    padding: 10px;
    right: -2px;
}
.top_sec_lg{
display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.lang_slct_50{
width: 48%;
}
.boder_tps {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DFDFDF;
    display: none;
}
.lang_slect {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}
.lang_slect::-webkit-scrollbar {
  width: 5px;
}
.lang_slect::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.lang_slect::-webkit-scrollbar-thumb {
  background: #2196f3; 
}
.lang_slect::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.cont_curr {
    padding: 0;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin: auto 1px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px;
    margin-bottom: 5px;
    min-width: 31%;
    border-radius: 3px;
    padding-left: 25px;
    border: 1px solid #eee;
	font-weight:500
}
.cont_curr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cont_curr input:checked ~ .chk_curr {
    background-color: #fff;
}
.chk_curr {
    position: absolute;
    top: 6px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2196f3;
}
.cont_curr input:checked ~ .chk_curr:after {
    display: block;
}
.cont_curr .chk_curr:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2196f3;
}

.chk_curr:after {
    content: "";
    position: absolute;
    display: none;
}
.inrcurr{
	background: url(https://flight.easemytrip.com/Content/img/rupee-fare.svg) no-repeat;
    display: none;
    width: 14px;
    height: 14px;
    margin: auto;
    padding: 0;
    background-size: 14px 14px;
}
.aedcurr{    background: url(https://flight.easemytrip.com/Content/img/black_aed.png) no-repeat;
    width: 20px;
    height: 15px;
    display: none;
    margin: auto;
    background-size: 20px 15px;
    vertical-align: middle;
}
.thbcurr{    background-image: url(https://flight.easemytrip.com/Content/img/curr-icon/thb_black.svg) !important;
    width: 14px;
    height: 13px;
    display: none;
    margin: auto;
    background-size: 14px 13px;
    vertical-align: middle;
}
}
.gbpcurr{ background-image: url(https://flight.easemytrip.com/Content/img/gbp-black.svg) !important;
    width: 12px;
    height: 12px;
    display: none;
    margin-right: 1px;
    background-size: 12px 12px;
    vertical-align: middle;
}
.menulinkx a:hover {
    color: #f8f9ffe0;
    text-decoration: underline;
}
.read-more-news-label:hover {
    text-decoration: underline;
}

.read-more-news-label:hover:after {
    text-decoration: underline;
}

@keyframes slideInDown {
0% {
    -webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}