.navbar-default {
  background-color: #19256C;
}
.navbar .navbar-nav > li > a {
  color: #fff;
}
.col-auto {
    flex: 0 0 auto;
    width: auto
}
.guest{
overflow-x: hidden
}

* {
  margin:0;
  padding:0;
}
body {
  padding:0;
}
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
span {
  font-family: 'Poppins', sans-serif;
  overflow-x: clip;
  
}
#top-sec {
  background-image: url('https://i.imgur.com/ZOcatRB.png');
  background-size: cover;
  background-position: center;
  padding: 180px 0 120px;
}
#top-sec .row {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.title-txt {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.main-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.top-sec-ul {
  padding-left: 15px;
  margin: 30px 0;
}
.top-sec-ul li p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
}
.top-sec-ul li::marker {
  color: #fff;
}
.btn.btn-primary,
.btn.btn-secondary {
  background-color: #303b7b;
  border-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  padding: 15px 30px;
  box-shadow: 0 5px 10px 0 #325d8850;
}
.frm-wrap {
  background-color: #475189;
  box-shadow: -10px 10px 10px 0 rgba(0,0,0,42%);
  padding: 35px 25px;
  border-radius: 12px;
}
.frm-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.frm-txt {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
    margin-bottom: 20px;
}
.form-group {
  position: relative;
}
.inpt-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #303b7b;
  text-align: center;
  border-radius: 100px;
}
.form-control {
  height: 50px;
  border: 0;
  box-shadow: none;
  border-radius: 100px;
  font-size: 16px;
  /*color: #93c54b;*/
  color: #325d88;
  font-weight: 400;
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.form-control::placeholder {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#social {
  padding: 80px 0;
}
.social-img {
  margin: 0px auto 0;
}

.checkbox label {
  color: #fff;
}
.reset-pswd {
  color: #fff;
  font-size: 14px;
}
.have-acc {
  display: block;
  color: #fff;
}
.have-acc a {
  color: #fff;
  font-weight: 500;
}
.frm-wrap .btn.btn-primary {
  width: 100%;
  margin: 15px auto;
}
.guest .navbar-default .container {
  background-color: #fff;
  border-radius: 100px;
}
.guest .navbar .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #050505;
  border: 0;
  min-width: 100px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
#social .media {
  background-color: #fff;
  box-shadow: 0 4px 0 3px #dedede;
  border-radius: 100px;
  padding: 15px;
}
#social .media-left, #social .media-right, #social .media-body {
  vertical-align: middle;
}
#social .media-body .media-heading {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-left: 10px;
}
#how {
  padding: 80px 0;
}
.title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 45px;
  line-height: 1.3;
}
.how-wrap {
  position: relative;
  padding: 40px 20px;
}
.how-iner {
  background-color: #f8f5f0;
  border-radius: 200px;
  padding: 25px 12px;
  box-shadow: -1px 1px 0 1px #93c54b;
}
.how-body {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 55px 15px 45px;
}
.how-num {
  font-size: 48px;
  font-weight: 700;
  color: #222021;
  margin: 0;
}
.how-txt {
  font-size: 16px;
  font-weight: 400;
  color: #222021;
  line-height: 1.3;
  margin: 0;
    padding-left: 6px;
}
.how-wrap::after {
  content: '';
  background-image: url('https://i.imgur.com/hiiZSSk.png');
  width: 262px;
  height: 193px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 262px 214px;
}
.how-wrap::before {
  content: '';
  background-image: url('https://i.imgur.com/dxcICpy.png');
  width: 260px;
  height: 193px;
  position: absolute;
  top: auto;
  left: -2px;
  right: 0;
  margin: auto;
  background-size: 260px 215px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.how-icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #93c54b;
  color: #fff;
  font-size: 60px;
  border-radius: 100px;
  margin: auto;
  box-shadow: -10px 10px 10px 0 rgba(0,0,0,30%);
}
.row.how-row .col-sm-3:nth-child(2n+1) .how-wrap::before {
  display: none;
}
.row.how-row .col-sm-3:nth-child(2n) .how-wrap::after {
  display: none;
}
.how-wrap::after, .how-wrap::before {
  width: 305px;
  background-size: 303px 221px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  height: 221px;
}
#providing {
  padding: 80px 0;
  background-color: #f8f5f0;
  overflow: hidden;
}
#providing p {
  font-size: 18px;
  color: #050505;
  line-height: 1.4;
}
#providing .title {
  margin-bottom: 20px;
}
.btn.btn-secondary {
  background-color: #93c54b;
  border-color: #93c54b;
  box-shadow: 0 5px 10px 0 #93c54b;
}
#providing .btn.btn-secondary {
  margin-top: 26px;
}

