@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

a {
  color: #2D0080;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #BF29FF;
  text-decoration: none;
}

p {
  margin: 0 0 15px;
  line-height: 1.5em;
}

.headermn {
  padding-top: 12px;
}

.logo {
  float: left;
}

.logo-right {
  float: right;
}

.menumn {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c3c3c3;
  padding: 5px 0 10px;
}

.menumn ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

.menumn ul li {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
}

.menumn ul li a {
  color: #78868d;
  font-weight: 600;
}

.menumn ul li a:hover {
  color: #00bfd6;
  text-decoration: none;
}

.logout {
  display: inline-block;
  vertical-align: middle;
}

.logout a {
  display: block;
  width: 20px;
  height: 23px;
  background: url(/assets/images/Subscriber/logout.png) no-repeat;
  background-size: 20px;
}

.logout a:hover {
  background-position: left bottom;
}

.tabbarbg {
  margin: 20px 0 0;
  background: #2b3c98;
  padding: 40px 0 20px;
}

.tab {
  display: inline-block;
  width: 16.66%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  color: #00bfd6;
  position: relative;
}

.tab5 .tab {
  width: 20%;
}

.tab span {
  background: url(/assets/images/Subscriber/tab.png) no-repeat center;
  height: 22px;
  display: block;
  margin-bottom: 2px;
}

.tab i {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-right: 11px;
}

.tab i.rightfill {
  left: auto;
  right: 0;
  padding: 0 0 0 11px;
}

.tab i b {
  display: block;
  background: #2b3c98;
}

.tab.active, .tab.pending {
  color: #fff;
}

.tab.completed span {
  background: url(/assets/images/Subscriber/tab-completed.png) no-repeat center;
}

.tab.pending span {
  background: url(/assets/images/Subscriber/tab-pending.png) no-repeat center;
}

.tab.active span {
  background: url(/assets/images/Subscriber/tab-avtive.png) no-repeat center;
}

.footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

@media screen and (max-width: 979px) {
  .tab {
    font-size: 13px;
  }
  .menumn ul li {
    padding: 5px 10px;
  }
  .menumn {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    width: 33.333%;
    padding-bottom: 20px;
  }
  .tab5 .tab {
    width: 33.333%;
  }
  
}

@media screen and (max-width: 479px) {
  .tab {
    font-size: 12px;
  }
  .txtleft, .txtright {
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 359px) {
  .tab {
    width: 50%;
  }
  .tab5 .tab {
    width: 50%;
  }
  
}