* {
    -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;
}
.edticon {
    width: 11px;
    height: 11px;
    display: block;
    background: url(https://www.easemytrip.com/CSS/Refer/img/editicn.svg) no-repeat 0 0;
    background-size: 11px 11px;
        margin: 0 auto;
}
.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;}
.topbg {width:100%;float:left}
.topbg img{max-width: 100%;}
.refcode {width:70%;margin:20px auto;text-align:center}
.refttl {font-size:12px;color:#000;margin:0px 0 10px 0;}
.refcdbg {
    background: #FCEDDE;
    padding: 4px 15px;
    color: #F06723;
    font-size: 30px;
    width: 70%;
    outline: 0;
    border: 0;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.editsc {
    display: inline-block;
    margin-left: 0;
    top: 10px;
    width: auto;
    float: right;
    position: relative;
}
.editxt {font-size:9px;color:#000;    margin: 2px 0;}
.divider {width:100%;float:left;height:4px;background:#eee;margin:12px 0}

.wrapper {width:100%;float:left;}
.imgblock {width:200px;margin-top:20px;margin-bottom:20px}
.tcenter {text-align:center}
.btmtl {font-weight:600;font-size:16px;margin:0}
.linkCol {width:100%;border:1px dashed #C4C0C0;padding:0;float:left;position: relative;margin-top:0px}
.linktxt {
    display: inline-block;
    width: 61%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    border-right: 1px dashed #C4C0C0;
    background: white;
}
.errored {
    width: 100%;    display: none;
    font-size: 12px;
    color: red;
}
.errorgrn{
    width: 100%;    display: none;
    font-size: 13px;
    color: green;
}

.vrfybtn {display:inline-block;width:37%;padding:10px 0;color:#2196f3;text-align:center;font-size:14px;}

.scTxt {text-align:center;color:#222222;font-size:11px;margin:3px 0;font-weight:600}
.mgtb20 {margin-top:30px;margin-bottom:30px}
.stepscol {width:100%;float:left;margin-top:15px}
.stepsno {width:20%;float:left}
.stepsno ul {margin:0;list-style:none;padding:0;}
.stepsno ul li {margin: 0;
    list-style: none;
    width: 36px;
    height: 36px;
    background: #FCFCFC;
    box-shadow: 0px 2px 6px #00000029;
    text-align: center;
    color: #F48F5C;
    font-size: 19px;
    border-radius: 50%;
    line-height: 36px;
    font-weight: 600;    margin-bottom: 40px;
    position: relative;}
.stepsno ul li::after {border-right: 1px dashed #a5a5a5;
    content: '';
    position: absolute;
    height: 40px;
    left: 18px;
    top: 37px;}
.stepsno ul li:last-child:after  {display:none}
.stepstxt {width:80%;float:right}

.tophed {font-size:15px;font-weight:600;color:#F06723;margin:0 0 3px 0}
.sbhed {font-size:13px;font-weight:500;color:#030303;margin:0}
.linktp {    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #F06723;
    float: left;
    padding: 12px 0;}
	
.stepstxt .invtmid{    width: 100%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 15px;}	