@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,html{
          outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li { margin:0px; padding:0px; list-style:none; }
body { background-color:#e6e6e6;font-family: 'latoregular'; font-size:15px; color:#4A4A4A; }
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}
.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.dsaBtn {
    background: #97144d;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 30px auto 15px;
    text-decoration: none;
}

/* New Header */
.headerNew.ipl {
    border-top: 30px solid #97144d;
}

.ipl .LogoPart {
    position: relative;
    top: -10px;
    background: #97144d;
    padding: 0px 0 0 80px;
    font-family: Arial;
    font-size: 36px;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.ipl .LogoPart a {
    color: #fff;
    text-decoration: none;
}
.ipl .LogoPart img{
    width: 86%;
    float: right;
    position: relative;
    z-index: 2;
    right: 10px;
}
.ipl .LogoPart::after {
    content: '';
    background: #97144d;
    position: absolute;
    height: 120%;
    width: 50px;
    border-radius: 0 0 20px 0;
    right: 0;
    top: -13px;
    margin-right: -37px;
    transform: rotate(35deg);
}

.ipl .LogoPart span {
    position: absolute;
    top: 7px;
    left: 100%;
    width: 15px;
    height: 15px;
    margin-left: 50px;
    transform: rotate(17deg);
}

.ipl .LogoPart span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #97144d;
    width: 100%;
    height: 100%;
}

.ipl .LogoPart span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    top: 0;
    left: 0;
    border-top-left-radius: 30px;
}

/* New Header end */

.trackAap{
    width: 560px;
    background: #fff;
    margin: 60px auto;
    border-radius: 4px;
    padding: 40px 20px;
}
.trackHead{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

/* Tabs */
.tabOr{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 19%;
}
.tabCont{
    display: none;
    padding: 0px 25px;
}
.tabsCta {
    padding: 10px 0px 0;
    text-align: center;
    margin: 0;
    border-bottom: solid 1px #a0a0a0;
    display: inline-block;
    width: 100%;
}
.tabModule{
    position: relative;
}
.tabModule .tabsCta .tabList a{
    text-decoration: none;
    color: #a0a0a0;
}
.tabModule .tabsCta .tabList{
    color: #97144d;
    text-decoration: none;
    float: left;
    vertical-align: bottom;
    margin: 0 65px 0 0;
    padding-bottom: 10px;
}
.tabsCta .tabList:nth-last-child(1){
    margin: 0;
} 
.tabModule .tabsCta .tabList.active{
    border-bottom: solid 2px #97144d;
}

.tabModule .tabsCta .tabList.active a, .tabModule .tabsCta .owl-item.active .tabList a{
    color: #97144d;
    font-weight: bold;
}

.midContent .owl-nav{
    position: relative;
    top: -35px;
}
.midContent .owl-nav .owl-prev{
    left: 0;
    position: absolute;
}
.midContent .owl-nav .owl-next{
    right: 0;
    position: absolute;
}
.midContent .owl-nav span{
    display: none;
}
.midContent .owl-nav .owl-prev:before{
    font-family: icomoon;
    content: "\e902";
    font-size: 1.0rem;
    color: #97144d;
    display: inline-block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.midContent .owl-nav .owl-prev.disabled:before, .midContent .owl-nav .owl-next.disabled:before{
    color: #a9a9a9;
}
.midContent .owl-nav .owl-next:before{
    font-family: icomoon;
    content: "\e902";
    font-size: 1.0rem;
    color: #97144d;
    display: inline-block;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.appendTabs {
    margin: 25px 0 0;
}
.frmFields{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.frmFields input{
    border:none;
    background: #f4f4f4;
    padding: 12px 20px;
    color: #97144d;
    border-radius: 5px;
    margin: 5px 0;
    width: 100%;
}
.frmFields .sbtBtn{
    background: #97144d;
    color: #fff;
    width: 120px;
    margin: 20px auto 0;
    display: block;
    padding: 10px;
    cursor: pointer;
}
.codeMob{
    display: inline-block;
    position: absolute;
    top: 31%;
    left: 3%;
}
.frmFields .mobInpt{
    position: relative;
}
.frmFields .mobInpt input{
    padding-left: 45px;
}
.frmFields .captcha input{
    width: 64%;
}
.progressTrack{
    position: relative;
    padding-left:40px;
    padding-top: 10px;
}
.trackInfo{
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
.trackItem{
    position: relative;
}
.trackItem:not(:last-child){
    padding-bottom: 20px;
}
.trackItem:after{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -50px;
    border:solid 2px #999;
    border-radius: 50%;
    background-color: #fff;
}
.trackItem:before{
    content: '';
    left: -36px;
    position: absolute;
    height: 100%;
    border: solid 1px #999;
}
.trackItem.activeTrack:after {
    content: "";
    background: url('../images/right-icon.png') 3px no-repeat;
    text-align: center;
    border: 2px solid #97144d;
    background-color: #97144d;
}
.trackItem.activeTrack:before, .trackItem.currentTrack:before{
    border: solid 1px #97144d;
}
.trackItem .trackTitle{
    color: #999;
    font-size: 15px;
}
.trackItem.activeTrack .trackTitle{
    color: #60962b;
}
.trackItem.currentTrack .trackTitle{
    color: #97144d;
}
.trackItem.currentTrack:after{
    content: "";
    background: #97144d;
    border: 2px solid #97144d;
}
.trackItem:last-child:before{
    display: none;
}
.trackInfo .infoDate{
    font-size: 12px;
    margin-bottom: 5px;
}
.burgClr{
    color: #97144d;
}

@media (max-width: 520px){
    .trackAap{
        padding: 40px 0px;
    }
    .tabModule .tabsCta .tabList{
    width: 38%;
}
}
@media screen and (max-width:668px) {
.ipl .LogoPart {
    padding: 0px;
}
}

@media (max-width:991px){
.ipl .LogoPart {
    height:50px;
    padding:5px 10px;
    max-width:152px;
}
.ipl .LogoPart img{
    width:95%;
    right:0;
}
.ipl .LogoPart span{
    transform:rotate(18deg);
    margin-left:30px;
}
.ipl .LogoPart:after{
    top:-11px;
    margin-right:-24px;
    transform:rotate(32deg);
}
.headerNew.ipl{
    border-top:15px solid #97144d;
}
.frmFields .captcha input{
    width: 100%;
}
.frmFields {
    width: 100%;
}
}
@media (min-width:992px) and (max-width:1199px){
.ipl .LogoPart {
    padding:0;
}
}


 