



@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold.woff2') format('woff2'),
         url('../fonts/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin.woff2') format('woff2'),
         url('../fonts/montserrat-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'),
         url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*==========================================
    section title
==========================================*/
.section-title {
  margin-bottom: 65px; }
  .section-title h2 {
    color: #151415;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 18px; }
  .section-title p {
    font-size: 16px;
    line-height: 26px;
    color: #5c5c5c; }

.c-white {
  color: #fff; }

/*==========================================
    Preloader
==========================================*/
/*.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 555;
  background: white; }
  .preloader .progress {
    background: #ff6600;
    -webkit-animation: preloader 5s infinite;
    animation: preloader 5s infinite; }*/

@-webkit-keyframes preloader {
  0% {
    width: 2%; }
  50% {
    width: 20%; }
  100% {
    width: 2%; } }

@keyframes preloader {
  0% {
    width: 2%; }
  50% {
    width: 20%; }
  100% {
    width: 2%; } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/


body {
  font-family: 'montserratregular'!important;
  font-size: 16px;
  margin: 0;
  color: #6e6b7b;
  overflow-x: hidden;
  background: #ffffff!important }
  body h2{
    font-family: 'montserratregular'!important;
  }
.daterangepicker {
  font-family: 'montserratregular'!important;
}
h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }

p {
  line-height: 1.6; }



a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.billLogo {
    border: 1px solid lavenderblush;
    border-radius: 3px;
    display: inherit;
    margin-left: 5px;
    padding: 8px 1px;
}
.billLogo img{
  width: 120px;
}
.word-rotator-title span {
    padding: 0px 9px;
    color: #ff6600;
}
/* loginFOrm*/
.auth-wrapper {
    width: 100%;
    display: flex;
    height: 100vh;
}
.m-0 {
    margin: 0!important;
}
.auth-wrapper h3 {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}
.auth-wrapper .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.rightbg {
    background: url(../images/rightbg.jpg);
    height: 100vh;
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: left 100%;
}
.auth-bg {
    position: relative;
    background: rgb(42,42,42);
}
.auth-bg:before {
    background: url(../images/leftbg.jpg);
    position: absolute;
    padding: 0;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    opacity: 0.1;
}
.auth-bg:after {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}
p.alert-danger {
    border-radius: 4px;
    color: #ea5455!important;
}
header {
    background: #1e1e2d;
    height: 65px;
}
a.navbar-brand {
    display: flex;
    align-items: center;
    height: 65px;
    justify-content: space-between;
}
li.nav-item {
    display: flex;
    align-items: center;
}
.nav.navbar-nav {
    display: flex;
    align-items: stretch;
    height: 65px;
}
header .nav-item a.nav-link {
    color: #ffffff;
    margin-left: 20px;
    font-weight: 500;
}
li.nav-item.active {
    background: #1a1a27;
}
li.nav-item.active a.nav-link {
    color: #fff;
    padding: 0.65rem 1rem;
    margin: 0;
}
header .header-navbar {
    min-height: auto;
        padding: 0;
}
.app-content.content {
    position: relative;
}

html body .content .content-wrapper {
    padding: 30px;
}
header .container-fluid {
    padding: 0 30px;
}
/*==========================================
    header
==========================================*/
.header {
  border-bottom: 1px solid #46464c;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 55; }
  .header .logo a {
    display: inline-block; }
  .header .mainmenu {
    text-align: right; }
    .header .mainmenu .navbar {
      padding: 0;
      display: inline-block; }
      .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        padding: 30px 15px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #fff; }
      .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        vertical-align: unset;
        height: auto;
        width: auto;
        margin-left: 6px; }
      .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0; }
      .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 30px; }
        .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          padding: 10px 15px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          border-left: 3px solid #ff6600;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
          .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
            background: transparent;
            color: #ff6600;
            border-left-width: 6px; }
          .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
            border-bottom: none; }
      .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0; }
/* dashboard*/
h3 {
    color: #5e5873;
    font-size: 20px;
    font-family: 'montserratsemibold';
}
.payment_summary span.text-muted {
    font-size: 13px;
    color: #6e6b7b!important;
}
.media-right {
    padding: 15px;
    border-radius: 5px;
    margin: 0;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #babfc7;
    border-radius: 3px;
    height: 27px;
}
.submerch {
    display: inline-block;
}
.submerch select {
    width: 300px;
    display: inline-block;
}
.icon_me {
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
        margin-right: 13px;
        flex-shrink: 0;
}
.w_20 {
    max-width: 20%;
    flex: 0 0 20%;
}
.total_pay .icon_me {
    background: rgba(40,199,111,.12);
    color: #28c76f;
    margin-right: 20px;
}
.payment_summary .card p.text-muted {
    font-size: 13px;
    margin: 0;
}
.total_merch .icon_me {
    background: rgba(234,84,85,.12);
    color: #ea5455;
}
.icon_me svg{
  width: 20px!important;
  height: 20px!important
}

.total_own .icon_me {
    background: rgba(115,103,240,.12);
    color: #7367f0;
}

.total_own .icon_me svg {
    fill: #7367f0;
}

.total_floatpay .icon_me {
    background: rgba(255,159,67,.12);
}

.total_floatpay .icon_me svg {
    fill: #ff9f43;
}

.total_earnwall .icon_me {
    background: rgba(0,207,232,.12);
}

.total_earnall .icon_me svg {
    fill: #ea5455;
}

.total_earnwall .icon_me svg {
    fill: #00cfe8;
}
.total_pay .icon_me, .total_merch .icon_me {
    font-size: 20px;
}
.card {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 6px;
    border:none;
}
/*==========================================
    banner
==========================================*/
.banner .banner-content {
  background: url("../img/banner1.jpg") center top no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 0;
  padding-bottom: calc(250px + 13px); }
  .banner .banner-content:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    opacity: .6;
    z-index: -1; }
  .banner .banner-content .text {
    margin-top: 80px; }
    .banner .banner-content .text h4 {
      color: #fbfbfb;
      text-transform: capitalize;
      font-size: 36px;
      font-weight: 400;
      margin-top: -10px;
      margin-bottom: 3px; }
    .banner .banner-content .text h1 {
      color: #fbfbfb;
      text-transform: capitalize;
      font-size: 52px;
      margin-bottom: -6px; }
      .banner .banner-content .text h1 span {
        color: #ff6600; }
  .banner .banner-content .country-select-switch {
    margin-top: 60px; }
    .banner .banner-content .country-select-switch .country-swith-area {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-radius: 5px;
      overflow: hidden; }
      .banner .banner-content .country-select-switch .country-swith-area .select-text {
        display: inline-block;
        float: left;
        line-height: 60px;
        background: #fff;
        color: #181824;
        padding: 0 15px;
        width: 110px; }
      .banner .banner-content .country-select-switch .country-swith-area .form-inline .custom-select {
        margin: 0 !important;
        border-radius: 0;
        border: none;
        border-left: 1px solid #181824;
        width: 430px;
        height: 60px;
        background-position: 400px center;
        background-position: 95% center; }
        .banner .banner-content .country-select-switch .country-swith-area .form-inline .custom-select:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }

