@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);
*{box-sizing:border-box;-webkit-box-sizing:border-box}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,strike,strong,sub,sup,tt,u,ul,var{padding:0; margin:0;font-family:Poppins,sans-serif!important}
.d_date {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
}
.r_arr2 {
    width: 20px;
    height: 14px;
    background: url(../img/train-listing-sprite.png) -100px -1px;
    display: inline-block;
    margin: 0 12px;
}

p{margin:0;padding:0}
a{text-decoration: none;}
.clr{clear:both;}
.main_list {
    width: 100%;
    float: left;
    background: #eeeeee;
}
.mid_container_btm {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.left_pannel {
    width: 20%;
    float: left;
    padding: 0;
    background: #fff;
    margin: auto;
    border: 1px solid #E3DFDF;
    border-radius: 4px;
}
.right_pannel {
    width: 79%;
    float: left;
    border-left: 1px solid #d6d4d4;
    margin-left: 1%;
    padding-left: 1%;
}
.train-list-row {
    width: 100%;
    float: left;
}
.impinfos {
    display: flex;
    width: 35%;
    font-size: 10px;
    color: #4B4B4B;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    padding: 5px 0px;
    float: left;
    border-radius: 50px;
}
.closeinfi {
    width: auto;
    font-size: 10px;
    padding: 1px 4px;
    margin: 3px auto;
    text-align: center;
    border-radius: 50px;
    float: right;
    border: 1px solid #C6C3C3;
    color: #C6C3C3;
}

.available{margin: auto;}
.waitlist{margin: auto;}
.naavlb{ margin: auto;}
.unknown{ margin: auto;}
.available:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #ADEBB4;
}
.waitlist:before{    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #FFF2BD;
}
.naavlb:before{    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #F5ABAB;
}
.unknown:before{    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #DCA3EE;
}


.divlistnew {
    background: #EFEFEF;
    float: left;
    width: 100%;
}
.trlist {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 7px rgb(0 0 0 / 17%);
}
.topdiv {
    background: #F2F9FF;
    padding: 8px;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    align-content: center;
    border-top-right-radius: 6px;
}
.rating {
    /* background: #F6C235; */
    /* padding: 3px 8px; */
    /* border-radius: 3px; */
    /* color: #fff; */
    /* margin: 0; */
    /* width: auto; */
    /* display: flex; */
    /* font-weight: 600; */
    /* font-size: 12px; */
}
.star {
    width: 11px;
    height: 11px;
    margin: auto;
    margin-right: 4px;
    background: url(img/star.svg) no-repeat;
    background-size: 11px 11px;
    display: inline-block;
    vertical-align: middle;
}
.arrowsec {
    width: 11px;
    height: 11px;
    margin: auto 8px;
    background: url(../img/arrow-right.svg) no-repeat;
    background-size: 11px 11px;
    display: inline-block;
    vertical-align: middle;
}
.route {
    width: 80%;
    display: flex;
    margin: auto;
    margin-left: 10px;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}
.w25{ width: 20%;
    display: flex;}
.w50{    width: 50%;}
.tr-days {
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.tr-days ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    list-style: none;
}
.tr-days ul li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
    color: #bababa;
    margin: auto;
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
}
.tr-days .green {
    color: #4fc82e !important;
    font-weight: 600;
}

.bodydiv {
    padding: 10px 15px;
    margin: auto;
    width: 100%;
    float: left;
}
.w100 {
    padding: 0 15px;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    float: left;
    background: #f8f8f8;
    margin: auto;
    box-shadow: 0 0 3px rgb(0 0 0 / 26%);
}

.flxf {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
}
.name-number-cntr .number {
    font-weight: 500;
    margin-right: 5px;
    font-size: 15px;
    padding: 3px 5px;
    color: #313131;
    background: #F2F9FF;
    border: 1px solid #B6D5F0;
    border-radius: 3px;
    float: left;
}
.name-number-cntr {
    width: auto !important;
    color: rgba(0,0,0,.87);
    float: left;
    flex: 1;
    align-content: center;
    display: flex;
}