#faq {
  padding: 80px 0;
  background-color: #ffffff;
}
#faq .title {
  text-align: center;
}
#faq .faq-row {
  margin-top: 80px;
}
#faq .panel-default, #faq .panel-heading {
  background-color: #f8f5f0;
  border-color: transparent !important;
  border: transparent !important;

}
#faq .panel-default {
  border-radius: 20px !important;
  box-shadow: 0 0 10px 0 rgba(0,0,0,9%);
}
#faq .panel-heading {
  font-size: 18px;
  font-weight: 600;
  color: #071648;
  line-height: 1.4;
  text-shadow: none;
  padding: 0;
}
#faq .panel-heading a {
  padding: 20px 45px 20px 20px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-shadow: none;
  position: relative;
}
#faq .panel-heading a[aria-expanded="true"] {
  background: #93c34b;
  color: #fff;
  border-radius: 20px;
}
#faq .panel-default .panel-heading {
  border-radius: 12px;
  background-color: #93c34b;
}
#faq .panel-default {
  border-radius: 20px !important;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,9%);
}
.panel-body {
  border-top: 0 !important;
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#faq .panel-heading a::after {
  content: '';
  position: absolute;
  font-size: 50px;
  font-weight: 100;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  background-image: url('https://i.imgur.com/9mJUKmL.png');
    width: 29px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
}
#faq .panel-heading a[aria-expanded="true"]::after {
  content: '';
  transform: translateY(-50%) rotate(180deg);
}
#faq .panel-body {
  color: #000;
  font-size: 16px;
}
#client {
  padding: 80px 0;
  background-color: #f8f5f0;
}
.client-slide {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  margin: 7.5px;
}
#client .stars {
  margin: 0 0 20px;
}
.client-txt {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
}
.client-name span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: right;
  width: max-content;
  margin-left: auto;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 0 10px;
    z-index: 1;
}
.client-name {
  position: relative;
    margin-bottom: 0;
}
.client-name::after {
  content: '';
  width: 80%;
  height: 5px;
  background-color: #8cce49;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.slick-center .client-slide {
  background-color: #325d88;
}
.slick-center .client-slide .client-name span {
  background-color: #325d88;
  color: #fff;
}
.slick-center .client-slide .client-txt {
  color: #fff;
}
#client .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style: none;
    margin-top: 35px;
}
#client .slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-color: #c7c7c7;
  box-shadow: 0 0 0 1px transparent;
  border-radius: 100px;
  border: 7px solid #f8f5f0;
}
#client .slick-dots li.slick-active button {
  background-color: #93c34b;
  box-shadow: 0 0 0 1px #93c34b;
}
.ftr-top {
  background-color: #93c34b;
  padding: 80px 0 20px;
}
.ftr-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 25px 0;
}
.ftr-title {
  font-size: 20px;
  font-weight: 700;
  color: #050505;
  border-bottom: 1px solid #325d88;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ftr-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.newsletter .btn.btn-primary {
  width: 100%;
}
.ftr-btm {
  background-color: #325d88;
  padding: 18px 0;
}
.copyright {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.providing-img-wrap img {
  display: block;
  margin-left: auto;
}
.search-row .dropdown button {
  width: 100%;
  background-color: #93c54b;
  border-color: #93c54b;
  text-align: left;
}
.guest .navbar-default,
.guest .navbar-default .container {
  background-color: #303b7b;
}
.guest .navbar .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  min-width: 100px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.page-title {
  font-size: 73px;
  color: #000;
  margin-bottom: 50px;
  line-height: 1.3;
}
.search-row .input-group {
  background-color: #f8f5f0;
  border-radius: 100px;
  position: relative;
  height: 57px;
    width:100%;
}
.search-row .input-group .form-control {
  background: transparent;
  height: 57px;
  padding-left: 25px;
  font-size: 16px;
  color: #707070;
  box-shadow: none !important;
    border: 0;
}
.search-row .input-group .input-group-btn button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: #93c54b;
  font-size: 25px;
}
.search-row .input-group .input-group-btn {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.auth .search-row .input-group .form-control {
  background-color: #fff;
  border-radius: 12px;
}
.auth .search-row .input-group .input-group-btn {
  z-index: 2;
}
.social-plat {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 25px auto;
}
.social-plat li a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0,0,0,45%);
}
.social-plat li a img {
  margin-right: 8px;
}
.social-plat li a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0,0,0,45%);
  margin: 0 4.5px;
}
.social-plat li a:hover {
  text-decoration: none;
  color: #000;
}
table {
  /* border-collapse: separate; */
  border-spacing: 0 10px;
}
.table thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
    background-color: #3d79aa;
}
.table thead tr th ,
.table tbody tr td {
  padding: 15px 20px !important;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}