/*==========================================
    topbar
==========================================*/
.topbar {
  background: #0c0b1e; }
  .topbar .support-area ul li {
    display: inline-block;
    margin-right: 11px;
    padding: 13px 0; }
    .topbar .support-area ul li select {
      background: transparent;
      border: none;
      color: #ececec; }
      .topbar .support-area ul li select option {
        color: #0c0b1e; }
    .topbar .support-area ul li a {
      color: #ececec; }
  .topbar .support-area-right {
    /*float: right;*/ }
    .topbar .support-area-right ul li {
      display: inline-block;
      margin-right: 11px;
      padding: 13px 0; }
      .topbar .support-area-right ul li:last-child {
        margin-right: 0; }
      .topbar .support-area-right ul li a {
        color: #fff; }

/*==========================================
    recherge process
==========================================*/
.recherge-process .recherge-process-area {
  background: url("../img/recherge-process.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  margin-top: -115px; }
  .recherge-process .recherge-process-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #18181e;
    opacity: .8;
    z-index: -1; }

.recherge-process .single-process {
  padding: 70px 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .recherge-process .single-process:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    background: #ff6600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg); }
  .recherge-process .single-process:hover:after {
    opacity: .58;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%; }
  .recherge-process .single-process .part-icon {
    height: 40px; }
    .recherge-process .single-process .part-icon img {
      height: 100%; }
  .recherge-process .single-process .part-text h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 24px 0 -2px; }

/*==========================================
    choosing reason
==========================================*/
.choosing-reason {
  padding: 70px 0;
  position: relative; }
  .choosing-reason .shape-2 {
    position: absolute;
    right: 0;
    width: 270px;
    bottom: 0px;
    -webkit-animation: shape-2 5s infinite;
    animation: shape-2 5s infinite; }
  .choosing-reason .title-box {
    position: relative; }
    .choosing-reason .title-box .shape-1 {
      position: absolute;
      right: 100%;
      width: 300px;
      margin-right: -4px;
      top: -112px;
      z-index: -1;
      -webkit-animation: shape-1 3s infinite;
      animation: shape-1 3s infinite; }
      .choosing-reason .title-box .shape-1 img {
        width: 100%; }
    .choosing-reason .title-box h2 {
      color: #151415;
      font-size: 36px;
      font-weight: 500;
      margin-top: -10px; }
    .choosing-reason .title-box p {
      color: #5c5c5c;
      font-size: 16px;
      line-height: 26px; }
  .choosing-reason .all-reasons .single-reason {
    margin-bottom: 36px; }
    .choosing-reason .all-reasons .single-reason .reason-head {
      display: table;
      margin-bottom: 14px; }
      .choosing-reason .all-reasons .single-reason .reason-head .part-icon {
        float: left;
        margin-right: 20px; }
        .choosing-reason .all-reasons .single-reason .reason-head .part-icon img {
          height: 40px; }
      .choosing-reason .all-reasons .single-reason .reason-head .part-text {
        display: table-cell;
        vertical-align: middle; }
        .choosing-reason .all-reasons .single-reason .reason-head .part-text h3 {
          color: #202020;
          font-size: 21px;
          text-transform: capitalize; }
    .choosing-reason .all-reasons .single-reason .reason-body p {
      margin-bottom: 0;
      line-height: 26px;
      color: #5c5c5c; }

/*==========================================
    all Keyframes
==========================================*/
@-webkit-keyframes shape-1 {
  0% {
    top: -112px; }
  50% {
    top: -120px; }
  100% {
    top: -112px; } }
@keyframes shape-1 {
  0% {
    top: -112px; }
  50% {
    top: -120px; }
  100% {
    top: -112px; } }

@-webkit-keyframes shape-2 {
  0% {
    right: 0; }
  50% {
    right: 15px; }
  100% {
    right: 0; } }

@keyframes shape-2 {
  0% {
    right: 0; }
  50% {
    right: 15px; }
  100% {
    right: 0; } }

/*==========================================
    desired product
==========================================*/
.desired-product.srevice-page {
  padding: 130px 0; }

.desired-product .section-title {
  margin-bottom: 85px; }

.desired-product .single-product {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 80px;
  background: url("../img/sim.png") left center no-repeat;
  background-size: auto 60%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .desired-product .single-product.special, .desired-product .single-product:hover {
    padding: 60px 80px;
    margin-top: -20px; }
    .desired-product .single-product.special span.price, .desired-product .single-product:hover span.price {
      color: #ff6600; }
    .desired-product .single-product.special a, .desired-product .single-product:hover a {
      background: #ff6600;
      border-color: #ff6600;
      color: #fff; }
      .desired-product .single-product.special a:hover, .desired-product .single-product:hover a:hover {
        border: 1px solid #cccccc;
        color: #202020;
        background: transparent; }
  .desired-product .single-product h3 {
    font-weight: 500;
    font-size: 21px;
    color: #151415;
    text-transform: capitalize;
    margin-bottom: 10px; }
  .desired-product .single-product span {
    display: block; }
    .desired-product .single-product span.subtitle {
      font-size: 16px; }
    .desired-product .single-product span.price {
      font-size: 30px;
      font-weight: 700;
      color: #202020;
      margin: 17px 0 15px; }
  .desired-product .single-product ul li {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.8; }
  .desired-product .single-product a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    color: #202020;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 23px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .desired-product .single-product a:hover {
      border-color: #ff6600;
      background: #ff6600;
      color: #fff;
      text-transform: capitalize; }

/*==========================================
    feature
==========================================*/
.feature {
  padding: 0px 0; }
  .feature .no-gutters .col-xl-4:nth-child(3n) .single-feature {
    border-right: none; }
  .feature .no-gutters .col-xl-4:nth-last-child(-n+3) .single-feature {
    border-bottom: none; }
  .feature .single-feature {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 40px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 2; }
    .feature .single-feature:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      background: #202020;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature:before {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      background: #202020;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature:hover:after, .feature .single-feature:hover:before {
      width: 50%;
      height: 100%; }
    .feature .single-feature:hover .part-icon img {
      -webkit-filter: brightness(100);
      filter: brightness(100); }
    .feature .single-feature:hover .part-text h3 {
      color: #ff6600; }
    .feature .single-feature:hover .part-text p {
      color: #ececec; }
    .feature .single-feature .part-icon {
      height: 60px;
      margin-bottom: 24px; }
      .feature .single-feature .part-icon img {
        height: 100%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .feature .single-feature .part-text h3 {
      font-size: 21px;
      font-weight: 500;
      color: #202020;
      margin-bottom: 18px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature .part-text p {
      font-size: 16px;
      line-height: 26x;
      color: #202020;
      margin: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/*==========================================
    statics
==========================================*/
.statics {
  background: url("../img/statics-bg.png") 50% 100% no-repeat;
  background-color: #202020;
  padding: 100px 0; }
  .statics .single-static {
    text-align: center;
    width: 100%; }
    .statics .single-static.special {
      padding-bottom: 132px; }
    .statics .single-static .inner-content {
      display: inline-block;
      background: #202020;
      padding: 0 20px; }
      .statics .single-static .inner-content span {
        display: block; }
        .statics .single-static .inner-content span.count {
          font-size: 700;
          color: #ff6600;
          text-transform: uppercase;
          font-size: 30px; }
        .statics .single-static .inner-content span.title {
          font-size: 18px;
          color: #fff;
          text-transform: capitalize; }

/*==========================================
    download
==========================================*/
.download {
  position: relative;
  padding: 46px 0;
  margin: 35px 0; }
  .download .download-img {
    margin-right: 30px;
    position: absolute;
    height: 100%;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/video.jpg") center center no-repeat;
    background-size: 100%; }
    .download .download-img img {
      mix-blend-mode: screen;
      background-color: #fff;
      height: 100%;
      width: auto;
      max-width: none; }
    .download .download-img .overlapping {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      mix-blend-mode: multiply; }
    .download .download-img .play-button {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .download .download-img .play-button a {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 25px;
        line-height: 63px;
        text-align: center;
        color: #ff6600;
        background: #fff;
        border-radius: 50%;
        border: 10px solid rgba(255, 31, 112, 0.5); }
  .download .part-text {
    margin-bottom: -20px; }
    .download .part-text h3 {
      font-size: 36px;
      line-height: 46px;
      font-weight: 500;
      margin-bottom: 23px;
      margin-top: -10px; }
      .download .part-text h3 span {
        color: #ff6600; }
    .download .part-text p {
      color: #5c5c5c;
      font-size: 16px;
      line-height: 26px; }
    .download .part-text ul {
      margin-top: 36px; }
      .download .part-text ul li {
        display: inline-block; }
        .download .part-text ul li a {
          display: inline-block;
          margin-right: 26px; }

/*==========================================
    testimonial
==========================================*/
.testimonial {
  padding-bottom: 120px; }
  .testimonial .single-testimonial {
    border: 1px solid #e5e5e5; }
    .testimonial .single-testimonial .part-text {
      padding: 30px; }
      .testimonial .single-testimonial .part-text p {
        font-size: 16px;
        line-height: 26px;
        color: #5c5c5c;
        margin: 0; }
    .testimonial .single-testimonial .part-user {
      border-top: 1px solid #e5e5e5;
      display: flow-root;
      padding: 30px; }
      .testimonial .single-testimonial .part-user .user-img {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 20px; }
      .testimonial .single-testimonial .part-user .user-data {
        display: table; }
        .testimonial .single-testimonial .part-user .user-data span {
          display: block; }
          .testimonial .single-testimonial .part-user .user-data span.user-name {
            font-size: 18px;
            font-weight: 500;
            text-transform: capitalize;
            color: #202020; }
          .testimonial .single-testimonial .part-user .user-data span.user-position {
            font-size: 14px;
            color: #5c5c5c;
            text-transform: capitalize; }

/*==========================================
    call to action
==========================================*/
.cta {
  background: url("../img/cta-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 130px 0; }
  .cta:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: .8;
    z-index: -1; }
  .cta .part-text h4 {
    font-size: 21px;
    color: #fbfbfb;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: -5px; }
  .cta .part-text h2 {
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fbfbfb;
    margin: 0;
    margin-bottom: -3px; }
  .cta .part-button {
    width: 100%;
    text-align: right; }
    .cta .part-button a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .cta .part-button a i {
        margin-left: 6px; }
      .cta .part-button a:hover {
        background: transparent;
        color: #ff6600; }


.airtime a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin:10px;    }
      .cta .part-button a i {
        margin-left: 6px; }
      .cta .part-button a:hover {
        background: transparent;
        color: #ff6600; 
    margin-top:10px;}
    
    .airtime1 a {
      display: inline-block;
    float:left;
      width: 150px;
      height: 50px;
      border-radius: 5px;
      background: #fff;
      color: #000;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin:10px 25px 10px 0;
    }
      .cta .part-button a i {
        margin-left: 6px; }
      .cta .part-button a:hover {
        background: transparent;
        color: #ff6600; 
    
    }
.fetchbill a {
  display: inline-block;
  width: 220px;
  height: 40px;
  border-radius: 5px;
  background:
  #ff6600;
  color:
  #fff;
  line-height: 39px;
  text-align: center;
  border: 1px solid #ff6600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 7px;

    }
.Postpaid.row.col-lg-12 {
    padding-right: 0px;
}
.Postpaid .col-xl-4.col-lg-4 {
    padding-right: 0px;
    text-align: right;
}
.payment {
    margin-top: 50px;
}
.payment h3 {
    border-bottom: 1px solid;
    margin-bottom: 36px;
}
.errormsg {
    margin: .5em 0 0.5em;
    border: 1px solid #f9acac;
  padding: 5px 15px 6px 14px;
  border-radius: 5px;
  box-shadow: 0 1px 1px #fff inset;
  width: 50%;
  min-width: 380px;
  background: #f7b9b9;
  border-color:#f9acac;
  color:#934242;
}
.successmsg {
    margin: .5em 0 0.5em;
    border: 1px solid #8af98a;
  padding: 5px 15px 6px 14px;
  border-radius: 5px;
  box-shadow: 0 1px 1px #fff inset;
  width: 50%;
  min-width: 380px;
  background: #b5f2b5;
  color:green;
}

/*==========================================
    blog
==========================================*/
.blog {
  padding: 50px 0 20px; }
  .blog.blog-details {
    padding: 120px 0; }
    .blog.blog-details .single-news .part-img {
      border-radius: 5px;
      overflow: hidden; }
    .blog.blog-details .single-news .part-text h3 a {
      font-size: 30px;
      line-height: 40px;
      color: #202020;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog.blog-details .single-news .part-text h3 a:hover {
        color: #ff6600; }
    .blog.blog-details .single-news .part-text p {
      margin-bottom: 30px; }
      .blog.blog-details .single-news .part-text p:last-child {
        margin-bottom: 0; }
    .blog.blog-details .single-news .part-meta .single-meta {
      display: inline-block;
      padding: 0 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      line-height: 16px;
      margin-top: 30px;
      margin-bottom: 18px; }
      .blog.blog-details .single-news .part-meta .single-meta:first-child {
        padding-left: 0; }
      .blog.blog-details .single-news .part-meta .single-meta:last-child {
        padding-right: 0;
        border: none; }
      .blog.blog-details .single-news .part-meta .single-meta span {
        display: inline-block;
        color: #5c5c5c; }
        .blog.blog-details .single-news .part-meta .single-meta span.icon {
          margin-right: 6px; }
    .blog.blog-details .single-news .part-comment {
      margin-top: 45px; }
      .blog.blog-details .single-news .part-comment h3 {
        font-size: 30px;
        font-weight: 500;
        color: #202020;
        text-transform: capitalize;
        margin-bottom: 22px; }
      .blog.blog-details .single-news .part-comment .single-comment {
        position: relative;
        background: #020c16;
        padding: 30px;
        padding-right: 160px;
        display: flow-root;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .blog.blog-details .single-news .part-comment .single-comment:last-child {
          border-bottom: none; }
        .blog.blog-details .single-news .part-comment .single-comment .commentor-img {
          border-radius: 10px;
          margin-right: 20px;
          overflow: hidden;
          float: left; }
        .blog.blog-details .single-news .part-comment .single-comment .comment-text {
          display: table; }
          .blog.blog-details .single-news .part-comment .single-comment .comment-text h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 700; }
          .blog.blog-details .single-news .part-comment .single-comment .comment-text p {
            font-size: 16px;
            color: #cecece;
            line-height: 26px;
            margin: 0; }
      .blog.blog-details .single-news .part-comment button.reply-button {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #ff6600;
        color: #ff6600;
        height: 35px;
        background: transparent;
        cursor: pointer;
        outline: none;
        width: 100px;
        top: 30px;
        right: 30px;
        font-size: 14px;
        border-radius: 4px; }
    .blog.blog-details .single-news .comment-box {
      margin-top: 53px; }
      .blog.blog-details .single-news .comment-box h3 {
        font-size: 30px;
        font-weight: 500;
        color: #202020;
        text-transform: capitalize;
        margin-bottom: 22px; }
      .blog.blog-details .single-news .comment-box input {
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
        width: 100%;
        height: 60px;
        border: none;
        padding: 0 30px;
        text-transform: capitalize;
        margin-bottom: 30px; }
        .blog.blog-details .single-news .comment-box input::-webkit-input-placeholder {
          color: #5c5c5c; }
        .blog.blog-details .single-news .comment-box input:-ms-input-placeholder {
          color: #5c5c5c; }
        .blog.blog-details .single-news .comment-box input::-ms-input-placeholder {
          color: #5c5c5c; }
        .blog.blog-details .single-news .comment-box input::placeholder {
          color: #5c5c5c; }
      .blog.blog-details .single-news .comment-box textarea {
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
        border: none;
        padding: 15px 30px;
        width: 100%;
        height: 300px;
        display: -ms-grid;
        display: grid; }
      .blog.blog-details .single-news .comment-box button {
        width: 180px;
        height: 60px;
        border: none;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        color: #fff;
        background: #ff6600;
        border: 1px solid #ff6600;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 40px;
        position: relative;
        left: 50%;
        margin-left: -90px; }
        .blog.blog-details .single-news .comment-box button:hover {
          color: #ff6600;
          background: transparent; }
  .blog .single-blog {
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 30px; }
    .blog .single-blog .part-img {
      overflow: hidden; }
      .blog .single-blog .part-img img {
        width: 100%; }
    .blog .single-blog .part-text {
      padding: 40px;
      padding-top: 32px; }
      .blog .single-blog .part-text h3 {
        font-size: 21px;
        color: #202020;
        line-height: 31px;
        margin-bottom: 20px; }
      .blog .single-blog .part-text p {
        font-size: 16px;
        line-height: 26px;
        color: #5c5c5c; }
      .blog .single-blog .part-text a {
        display: inline-block;
        width: 150px;
        height: 50px;
        line-height: 48px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        text-align: center;
        color: #ff6600;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 19px; }
        .blog .single-blog .part-text a:hover {
          border-color: #ff6600;
          background: #ff6600;
          color: #fff; }

/*==========================================
    footer
==========================================*/
.footer {
  background: #202020;
  padding: 100px 0; }
  .footer .about-area a.logo {
    display: inline-block;
    margin-bottom: 24px; }
  .footer .about-area p {
    font-size: 16px;
    line-height: 26px;
    color: #ececec;
    margin-bottom: 24px; }
  .footer .about-area ul.social li {
    display: inline-block; }
    .footer .about-area ul.social li a.social-link {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid rgba(236, 236, 236, 0.5);
      color: #ececec;
      text-align: center;
      line-height: 28px;
      border-radius: 50%;
      font-size: 12px;
      margin-right: 6px; }
  .footer .useful-link h3 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 19px;
    font-weight: 500; }
  .footer .useful-link ul li a {
    display: inline-block;
    color: #ececec;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px; }

/*==========================================
    copyright
==========================================*/
.copyright {
  background: #202020;
  border-top: 1px solid #4d4d4d; }
  .copyright .copyright-area p {
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 27px 0; }
    .copyright .copyright-area p a {
      display: inline-block;
      color: #ff6600; }

/*==========================================
    breadcrumb
==========================================*/
.recuge-breadcrumb {
  background: url("../img/breadcrumb-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .recuge-breadcrumb:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    opacity: .75;
    z-index: -1; }
  .recuge-breadcrumb .breadcrumb-content {
    margin-top: 81px;
    padding: 100px 0px; }
    .recuge-breadcrumb .breadcrumb-content h2 {
      font-size: 30px;
      font-weight: 500;
      text-transform: capitalize;
      color: #fbfbfb; }
    .recuge-breadcrumb .breadcrumb-content ul li {
      display: inline-block;
      position: relative;
      padding-right: 20px;
      color: #fbfbfb;
      margin-right: 6px; }
      .recuge-breadcrumb .breadcrumb-content ul li:last-child:after {
        display: none; }
      .recuge-breadcrumb .breadcrumb-content ul li:after {
        position: absolute;
        content: '\f101';
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        top: 0;
        color: #ff6600; }
      .recuge-breadcrumb .breadcrumb-content ul li a {
        display: inline-block;
        color: #ff6600; }

/*==========================================
    about-area
==========================================*/
.about {
  padding: 130px 0; }
  .about .part-text h3 {
    font-size: 36px;
    font-weight: 500;
    color: #151415;
    text-transform: capitalize;
    margin-bottom: 21px;
    margin-top: -10px; }
    .about .part-text h3 span {
      color: #ff6600; }
  .about .part-text p {
    margin-bottom: 20px;
    color: #5c5c5c;
    line-height: 26px; }
    .about .part-text p:last-child {
      margin-bottom: -4px; }
  .about .part-img {
    height: 470px; }
    .about .part-img img {
      width: auto;
      height: 100%;
      max-width: none; }

/*==========================================
    history
==========================================*/
.history {
  position: relative;
  margin-bottom: 130px; }
  .history .part-img {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    padding-right: 55px; }
    .history .part-img img {
      height: 100%; }
  .history .part-text {
    padding: 120px 0; }
    .history .part-text h3 {
      font-size: 36px;
      font-weight: 500;
      color: #151415;
      text-transform: capitalize;
      margin-bottom: 21px;
      margin-top: -8px; }
      .history .part-text h3 span {
        color: #ff6600; }
    .history .part-text p {
      margin-bottom: 20px;
      color: #5c5c5c;
      line-height: 26px; }
      .history .part-text p:last-child {
        margin-bottom: -4px; }

/*==========================================
    team
==========================================*/
.team {
  padding-bottom: 130px; }
  .team .single-member {
    position: relative; }
    .team .single-member img {
      width: 100%; }
    .team .single-member .overlap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(#00cdac00));
      background: -webkit-linear-gradient(bottom, #202020, #00cdac00);
      background: -o-linear-gradient(bottom, #202020, #00cdac00);
      background: linear-gradient(to top, #202020, #00cdac00);
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .team .single-member .overlap .part-text {
        padding: 30px; }
        .team .single-member .overlap .part-text span {
          display: block; }
          .team .single-member .overlap .part-text span.name {
            font-weight: 500;
            font-size: 21px;
            text-transform: capitalize;
            color: #fbfbfb;
            margin-bottom: 4px; }
          .team .single-member .overlap .part-text span.position {
            color: #ececec;
            font-size: 14px;
            text-transform: capitalize;
            margin-bottom: 15px; }
        .team .single-member .overlap .part-text ul li {
          display: inline-block; }
          .team .single-member .overlap .part-text ul li a {
            display: inline-block;
            color: #fbfbfb;
            margin-right: 6px;
            font-size: 14px; }
          .team .single-member .overlap .part-text ul li:last-child a {
            margin-right: 0; }

/*==========================================
    service
==========================================*/
.service {
  padding: 130px 0 100px; }
  .service .single-service {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .service .single-service:hover {
      -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.3); }
      .service .single-service:hover h3 {
        color: #ff6600; }
    .service .single-service .part-img {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 30px; }
      .service .single-service .part-img img {
        width: 100%; }
    .service .single-service h3 {
      font-size: 21px;
      color: #151415;
      text-transform: capitalize;
      text-align: center;
      margin: -5px 0 -2px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/*==========================================
    contact
==========================================*/
.contact {
  padding: 120px 0; }
  .contact .contact-area form input {
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 30px;
    text-transform: capitalize;
    margin-bottom: 30px; }
    .contact .contact-area form input::-webkit-input-placeholder {
      color: #5c5c5c; }
    .contact .contact-area form input:-ms-input-placeholder {
      color: #5c5c5c; }
    .contact .contact-area form input::-ms-input-placeholder {
      color: #5c5c5c; }
    .contact .contact-area form input::placeholder {
      color: #5c5c5c; }
  .contact .contact-area form textarea {
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    border: none;
    padding: 15px 30px;
    width: 100%;
    height: 300px;
    display: -ms-grid;
    display: grid; }
  .contact .contact-area form button {
    width: 180px;
    height: 60px;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #ff6600;
    border: 1px solid #ff6600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 40px;
    position: relative;
    left: 50%;
    margin-left: -90px; }
    .contact .contact-area form button:hover {
      color: #ff6600;
      background: transparent; }

/*==========================================
    map
==========================================*/
#map {
  height: 600px; }

/*==========================================
    sidebar
==========================================*/
.sidebar .single-widget {
  border-radius: 5px;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #ececec; }
  .sidebar .single-widget h3.title {
    display: inline-block;
    font-size: 21px;
    color: #202020;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-right: 15px; }
  .sidebar .single-widget .search-form {
    margin-top: 17px; }
    .sidebar .single-widget .search-form form {
      position: relative; }
      .sidebar .single-widget .search-form form input {
        height: 50px;
        border: 1px solid #ececec;
        border-radius: 4px;
        width: 100%;
        color: #202020;
        padding: 0 20px; }
      .sidebar .single-widget .search-form form button {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        border: none;
        background: none;
        color: #202020;
        font-size: 14px; }
  .sidebar .single-widget .category-list ul li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #5c5c5c;
    border-bottom: 1px solid rgba(206, 206, 206, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .sidebar .single-widget .category-list ul li a:hover {
      color: #fd5759; }
  .sidebar .single-widget .category-list ul li:last-child a {
    padding-bottom: 0;
    border-bottom: none; }
  .sidebar .single-widget .recent-post .single-post {
    margin-bottom: 16px;
    display: flow-root; }
    .sidebar .single-widget .recent-post .single-post:last-child {
      margin-bottom: 0; }
    .sidebar .single-widget .recent-post .single-post:first-child {
      margin-top: 20px; }
    .sidebar .single-widget .recent-post .single-post .part-img {
      float: left;
      margin-right: 20px; }
    .sidebar .single-widget .recent-post .single-post .part-text {
      display: table; }
      .sidebar .single-widget .recent-post .single-post .part-text h3 a {
        display: inline-block;
        font-size: 16px;
        color: #5c5c5c;
        font-weight: 500;
        line-height: 28px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sidebar .single-widget .recent-post .single-post .part-text h3 a:hover {
          color: #ff6600; }

/*==========================================
    topup
==========================================*/
.topup {
  padding: 50px 10px; }
  .topup .nav-pills {
    border: 1px solid #cccccc;
    overflow: hidden; }
    .topup .nav-pills .nav-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .topup .nav-pills .nav-item .nav-link {
        border-radius: 0;
        padding: 15px 0;
        text-align: center;
        position: relative;
        color: #5c5c5c;
        text-transform: capitalize; }
        .topup .nav-pills .nav-item .nav-link:after {
          position: absolute;
          content: '';
          right: -16px;
          top: 0;
          width: 50px;
          height: 50px;
          border: 1px solid #cccccc;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-left: 0;
          border-bottom: 0;
          background: #fff;
          z-index: 2;
          border-radius: 0 0 0 100px; }
        .topup .nav-pills .nav-item .nav-link.active {
          background: #ff6600;
          color: #fff; }
          .topup .nav-pills .nav-item .nav-link.active:after {
            background: #ff6600;
            border-color: #fff; }
  .topup .tab-content .tab-pane .form-group {
    margin-top: 15px; }
    .topup .tab-content .tab-pane .form-group label {
      font-size: 21px;
      line-height: 31px;
      color: #202020;
      font-weight: 500;
      margin-bottom: 22px; }
    .topup .tab-content .tab-pane .form-group .form-control {
      border-radius: 5px;
      height: 60px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #cccccc;
      padding: 0 30px; }
    .topup .tab-content .tab-pane .form-group .topup-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .topup .tab-content .tab-pane .form-group .topup-box .form-control {
        border-radius: 5px;
        height: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #cccccc; }
        .topup .tab-content .tab-pane .form-group .topup-box .form-control:first-child {
          width: 120px;
          text-align: center;
          border-radius: 5px 0 0 5px;
          border-right: none;
          padding: 0 15px; }
        .topup .tab-content .tab-pane .form-group .topup-box .form-control:last-child {
          border-radius: 0 5px 5px 0;
          padding: 0 30px; }
        .topup .tab-content .tab-pane .form-group .topup-box .form-control:focus {
          border-color: #cccccc; }
  .topup .tab-content .tab-pane .operators .title {
    font-size: 21px;
    line-height: 31px;
    color: #202020;
    font-weight: 500;
    margin-bottom: -10px;
    margin-top: 30px; }
  .topup .tab-content .tab-pane .operators .single-operator {
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0 30px;
    margin-top: 30px; }
    .topup .tab-content .tab-pane .operators .single-operator .part-icon {
      margin-bottom: 24px; }
    .topup .tab-content .tab-pane .operators .single-operator h3 {
      color: #202020;
      font-size: 16px;
      font-weight: 500; }
  .topup .tab-content .tab-pane .products h3.title {
    font-size: 21px;
    line-height: 31px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 30px; }
  .topup .tab-content .tab-pane .products button {
    height: 90px;
    width: 160px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: transparent;
    font-weight: 500;
    color: #202020;
    font-size: 18px;
    margin-right: 18px; }
    .topup .tab-content .tab-pane .products button span {
      display: block;
      font-size: 16px;
      color: #5c5c5c; }
  .topup .tab-content .tab-pane .order-summery h3.title {
    font-size: 21px;
    line-height: 31px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 30px; }
  .topup .tab-content .tab-pane .order-summery .table thead {
    background: #f1f1f1; }
    .topup .tab-content .tab-pane .order-summery .table thead tr th {
      color: #202020;
      font-size: 16px;
      font-weight: 500;
      border: none;
      padding: 18px 30px; }
  .topup .tab-content .tab-pane .order-summery .table tbody tr:last-child {
    border-bottom: 1px solid #5c5c5c; }
  .topup .tab-content .tab-pane .order-summery .table tbody tr th, .topup .tab-content .tab-pane .order-summery .table tbody tr td {
    color: #5c5c5c;
    font-weight: 400;
    padding: 18px 30px; }
  .topup .tab-content .tab-pane .buttons {
    text-align: center;
    margin-top: 40px; }
  .topup .tab-content .tab-pane .payment h3.title {
    font-size: 21px;
    line-height: 31px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 30px; }
  .topup .tab-content .tab-pane .payment .single-payment {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 30px; }
    .topup .tab-content .tab-pane .payment .single-payment h4 {
      color: #202020;
      text-transform: capitalize;
      font-size: 21px;
      margin-bottom: 20px; }
  .topup .tab-content .tab-pane .credit-card {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 30px; }
    .topup .tab-content .tab-pane .credit-card h3.title {
      font-size: 21px;
      line-height: 31px;
      color: #202020;
      font-weight: 500;
      margin-bottom: 22px;
      margin-top: 30px; }
    .topup .tab-content .tab-pane .credit-card .form-group {
      margin-top: 0; }
      .topup .tab-content .tab-pane .credit-card .form-group label {
        font-size: 16px;
        margin-bottom: 10px;
        color: #5c5c5c; }
  .topup .tab-content .tab-pane .done {
    text-align: center; }
    .topup .tab-content .tab-pane .done h3.title {
      font-size: 21px;
      line-height: 31px;
      color: #202020;
      font-weight: 500;
      margin-bottom: 22px;
      margin-top: 30px; }
    .topup .tab-content .tab-pane .done img {
      margin-bottom: 20px; }
    .topup .tab-content .tab-pane .done p {
      line-height: 26px; }

/*.base-button {
  height: 60px;
  padding: 0 40px;
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: inline-block;
  outline: none;
  line-height: 58px;
  text-align: center;
  margin-right: 26px;
  border-radius: 5px;
width:100%;  }
  .base-button:hover {
    background: transparent;
    color: #ff6600; 
  }*/

.base-button {
    height: 60px;
    /* padding: 0 40px; */
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    display: inline-block;
    outline: none;
    line-height: 58px;
    text-align: center!important;
    /* margin-right: 26px; */
    border-radius: 5px;
    width: 100%;
}

/*==========================================
    faq
==========================================*/
.faq {
  padding: 120px 0 90px; }
  .faq a {
    background: rgba(0, 213, 99, 0.09);
    color: #2d2d43;
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid rgba(0, 213, 99, 0.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .faq a:hover {
      background: #2d2d43;
      border-color: #2d2d43;
      color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px;
    border: 1px solid #cccccc !important; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0;
      background: transparent; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #5c5c5c;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none;
          padding: 0 30px 0 30px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -10px;
            color: #ff6600;
            text-align: center;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 16px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .faq .accordion .card .card-header h5 button.collapsed {
            border-radius: 5px;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .faq .accordion .card .card-body {
      border-radius: 0 0 10px 10px;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 32px;
      padding-right: 30px;
      font-size: 16px;
      line-height: 30px; }

/*==========================================
    form
==========================================*/

  
    .etu-form .form-area h2 {
      font-size: 30px;
      font-weight: 700;
      color: #2d2d43;
      text-align: center;
      margin-bottom: 23px;
      margin-top: -10px;
      text-transform: capitalize; }
    .etu-form .form-area form .single-input-box {
      margin-bottom: 25px; }
      .etu-form .form-area form .single-input-box label {
    text-transform: capitalize;
    font-size: 15px;
    color: #ffffff;
    display: block;
    margin-bottom: 13px;
    font-weight: 500;
}
      .etu-form .form-area form .single-input-box input, .etu-form .form-area form .single-input-box select {
    text-transform: capitalize;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
    .etu-form .form-area form button {
      background: #EA0405;
      color: #fff;
      border-radius: 4px;
      height: 38px;
      width: 100%;
      border: 1px solid #EA0405;
      outline: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer;
      text-transform: capitalize; }
      .etu-form .form-area form button:hover {
        background: transparent;
        color: #ff6600; }
    .etu-form .form-area .login-with-social {
      text-align: center;
      margin-top: 50px; }
      .etu-form .form-area .login-with-social a {
        width: 110px;
        height: 50px;
        border-radius: 4px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        background: #3b5999;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative;
        top: 0;
        margin-right: 16px; }
        .etu-form .form-area .login-with-social a:hover {
          top: 3px; }
        .etu-form .form-area .login-with-social a:nth-child(2) {
          background: #dd4b39; }
        .etu-form .form-area .login-with-social a:nth-child(3) {
          background: #55acee;
          margin-right: 0; }


/*==========================================new cssss=====*/


@media screen and (max-width: 767px) {
.fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:0px;

    }
}

@media screen and (max-width: 768px) {
.fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:0px;

    }
}

@media screen and (max-width: 414px) {
  .fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:-10px;

    }
}
@media screen and (max-width: 575px) {


.fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:-10px;

    }
}
@media screen and (max-width: 496px) {
  .fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:-10px;

    }
}

@media screen and (max-width: 420px)

{
      .fetchbill a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border-radius: 5px;
      background: #ff6600;
      color: #fff;
      line-height: 48px;
      text-align: center;
      border: 1px solid #ff6600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
margin-top:-10px;

    }
}



.card-header h4.card-title,h4.card-title  {
    color: #5e5873;
    font-family: 'montserratsemibold';
    margin: 0;
}
.card-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border:none;
}
.transaction-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transaction-item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.transaction-item .media-aside {
    margin-right: 1rem;
    display: flex;
}
.b-avatar.badge-light-primary {
    background-color: rgba(115,103,240,.12);
}
.b-avatar.badge-light-primary {
    color: #7367f0;
}
.b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(#fff,#000);
    mask-image: radial-gradient(#fff,#000);
}
.b-avatar.badge-light-success {
    background-color: rgba(40,199,111,.12);
}
.b-avatar.badge-light-success {
    color: #28c76f;
}

.b-avatar.badge-light-danger {
    color: #ea5455;
}
.transaction-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.b-avatar.badge-light-danger {
    background-color: rgba(234,84,85,.12);
}
h6.transaction-title {
    font-size: 14px;
    font-weight: 500;
    color: #5e5873;
     font-family: 'montserratsemibold';
     margin: 0
}
.transaction-item .media .media-body {
    margin: auto;
}
.daterangepicker .ranges li.active {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
}
.daterangepicker .ranges li {
    color: #333;
}
.daterangepicker .ranges li:hover {
    border: 1px solid transparent;
    color: #333;
}
.daterangepicker .ranges li.active {
    color: #fff;
    border-color: #08c;
}
.reportrange {
    font-size: 13px;
    float: right;
}
a.f2x i {
    font-size: 20px;
        color: #6e6b7b;
}
button.btn.btn-danger,a.btn.btn-sm.btn-danger {
    background: #ff0000!important;
}
a.btn.btn-sm.btn-danger {
    cursor: pointer;
}
.daterangepicker .ranges li.active {
    background-color: #ff0000!important;
    color: #fff!important;
    border-color: #ff0000!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff0000!important;
    border-color: transparent!important;
    color: #fff!important;
    background-image: none!important;
}
.daterangepicker button.applyBtn.btn-primary {
    background: #ff0000!important;
    border-color: #ff0000!important;
}
ol.breadcrumb {
    background: transparent;
}
li.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}
.header-navbar ul li.nav-item svg {
    vertical-align: top;
}
.total_merch .icon_me svg {
    fill: #ea5455;
}
.total_merchcollect .icon_me {
    background: #fdeffc!important;
}
.total_merchcollect .icon_me i {
    color: #c903ff!important;
}
.total_earn .icon_me {
    background: #ebfafa!important;
}
.total_earn .icon_me svg {
    fill: #0010f7!important;
}
.w-30 {
    width: 255px;
    float: left;
}
.payments-details label {
    font-size: 14px;
}
.payments-details input {
    font-size: 15px;
    color: #4e5154;
    border: 1px solid #babfc7;
    padding: 5px 10px;
    border-radius: 3px;
}
.w-40 {
    width: 334px;
}
.w-50 {
    width: 280px!important;
}
.w-50 select {
    border: 1px solid #babfc7;
    height: 35px;
    width: 200px;
}
.w-40 select,.w-30 select {
    height: 35px;
    border: 1px solid #babfc7;
    font-size: 14px;
    color: #4e5154;
    border-radius: 3px;
    width: 200px;
}
.nav-tabs .nav-item {
    border: 0px;
    background: transparent;
    color: #6e6b7b;
}

.nav-tabs .nav-item a {
    color: #6e6b7b;
    border: none;
    background: transparent;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active {
    background: transparent;
    color: #6e6b7b;
}
.nav-tabs .nav-link.active {
    background: transparent;
    color: #FF0000;
    border-bottom: 2px solid #FF0000;
    padding: 10px 0;
}
.dt-buttons {
    float: left;
}
button.dt-button {
    border: none;
    font-size: 14px;
    color: #4e5154;
    border-radius: 3px;
    padding: 3px 6px;
}
.table {
    width: 100%;
    color: #6e6b7b;
}
table.dataTable thead th {
    background: rgb(239,242,245);
    border: none;
    font-size: 14px;
}
table.dataTable tbody td {
    font-size: 14px;
    border: none;
}
table.dataTable tbody td {
    font-size: 14px;
    border-bottom: 1px solid rgba(245,248,250);
    border-top: 0px;
}
table.dataTable.no-footer {
    border: none;
}
.dataTables_info, .dataTables_paginate {
    margin: 20px 0;
}
.dataTables_wrapper .dataTables_info {
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #FF0000!important;
    border: none!important;
    color: #fff!important;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ff000012;
    border-radius: 50%!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #b9b9c3;
    border-radius: 0px!important;
    margin-right: 10px;
    font-size: 14px;
    color: #f1efef!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-radius: 0px!important;
    margin-left: 10px;
    background: #b9b9c3;
     font-size: 14px;
}
.badge-pill {
    padding: 5px 10px;
    border-radius: 3px;
}
.badge-success.badge-pill {
    color: #fff;
}
.modal-header {
    background: #f8f8f8;
    border: none;
    font-size: 15px;
    color: #5e5873;
    font-family: 'montserratsemibold';
}
.modal-body label {
    font-size: 14px;
    color: #5e5873;
}
.modal-body select.form-control, .modal-body input {
    height: 42px;
    font-size: 14px;
    border: 1px solid #d8d6de;
}
.modal-footer {
    border-top: 1px solid rgba(34,41,47,.05);
}
.btn-primary {
  cursor: pointer;
}
.reportrange input, .reportrange input[type="text"]:focus {
    border: none;
    background: rgb(173 156 156 / 12%);
    padding: 5px 10px;
    border-radius: 3px;
    color: #746c6c;
}
.range_inputs {
    padding: 0 10px;
}
.range_inputs div input {
    width: 100%;
}
.range_inputs button.btn {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    padding: 8px 10px;
}
.daterangepicker .ranges li {
    background: transparent;
    border: none;
    margin: 0;
    padding: 8px 12px;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.daterangepicker .ranges li:hover {
    background: #FF0000;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.daterangepicker .ranges {
    margin: 0!important;
}
.inside_content .form-control:not(.form-control-sm) {
  padding: 0.81rem 0.96rem;
  height: inherit;

}
.inside_content .form-control, .inside_content .form-select {
  border-color: #d5d3d3;
  color: #777;
}
.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}
.travellers-dropdown {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
  box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
  z-index: 11;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  min-width: 300px;
  width: 100%;
}
.travellers-class-input[readonly] {
  background: #fff;
}
.travellers-dropdown .qty .btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 0.25rem !important;
}
.travellers-dropdown .qty .qty-spinner {
  background: none;
  border: none;
  pointer-events: none;
  text-align: center;
  padding: 0.2rem 0.2rem;
}
.bg-light-4 {
  background-color: #eff0f2 !important;
}
.input-group-append .btn, .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
}
.btn-primary {
  border-color: #EA0405;
}
.bg-light {
  background-color: #FFF !important;
}
.p-3 {
  padding: 1rem!important;
}
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}
.accordion.accordion-alternate .card {
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd!important;
}
.accordion.accordion-alternate .card:last-child{
  border-bottom: none!important;
}
h2.text-6{
  color: #0c2f54;
  font-weight: 700;
}
.bg-light-3 {
  background-color: #f5f5f5 !important;
}
.pl-3, .px-3 {
  padding-left: 1rem!important;
}
.pr-3, .px-3 {
  padding-right: 1rem!important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem!important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem!important;
}
.border {
  border: 1px solid #dee2e6!important;
}
.accordion .card-header a {
  font-size: 14px;
  padding: 1rem 1.25rem 1rem 2.25rem;
  display: block;
  border-radius: 4px;
  position: relative;
}
.accordion.accordion-alternate .card:first-of-type .card-header a {
  border-top: 0px;

}
.accordion.accordion-alternate .card .card-header a{
  color: #EA0405;
  font-weight: 700;
}
.accordion.accordion-alternate.style-2 .card-header a {
  padding-left: 0px;
  padding-right: 0;
}
.accordion .card-header a:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 8px;
  height: 8px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.accordion .card-header {
  padding: 0;
  border: none;
  background: none;
}
.accordion .card-header {
  display: block;
}
.accordion.accordion-alternate.style-2 .card-body {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
}
.ui-widget.ui-widget-content {
  border: none;
  background: #eee;
  margin-bottom: 15px;
}
.ui-slider-horizontal {
  height: 0.2em;
  margin-left: 11px;
  margin-right: 11px;
}
.ui-widget-header {
  background: #EA0405;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
  margin-left: -0.7em;
  border-radius: 100%;
  background: #fff;
  width: 21px;
  height: 21px;
}
.page-item.active .page-link {
  background-color: #EA0405;
  border-color: #EA0405;
}
.page-link{
  color: #EA0405;
}
.accordion.accordion-alternate .card-header a.collapsed {
  color: #535b61;
}
.accordion.accordion-alternate .card:first-of-type .card-header a {
  border-top: 0px;
}
.accordion.accordion-alternate.style-2 .card-header a {
  padding-left: 0px;
}
.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.bus-list .bus-item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.text-1 {
  font-size: 12px !important;
}
.text-dark {
  color: #343a40!important;
}
.text-5 {
  font-size: 21px !important;
}
.text-3 {
  font-size: 16px !important;
}
.bus-item .btn-sm{
  font-size: 14px !important;
  padding: 8px 16px
}
.py-24{
  padding-top: 24px;
  padding-bottom: 24px;
} 
.px-16{
  padding-left: 16px;
  padding-right: 16px;
}
.bus-details .nav-tabs:not(.flex-column) {
  border-bottom: 1px solid #d7dee3;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.seatCharts-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 25px 25px 20px 10px;
  display: inline-block;
  position: relative;
}
.front-indicator {
  position: absolute;
  padding: 2px 12px;
  left: calc(50% - 35px);
  top: -13px;
  background: #fff;
  text-transform: uppercase;
  color: #999;
}
.seatCharts-row {
  height: 35px;
}
.seatCharts-cell {
  height: 27px;
  width: 27px;
  line-height: 27px;
  margin: 3px;
  float: left;
  text-align: center;
  outline: none;
  font-size: 13px;
}
.seatCharts-space {
  background-color: white;
}
.seatCharts-seat.available.first-class {
  background-color: #999;
}
.seatCharts-seat {
  /*background-color: #ccc;*/
  background-color: #36b76f;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.seatCharts-seat.unavailable {
  background-color: #F00;
  cursor: not-allowed;
}
.booking-details h2{
  color: #0c2f54;
  font-family: "Poppins", sans-serif;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.booking-details .px-3{
  padding-left: 16px!important;
}
.booking-details .py-2{
  padding-top: 8px!important;
}
.selected-seats{
  margin-bottom: 20px;
  padding-left: 10px;
}
.confirm-details .card{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: none;
}
.confirm-details .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.confirm-details h5{
  color: #0c2f54;
  font-size: 20px;
  font-weight: 600;
}
.confirm-details .badge-success {
  color: #fff;
  background-color: #28a745;
  padding: 4px 8px!important;
}
.operator-name {
  color: #343a40!important;
  font-weight: 600;
}
.time-info span{
  font-weight: 600;
}
.bg-success {
  background: #28a745!important;
  color: #fff!important;
  padding: 0 8px;
  font-size: 14px;
}
.confirm-details .alert-info {
  color: #0c5460!important;
  background-color: #d1ecf1!important;
  border-color: #bee5eb!important;
  font-size: 14px;
}
.confirm-details .badge-info {
  color: #fff;
  background-color: #17a2b8;
  font-size: 10.75px;
}
.promo-code {
  max-height: 150px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.inside_content h3{
  color: #0c2f54;
}
.nav-tabs.flex-column .nav-item .nav-link.active {
  background-color: transparent;
  color: #0071cc;
}
.nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #535b61;
}
.nav-tabs.flex-column .nav-item {
  width: 100%;
  display: block;
}
.payments-types {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.payments-types li {
  margin: 0px 10px 8px 0px;
}
.payments-types li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.payments-types li img {
  display: flex;
}
.inside_content .card {
  border-radius: 0px;
}
.featured-box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.featured-box .featured-box-icon {
  display: inline-block;
  font-size: 35px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #546d89;
  border-radius: 0;
}
.featured-box h3, .featured-box h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #0c2f54;
}
.featured-box p{
  color: #252b33;
  font-size: 14px;
}
.inside_content .alert-info {
  color: #055160!important;
  background-color: #cff4fc!important;
  border-color: #b6effb!important;
}

header li.dropdown-item:hover {
    background: #FF092A;
}
header.main-header {
    background: transparent;
	border-bottom: 1px solid #ddd;
	height: 80px;
}
.main-header ul li a.nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(12,11,49);
    font-weight: 700;
}
.main-header li.nav-item.active{
	background:transparent;
}
.main-header li.nav-item.active .nav-link {
    color: #EA0405;
}
.main-header nav.navbar.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
	    height: 80px;
}
.main-header li.nav-item {
    height: 80px;
    border-right: 1px solid #ddd;
    padding: 0 20px;
}
.main-header li.nav-item .nav-link {
    padding: 0!important;
	margin:0
}
h1 {
    font-size: 70px;
    color: #000;
    font-weight: bold;
}
.btn-primary {
    background: red;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
}
.btn-secondary{
	background: #fff;
	color:#000;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
}
.bgColor {
    background: #f4f4fa;
}
.drive h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.drive ul li{
	font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.bgWhite{
	background:#fff
}
ul li i {
    margin-right: 15px;
}
footer h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
footer ul li a{
	font-size: 16px;
    color: #333;
}
footer ul li{
	margin-bottom: 5px;
	display: inline-block;
}
.navbar-toggler-icon{
	background-image:url(../../app-assets/images/toggle.svg);
	filter: invert(1);
}
.terms h1 {
    font-size: 30px;
}
.terms form .row{
	margin:0
}
footer ul li:hover a{
	    color:#EA0405
}
footer ul li img {
    max-width: 50px;
    margin-right: 20px;
}
footer ul li .button {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.terms h1 {
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}
.terms p{
	color: rgb(12,11,49);
}
.ride_Section h1{
	font-size: 30px;
}
button.btn.btn-form {
    background: #EA0405;
    color: #fff;
    padding: 12px 50px;
    border-radius: 40px;
    margin-top: 20px;
}
.form-group label {
    color: #333;
    font-weight: 700;
}
@media(max-width:767px){
	.ride_text{
		margin-top:30px;
		text-align: center;
	}
	.ride_Section h1 {
    font-size: 22px;
    text-align: center;
}
.odr1 {
    order: 1;
}
.drive h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}
.drive .pl-5 {
	    padding-left: 1em!important;
}
footer ul{
	margin-bottom:20px;
}
button.navbar-toggler {
    background: #EA0405;
	    margin-right: 15px;
}
.navbar-collapse {
    background: #fff;
    z-index: 9;
}
.main-header nav.navbar.navbar-expand-lg {
    padding: 0;
}
.main-header .container{
	padding:0
}
a.navbar-brand{
	height:85px;
	padding-left: 15px;
}
}


/*1.5*/
.terms ol{
  counter-reset: item;
  list-style: none;
}
.terms ol li {
  color: #333;
    font-size: 40px;
    font-weight: 700;
  counter-increment: item;
  margin-top: 30px;
}
.terms ol li:before {
       margin-right: 10px;
       content: counters(item, ".") ". ";
       display: inline-block;
         position: absolute;
      left: 0;
      font-weight: 700;
    } 
.terms ol li span{
  color: #333;
    font-size: 16px;
  font-weight: normal;
}
.terms ol li ol li{
  color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    position: relative;
    padding-left: 35px;
}
.terms ul{
      position: relative;
    margin-top: 20px;
}
.terms ul li {
    counter-increment: inherit;
      font-size: 16px;
    font-weight: normal;
  position: relative;
  padding-left: 20px;
    margin-top: 0;
}
.terms ul li:before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50px;
    top: 8px;
}
.terms ol li ol li ol li {
    padding-left: 45px;
}