.name-number-cntr .name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    float: left;
    margin: auto 2px;
}
.t-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t-dep {
    width: 34%;
    float: left;
    text-align: left;
    margin-right: 4px;
}
.t-dur {
    width: 30%;
    float: left;
}
.t-arr {
    width: 34%;
    float: right;
    text-align: right;
}
.ft-dep {
    color: #000000;
    font-size: 16px;
    font-weight: 600;

}
.ft-tran {
    color: #4B4B4B;
    font-size: 10px;
    margin-top: 3px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.duratn-bdr {
    border-bottom: 1px solid #CBC4C4;
    position: relative;
    padding-bottom: 11px;
    font-size: 11px;
}
.text_gray {
    color: #8F8888;
    font-size: 11px;
    position: absolute;
    background: #ffff;
    font-weight: 600;
    border: 1px solid #CBC4C4;
    vertical-align: middle;
    padding: 2px;
    margin-top: 2px;
    width: 70%;
    top: 0px;
    left: 15%;
    border-radius: 50px;
}
.tr-time {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}
.text-center {
    text-align: center;
}
.flxn{display: flex;
    align-items: center;
}
.namtxt {
    font-size: 14px;
    color: #000;
    width: 50%;
    float: left;
    margin: auto;
    margin-left: 0;
}
.seatavl {
    display: flex;
    font-size: 11px;
    max-width: 100%;
    padding-bottom: 5px;
    overflow: hidden;
}
.train-class-item {
    flex: 0 0 15%;
    max-width: 15%;
    margin-right: 5px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin-top: 15px;
    box-sizing: content-box;
}
.train-class-item .train-class-main {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    display: flex;
    height: 85px;
    flex-flow: column;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
}
.c-price-display {font-weight: 600;}
.train-class-item.actives .train-class-main:before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2196F3;
    bottom: -8px;
    position: absolute;
    left: calc(50% - 8px);
}
.train-class-item .tatkal-banner-wrapper {
    position: absolute;
    top: -12px;
    border-radius: 3px;
    padding: 0 2px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.train-class-item .tatkal-banner {
    background-color: #145EBF;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
}

.train-class-item .train-class-main.greenbdr {
    border: 1px solid #ccf3cd;
    background-color: #e6f9e7;
}

.train-class-item .train-class-main.redbdr {
    border: 1px solid #ffd0d0;
    background-color: #fff2f2;
}
.train-class-item .train-class-main.orangebdr {
    border: 1px solid #f9f2b4;
    background-color: #fefae5;
}
.train-class-item .train-class-main.activebox {
    border: 1px solid#2196F3;
    background-color: #2196F3;
    color: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 38%);
}


.green {
    color: #288a10;
    text-transform: capitalize;
}

.red {
    color: #FF4343;
    text-transform: capitalize;
}

.orange {
    color: #dd7820;
    text-transform: capitalize;
}
.greytrn {
    font-size: 10px;
    color: #524F53;
    text-transform: capitalize;
}
.timebefr{
color: #AAAAAA;
    font-size: 10px;
    margin-top: 5px;
}
.cv-btn {
    color: #00a3d6;
    padding: 10px 0;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    outline: none;
    width: 100%;
    float: right;
    text-decoration: none;
    text-align: right;
    font-weight: 600;
}
.seatbxn {
    padding: 15px;
    margin: auto;
    border-top: 1px solid #eee;
    width: 100%;
    float: left;
    padding-bottom: 0;
}
.classtype {
    background: #F6F2F2;
    padding:  10px;
    margin: 10px auto;
    display: flex;
    font-size: 12px;
    align-items: center;
}

.typseat {
    margin: auto;
    font-size: 12px;
    color: #6B6868;
}


.typseat.actseat {
    background: #ffffff;
    border: 1px solid #2196F3;
    color: #2196F3;
    padding: 5px;
    font-weight: 600;
    border-radius: 4px;
}
.seat-status {
    display: flex;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #EEEEEE;
    align-items: center;
}

.seat-status {
    display: flex;
    width: 100%;
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #EEEEEE;
    align-items: center;
}

.train-tim {
    font-weight: 600;
    margin: auto;
    width: 25%;
}
.seatstatus {
    font-weight: 600;
    font-size: 13px;
    width: 30%;
    margin: auto;
}

.fare-n-tatkal-banner{
    width: 20%;
    margin: auto;
}
.booknt{
width: 20%;
    margin: 0;
}
.book-btn{    width: 100%;
    border: 1px solid #5eb3f6;
    outline: 0;
    color: #5eb3f6;
    font-size: 14px;
    font-weight: 550;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}
