.navbar-brand>img {
  display: block;
  max-width: 150px;
}
.ct-menu-mobile .navbar .navbar-header {
  max-width: 130px;
}
.navbar.navbar-dark {
  background-color: #fff;
}
.navbar.navbar-dark .nav.navbar-nav li a {
  color: #0d97ff;
}
.navbar-scrolled .navbar.navbar-dark {
  background-color: #fff;
  box-shadow: 0px 2px 10px #aaa;
}
.ct-mediaSection {
  background-color: #fff;
}
.ct-header .ct-header-title {
  color: #333;
}
.btn-accient,
.ct-cart__product-checkout {
  background-color: #0d97ff;
  border: 1px solid #0d97ff;
}
.btn-accient:hover,
.ct-cart__product-checkout:hover,
.btn-accient:focus,
.ct-cart__product-checkout:focus {
  background-color: #1261ff;
  border-color: #1261ff;
}
.navbar-default .navbar-nav>li.active>a {
  color: #0d97ff;
}
@media only screen and (max-width: 760px) {
  footer .ct-footer-title,
  h6 {
    font-size: 14px;
  }
  .fa {
    font-size: 30px;
  }
  .navbar.navbar-dark .nav.navbar-nav {
    margin-top: 0px;
    margin-right: -35px;
  }
  body.ct-menu-effect .navbar-beacon {
    background-color: rgba(255,255,255,0.95);
  }
  body.ct-menu-effect .navbar-beacon li a {
    color: #0d97ff;
    font-size: 2.4rem;
  }
}
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:active {
  color: #0d97ff;
}
.navbar-default .navbar-nav>li>a {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:before {
  top: 0px;
  bottom: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.navbar-default .navbar-nav>li>a:after {
  top: 35px;
  bottom: 0px;
  border-bottom: 3px solid #0d97ff;
  border-left: none;
  border-right: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-default .navbar-nav>li:hover a:after {
  bottom: 25px;
}
.rpt_plan {
  border-radius: 5px;
}
.rpt_plans .rpt_plan .rpt_title {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
.rpt_price {
  font-weight: 400;
}
.ct-footer-nav {
  text-align: center;
}
.ct-footer-nav::after {
  color: #fff;
  content: "© RushTax";
}
footer h6 {
  color: #fff;
}
body.page:not(.woocommerce-page) footer table tbody tr td {
  border-top: none;
  padding: 0px;
}
.ct-u-padding-top-50 {
padding-top: 0px!important;
}