
@charset "utf-8";*{box-sizing:border-box;-webkit-box-sizing:border-box}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  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, center, dl, dt, dd, ol, ul, li, section, form, label, legend, caption {
    font-family: 'Poppins', sans-serif !important;
}
section{float:left;width:100%}img{max-width:100%}
.clr{clear: both;}

.CurrncyCD_Rs:before {content:"\20B9";font-style: normal;}
.CurrncyCD_AED:before {content:"AED";font-style: normal;}
.CurrncyCD_USD:before {content:"\0024";font-style: normal;}
.CurrncyCD_SGD:before {content:"S$";font-style: normal;}
.CurrncyCD_THB:before {content:"\0E3F";font-style: normal;}
.CurrncyCD_GBP:before {content:"\00A3";font-style: normal;}
/*body section*/
.topMid{background-color: #F2F7F6; margin-top: 20px; padding-top: 20px;}
._btwflx {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.filterSec {
    width: 25%;
}
.ListSec {
    width: 73%;
    margin-left: auto;
}
/*header section*/
.scanmytripLogo {
    width: 170px;
    height: 50px;
    background: url(https://scanmytrip.com/new-homepg/img/scanmytrip-logo.svg);
    background-size: 100%;
    margin: 8px auto;
    display: flex;
    background-repeat: no-repeat;
}
.scnMenu{
    align-items: center;
    display: flex;
    margin-right: 0;
    margin-left: auto;
}

.tophdr {
    width: 100%;    box-shadow: 0 0 7px rgba(0, 0, 0, .20);
}
._innerWrap {
    width: 1200px;
    margin: auto;
    padding: 0;
}
._onerohdr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
._listrwmenu {
    padding: 0 12px;
}
._listrwmenu ul {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
._listrwmenu ul li a {
    margin: 0;
    padding: 6px 10px;
    color: #202020;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
}

._listrwmenu ._actvTab {
    position: relative;
    color: #0f8765;
}

._listrwmenu ._actvTab  a
{
    position: relative;
    color: #0f8765;
}
._listrwmenu ._actvTab:before {
    content: "";
    display: block;
    width: 50%;
    background-color: #0f8765;
    height: 5px;
    position: absolute;
    left: 22%;
    bottom: -17px;
    border-radius: 50px;
}