.table tbody tr td {
  /* background-color: #f8f5f0; */
  border: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.table tbody tr td {
  color: #000;
  font-size: 12px;
}
.ser-id {
  /*background-color: #93c54b;*/
  /*color: #fff;*/
  /*padding: 6px 15px;*/
  /*border-radius: 100px;*/
  /*min-width: 50px;*/
  /*display: block;*/
  /*text-align: center;*/
}
.ser-id {
  /* background-color: #ffb500; */
  background-color: #93c54b;
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  min-width: 50px;
  display: block;
  text-align: center;
}

.refill {
  /*background-color: #f97f43;*/
  /*color: #fff;*/
  /*padding: 13px 15px;*/
  /*border-radius: 100px;*/
  /*min-width: 130px;*/
  /*display: block;*/
  /*text-align: center;*/
  /*margin: 0;*/
  /*line-height: 1;*/
  /*box-shadow: 0 0 16px 3px rgba(61,121,171,30%);*/
}
.refill {
  /*background-color: #f97f43;*/
  background-color: #3d79aa;
  color: #fff;
  padding: 11px 19px;
  border-radius: 100px;
  min-width: 130px;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 1;
  box-shadow: 0 0 16px 3px rgba(61,121,171,30%);
  font-size: 14px;
}
.service-description .btn.btn-primary {
  /*font-size: 14px;*/
  /*padding: 10px 30px;*/
  /*box-shadow: 0 0 16px 3px rgba(61,121,171,30%);*/
  /*background-color: #93c54b;*/
  /*border-color: #93c54b;*/
}
.service-description .btn.btn-primary {
  font-size: 14px;
  padding: 7px 20px;
  box-shadow: 0 0 16px 3px rgba(61,121,171,30%);
  /*background-color: #ffb500;*/
  /*border-color: #ffb500;*/
    background-color: #303b7b;
    border-color: #303b7b;
}
.service-name {
  max-width: 100%;
  min-width: 100%;
}
.table tbody tr td.service-name i {
  color: #93c54b;
}
.service-description .modal-header {
  background-color: #303b7b;
  border: 0;
  position: relative;
}
.service-description .modal-header .modal-title {
  color: #fff;
}
.service-description .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.service-description .modal-body {
  background-color: #f8f5f0;
}
.sidebar-wrap {
    background-color: #303b7b;
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    transition: all 0.5s ease;
    /* background-image: url('https://i.imgur.com/Z7jXzxA.png'); */
    background-size: cover;
    background-image: url(https://i.imgur.com/YaJEpqr.png);
  overflow-y: scroll;
  overflow-x: hidden;
   
}
.page-wrap {
  padding: 15px 15px 15px 265px;
    border-radius: 8px;
    transition: all 0.5s ease;
}
.sidebar-logo {
  padding: 25px 50px;
  text-align: center;
  /*margin-bottom: 50px;*/
  margin-bottom: 10px;
}
.sidebar {
  padding-left: 30px;
  list-style: none;
  margin: 0;
}
.sidebar li a {
    border-radius: 100px 0 0 100px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px 0 12px 15px;
  margin-bottom: 12px;
    position:relative;
}
.sidebar li a .navbar-icon {
  color: #325d88;
}
.sidebar li.active a,
.sidebar li a:hover,
.sidebar li.active a:hover {
  /*background-color: #fbfbfb;*/
  background-color: #f8f5f0;
  color: #325d88;
  text-decoration: none;
}
.sidebar li.active a::after,
.sidebar li a:hover::after,
.sidebar li.active a:hover::after,
.sidebar li a:hover::before,
.sidebar li.active a:hover::before,
.sidebar li.active a::before {
  content: '';
  position: absolute;
  /*background-image: url('https://i.imgur.com/ZZPvxMM.png');*/
  background-image: url('https://i.imgur.com/DRsNBsM.png');
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -27px;
  right: -1px;
}
.sidebar li.active a::before,
.sidebar li a:hover::before,
.sidebar li.active a:hover::before {
  top: auto;
  bottom: -27px;
  transform: rotate(-90deg);
}
.auth {
  /* background-color: #fbfbfb; */
  background-color: #f8f5f0;
}
.page-wrap .navbar-default li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.page-wrap .navbar-default li a i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
.page-wrap .navbar-default li.welcome a {
  font-size: 18px;
  font-weight: 700;
  color: #fbfbfb;
}
.page-wrap .navbar-default {
  background-color: #19256C;
  border-radius: 8px;
}
.wrapper.toggle .sidebar-wrap {
  left: -250px;
    transition: all 0.5s ease;
       z-index: 9999;
}
.wrapper.toggle .page-wrap {
  padding-left: 15px;
    transition: all 0.5s ease;
}
.auth .well {
  /*background-color: #f8f5f0;*/
  background-color: #fff;
  border: 1px solid #dfd7ca;
  border-radius: 8px;
}
.auth .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
.auth .nav-tabs li a {
  color: #325d88;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #325D9C;
  margin-right: 8px;
  background-color: #fbfcfd;
}
.auth .nav-tabs li.active a, .auth .nav-tabs li a:hover {
  background-color: #303b7b;
  color: #fff;
}
.auth .nav-tabs li a i {
  margin-right: 5px;
}
.auth .control-label {
  color: #325d88;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.auth .form-control,
.auth #service_description .panel-body {
  background-color: #fbfbfb;
  border: 1px solid #dfd7ca;
  border-radius: 8px;
    height: 44px;
}
.auth #service_description .panel-body {
  height: auto;
}
.auth .btn.btn-primary {
  display: block;
  width: 100%;
  padding: 12px 30px;
  border-radius: 8px;
}
.result-box .media {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #dfd7ca;
}
.result-box .media .media-heading {
  /*font-size: 14px;*/
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.result-box .media .media-heading + h5 {
  /*font-size: 10px;*/
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.result-box .media .media-right i {
  font-size: 20px;
  color: #325d88;
}
.result-box .media-left, .result-box .media-right, .result-box .media-body {
  vertical-align: middle;
}
.toggle .page-wrap .navbar-default li.pinner a i::before {
  content: "\f347";
}
.social-plat li a i {
  color: #93c54b;
  font-size: 20px;
  margin-right: 12px;
}
.social-plat.justify-content {
  justify-content: space-between;
}
.auth #service-table .btn.btn-primary {
  padding: 6.5px 15px;
  border-radius: 100px;
  min-width: 130px;
  font-size: 16px;
}
.auth .form-control, .auth #service_description .panel-body {
  color: #000;
  font-weight: 500;
}
.cat-name td {
  /*background-color: #ffb500 !important;*/
  background-color: #93c54b !important;
  border-radius: 8px !important;
  color: #fff !important;
  text-align: center;
  font-size: 18px !important;
  letter-spacing: 1px;
}
.refill.no-refill {
  background-color: #F00;
  box-shadow: 0 0 16px 3px rgba(255,0,0,30%);
}
.btn.btn-primary.border-btn {
  /*background: transparent;*/
  /*border-color: #fff;*/
  /*box-shadow: 0 5px 10px 0 #ffffff50;*/
    background: #f8f5f0;
    border-color: #f8f5f0;
    box-shadow: 0 5px 10px 0 #325d8850;
    color: #325d88;
}
.btn.btn-primary.border-btn:hover {
  /*background-color: #325d88;*/
  /*border-color: #325d88;*/
  box-shadow: 0 5px 10px 0 #ffffff50;
}
#top-sec .btn.btn-primary.border-btn {
        margin-right: 12px;
        background-color: rgba(50,93,126,50%);
        color: #fff;

}
.new-wrap {
  background-color: #fff;
  padding: 15px 15px 0;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #dfd7ca;
}
.news-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.news-list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
/*.single-news {
 padding-left: 50px;
} */
.news-date {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #7c7c71;
  font-weight: 300;
}
.single-news p {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: -25px;
  margin-left: -25px;
}
.news-price {
  color: #303b7b;
}
.news-list li::after {
  content: attr(num);
  background-color: #303b7b;
  color: #fff;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list {
  list-style: none;
}
.news-list li::before {
  content: '';
  height: 50px;
  width: 2px;
  position: absolute;
  left: 25px;
  background-image: url(https://i.imgur.com/Ss7AY2p.png);
  background-repeat: repeat-y;
}
.news-list li:last-child::before {
  display: none;
}
.new-inner {
  height: 120px;
  overflow: auto;
  padding-top: 8px;
}
.service-name {
/*min-width: 500px;*/
/*max-width: 500px;*/
/*width: 500px;*/
    min-width: 350px;
    max-width: 350px;
    width: 350px;
}
#orderform-service option {
  display: block;
  white-space: normal;
  word-break: break-word;
  width: 200px;
}
#order-category span,
#order-services > span {
  /*display: none;*/
}
#dropdownMenu3 .float-right, #order-dd .float-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#order-cItem, #order-sItem {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 5px 10px;
  width: 100%;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #93c54b;
}
#order-sItem > span, #order-sItem b,
#order-dd #order-services b,
#order-cItem > span {
  /*display: none;*/
}
#order-dd #order-services {
  white-space: nowrap;
}
#order-dd {
  overflow: hidden;
}
#order-dd #order-services {
  white-space: nowrap;
  width: 96%;
  display: block;
  overflow: hidden;
}
#order-cItem:hover, #order-sItem:hover {
  background-color: #93c54b;
  color: #fff;
}
#category-drop, #orders-drop {
  /*height: 300px;*/
  height: 500px;
  overflow-y: auto;
}
#order-category,
#order-services {
  font-size: 14px;
}
#category-drop {
  width: 100%;
}
.brand-category {
  display: flex;
  align-content: center;
  align-items: center;
  /*background-color: #93c54b;*/
  background-color: #fbfcfd;
  border-radius: 5px;
  /* padding: 12px 15px; */
  padding: 11px 19px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  /*color: #fff;*/
  color: #325d88;
  border: 1px solid #c8d6e4;
  justify-content: center;
}}
.brand-category:hover {
  background-color: #303b7b;
  color: #fff;
  text-decoration: none;
}
.brand-category .icon {
  font-size: 18px;
  margin-right: 10px;
}
.new-order-cat {
  color: #325d88;
  font-size: 16px;
  font-weight: 700;
}
.guest .navbar-brand img {
  padding: 10px 0;
}
.sidebar-logo img {
  display: block;
  margin: auto;
}
.user-blnce {
  padding: 0 25px 25px 25px;
  text-align: center;
}
.user-blnce .blnce {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.user-blnce .user {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

#order-cItem, #order-sItem {
  font-size: 13px;
}

#order-sItem > span, #order-sItem b, #order-dd #order-services b, #order-cItem > span {
  display: none;
}