.seat-status:hover{background: #F2F9FF;}
.tr-view {
    color: #2662D9;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    float: none;
}


.tr-inner {
    width: 100%;
    margin: auto;
    display: flex;
    vertical-align: middle;
    align-content: center;
    justify-content: flex-start;
}
.tr-col-1 {
    flex: 0 0 24%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.tr-name {
    font-size: 16px;
    color: #000;
    width: 100%;
    font-weight: 600;
    float: left;
    margin: auto 2px;
}
.tr-no {
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    padding: 3px 5px;
    color: #313131;
    background: #F2F9FF;
    border: 1px solid #B6D5F0;
    border-radius: 3px;
    float: left;
}
.tr-col-2 {
    flex: 0 0 16%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.tr-tme {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 600;
}
.tr-statn {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #707070;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px 0;
}
.tr-jdate {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #060606;
    font-weight: 400;
}
.tr-col-3 {
    flex: 0 0 15%;
    text-align: center;
    margin-right: 8%;
    position: relative;
}
.timeline-widget {
    margin-top: 10px;
}
.c-timeline-wrapper.horizontal {
    text-align: center;
    font-size: 0;
    width: 100%;
}
.c-timeline-wrapper.horizontal .label {
    position: relative;
    display: inline-block;
    min-width: 1px;
    font-size: 12px;
    color: #888787;
}
.c-timeline-wrapper.horizontal .c-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    margin: 5px 0;
    height: 1px;
    background-color: #ddddde;
}
.c-timeline-wrapper.horizontal .c-timeline .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ddddde;
    margin-top: -2px;
}
.tr-col-4 {
    flex: 0 0 15%;
    margin: auto;
    position: relative;
}
.avl_btn:hover, .hid_avl_btn:hover {
    background: #ef631e;
    color: #ffffff;
}

.avl_btn, .hid_avl_btn {
    width: 98%;
    float: right;
    border: 1px solid #ef631e;
    font-size: 15px;
    height: 38px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    color: #ef631e;
    cursor: pointer;
    margin-top: 10px;
    outline: 0;
    line-height: 36px;
    text-decoration: none;
    -webkit-transition: -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
}
.container {
    width: 100%;
    float: left;
/*    background: #fbfafa;*/
/*    padding: 10px;*/
}
.td {
    width: 100%;
    float: left;
}
.tble_box {
    padding: 10px 0;
    display: table;
    width: 100%;
    margin: auto;
}
table {
    border-spacing: 1px !important;
    border-collapse: initial !important;
}
.span3 {
    padding: 10px 0;
    background-color: #fff;
    min-width: 143px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 3px;
    position: relative;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.text-center {
    text-align: center;
}
.t_5 {
    font-size: 12px;
    color: #6F6D6D;
}
.NotAvil {
    color: Red !important;
    font-size: 12px;
    float: left;font-weight: 600;
    width: 100%;
    padding: 5px;
}

.Avil {
    color: rgb(32, 191, 122) !important;
    font-size: 12px;
    float: left;font-weight: 600;
    width: 100%;
    padding: 5px;
}
.rs_iconv1 {
    margin-top: 8px;
}
.w1h{width: 100%;}
.mainflx{
    display: flex;
    align-content: center;
    margin: auto;
    position: relative;
}
.boxflx {
    padding: 0;
    background-color: #fff;
    flex: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 5px;
    position: relative;
    box-shadow: 0 0 3px rgb(0 0 0 / 26%);
    align-items: center;
}
.bk_nw {
    width: 100%;
    background: #EF6614;
    border: inherit;
    padding: 7px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.slct_pnl {
    float: right;
    display: flex;
    align-content: center;
    width: auto;
    position: relative;
}
.close_pnl{
margin: auto 15px;}

.slct_pnl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 35px;
    float: right;
    margin: auto;
    margin-top: 0;
    padding: 0px 34px 0 13px;

    border-radius: 50px;
    line-height: 1.75;
    color: #333;
    outline: none;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}
.slct_pnl:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #999;
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg );
    right:10px;
    top: 6px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}


