* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.headerMain {
    width: 100%;
    padding: 10px 0;
    background-color: #ffffff;
    float: left;
}
.inner_block {
    width: 90%;
    margin: 0 auto;
}
.arr-blk {
    width: 14px;
    height: 14px;
    float: left;
    background: url(https://www.easemytrip.com/CSS/Refer/img/left-arrow.svg) no-repeat 0 0;
    background-size: 14px 14px;
    margin: 4px 0 0 0;
}
.wlticon {
    width: 22px;
    height: 22px;
    float: right;
    background: url(https://www.easemytrip.com/CSS/Refer/img/wallet.svg) no-repeat 0 0;
    background-size: 22px 22px;
    margin: 0;
}

.clr {clear:both}
.wid70 {width:70%;float:left}
.wid30 {width:30%;float:right}
.leftCol {float:left;font-size:17px;font-weight:600;color:#000;margin-left:10px}
.ritCol {float:right;font-size:10px;font-weight:600;color:#000;margin-right:7px;line-height: 24px;}

.divider {width:100%;float:left;height:4px;background:#eee;margin:12px 0}

.wrapper {width:100%;float:left;margin-top:7px}
.tcenter {text-align:center}
.mgtb10 {margin-top:8px;margin-bottom:15px}
.topttl {font-size:19px;font-weight:700;color:#000;margin:4px 0}
.topsbttl {font-size:11px;font-weight:500;color:#000;margin:0}
.tipblock {width:100%;float:left;border-radius:3px;padding:12px;margin-bottom:6px;position:relative}
.tipblock .imgblock {width:40px;float:left;margin-right:10px;    margin-top: 5px;    margin-bottom: 0;}
.amtrs {font-size:11px;font-weight:600;color:#BC511C;margin:3px 0}
.tipright {width:calc(100% - 50px);float:left}
.tiphd {font-size:14px;font-weight:700;color:#000;margin:0}
.tipsbhd {font-size:10px;font-weight:500;color:#000;margin:5px 0 0 0}
.orange-l {background: #FFF5F0}
.blue-l {background: #F3F3F3}
.tringle {position:absolute;top:0;right:15px;width:22px;height:18px;text-align:center;color:#fff;background:#F06723;font-size:14px;font-weight:500}
.tringle:after {content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 11px 0 11px;
    border-color: #f06723 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 0;}
.btnsec {
    width: 75%;
    margin: 20px auto;
    position: relative;
    background: #F06723;
    border-radius: 25px;
    padding: 13px 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.35);
    text-align: center;
}
.whticn {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(https://www.easemytrip.com/CSS/Refer/img/whatsapp-wht.svg);
    background-size: 23px 23px;
    margin-right: 8px;
    vertical-align: middle;
}
.btntxt {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}