#order-category span, #order-services > span {
   display: none;
}
.side-toggle {
  position: fixed;
  -webkit-transform: translateZ(0);
  left: 5px;
  top: 30px;
  background-color: #325d88;
  height: 35px;
  width: 35px;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 27px;
  color: #fff;
  z-index: 999999;
  box-shadow: -3px -4px 0px 0px rgb(0 0 0 / 30%);
}
.toggle .side-toggle {
  transform: rotate(180deg); 
  transition: 0.2s ease-in-out;
}
.welcome a span {
  font-size: 14px;
  letter-spacing: 1.4;
  line-height: 1;
}
.welcome .welcom-blnce {
  font-size: 18px;
}
.page-wrap .navbar-default li a i {
  font-size: 20px;
  color: #fff;
}
.auth .navbar-right {
  /*margin-top: 10px;*/
}
.page-wrap .navbar-default li a:hover {
  border-color: transparent !important;
}
.page-wrap .navbar-default li a.dropdown-toggle,
.page-wrap .navbar-default li .dropdown-menu  li a,
.page-wrap .navbar-default .dropdown li a {
  color: #325d88;
}
.page-wrap .navbar-default li .dropdown-menu li.active a {
  color: #fff;
}
.user-blnce {
  background-color: #fbfcfd;
  width: 80%;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 25px;
}
.user-blnce .user {
  color: #325d88;
  font-size: 14px;
  line-height: 1;
}
#order-form select {
  font-size: 14px;
  font-weight: 400;
}
.result-box .media .media-heading + h5 {
  font-size: 12px;
  font-weight: 400;
}
#order_check .form-group__label-title {
  font-size: 12px;
  font-weight: 400;
}
.result-box .media .media-heading {
  font-size: 14px;
  font-weight: 600;
}
.result-box .media {
  margin-bottom: 5px;
  padding: 8px 15px;
}
.user-blnce .user {
  margin-bottom: 0;
}
.user-blnce {
  padding-bottom: 12px;
}
.user-blnce {
  padding: 0;
  border-radius: 12px;
  -webkit-box-shadow: 4px 16px 32px 0 rgba(0,0,0,0.3);
  box-shadow: 0px 20px 20px 1px rgba(28,0,0,0.3);
}
.user-blnce .blnce {
  background-color: #303b7b;
  border-radius: 12px 12px 0 0;
  padding: 4px;
}
.user-blnce .user {
  padding: 12px;
  font-size: 16px;
}
.auth .form-group {
  margin-bottom: 6px;
}
.auth .navbar-right li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #325d88;
}
.auth .navbar-right li a[href="/addfunds"] {
  /* background-color: #f8f5f0; */
}
.languages-drop {
  display: none;
}
.sidebar li a .navbar-icon {
  color: #fff;
}
.sidebar li.active a .navbar-icon,
.sidebar li a:hover .navbar-icon,
.sidebar li.active a:hover .navbar-icon {
    color: #325d88;
}
.auth #service-table .btn.btn-primary {
  font-size: 14px;
}
.auth #service-table .service-description .btn.btn-primary {
  width: max-content;
}
.auth .sidebar-logo img {
  filter: brightness(100) !important;
}
.ftr-top img.img-rseponsive {
    width: 100%;
}
.auth textarea.form-control {
  height: 180px;
}
.ftr2-top {
  background-color: #325d88;
  padding: 70px 0 35px;
}
.ftr2-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
}
.ftr2-nav li a {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}
.ftr2-nav li a i {
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #93c34b;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  margin-right: 12px;
}
.payop-wrap {
  width: 50%;
  margin: 25px auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
.payop-wrap img {
  max-width: 100px;
}
.payop-wrap p {
  text-align: center;
}
.payop-wrap img {
  margin: 12px auto;
}
.ftr2-bottom {
  background-color: #93c34b;
  padding: 15px;
  text-align: center;
}
.copyight {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.top-sec-status-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	background-color: #ffffff;
	padding:8px;
	border-radius: 100px;
	box-shadow: 0 3px 0 2px #303b7b;
}
.top-sec-status-icon {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #303b7b;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 30px;
}
.top-sec-status-txt {
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	margin-bottom: 0;
	padding-left: 15px;
	color: #050505;
	font-size: 18px;
	font-weight: 600;
}
#top-sec {
	padding-bottom: 0;
	position: relative;
}
.top-sec-status {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
#top-sec.home-top-sec::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ffffff;
	height: 35px;
	bottom: 0;
	z-index: 0;
}
#getstarted .title {
	margin-bottom: 12px;
}
.row.steps-row {
	margin-top: 50px;
}
.steps-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}
.steps-left {
	flex: 0 0 135px;
	max-width: 135px;
	background-color: #303b7b;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	height: 135px;
	border-radius: 100px;
	border: 1px dashed #93c34b;
	box-shadow: inset 0 0 0 20px #fff;
	font-size: 40px;
	font-weight: 600;
}
.steps-right {
	flex: 0 0 calc(100% - 135px);
	max-width: calc(100% - 135px);
	padding-left: 20px;
}
.steps-title {
	color: #050505;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.steps-txt {
	color: #848484;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
#getstarted {
	padding: 80px 0;
	background-color: #f7f7f7;
}
#ourservices {
	padding: 80px 0;
	background-color: #f7f7f7;
}
.ourserivces-img img {
	display: block;
	margin: auto;
}
#ourservices .btn.btn-primary {
	margin-top: 30px;
}
.row.ourservices-row {
	margin-top: 80px;
}
.row.ourservices-row .title {
	margin-bottom: 12px;
}
.ourservices-infobox {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	padding: 15px;
	margin-top: 30px;
	min-height: 300px;
}
.ourservices-infobox-title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
}
.ourservices-infobox-txt {
	color: #848484;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}
#delivery {
	padding: 20px 0;
	background-color: #fff;
}
.delivery-title {
	color: #000000;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.delivery-txt {
	color: #848484;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.delivery-box {
	margin-bottom: 35px;
}
#delivery .row {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.what-slider {
	margin-top: 60px;
}
#what {
	background-color: #f7f7f7;
	padding: 80px 0;
}
.what-icon {
	width: 58px;
	height: 58px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #91c54e;
	border-radius: 100px;
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
}
.what-title {
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
}
.what-txt {
	color: #848484;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0;
}
.what-slide {
	background-color: #fff;
	padding: 20px;
	border-radius: 12px;
	margin: 15px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
}
.what-slider-nav {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.what-slider-nav .slick-arrow {
	background-color: #325c87;
	border: 0;
	color: #fff;
	width: 42px;
	height: 42px;
	box-shadow: none;
	border-radius: 100px;
	margin: 0 5px;
	font-size: 30px;
}
#pay-method {
	background-color: #f7f7f7;
	padding-bottom: 80px;
}
#client {
	background-color: #f7f7f7;
}
.ftr-top {
	background-color: #325d88;
	padding: 80px 0 20px;
}
.ftr-title {
	color: #fff;
}
.ftr-btm {
	background-color: #93c34b;
}
#ready {
	background-color: #93c34b;
	padding: 30px 0;
}
#ready .row {
	display: flex;
	align-items: center;
	align-content: center;
}
#ready .title {
	margin-bottom: 0;
	color: #fff;
}
#ready .btn.btn-primary {
	width: 100%;
}
.social-ul {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-ul li a {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #93c34b;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	color: #fff;
	font-size: 19px;
	margin-right: 9px;
}
.social-title.ftr-title {
	margin-top: 25px;
	margin-bottom: 0;
}
#ready .title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 42px;
}
#ready .btn.btn-primary {
	width: max-content;
	margin: auto;
	display: block;
}