.ttl_sec {
    width: 100%;
    padding: 10px;
    float: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ececec;
}
.ttl_txt {
    font-size: 14px;
    color: #000;
    float: left;
    font-weight: 500;
}
.res_link {
    float: right;
    font-size: 11px;
    color: #2196f3;
    text-decoration: underline;
}
.boxfltr {
    float: left;
    width: 100%;
    padding:0 12px;
}
.filtrsec {
    float: left;
    width: 100%;
}
.oth_fltr {
    width: 100%;
    float: left;
    margin: 12px 0;
    position: relative;
    cursor: pointer;
}
.fltr_ttl {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.trnsfm {
    transform: rotate(
90deg
);
}

.r_arr, .r_arr_1, .r_arr_2, .r_arr_3, .r_arr_4, .r_arr_5 {
    width: 7px;
    height: 11px;
    /* background: url(../img/bus-listing-sprite.png) -129px -22px; */
    background: url(http://railways.easemytrip.com/Content/Train/TrainImg/bus-listing-sprite.png) -129px -22px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: transform .5s;
}
.container_b {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 21px;
}
.fltr {
    float: right;
    font-size: 11px;
    color: #8F8B8B;
}
.container_b input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark_b {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}
.container_b input:checked ~ .checkmark_b {
    background-color: #2196f3;
    border: 1px solid #2196f3;
}

.container_b input:checked ~ .checkmark_b:after {
    display: block;
}
.container_b .checkmark_b:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
.checkmark_b:after {
    content: "";
    position: absolute;
    display: none;
}
.thin_brdr {
    width: 100%;
    height: 1px;
    background: #d6d4d4;
    margin: auto;
}
.cont_flt {
    display: block;
    position: relative;
    padding-left: 28px;
    margin: 10px 25px 10px 0;
    margin-top: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 17px;
}
.cont_flt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.chk_flt {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2196F3;
}
.cont_flt input:checked ~ .chk_flt:after {
    display: block;
}

.cont_flt .chk_flt:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2196F3;
}
.chk_flt:after {
    content: "";
    position: absolute;
    display: none;
}

	#abc{border: 1px solid #dadada;border-radius: 5px;background:#f6f6f6;box-shadow: 0 0 7px rgb(0 0 0 / 17%);}
	
.sorting {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    float: left;
    display: flex;
    align-items: center;
}
.srt_ttl {
    font-size: 13px;
    color: #747474;
    display: inline-block;
    width: 18%;
}


.sorting ul {
    margin: 0;
    width: 45%;
    display: flex;
    margin-right: auto;
    margin-left: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}
    .sorting ul li {
        display: inline-block;
        font-size: 12px;
        color: #111;
        padding: 0;
        line-height: 30px;
        width: auto;line-height:34px;cursor:pointer
        font-weight: 600;
        margin: auto;
        margin-left: 0;
    }
.sr_active {color:#ef631e!important}
.sorting ul li:after {/* content:'|'; */display: inline-block;color: #9c9b9b;font-size: 90%;float: right;padding: 2px 5px;}
.sorting ul li:last-child:after {content:'';padding:0}
.fa-long-arrow-down {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: url(https://flight.easemytrip.com/Content/img/list-arrow1-down.png) no-repeat;
}
.fa-long-arrow-up {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: url(https://flight.easemytrip.com/Content/img/list-arrow1-up.png) no-repeat;
}
    .near_date {
        padding: 8px 15px;
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
        float: left;
        width: 100%;
        justify-content: flex-start;
        display: flex;
    }

.near_date .ttlls {
    text-align: left;
    color: #2196f3;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

    .navarrw_up {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 2px;
        cursor: pointer;
        margin: -4px 6px -2px;
        transition: all .2s linear;
        transform: rotate(-45deg) skew(7deg,7deg);
        border-color: #008bff;
        border-style: solid;
        border-width: 2px 2px 0 0;
    }

    .navarrw {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 2px;
        cursor: pointer;
        margin: -3px 6px 2px;
        transition: all .2s linear;
        transform: rotate(135deg) skew(7deg,7deg);
        border-color: #008bff;
        border-style: solid;
        border-width: 2px 2px 0 0;
    }

    .w100 {
        border-radius: 0;
    }
        .train-class-item {
        cursor: pointer;
    }
.train_book .slect {
    background-color: #ffffff;
    color: #2196f3;
    border: 1px solid #2196f3;
    outline: none;
    font-size: 11px;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.train_book {    display: flex;
    align-items: center;
    justify-content: center;
}
.train_book .slcted::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/tickmark-select.svg) no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.train_book .slcted {
    background-color: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
    outline: none;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px 0 3px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
	
	