#google_translate_element div {
  font-size: 0 !important;
}
#google_translate_element a {
  display: none;
}
#google_translate_element {
  margin-top: 12px;
  margin-bottom: 12px;
}
#google_translate_element select {
  height: 38px;
  margin: 0;
  background: transparent;
  border: 0;
  color: #050505;
  font-weight: 700;
}
.auth #google_translate_element select {
	background-color: #f8f5f0;
	padding: 12px;
	margin: 0 5px 0 0 !important;
	border-radius: 5px;
	height: 40px;
	color: #325d88;
}
.ftr-logo img {
	width: auto;
	margin: ;
	max-width: 250px;
}




@media(max-width:980px){
    .container{
        width:100%;
    }
    .row.how-row {
        margin: 0;
    }
    .how-wrap::after, .how-wrap::before {
        width: 245px;
        background-size: 247px 221px;
    }
    .how-iner{
        border-radius: 200px;
        padding: 25px 12px;
    }
    .client-txt {
        font-size: 13px;
    }
    .client-name span {
        font-size: 16px;
    }
    .client-name::after {
        content: '';
        width: 90%;
        height: 3px;
    }
    .ftr-txt {
        font-size: 16px;
        margin: 15px 0;
    }
    .ftr-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ftr-nav li a {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .how-body {
        margin: 35px 15px 25px;
    }
    .how-icon {
        width: 120px;
        height: 120px;
        font-size: 38px;
    }
    .table thead tr th,
    .table thead:first-child > tr:first-child > th,
    .table tbody:first-child > tr:first-child > td,
    .table tbody tr td {
        padding: 4px !important;
        font-size: 11px !important;
    }
    .ser-id{
        padding: 4px 8px;
        min-width: 20px;
    }
    .table tbody tr td.service-name{
        min-width: 520px;
        max-width: 100%;
        width: auto;
    }
    #service-table thead tr th.width-service-name {
        min-width: auto;
    }
    .refill{
        padding: 5px 10px;
        min-width: 80px;
    }
    .service-description .btn.btn-primary {
        padding: 5px 10px;
    }
    .auth ul.nav.navbar-nav.navbar-left-block {
        float: none;
        display: block;
    }
    .auth ul.nav.navbar-nav.navbar-left-block li {
        float: none;
        text-align: center;
    }
    .auth ul.nav.navbar-nav.navbar-right.navbar-right-block {
        float: none !important;
        justify-content: center;
        display: flex;
    }
        .brand-cat-row .col-sm-3 {
        /* width: 33.333%; */
        padding-left: 5px;
        padding-right: 5px;
    }
    .brand-category{
        padding: 12px 12px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .table tbody tr td.service-name {
        min-width: auto;
        max-width: 275px
    }
    .auth .navbar-collapsed-before .navbar-nav li {
        width: auto;
    }
    .auth .collapse {
        display: block;
    }
    .page-wrap .navbar-default li.welcome a{
        margin-bottom: 0;
    }
    .auth .container-fluid {
        padding: 0;
    }
    .auth #service-table .service-description .btn.btn-primary {
        width: 100px;
        white-space: normal;
        min-width: auto;
    }

}













@media (max-width:550px) {
#top-sec {
  padding: 120px 0 50px;
}
.title-txt {
  font-size: 18px;
  margin-bottom: 0;
}
  .main-title {
  font-size: 36px;
  line-height: 1.4;
}
  #top-sec .row {
  display: block;
}
  .frm-wrap {
  margin: 25px auto 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,42%);
    padding: 20px 15px;
}
  #top-sec a.btn.btn-primary {
  display: none;
}
  #social,
  #providing,
  #faq,
  #client {
  padding: 40px 0;
}
  .social-img {
  margin: 0px auto 25px;
}
  #social .media {
  padding: 12px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px 1px #dedede;
}
  #social .media-body .media-heading {
  font-size: 20px;
  padding-left: 6px;
}
  #how {
  padding: 0 0 40px;
}
  .title {
  font-size: 34px;
  margin-bottom: 25px;
}
  #providing p {
  font-size: 15px;
}
  #providing .btn.btn-secondary {
  margin-top: 6px;
    margin-bottom: 15px;
}
  .btn.btn-primary, .btn.btn-secondary {
  padding: 12px 20px;
  font-size: 14px;
}
  #faq .faq-row {
  margin-top: 12px;
}
  #faq .panel-heading a {
  font-size: 15px;
  padding: 12px 45px 12px 12px;
}
  #faq .panel-body {
  font-size: 14px;
}
  #client .slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0 2.5px;
  border: 4px solid #f8f5f0;
}
  #client .slick-dots {
  margin-top: 20px;
}
  .ftr-top {
  padding: 40px 0 20px;
}
.ftr-txt {
  font-size: 14px;
  line-height: 1.4;
}
  .top-sec-ul li p {
  font-size: 15px;
}
.frm-title {
  font-size: 28px;
  margin-bottom: 12px;
}
  .frm-txt {
  font-size: 14px;
}
  .client-txt {
  font-size: 15px;
}
  .ftr-nav li a {
  font-size: 15px;
}
  .ftr-title {
  font-size: 18px;
  margin-top: 15px;
}
  .providing-img-wrap img {
  margin: 20px auto 0;
}
  .how-wrap::after, .how-wrap::before {
  display: none;
}
 .how-wrap {
  padding: 0;
  margin-bottom: 15px;
}
  .how-iner {
  display: flex;
  align-items: center;
  align-content: center;
      padding: 15px 12px;
}
 .how-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,30%);
  margin: 0;
  flex: 0 0 70px;
  max-width: 70px;
}
  .how-num {
  font-size: 36px;
}
 .how-body {
  margin: 0 12px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.page-title {
  font-size: 35px;
  margin-bottom: 20px;
}
.search-row .dropdown {
  margin-bottom: 15px;
}
.search-row .dropdown .dropdown-menu {
  width: 100%;
}
.search-row .input-group .form-control, .search-row .input-group {
  height: 40px;
}
.search-row .input-group .input-group-btn button {
  font-size: 18px;
}
.social-plat li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 12px;
}
.table-responsive {
  border: 0;
}
.table thead tr th {
  font-size: 14px;
}
.table thead tr th, .table tbody tr td {
  padding: 10px 15px !important;
}
.auth #navbar {
  display: flex;
  justify-content: center;
  border: 0;
}
.welcome {
  display: none !important;
}
.page-wrap .navbar-default li {
  display: inline-block;
}
.auth .navbar {
  min-height: auto;
}
.page-wrap .navbar-default li a {
  
  padding: 0 10px;
}
.page-wrap .navbar-default li a i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  line-height: 34px;
}
.auth #navbar .navbar-right-block {
  display: none;
  transition: all 0.5s ease;
}
.auth .toggle #navbar .navbar-right-block {
  display: block;
  transition: all 0.5s ease;
}
.wrapper.toggle .page-wrap {
  padding-left: 15px;
  transition: all 0.5s ease;
}
.auth .nav-tabs li a {
    margin-right: 5px;
}
.auth .form-control, .auth #service_description .panel-body {
  font-size: 14px;
}
.auth #navbar .navbar-left-block {
  margin-left: auto;
}
.auth .toggle #navbar .navbar-left-block {
  margin-left: 0;
}
.sidebar-wrap {
  z-index: 9999;
}
.page-wrap {
  padding: 15px 15px 15px 15px;
}
.page-wrap .navbar-default li a.dropdown-toggle {
  font-size: 11px;
}
.page-wrap .navbar-default li a i {
  margin: 0;
}
.auth .navbar-right li a[href="/addfunds"] {
  border-radius: -17px;
}
.row.brand-cat-row {
  display: flex;
  flex-wrap: wrap;
}
.row.brand-cat-row .col-sm-3 {
  flex: 0 0 25%;
  /* max-width: 50%; */
}
.brand-category {
  font-size: 12px;
  margin-bottom: 5px;
}
.brand-category .icon {
  font-size: 21px;
  margin-right: 5px;
}
.auth .navbar-right .dropdown {
  display: none;
}
.user-blnce .blnce {
  font-size: 16px;
}
.user-blnce .user {
  font-size: 11px;
}
.languages-drop {
  display: block;
}
.languages-drop .dropdown-toggle {
  position: relative;
  width: 100%;
}
.languages-drop .dropdown-menu {
  width: 100%;
  background-color: #93c54b;
  border: 0;
  box-shadow: none;
  padding-left: 5px;
}
.auth .nav-tabs li a {
  margin-right: 2.5px;
  padding: 8px 10px;
  font-size: 13px;
}
.ftr2-top {
  padding: 30px 0 15px;
}
.ftr2-nav {
  justify-content: flex-start;
}
.ftr2-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}
.ftr2-nav li a {
  margin-bottom: 10px;
}
.payop-wrap {
  width: 100%;
}
  .ourservices-infobox {
	min-height: auto;
}
}



.footer {
  background: #000000;
  margin-top: auto;
}

.footer .footer-top {
  padding: 30px 0px;
}

.footer .footer-logo {
  display: inline-block;
}

.footer .footer-logo .footer-logo-img {
  height: 44px;
}

.footer .footer-p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 400;
}

.footer .footer-menu-title {
  position: relative;
  padding-bottom: 10px;
}

.footer .footer-menu-title::after {
  content: '';
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #303b7b;
}

.footer .footer-menu-title h3 {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 600;
}

.footer .foot-menu {
  padding: 0px;
  margin: 14px 0 0 0;
  list-style: none;
}

.footer .foot-menu li {
  display: block;
  padding: 6px 0;
}

.footer .foot-menu li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: .5;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  color: #fff;
}

.footer .foot-menu li a:hover {
  opacity: 1;
}

.footer .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copy-text {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  padding: 30px 0 34px 0;
}


@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.table thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
    background-color: #303b7b;
}


.table-wrapper {
    overflow: hidden;
    background: #fff;
    webkit-box-shadow: 4px 16px 32px 0 rgba(0,0,0,0.3);
    box-shadow: 4px 16px 32px 0 rgba(0,0,0,0.3);
    padding: 0;
    border-radius: 10px;
 
}


.table-wrapper .header-block {
    background: #e4e5e9;
    margin: 0;
    padding: 24px;
}

.table-wrapper .header-block ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.table-wrapper .header-block ul li {
    display: inline-block;
    float: left;
}

.table-wrapper .header-block ul li + li {
    margin-left: 12px;
}

.table-wrapper .header-block ul li a {
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    background: #363636;
    display: block;
}

.table-wrapper .header-block ul li a:hover, .table-wrapper .header-block ul li.active a {
    background: #19256C;
}

.table-wrapper .header-block .search {
    margin-left: auto;
    width: 230px;
}

/*.table-wrapper .header-block .search .form-control, .table-wrapper .header-block*/
.search .form-control {
    /*color:#FAF2EF;*/
    background: url(https://japtickets.com/images/search.svg) no-repeat 10px center #FAF2EF;
    background-size: 15px;
    border-radius: 40px;
    border: none;
    height: 35px;
    padding-left: 30px;
}

.table-wrapper .content {
    padding: 0;
}

.table-wrapper .content .table > thead > tr > th, .table-wrapper .content .table > tbody > tr > td {
    font-size: 13px;
    border: none;
    vertical-align: middle
}

.table-wrapper .content .table > tbody > tr:nth-child(odd) > td {
    background: #e4e5e9;
}

.pagi-wrap {
    background: #FAF2EF;
}

.table-wrapper .content .table > tbody > tr > td.full-td {
    background: #E0CBC3;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: none;
}

.table-wrapper .content .table tbody + tbody {
    border: none;
}

.table-wrapper .content .table {
    margin: 0;
}
/* Tailwindstart */

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.flex{
  display: flex
}

.hidden{
  display: none
}

.min-h-\[170px\]{
  min-height: 170px
}

.w-full{
  width: 100%
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.flex-col{
  flex-direction: column
}

.items-center{
  align-items: center
}

.justify-center{
  justify-content: center
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.rounded-3xl{
  border-radius: 1.5rem
}

.rounded-xl{
  border-radius: 0.75rem
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity))
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.text-center{
  text-align: center
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem
}

.font-bold{
  font-weight: 700
}

.font-semibold{
  font-weight: 600
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity))
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px){
  .md\:block{
    display: block !important
  }

  .md\:flex-row{
    flex-direction: row
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .md\:text-left{
    text-align: left
  }

  .md\:font-bold{
    font-weight: 700
  }
}


.card {
    border: 1px solid #d5dcec;
    border-radius: 0
}
.card .card-body {
    padding: 35px 25px
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .75rem;
    border-top: 1px solid #d5dcec
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d5dcec
}

.table tbody+tbody {
    border-top: 2px solid #d5dcec
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #d5dcec
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-hover tbody tr:hover,.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eff3f5
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #cbcdf7
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #b5b8f4
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #f6f9fe
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #dfeafb
}

.table-success,.table-success>td,.table-success>th {
    background-color: #cdf1e8
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b9ebdf
}

.table-info,.table-info>td,.table-info>th {
    background-color: #dddaff
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #c6c1ff
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffd7d1
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffc1b8
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5cecc
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1bab7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fcfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c1c8d3
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b2bbc8
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #d5dcec
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}
ye{}


@media (max-width: 550px){
.brand-category .media-body {
    display: none;
}
}




.main-panel {
    min-height: calc(100vh - 70px);
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .main-panel {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .main-panel {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .main-panel {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .main-panel {
        max-width:1140px
    }
}

@media (min-width: 1140px) {
    .main-panel.xxl {
        max-width:1600px
    }
}
