@charset "UTF-8";
/* =================================
 Temlate Name : 
 Author Name : 
 Date: 
 Version: 1.0
 =================================

/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. scroll to top button
 *. normalize

================================= */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;700;800;900&display=swap");
body {
  background: #0d1e25;
}

.misco-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.scrollable {
  overflow: hidden;
  padding-right: 40px;
}

.slimScrollBar {
  width: 6px !important;
  background: #a61539 !important;
  opacity: 0.5 !important;
}

@media only screen and (min-width: 992px) {
  .slimScrollBar {
    height: 200px !important;
  }
}
.preloader {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #0d1e25;
  z-index: 999;
}
.preloader img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/*==========================================
    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
==========================================*/
html {
  font-family: "Heebo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
}

p {
  line-height: 1.6;
  font-family: "Heebo", sans-serif;
}

a {
  color: #283659;
  text-decoration: none;
}

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;
}

@-webkit-keyframes narachara {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@keyframes narachara {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
.misco-header {
  background: #15252c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1e2f37;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}
.misco-header .logo {
  background: #0d1e25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  padding: 20px 0;
  border-right: 1px solid #1e2f37;
}
.misco-header .logo a {
  display: inline-block;
}
.misco-header .user-control {
  padding: 0 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.misco-header .user-control .part-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
.misco-header .user-control .part-left .search-bar form {
  position: relative;
}
.misco-header .user-control .part-left .search-bar form input {
  width: 100%;
  height: 55px;
  background: #0d1e25;
  border: 1px solid #1e2f37;
  padding: 0 80px 0 30px;
  color: #fff;
  border-radius: 50px;
}
.misco-header .user-control .part-left .search-bar form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.misco-header .user-control .part-left .search-bar form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.misco-header .user-control .part-left .search-bar form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.misco-header .user-control .part-left .search-bar form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.misco-header .user-control .part-left .search-bar form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.misco-header .user-control .part-left .search-bar form button {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 8px;
  border: none;
  background: transparent;
  color: #fff;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.misco-header .user-control .part-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.misco-header .user-control .part-right ul li .user-pic {
  position: relative;
}
.misco-header .user-control .part-right ul li .user-pic:hover .account-menu {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.misco-header .user-control .part-right ul li .user-pic a {
  display: inline-block;
  width: 60px;
  margin-left: 30px;
}
.misco-header .user-control .part-right ul li .user-pic a img {
  width: 100%;
  border-radius: 50px;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu {
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  width: 150px;
  top: calc(100% + 20px);
  left: calc(50% + 15px);
  -webkit-transform: translateX(-50%) scale(0.9);
      -ms-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu span.text {
  display: block;
  font-size: 15px;
  color: #a61539;
  border-bottom: 1px solid rgba(166, 21, 57, 0.3);
  padding-bottom: 8px;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu a {
  width: auto;
  display: block;
  display: block;
  margin-left: 0;
  padding: 5px 0;
  color: #0d1e25;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu .logout-btn {
  background: #a61539;
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #a61539;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu .logout-btn:hover {
  color: #a61539;
  background: transparent;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu ul {
  display: block;
  padding: 5px 0;
}
.misco-header .user-control .part-right ul li .user-pic .account-menu ul li a {
  font-size: 15px;
}
.misco-header .user-control .part-right ul li .join-btn a {
  display: inline-block;
  background: #a61539;
  color: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid #a61539;
  padding: 0 35px;
  border-radius: 50px;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-header .user-control .part-right ul li .join-btn a:hover {
  background: transparent;
  border-color: #fff;
}
.misco-header .user-control .part-right ul li .join-btn a i {
  margin-right: 6px;
}
.misco-header .user-control .part-right ul li .icon-btn {
  position: relative;
  margin-right: 9px;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-header .user-control .part-right ul li .icon-btn:hover {
  -webkit-animation: narachara 0.2s;
          animation: narachara 0.2s;
}
.misco-header .user-control .part-right ul li .icon-btn a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.misco-header .user-control .part-right ul li .icon-btn a span.base {
  display: inline-block;
  background: #a61539;
  line-height: 20px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  position: absolute;
  right: -9px;
  top: -9px;
}

.misco-sidebar {
  background: #0d1e25;
  width: 300px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 99px;
  padding-right: 40px;
  border-right: 1px solid #1e2f37;
}
.misco-sidebar .misco-navbar .navbar-title {
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  margin: 0;
  height: 60px;
  line-height: 60px;
}
.misco-sidebar .misco-navbar ul {
  margin-bottom: 20px;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 20px 30px 20px 40px;
  border-radius: 0 50px 50px 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #a61539;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active {
  padding: 20px 30px 20px 40px;
  background: #15252c;
  border-radius: 0 50px 50px 0;
  position: relative;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #a61539;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span {
  display: inline-block;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
  width: 25px;
  margin-right: 11px;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon img {
  width: 100%;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link span.text {
  position: relative;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link span.text:after {
  position: absolute;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
  padding: 20px 30px 20px 40px;
  background: #15252c;
  border-radius: 0 50px 50px 0;
  position: relative;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true]:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #a61539;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] span.text {
  position: relative;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] span.text:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
  background: #fff;
  margin-left: 40px;
  border-radius: 6px;
  margin-bottom: 0;
  margin-top: 20px;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list li a {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(13, 30, 37, 0.2);
  margin: 0 15px;
  color: #15252c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list li a:hover, .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list li a.active {
  color: #a61539;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list li:first-child a {
  padding-top: 20px;
}
.misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list li:last-child a {
  padding-bottom: 20px;
  border: none;
}

.misco-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  top: 99px;
  right: 0;
  left: 300px;
}
.misco-content .content-area {
  padding: 40px;
}

.misco-footer {
  background: #15252c;
  padding: 20px 30px;
}
.misco-footer .copyright-text {
  margin: 0;
  color: #7b898e;
}
.misco-footer .copyright-text a {
  display: inline-block;
  color: #ffbe00;
}
.misco-footer .payment-method {
  text-align: right;
}

.home-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #15252c;
  border-radius: 6px;
  overflow: hidden;
}
.home-banner .banner-slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.home-banner .banner-slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 40%;
}
.home-banner .banner-slider .owl-nav div {
  width: 50px;
  height: 50px;
  font-size: 5px;
  background: #a61539;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.home-banner .single-banner {
  padding: 100px 0;
  background: url("../img/banner-bg-2.jpg");
  background-size: cover;
  position: relative;
  z-index: 2;
}
.home-banner .single-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #17262d;
  opacity: 0.95;
  z-index: -1;
}
.home-banner .single-banner h2 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  color: #a61539;
  color: #b2ecff;
  text-transform: uppercase;
  text-shadow: 0px 0px 77px #e5bfff;
  margin-bottom: 20px;
  font-family: myFirstFont;
}
.home-banner .single-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  opacity: 0.7;
  display: none;
}
.home-banner .single-banner .part-img {
  width: 250px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.home-banner .single-banner .part-img img {
  width: 100%;
}

@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Gunplay-Regular.woff);
}
.lottery-slider {
  background: #15252c;
  padding: 30px;
  margin-top: 40px;
  border-radius: 6px;
}
.lottery-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.lottery-slider .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
.lottery-slider .owl-dot:last-child {
  margin-right: 0;
}
.lottery-slider .owl-dot.active {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #a61539;
}
.lottery-slider .single-lottery {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  height: 330px;
  background: url("") center center no-repeat;
  background-size: cover;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lottery-slider .single-lottery .part-info {
  z-index: 55;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  z-index: 2;
}
.lottery-slider .single-lottery .part-info:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url("../img/single-lottery/single-lottery-shape.png") center bottom no-repeat;
  background-size: cover;
  z-index: -1;
}
.lottery-slider .single-lottery .part-info .icon-n-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
  width: 80px;
  border: 2px solid #ffbe00;
  border-left-style: dashed;
  border-radius: 50%;
  padding: 7px;
  margin-right: 20px;
}
.lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span {
  display: block;
}
.lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
  font-size: 18px;
  color: #ffbe00;
  font-weight: 500;
}
.lottery-slider .single-lottery .part-info .play-now-btn a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #a61539;
  color: #fff;
  border-radius: 5px;
  height: 48px;
  line-height: 50px;
  padding: 0 35px;
  border: 1px solid #a61539;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.lottery-slider .single-lottery .part-info .play-now-btn a:hover {
  background: transparent;
  border-color: #fff;
}
.lottery-slider .owl-nav.disabled {
  display: none;
}

.lottery-result-and-winners {
  margin-top: 40px;
}
.lottery-result-and-winners .single-table-list {
  padding: 40px;
  background: #15252c;
  border-radius: 6px;
}
.lottery-result-and-winners .single-table-list .list-title {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -6px;
}
.lottery-result-and-winners .single-table-list .table {
  margin-bottom: 0;
}
.lottery-result-and-winners .single-table-list .table thead tr {
  border: 1px solid #1e2f36;
  border-bottom: none;
}
.lottery-result-and-winners .single-table-list .table thead tr th {
  border: none;
  height: 60px;
  vertical-align: middle;
  padding: 0;
  background: #0d1e25;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.lottery-result-and-winners .single-table-list .table thead tr th:first-child {
  padding-left: 30px;
}
.lottery-result-and-winners .single-table-list .table thead tr th:last-child {
  text-align: right;
  padding-right: 30px;
}
.lottery-result-and-winners .single-table-list .table tbody tr {
  border: 1px solid #1e2f36;
  border-bottom: none;
}
.lottery-result-and-winners .single-table-list .table tbody tr:last-child {
  border-bottom: 1px solid #1e2f36;
}
.lottery-result-and-winners .single-table-list .table tbody tr th {
  border: none;
  padding: 0;
  height: 60px;
  vertical-align: middle;
  padding-left: 30px;
  background: #0d1e25;
}
.lottery-result-and-winners .single-table-list .table tbody tr th .single-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-flag {
  width: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-flag img {
  width: 100%;
}
.lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-name {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 17px;
}
.lottery-result-and-winners .single-table-list .table tbody tr td {
  border: none;
  padding: 0;
  vertical-align: middle;
  height: 60px;
  background: #0d1e25;
}
.lottery-result-and-winners .single-table-list .table tbody tr td span.amount {
  color: #ffbe00;
  display: inline-block;
  text-align: center;
}
.lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number {
  width: 34px;
  height: 34px;
  background: #15252c;
  display: inline-block;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  border: 1px solid #253841;
  margin-right: 4px;
}
.lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number:last-child {
  margin-right: 0;
}
.lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number.winning-number {
  background: #a61539;
  color: #fff;
  border-color: #a61539;
}
.lottery-result-and-winners .single-table-list .table tbody tr td span.lottery-category {
  color: rgba(255, 255, 255, 0.6);
}
.lottery-result-and-winners .single-table-list .table tbody tr td:last-child {
  text-align: right;
  padding-right: 30px;
}

@media only screen and (min-width: 1579px) and (max-width: 1870px) {
  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    display: block;
  }

  .lottery-slider {
    padding: 30px;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 21px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    font-size: 22px;
    margin-top: -8px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    width: 70px;
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1579px) and (max-width: 1699px) {
  .lottery-result-and-winners .row .col-lg-12:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .lottery-result-and-winners .row .col-lg-12:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1578px) {
  .lottery-result-and-winners .row .col-lg-12:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .lottery-result-and-winners .row .col-lg-12:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .lottery-result-and-winners .single-table-list.l-winners {
    margin-bottom: 40px;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    display: block;
  }

  .lottery-slider {
    padding: 30px;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 21px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    font-size: 22px;
    margin-top: -8px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    width: 70px;
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1366px) {
  .lottery-result-and-winners .row .col-lg-12:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .lottery-result-and-winners .row .col-lg-12:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .lottery-result-and-winners .row .col-lg-12:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .lottery-result-and-winners .row .col-lg-12:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1222px) {
  .home-banner .single-banner .part-img {
    display: none;
  }

  .home-banner .single-banner {
    padding: 80px 60px !important;
  }
  .home-banner .single-banner .row.justify-content-center .d-xl-flex.d-lg-flex.d-block.align-items-center.col-xl-7.col-lg-7 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .home-banner .single-banner .row.justify-content-center .d-xl-flex.d-lg-flex.d-block.align-items-center.col-xl-7.col-lg-7 h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .misco-sidebar, .scrollable {
    padding: 0;
    width: 240px !important;
    top: 89px;
  }

  .slimScrollDiv {
    width: 239px !important;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
    padding: 15px 30px 15px 35px;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
    padding: 18px 30px 18px 35px;
    font-size: 16px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
    width: 20px;
    margin-right: 6px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
    margin-left: 25px;
    margin-right: 25px;
  }

  .misco-header .logo {
    width: 240px !important;
  }

  .misco-content {
    left: 240px;
  }

  .home-banner .single-banner h2 {
    font-size: 38px;
    line-height: 54px;
  }

  .home-banner .single-banner h2 br {
    display: none;
  }

  .home-banner .single-banner {
    padding: 80px 0;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    display: block;
  }

  .lottery-slider {
    padding: 30px;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 21px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    font-size: 22px;
    margin-top: -8px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    width: 70px;
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }

  .lottery-result-and-winners .single-table-list.l-winners {
    margin-bottom: 40px;
  }

  .lottery-result-and-winners .row .col-lg-12:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .lottery-result-and-winners .row .col-lg-12:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .misco-header .logo {
    width: 230px;
  }

  .misco-header .logo a {
    width: 160px;
  }

  .misco-sidebar .misco-navbar ul li a,
.misco-sidebar .misco-navbar ul li a.active {
    padding: 14px 30px 14px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .misco-header .user-control .part-right ul li .user-pic {
    position: initial;
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    top: auto;
    bottom: calc(100% + 20px);
    left: auto;
    right: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .misco-header .user-control .part-right ul li .user-pic:hover .account-menu {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    width: 160px;
  }

  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn {
    -webkit-animation: none;
            animation: none;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn:hover .search-form-mobile {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn button {
    outline: none;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 20px);
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile form input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
  }

  .misco-header .user-control .part-right {
    position: relative;
  }

  .misco-sidebar {
    width: auto;
    position: initial;
    padding-right: 0;
  }

  .misco-sidebar .slimScrollDiv {
    width: 100% !important;
  }

  .misco-sidebar .scrollable {
    width: 100% !important;
    padding-right: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    height: calc(100% - 66px) !important;
    background: #15252c;
    bottom: 66px;
    width: 250px !important;
    right: -250px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-left: 3px groove #3c3c3c;
  }

  .misco-sidebar .scrollable.active {
    right: 0;
  }

  .misco-header {
    position: initial;
    display: block;
  }

  .misco-frame {
    display: block;
  }

  .misco-content {
    position: initial;
  }

  .misco-header .user-control {
    display: block;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    background: #15252c;
    -webkit-box-shadow: 0 0 54px -11px #a61539;
            box-shadow: 0 0 54px -11px #a61539;
  }

  .misco-header .user-control .part-left .search-bar {
    display: none;
  }

  .misco-header .user-control .part-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .misco-header .logo {
    display: none;
  }

  .misco-header .user-control .part-right ul li.j-btn {
    display: none;
  }

  .misco-header .user-control .part-right ul li .icon-btn, .misco-header .user-control .part-right ul li .user-pic .user-img {
    display: inline-block;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }

  .misco-header .user-control .part-right ul li .icon-btn {
    margin-left: 0;
    margin-top: 9px;
  }

  .misco-header .user-control .part-right ul li .user-pic a {
    width: 45px;
    margin-left: 0;
  }

  .misco-sidebar .misco-navbar ul li a.active, .misco-sidebar .misco-navbar ul li a:hover {
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar .navbar-title {
    display: none;
  }

  .misco-sidebar .misco-navbar ul li a.active:after, .misco-sidebar .misco-navbar ul li a:hover:after, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true]:after {
    display: none;
  }

  .misco-sidebar .misco-navbar ul {
    margin-bottom: 0;
  }

  .misco-sidebar .misco-navbar ul li a {
    font-weight: 400;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active, .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link:hover, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #a61539;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #15252c;
    border-bottom: 1px solid #1e2f37;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
    display: none;
  }

  .mobile-header {
    padding: 15px 0;
  }
  .mobile-header .misco-navbar-button {
    background: transparent;
    font-size: 8px;
    border: none;
    width: 40px;
    height: 40px;
    background: #a61539;
    color: #fff;
    border-radius: 6px;
    outline: none;
    position: relative;
  }
  .mobile-header .misco-navbar-button span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .mobile-header .misco-navbar-button span.hidden-icon {
    opacity: 0 !important;
  }
  .mobile-header .misco-navbar-button span.close {
    font-size: 7px;
  }
  .mobile-header .misco-navbar-button span svg {
    color: #fff;
  }

  .home-banner .single-banner h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .home-banner .single-banner h2 br {
    display: none;
  }

  .home-banner .single-banner .part-img {
    display: none;
  }

  .home-banner .banner-slider .owl-nav {
    left: 30px;
    right: 30px;
  }

  .home-banner .banner-slider .owl-nav div {
    width: 50px;
    height: 50px;
    font-size: 5px;
    line-height: 50px;
  }

  .home-banner .single-banner {
    padding: 80px 120px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    padding: 30px;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    display: block;
  }

  .lottery-slider {
    padding: 0 15px;
    background: none;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 21px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    margin-top: -6px;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }

  .lottery-result-and-winners .single-table-list {
    padding: 30px;
    margin: 0 15px;
    margin-bottom: 30px;
  }

  .misco-footer {
    margin-bottom: 66px;
  }

  .misco-footer .copyright-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }

  .misco-footer .payment-method {
    text-align: center;
  }

  .misco-content .content-area {
    padding: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .misco-header .user-control .part-right ul li .user-pic {
    position: initial;
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    top: auto;
    bottom: calc(100% + 20px);
    left: auto;
    right: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .misco-header .user-control .part-right ul li .user-pic:hover .account-menu {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    width: 160px;
  }

  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn {
    -webkit-animation: none;
            animation: none;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn:hover .search-form-mobile {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn button {
    outline: none;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 20px);
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile form input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
  }

  .misco-header .user-control .part-right {
    position: relative;
  }

  .misco-sidebar {
    width: auto;
    position: initial;
    padding-right: 0;
  }

  .misco-sidebar .slimScrollDiv {
    width: 100% !important;
  }

  .misco-sidebar .scrollable {
    width: 100% !important;
    padding-right: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    height: calc(100% - 66px) !important;
    background: #15252c;
    bottom: 66px;
    width: 250px !important;
    right: -250px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-left: 3px groove #3c3c3c;
  }

  .misco-sidebar .scrollable.active {
    right: 0;
  }

  .misco-header {
    position: initial;
    display: block;
  }

  .misco-frame {
    display: block;
  }

  .misco-content {
    position: initial;
  }

  .misco-header .user-control {
    display: block;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    background: #15252c;
    -webkit-box-shadow: 0 0 54px -11px #a61539;
            box-shadow: 0 0 54px -11px #a61539;
  }

  .misco-header .user-control .part-left .search-bar {
    display: none;
  }

  .misco-header .user-control .part-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .misco-header .logo {
    display: none;
  }

  .misco-header .user-control .part-right ul li.j-btn {
    display: none;
  }

  .misco-header .user-control .part-right ul li .icon-btn, .misco-header .user-control .part-right ul li .user-pic .user-img {
    display: inline-block;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }

  .misco-header .user-control .part-right ul li .icon-btn {
    margin-left: 0;
    margin-top: 9px;
  }

  .misco-header .user-control .part-right ul li .user-pic a {
    width: 45px;
    margin-left: 0;
  }

  .misco-sidebar .misco-navbar ul li a.active, .misco-sidebar .misco-navbar ul li a:hover {
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar .navbar-title {
    display: none;
  }

  .misco-sidebar .misco-navbar ul li a.active:after, .misco-sidebar .misco-navbar ul li a:hover:after, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true]:after {
    display: none;
  }

  .misco-sidebar .misco-navbar ul {
    margin-bottom: 0;
  }

  .misco-sidebar .misco-navbar ul li a {
    font-weight: 400;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active, .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link:hover, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #a61539;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #15252c;
    border-bottom: 1px solid #1e2f37;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
    display: none;
  }

  .mobile-header {
    padding: 15px 0;
  }
  .mobile-header .misco-navbar-button {
    background: transparent;
    font-size: 8px;
    border: none;
    width: 40px;
    height: 40px;
    background: #a61539;
    color: #fff;
    border-radius: 6px;
    outline: none;
    position: relative;
  }
  .mobile-header .misco-navbar-button span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .mobile-header .misco-navbar-button span.hidden-icon {
    opacity: 0 !important;
  }
  .mobile-header .misco-navbar-button span.close {
    font-size: 7px;
  }
  .mobile-header .misco-navbar-button span svg {
    color: #fff;
  }

  .home-banner .single-banner h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .home-banner .single-banner h2 br {
    display: none;
  }

  .home-banner .single-banner .part-img {
    display: none;
  }

  .home-banner .banner-slider .owl-nav {
    left: 30px;
    right: 30px;
  }

  .home-banner .banner-slider .owl-nav div {
    width: 40px;
    height: 40px;
    font-size: 4px;
    line-height: 40px;
  }

  .home-banner .single-banner {
    padding: 80px 80px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    padding: 30px;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider {
    padding: 0 15px;
    background: none;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    margin-top: -6px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }

  .lottery-result-and-winners {
    padding-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list {
    padding: 0 15px;
    background: transparent;
    margin-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list .table-cover {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result-and-winners .single-table-list .table {
    width: 670px;
  }

  .lottery-result-and-winners .single-table-list.l-winners .table {
    width: 670px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-flag {
    width: 28px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td,
.lottery-result-and-winners .single-table-list .table tbody tr th,
.lottery-result-and-winners .single-table-list .table thead tr th {
    height: 50px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lottery-result-and-winners .single-table-list .list-title {
    font-size: 22px;
    line-height: 32px;
  }

  .misco-footer {
    margin-bottom: 66px;
  }

  .misco-footer .copyright-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }

  .misco-footer .payment-method {
    text-align: center;
  }

  .misco-content .content-area {
    padding: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .misco-header .user-control .part-right ul li .user-pic {
    position: initial;
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    top: auto;
    bottom: calc(100% + 20px);
    left: auto;
    right: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .misco-header .user-control .part-right ul li .user-pic:hover .account-menu {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    width: 160px;
  }

  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn {
    -webkit-animation: none;
            animation: none;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn:hover .search-form-mobile {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn button {
    outline: none;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 20px);
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile form input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
  }

  .misco-header .user-control .part-right {
    position: relative;
  }

  .misco-sidebar {
    width: auto;
    position: initial;
    padding-right: 0;
  }

  .misco-sidebar .slimScrollDiv {
    width: 100% !important;
  }

  .misco-sidebar .scrollable {
    width: 100% !important;
    padding-right: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    height: calc(100% - 66px) !important;
    background: #15252c;
    bottom: 66px;
    width: 250px !important;
    right: -250px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-left: 3px groove #3c3c3c;
  }

  .misco-sidebar .scrollable.active {
    right: 0;
  }

  .misco-header {
    position: initial;
    display: block;
  }

  .misco-frame {
    display: block;
  }

  .misco-content {
    position: initial;
  }

  .misco-header .user-control {
    display: block;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    background: #15252c;
    -webkit-box-shadow: 0 0 54px -11px #a61539;
            box-shadow: 0 0 54px -11px #a61539;
  }

  .misco-header .user-control .part-left .search-bar {
    display: none;
  }

  .misco-header .user-control .part-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .misco-header .logo {
    display: none;
  }

  .misco-header .user-control .part-right ul li.j-btn {
    display: none;
  }

  .misco-header .user-control .part-right ul li .icon-btn, .misco-header .user-control .part-right ul li .user-pic .user-img {
    display: inline-block;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }

  .misco-header .user-control .part-right ul li .icon-btn {
    margin-left: 0;
    margin-top: 9px;
  }

  .misco-header .user-control .part-right ul li .user-pic a {
    width: 45px;
    margin-left: 0;
  }

  .misco-sidebar .misco-navbar ul li a.active, .misco-sidebar .misco-navbar ul li a:hover {
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar .navbar-title {
    display: none;
  }

  .misco-sidebar .misco-navbar ul li a.active:after, .misco-sidebar .misco-navbar ul li a:hover:after, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true]:after {
    display: none;
  }

  .misco-sidebar .misco-navbar ul {
    margin-bottom: 0;
  }

  .misco-sidebar .misco-navbar ul li a {
    font-weight: 400;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active, .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link:hover, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #a61539;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #15252c;
    border-bottom: 1px solid #1e2f37;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
    display: none;
  }

  .mobile-header {
    padding: 15px 0;
  }
  .mobile-header .misco-navbar-button {
    background: transparent;
    font-size: 8px;
    border: none;
    width: 40px;
    height: 40px;
    background: #a61539;
    color: #fff;
    border-radius: 6px;
    outline: none;
    position: relative;
  }
  .mobile-header .misco-navbar-button span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .mobile-header .misco-navbar-button span.hidden-icon {
    opacity: 0 !important;
  }
  .mobile-header .misco-navbar-button span.close {
    font-size: 7px;
  }
  .mobile-header .misco-navbar-button span svg {
    color: #fff;
  }

  .home-banner .single-banner h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .home-banner .single-banner h2 br {
    display: none;
  }

  .home-banner .single-banner .part-img {
    display: none;
  }

  .home-banner .banner-slider .owl-nav {
    left: 30px;
    right: 30px;
  }

  .home-banner .banner-slider .owl-nav div {
    width: 35px;
    height: 35px;
    font-size: 3px;
    line-height: 35px;
  }

  .home-banner .single-banner {
    padding: 50px 80px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    padding: 30px;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider {
    padding: 0 15px;
    background: none;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    margin-top: -6px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }

  .lottery-result-and-winners {
    padding-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list {
    padding: 0 15px;
    background: transparent;
    margin-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list .table-cover {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result-and-winners .single-table-list .table {
    width: 670px;
  }

  .lottery-result-and-winners .single-table-list.l-winners .table {
    width: 500px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-flag {
    width: 28px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td,
.lottery-result-and-winners .single-table-list .table tbody tr th,
.lottery-result-and-winners .single-table-list .table thead tr th {
    height: 50px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lottery-result-and-winners .single-table-list .list-title {
    font-size: 22px;
    line-height: 32px;
  }

  .misco-footer {
    margin-bottom: 66px;
  }

  .misco-footer .copyright-text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }

  .misco-footer .payment-method {
    text-align: center;
  }

  .misco-content .content-area {
    padding: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .misco-header .user-control .part-right ul li .user-pic {
    position: initial;
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    top: auto;
    bottom: calc(100% + 20px);
    left: 50%;
  }

  .misco-header .user-control .part-right ul li .user-pic .account-menu {
    width: 190px;
  }

  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn {
    -webkit-animation: none;
            animation: none;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn:hover .search-form-mobile {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn button {
    outline: none;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 20px);
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .misco-header .user-control .part-right ul li.only-visible-in-mobile .icon-btn .search-form-mobile form input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
  }

  .misco-header .user-control .part-right {
    position: relative;
  }

  .misco-sidebar {
    width: auto;
    position: initial;
    padding-right: 0;
  }

  .misco-sidebar .slimScrollDiv {
    width: 100% !important;
  }

  .misco-sidebar .scrollable {
    width: 100% !important;
    padding-right: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    height: calc(100% - 66px) !important;
    background: #15252c;
    bottom: 66px;
    width: 250px !important;
    right: -250px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-left: 3px groove #3c3c3c;
  }

  .misco-sidebar .scrollable.active {
    right: 0;
  }

  .misco-header {
    position: initial;
    display: block;
  }

  .misco-frame {
    display: block;
  }

  .misco-content {
    position: initial;
  }

  .misco-header .user-control {
    display: block;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    background: #15252c;
    -webkit-box-shadow: 0 0 54px -11px #a61539;
            box-shadow: 0 0 54px -11px #a61539;
  }

  .misco-header .user-control .part-left .search-bar {
    display: none;
  }

  .misco-header .user-control .part-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .misco-header .logo {
    display: none;
  }

  .misco-header .user-control .part-right ul li.j-btn {
    display: none;
  }

  .misco-header .user-control .part-right ul li .icon-btn, .misco-header .user-control .part-right ul li .user-pic .user-img {
    display: inline-block;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }

  .misco-header .user-control .part-right ul li .icon-btn {
    margin-left: 0;
    margin-top: 9px;
  }

  .misco-header .user-control .part-right ul li .user-pic a {
    width: 45px;
    margin-left: 0;
  }

  .misco-sidebar .misco-navbar ul li a.active, .misco-sidebar .misco-navbar ul li a:hover {
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar .navbar-title {
    display: none;
  }

  .misco-sidebar .misco-navbar ul li a.active:after, .misco-sidebar .misco-navbar ul li a:hover:after, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true]:after {
    display: none;
  }

  .misco-sidebar .misco-navbar ul {
    margin-bottom: 0;
  }

  .misco-sidebar .misco-navbar ul li a {
    font-weight: 400;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link.active, .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link:hover, .misco-sidebar .misco-navbar ul li.misco-menu-item.misco-dropdown .item-link[aria-expanded=true] {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #a61539;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link {
    padding: 15px 30px 15px 40px;
    border-bottom: 1px solid #15252c;
    border-bottom: 1px solid #1e2f37;
    border-radius: 0;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item ul.dropdown-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .misco-sidebar .misco-navbar ul li.misco-menu-item a.item-link span.icon {
    display: none;
  }

  .mobile-header {
    padding: 15px 0;
  }
  .mobile-header .misco-navbar-button {
    background: transparent;
    font-size: 8px;
    border: none;
    width: 40px;
    height: 40px;
    background: #a61539;
    color: #fff;
    border-radius: 6px;
    outline: none;
    position: relative;
  }
  .mobile-header .misco-navbar-button span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .mobile-header .misco-navbar-button span.hidden-icon {
    opacity: 0 !important;
  }
  .mobile-header .misco-navbar-button span.close {
    font-size: 7px;
  }
  .mobile-header .misco-navbar-button span svg {
    color: #fff;
  }

  .home-banner .single-banner h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .home-banner .single-banner h2 br {
    display: none;
  }

  .home-banner .single-banner .part-img {
    display: none;
  }

  .home-banner .banner-slider .owl-nav {
    display: none;
  }

  .home-banner .single-banner {
    padding: 50px 30px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    padding: 30px;
  }

  .lottery-slider .single-lottery {
    height: 250px;
    text-align: center;
  }

  .lottery-slider .single-lottery .part-info {
    display: block;
  }

  .lottery-slider {
    padding: 0 15px;
    background: none;
  }

  .lottery-slider .single-lottery .part-info:before {
    border: 2px solid #15252c;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    border-radius: 8px 8px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 21px;
  }

  .lottery-slider .single-lottery .part-info .play-now-btn {
    display: block;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.title {
    font-size: 22px;
    margin-top: -8px;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-icon {
    width: 70px;
    display: inline-block;
  }

  .lottery-slider .single-lottery .part-info:after {
    height: 160%;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text {
    text-align: left;
  }

  .lottery-slider .single-lottery .part-info .icon-n-title .lotto-text span.money {
    font-size: 16px;
  }

  .lottery-result-and-winners {
    padding-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list {
    padding: 0 15px;
    background: transparent;
    margin-bottom: 30px;
  }

  .lottery-result-and-winners .single-table-list .table-cover {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result-and-winners .single-table-list .table {
    width: 670px;
  }

  .lottery-result-and-winners .single-table-list.l-winners .table {
    width: 500px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr th .single-winner span.part-flag {
    width: 28px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td,
.lottery-result-and-winners .single-table-list .table tbody tr th,
.lottery-result-and-winners .single-table-list .table thead tr th {
    height: 50px;
  }

  .lottery-result-and-winners .single-table-list .table tbody tr td span.winning-number .single-number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lottery-result-and-winners .single-table-list .list-title {
    font-size: 22px;
    line-height: 32px;
  }

  .misco-footer {
    margin-bottom: 66px;
  }

  .misco-footer .copyright-text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }

  .misco-footer .payment-method {
    text-align: center;
  }

  .misco-content .content-area {
    padding: 0px;
  }
}
.only-visible-in-mobile {
  display: none;
}

.misco-sidebar .misco-navbar.collapse:not(.show) {
  display: block;
}

.button-for-sidebar {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .only-visible-in-mobile {
    display: block;
  }
  .only-visible-in-mobile .icon-btn {
    margin-top: 0 !important;
  }
  .only-visible-in-mobile .icon-btn button {
    background: transparent;
    border: none;
    font-size: 8px;
    color: #ddd;
    background: #0d1e25;
    height: 45px;
    width: 45px;
    border-radius: 50%;
  }

  body {
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  body.active {
    right: 250px;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.misco-breadcrumb {
  background: #15252c;
  text-align: center;
  padding: 30px 0;
}
.misco-breadcrumb ul li {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
}
.misco-breadcrumb ul li:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.misco-breadcrumb ul li:last-child:after {
  display: none;
}
.misco-breadcrumb ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #ffbe00;
  display: inline-block;
  text-transform: capitalize;
}

.about-us .part-imgs {
  margin-top: 40px;
}
.about-us .part-imgs .big-img {
  margin-right: -76px;
}
.about-us .part-imgs .single-img {
  margin-bottom: 30px;
}
.about-us .part-imgs .single-img img {
  width: 100%;
  border-radius: 8px;
}
.about-us .part-imgs .more-imges {
  margin-left: 76px;
}
.about-us .part-tab .nav-tabs {
  border-bottom: none;
  background: #0b1a20;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-us .part-tab .nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #1b2f37;
}
.about-us .part-tab .nav-tabs .nav-item .nav-link {
  padding: 20px 50px;
  background: transparent;
  border: none;
  text-align: center;
  border-right: 1px solid #1b2f37;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.about-us .part-tab .nav-tabs .nav-item .nav-link.active {
  background: #a61539;
  border-right-color: transparent;
}
.about-us .part-tab .nav-tabs .nav-item .nav-link.active span img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.about-us .part-tab .nav-tabs .nav-item .nav-link span {
  display: block;
}
.about-us .part-tab .nav-tabs .nav-item .nav-link span.icon img {
  width: 35px;
  margin-bottom: 15px;
}
.about-us .part-tab .nav-tabs .nav-item .nav-link span.text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text {
  background: #15252c;
  padding: 60px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffbe00;
  margin-top: -2px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h2 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-left p {
  color: #c0c5c7;
  line-height: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-right {
  background: #0b1a20;
  padding: 60px;
  padding-bottom: calc(60px - 26px);
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-right h2 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: -6px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p {
  color: #c0c5c7;
  line-height: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p.marked {
  color: #ffbe00;
  font-size: 18px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission {
  background: #0d1e25;
  margin-bottom: 40px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
  margin-bottom: 0;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
  width: 100%;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text h2 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: -6px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text p {
  color: #c0c5c7;
  line-height: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul li {
  color: #7b898e;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  font-weight: 500;
  padding-left: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a61539;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
  background: #0d1e25;
  padding: 50px;
  padding-bottom: 25px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-icon {
  width: 60px;
  margin-bottom: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-transform: capitalize;
  margin-top: -6px;
  margin-bottom: 12px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text p {
  color: #7b898e;
  line-height: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
  background: #0d1e25;
  padding: 40px;
  padding-bottom: 14px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffbe00;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 14px;
  margin-top: -5px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #7b898e;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award span:before {
  position: absolute;
  content: "";
  left: 120px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7b898e;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-icon {
  width: 60px;
  margin-bottom: 30px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  margin-top: -6px;
  margin-bottom: 12px;
}
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text p {
  color: #7b898e;
  line-height: 28px;
}

.play-lottery .lottery-header {
  background: url("../img/lottery-details/lottery-header-bg.jpg") center 76% no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #15252c;
}
.play-lottery .lottery-header:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #15252c;
  opacity: 0.55;
  z-index: -1;
}
.play-lottery .lottery-header h3.lottery-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-top: -7px;
  margin-bottom: 10px;
}
.play-lottery .lottery-header span.current-jackpot {
  color: #ffbe00;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: -6px;
}
.play-lottery .lottery-navbar {
  background: #15252c;
  margin-top: 40px;
  margin-bottom: 40px;
}
.play-lottery .lottery-navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play-lottery .lottery-navbar ul li a {
  display: inline-block;
  padding: 25px 40px;
  border-right: 1px solid #1b2f37;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.play-lottery .lottery-navbar ul li a:hover {
  color: #a61539;
}
.play-lottery .lottery-navbar ul li a.active {
  background: #a61539;
  border-right-color: transparent;
}
.play-lottery .lottery-navbar ul li a.active:hover {
  color: #fff;
}
.play-lottery .lottery-navbar ul li:first-child a {
  border-left: 1px solid #1b2f37;
}
.play-lottery .lottery-card-controll {
  text-align: center;
  margin-bottom: 40px;
}
.play-lottery .lottery-card-controll a {
  display: inline-block;
  background: #a61539;
  color: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid #a61539;
  padding: 0 35px;
  border-radius: 50px;
  margin-right: 16px;
}
.play-lottery .lottery-card-controll a i {
  margin-left: 10px;
}
.play-lottery .lottery-card-controll a:last-child {
  margin-right: 0;
}
.play-lottery .lottery-card-controll a:active {
  background: transparent;
  border-color: #fff;
}
.play-lottery .lottery-card-controll a.clear-all, .play-lottery .lottery-card-controll a.quick-pick-all {
  background: transparent;
  border-color: #7b898e;
  color: #7b898e;
}
.play-lottery .lottery-card-controll a.clear-all:active, .play-lottery .lottery-card-controll a.quick-pick-all:active {
  background: #a61539;
  color: #fff;
  border-color: #a61539;
}
.play-lottery .lottery-cards .col-xl-6:nth-last-of-type(2) .single-card, .play-lottery .lottery-cards .col-xl-6:last-child .single-card {
  margin-bottom: 0;
}
.play-lottery .lottery-cards .single-card {
  border: 30px solid #15252c;
  margin-bottom: 30px;
}
.play-lottery .lottery-cards .single-card .pick-card-header {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0b1a20;
  padding: 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #15252c;
}
.play-lottery .lottery-cards .single-card .pick-card-header .left-side .text {
  display: inline-block;
  color: #7b898e;
}
.play-lottery .lottery-cards .single-card .pick-card-header .left-side .text b {
  color: #ffbe00;
  font-weight: 400;
  margin-left: 10px;
}
.play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
  background-color: #15252c;
  color: #7b898e;
  border: none;
  height: 30px;
  padding: 0 15px;
  border-radius: 5px;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
  border: 1px solid rgba(166, 21, 57, 0.3);
  border-top-color: #1e2f37;
  border-left-color: #1e2f37;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.play-lottery .lottery-cards .single-card .pick-card-header .left-side button:active {
  background: #a61539;
  color: #fff;
  border-top-color: #a61539;
  border-left-color: #a61539;
}
.play-lottery .lottery-cards .single-card .pick-card-header .right-side button {
  background: transparent;
  border: none;
  color: #ffbe00;
  outline: none;
  cursor: pointer;
}
.play-lottery .lottery-cards .single-card .pick-card-header .right-side button:active i {
  -webkit-animation: narachara 0.2s;
          animation: narachara 0.2s;
}
.play-lottery .lottery-cards .single-card .pick-card-header .right-side button i {
  font-size: 20px;
  margin-left: 6px;
}
.play-lottery .lottery-cards .single-card .pick-card-body {
  padding: 20px;
  padding-right: 10px;
}
.play-lottery .lottery-cards .single-card .just-showcase {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding-top: 4px;
}
.play-lottery .lottery-cards .single-card .just-showcase.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.play-lottery .lottery-cards .single-card .just-showcase span {
  display: inline-block;
  color: #7b898e;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  width: 25px;
  height: 30px;
  line-height: 100%;
  text-align: center;
}
.play-lottery .lottery-cards .single-card .just-showcase span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #a61539;
}
.play-lottery .lottery-cards .single-card .just-showcase span:last-child:after {
  background-color: #ffbe00;
}
.play-lottery .lottery-cards .single-card .selected-numbers {
  margin-bottom: 30px;
}
.play-lottery .lottery-cards .single-card .selected-numbers .this-covers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play-lottery .lottery-cards .single-card .selected-numbers .this-covers .rdm-seed-45 span:after {
  background: #a61539;
}
.play-lottery .lottery-cards .single-card .selected-numbers .this-covers .rdm-seed-20 span:after {
  background: #ffbe00;
}
.play-lottery .lottery-cards .single-card .selected-numbers .this-covers span {
  display: inline-block;
  color: #7b898e;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  width: 25px;
  height: 30px;
  line-height: 100%;
  text-align: center;
}
.play-lottery .lottery-cards .single-card .selected-numbers .this-covers span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #7b898e;
}
.play-lottery .lottery-cards .single-card .pickable-number {
  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;
  text-align: center;
  margin-bottom: 20px;
}
.play-lottery .lottery-cards .single-card .pickable-number .wrap-number {
  display: inline-table;
}
.play-lottery .lottery-cards .single-card .pickable-number .wrap-number.bonus {
  margin-top: 10px;
  border-top: 1px solid #1e2f37;
  padding-top: 20px;
}
.play-lottery .lottery-cards .single-card .pickable-number .wrap-number.bonus .single-number {
  border-color: rgba(255, 190, 0, 0.1);
}
.play-lottery .lottery-cards .single-card .pickable-number .wrap-number.bonus .single-number.selected {
  background: #ffbe00;
  color: #0d1e25;
  font-weight: 500;
}
.play-lottery .lottery-cards .single-card .pickable-number .single-number {
  background: #15252c;
  border: 1px solid #1e2f37;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 0 3px 10px 3px;
  outline: none;
  color: #9dacb2;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.play-lottery .lottery-cards .single-card .pickable-number .single-number.selected {
  background-color: #a61539;
  color: #fff;
  border-color: #a61539;
}
.play-lottery .lottery-calculation {
  background: #15252c;
  padding: 50px 0;
  margin-top: 40px;
}
.play-lottery .lottery-calculation .calculation-title {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
.play-lottery .lottery-calculation .form-check-label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.play-lottery .lottery-calculation p {
  color: #7b898e;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.play-lottery .lottery-calculation .final-step {
  float: right;
}
.play-lottery .lottery-calculation .final-step span {
  display: block;
}
.play-lottery .lottery-calculation .final-step span.total-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-bottom: 22px;
}
.play-lottery .lottery-calculation .final-step span.total-money span.text {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.play-lottery .lottery-calculation .final-step span.total-money span.number {
  margin-left: 50px;
  font-weight: 500;
  color: #ffbe00;
  font-size: 16px;
}
.play-lottery .lottery-calculation .final-step button.continue-btn {
  background: #a61539;
  border: none;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.play-lottery .lottery-calculation .final-step button.continue-btn i {
  margin-left: 8px;
}
.play-lottery .lottery-calculation .form-group {
  margin-bottom: 0;
}
.play-lottery .lottery-calculation .form-group select.form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #293c44;
  color: #7b898e;
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border-radius: 0;
  margin-top: 1px;
}
.play-lottery .lottery-calculation .form-group select.form-control.active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.play-lottery .lottery-calculation [type=radio]:checked,
.play-lottery .lottery-calculation [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.play-lottery .lottery-calculation [type=radio]:checked + label:before,
.play-lottery .lottery-calculation [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #a61539;
  border-radius: 100%;
  background: #fff;
  margin-left: -6px;
}
.play-lottery .lottery-calculation [type=radio]:checked + label:after,
.play-lottery .lottery-calculation [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a61539;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: -6px;
}
.play-lottery .lottery-calculation [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.play-lottery .lottery-calculation [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.lottery-result {
  background: #15252c;
  padding: 60px;
}
.lottery-result .title {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  margin-top: -8px;
  margin-bottom: 29px;
}
.lottery-result .last-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0d1e25;
  padding: 20px 50px;
  border-bottom: 2px solid #a61539;
}
.lottery-result .last-result .date .dropdown .dropdown-toggle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.lottery-result .last-result .date .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.lottery-result .last-result .date .dropdown .dropdown-menu .dropdown-item {
  background: #fff !important;
  color: #15252c;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(21, 37, 44, 0.2);
}
.lottery-result .last-result .result-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lottery-result .last-result .result-number span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #a61539;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.lottery-result .last-result .result-number span:last-child {
  background: #ffbe00;
  color: black;
  margin-right: 0;
}
.lottery-result .last-result .prize span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.lottery-result .last-result .prize span.text {
  color: #fff;
  margin-right: 20px;
}
.lottery-result .last-result .prize span.number {
  color: #ffbe00;
}
.lottery-result .result-table .table {
  margin-top: 40px;
  margin-bottom: 0;
}
.lottery-result .result-table .table thead tr {
  border-top: 1px solid #1e2f36;
  border-left: 1px solid #1e2f36;
  border-right: 1px solid #1e2f36;
  background-color: #0d1e25;
}
.lottery-result .result-table .table thead tr th {
  text-align: center;
  border: none;
  height: 60px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.lottery-result .result-table .table tbody tr {
  border-bottom: 1px solid #1e2f36;
  border-left: 1px solid #1e2f36;
  border-right: 1px solid #1e2f36;
  background-color: #0d1e25;
}
.lottery-result .result-table .table tbody tr:first-child {
  border-top: 1px solid #1e2f36;
}
.lottery-result .result-table .table tbody tr th, .lottery-result .result-table .table tbody tr td {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  border: none;
  height: 60px;
  vertical-align: middle;
}
.lottery-result .result-table .table tbody tr td:last-child {
  color: #ffbe00;
}
.lottery-result .result-table .table tbody tr td:last-child span {
  display: inline-block;
}
.lottery-result .result-table .table tbody tr td:last-child span.text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.lottery-result .result-table .table tbody tr td:last-child span.number {
  font-weight: 600;
  margin-left: 10px;
}
.lottery-result .result-table .table tbody tr:last-child {
  border-color: #0d1e25;
  background: #0b181e;
}

.lottery-information {
  background: #15252c;
  padding: 60px;
}
.lottery-information .part-text h2.title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  margin-top: -3px;
  margin-bottom: 25px;
}
.lottery-information .part-text p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 32px;
}
.lottery-information .part-info {
  margin-top: 40px;
  margin-bottom: 40px;
}
.lottery-information .part-info .result-info {
  background: #0d1e25;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lottery-information .part-info .result-info .single-result-info {
  padding-left: 50px;
  border-right: 1px solid #1e2f37;
}
.lottery-information .part-info .result-info h3.title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: -7px;
}
.lottery-information .part-info .result-info p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  margin-bottom: 0;
}
.lottery-information .part-info .result-info p img.flag {
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.lottery-information .part-info .latest-result {
  padding: 35px;
  background: #0d1e25;
}
.lottery-information .part-info .latest-result h3.title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: -6px;
}
.lottery-information .part-info .latest-result .date {
  margin-bottom: 21px;
}
.lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.lottery-information .part-info .latest-result .date .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.lottery-information .part-info .latest-result .date .dropdown .dropdown-menu .dropdown-item {
  background: #fff !important;
  color: #15252c;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(21, 37, 44, 0.2);
}
.lottery-information .part-info .latest-result .result-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lottery-information .part-info .latest-result .result-number span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #a61539;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.lottery-information .part-info .latest-result .result-number span:last-child {
  background: #ffbe00;
  color: black;
  margin-right: 0;
}

.news {
  margin-bottom: -40px;
}
.news .single-news {
  margin-bottom: 40px;
}
.news .single-news .part-img img {
  width: 100%;
}
.news .single-news .part-text {
  padding: 40px;
  padding-top: 0;
  background: #15252c;
}
.news .single-news .part-text .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news .single-news .part-text .news-meta .caln {
  padding: 20px 20px 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.news .single-news .part-text .news-meta .caln:after {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  bottom: 0;
  right: 0;
  background: #a61539;
  z-index: -1;
}
.news .single-news .part-text .news-meta .caln span {
  display: block;
}
.news .single-news .part-text .news-meta .caln span.date {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  margin-top: -6px;
}
.news .single-news .part-text .news-meta .caln span.month {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: -6px;
}
.news .single-news .part-text .news-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .single-news .part-text .news-meta ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .single-news .part-text .news-meta ul li .single-meta {
  padding: 10px 0;
  text-align: center;
  background: #0d1e25;
  position: relative;
}
.news .single-news .part-text .news-meta ul li .single-meta:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  background: #263b45;
}
.news .single-news .part-text .news-meta ul li .single-meta span {
  display: block;
  font-size: 16px;
}
.news .single-news .part-text .news-meta ul li .single-meta span.icon {
  color: #a61539;
  font-size: 16px;
  margin-bottom: 0px;
  opacity: 0.8;
}
.news .single-news .part-text .news-meta ul li .single-meta span.text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.news .single-news .part-text h3.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  margin-top: 24px;
  margin-bottom: 13px;
}
.news .single-news .part-text p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}
.news .single-news .part-text a.read-more-btn {
  display: inline-block;
  height: 50px;
  padding: 0 35px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 48px;
  margin-top: 15px;
  font-weight: 400;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.news .single-news .part-text a.read-more-btn:hover {
  background: #a61539;
  color: #fff;
  opacity: 1;
  border-color: #a61539;
}

.affiliate {
  padding: 60px;
  background: #15252c;
  margin-top: 40px;
}
.affiliate .part-para .sub-title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #a61539;
  margin-top: -5px;
  margin-bottom: 5px;
}
.affiliate .part-para .title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 12px;
}
.affiliate .part-para p {
  color: #93a0a5;
  line-height: 28px;
}
.affiliate .part-para a.sign-up-btn {
  height: 50px;
  line-height: 48px;
  background: #a61539;
  border: 1px solid #a61539;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
  border-radius: 5px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate .part-para a.sign-up-btn i {
  margin-right: 10px;
}
.affiliate .part-para a.sign-up-btn:hover {
  background: transparent;
}
.affiliate .part-para .text-img {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.affiliate .part-affilate-feature {
  background: #0d1e25;
  padding: 50px;
}
.affiliate .part-affilate-feature .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 30px;
}
.affiliate .part-affilate-feature .single-feature:last-child {
  margin-bottom: 0;
}
.affiliate .part-affilate-feature .single-feature .part-icon {
  width: 100px;
  margin-right: 40px;
}
.affiliate .part-affilate-feature .single-feature .part-icon img {
  width: 100%;
}
.affiliate .part-affilate-feature .single-feature .part-text h3.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 18px;
}
.affiliate .part-affilate-feature .single-feature .part-text p {
  color: #7b898e;
  margin-bottom: 0;
}
.affiliate .affiliate-how-to-do {
  background: #0d1e25;
  padding: 60px 0;
  text-align: center;
  padding-bottom: 34px;
  margin-top: 35px;
  margin-bottom: 60px;
}
.affiliate .affiliate-how-to-do h2.title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -6px;
}
.affiliate .affiliate-how-to-do .single-affiliate {
  display: inline-block;
  margin-right: 60px;
  text-align: center;
  display: inline-block;
}
.affiliate .affiliate-how-to-do .single-affiliate:last-child {
  margin-right: 0;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(2) .part-icon {
  border-color: #ffb72d;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(2) .part-icon .sr-num {
  border-color: #ffb72d;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(3) .part-icon {
  border-color: #19c5f0;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(3) .part-icon .sr-num {
  border-color: #19c5f0;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(4) .part-icon {
  border-color: #d23513;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(4) .part-icon .sr-num {
  border-color: #d23513;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(5) .part-icon {
  border-color: #78f043;
}
.affiliate .affiliate-how-to-do .single-affiliate:nth-child(5) .part-icon .sr-num {
  border-color: #78f043;
}
.affiliate .affiliate-how-to-do .single-affiliate .part-icon {
  width: 140px;
  height: 140px;
  border: 2px solid #a61539;
  display: inline-block;
  border-radius: 50%;
  line-height: 138px;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}
.affiliate .affiliate-how-to-do .single-affiliate .part-icon .sr-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #a61539;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #0d1e25;
  color: #fff;
  font-weight: 500;
}
.affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
  width: 60px;
}
.affiliate .affiliate-how-to-do .single-affiliate .part-text p {
  color: #c0c5c7;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.user-dashboard {
  padding: 60px;
  background: #15252c;
  margin-top: 40px;
}
.user-dashboard .user-statics {
  margin-bottom: 10px;
}
.user-dashboard .user-statics .single-statics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  background: #0d1e25;
  padding: 30px;
}
.user-dashboard .user-statics .single-statics .part-icon {
  width: 80px;
  margin-right: 30px;
}
.user-dashboard .user-statics .single-statics .part-icon img {
  width: 100%;
}
.user-dashboard .user-statics .single-statics .part-info span {
  display: block;
}
.user-dashboard .user-statics .single-statics .part-info span.number {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #ff9000;
  margin-top: -4px;
  margin-bottom: 6px;
}
.user-dashboard .user-statics .single-statics .part-info span.text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: -3px;
}
.user-dashboard .user-benmathew {
  background: #0d1e25;
  padding: 40px;
}
.user-dashboard .user-benmathew h3.title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid rgba(123, 137, 142, 0.5);
  margin-bottom: 22px;
  padding-bottom: 19px;
  margin-top: -5px;
}
.user-dashboard .user-benmathew .single-data {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.user-dashboard .user-benmathew .single-data:last-child {
  margin-bottom: 0;
}
.user-dashboard .user-benmathew .single-data:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background: #a61539;
  border-radius: 50%;
  margin-top: 8px;
}
.user-dashboard .user-benmathew .single-data:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  background: #a61539;
  opacity: 0.5;
  margin-top: 8px;
  border-radius: 50%;
}
.user-dashboard .user-benmathew .single-data span {
  display: block;
}
.user-dashboard .user-benmathew .single-data span.title {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2px;
}
.user-dashboard .user-benmathew .single-data span.data {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.user-dashboard .transaction-chart {
  padding: 40px;
  background: #0d1e25;
}
.user-dashboard .transaction-chart h3.title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 19px;
  margin-top: -5px;
  text-align: center;
}
.user-dashboard .transactions-table {
  padding: 50px;
  background: #0d1e25;
  margin-top: 40px;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label select {
  margin: 0 0 0 10px;
  background: #a61539;
  color: #fff;
  border-color: #a61539;
  padding: 2px;
  height: 40px;
  width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 15px;
  z-index: 2;
  cursor: pointer;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label i {
  background: #a61539;
  color: #fff;
  height: 40px;
  line-height: 38px;
  margin-right: -20px;
  padding-right: 18px;
  position: relative;
  left: -30px;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label input {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  padding: 0 25px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #a61539;
}
.user-dashboard .transactions-table table.dataTable.display tbody tr.even > .sorting_1, .user-dashboard .transactions-table table.dataTable.display tbody tr.odd > .sorting_1 {
  background: #15252c;
}
.user-dashboard .transactions-table table.dataTable.display tbody tr {
  background: #15252c;
}
.user-dashboard .transactions-table table.dataTable.display tbody td {
  border: none;
  border-bottom: 1px solid #1e2f36;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  height: 50px;
  padding: 0;
  padding-left: 20px;
}
.user-dashboard .transactions-table table.dataTable.display tbody td:first-child {
  padding-left: 30px;
  border-left: 1px solid #1e2f36;
}
.user-dashboard .transactions-table table.dataTable thead {
  background: #15252c;
  margin-top: 30px;
}
.user-dashboard .transactions-table table.dataTable thead th {
  padding: 0;
  padding: 0 20px;
  height: 60px;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid #1e2f36;
  border-top: 1px solid #1e2f36;
}
.user-dashboard .transactions-table table.dataTable thead th:first-child {
  padding-left: 30px;
  border-left: 1px solid #1e2f36;
}
.user-dashboard .transactions-table tfoot {
  background: #a61539;
  color: #fff;
}
.user-dashboard .transactions-table tfoot tr th {
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.user-dashboard .transactions-table tfoot tr th:first-child {
  padding-left: 30px;
}
.user-dashboard .transactions-table tfoot tr th:last-child {
  border-right: none;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8) !important;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #a61539;
  border-color: #a61539;
}
.user-dashboard .transactions-table .paginate_button.next {
  margin-right: 0 !important;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
  padding-top: 40px;
}
.user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  padding-top: 40px;
  padding-left: 30px;
  font-weight: 400;
}

.blog-details .part-post {
  background: #15252c;
  padding: 60px;
  margin-top: 40px;
  padding-bottom: 35px;
}
.blog-details .part-post .part-img img {
  width: 100%;
}
.blog-details .part-post .part-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0d1e25;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-details .part-post .part-meta .left-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details .part-post .part-meta .left-side ul li {
  background: #a61539;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  font-size: 15px;
}
.blog-details .part-post .part-meta .left-side ul li span {
  display: inline-block;
  color: #fff;
}
.blog-details .part-post .part-meta .left-side ul li span.icon {
  margin-right: 10px;
}
.blog-details .part-post .part-meta .right-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details .part-post .part-meta .right-side ul li {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.blog-details .part-post .part-meta .right-side ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #263b45;
}
.blog-details .part-post .part-meta .right-side ul li:last-child:after {
  display: none;
}
.blog-details .part-post .part-meta .right-side ul li span {
  display: block;
}
.blog-details .part-post .part-meta .right-side ul li span.icon {
  font-size: 16px;
  color: #a61539;
  margin-bottom: 3px;
}
.blog-details .part-post .part-meta .right-side ul li span.text {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.blog-details .part-post .part-text h2.title {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  margin-top: -2px;
  margin-bottom: 27px;
}
.blog-details .part-post .part-text p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 32px;
}
.blog-details .part-post .part-text .text-with-img {
  margin-top: 31px;
  margin-bottom: 32px;
}
.blog-details .part-post .part-text .text-with-img .text-img {
  width: 100%;
  padding-right: 10px;
}
.blog-details .part-comment {
  padding: 60px;
  background: #15252c;
  margin-top: 40px;
  padding-bottom: 47px;
}
.blog-details .part-comment h3.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-bottom: 36px;
}
.blog-details .part-comment .all-comments .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.blog-details .part-comment .all-comments .single-comment:last-child {
  margin-bottom: 0;
}
.blog-details .part-comment .all-comments .single-comment.reply {
  padding-left: 100px;
}
.blog-details .part-comment .all-comments .single-comment .part-user {
  width: 100px;
  margin-right: 30px;
}
.blog-details .part-comment .all-comments .single-comment .part-user img {
  width: 100%;
}
.blog-details .part-comment .all-comments .single-comment .part-comment-text span {
  display: block;
}
.blog-details .part-comment .all-comments .single-comment .part-comment-text span.user-name {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 6px;
}
.blog-details .part-comment .all-comments .single-comment .part-comment-text span.date-of-comment {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  margin-bottom: 18px;
}
.blog-details .part-comment .all-comments .single-comment .part-comment-text p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  margin-bottom: 0;
}
.blog-details .part-comment .all-comments .single-comment button.reply-comment {
  background: #a61539;
  color: #fff;
  border: none;
  height: 40px;
  width: 120px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0px;
  outline: none;
  cursor: pointer;
  border: 1px solid #a61539;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details .part-comment .all-comments .single-comment button.reply-comment:hover {
  background: transparent;
}
.blog-details .part-comment .all-comments .single-comment button.reply-comment i {
  margin-right: 6px;
}
.blog-details .comment-form {
  padding: 60px;
  background: #15252c;
  margin-top: 40px;
}
.blog-details .comment-form h3.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-bottom: 36px;
}
.blog-details .comment-form form input {
  width: 100%;
  border: 1px solid #1e2f37;
  background: transparent;
  height: 50px;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  background: #0d1e25;
}
.blog-details .comment-form form input::-webkit-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form input::-moz-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form input:-ms-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form input::-ms-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form input::placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form textarea {
  width: 100%;
  border: 1px solid #1e2f37;
  background: transparent;
  height: 260px;
  padding: 13px 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  background: #0d1e25;
}
.blog-details .comment-form form textarea::-webkit-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form textarea::-moz-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form textarea:-ms-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form textarea::-ms-input-placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form textarea::placeholder {
  color: #c0c5c7;
}
.blog-details .comment-form form .submit-btn {
  background: #a61539;
  border: 1px solid #a61539;
  color: #fff;
  height: 50px;
  padding: 0 35px;
  outline: none;
  cursor: pointer;
}
.blog-details .comment-form form .submit-btn i {
  margin-left: 10px;
}

.register {
  background: #15252c;
  margin-top: 40px;
}
.register .reg-header {
  display: block;
  text-align: center;
  border-bottom: 1px solid #1e2f37;
  padding: 60px 0 44px;
}
.register .reg-header h2.title {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  margin-top: -8px;
  margin-bottom: 19px;
}
.register .reg-header p {
  color: #7b898e;
  line-height: 28px;
}
.register .reg-body {
  padding: 60px 0 38px;
}
.register .reg-body form h4.sub-title {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 21px;
  margin-top: -6px;
}
.register .reg-body form h4.sub-title:after {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #a61539;
  border-radius: 50%;
}
.register .reg-body form h4.sub-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  opacity: 0.6;
  background: #a61539;
  border-radius: 50%;
}
.register .reg-body form input[type=text], .register .reg-body form input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #1e2f37;
  background: #0d1e25;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.register .reg-body form input[type=text]:focus, .register .reg-body form input[type=email]:focus {
  border-color: #a61539;
}
.register .reg-body form input[type=text]::-webkit-input-placeholder, .register .reg-body form input[type=email]::-webkit-input-placeholder {
  color: #c0c5c7;
}
.register .reg-body form input[type=text]::-moz-placeholder, .register .reg-body form input[type=email]::-moz-placeholder {
  color: #c0c5c7;
}
.register .reg-body form input[type=text]:-ms-input-placeholder, .register .reg-body form input[type=email]:-ms-input-placeholder {
  color: #c0c5c7;
}
.register .reg-body form input[type=text]::-ms-input-placeholder, .register .reg-body form input[type=email]::-ms-input-placeholder {
  color: #c0c5c7;
}
.register .reg-body form input[type=text]::placeholder, .register .reg-body form input[type=email]::placeholder {
  color: #c0c5c7;
}
.register .reg-body form .term-condition {
  margin-top: 20px;
}
.register .reg-body form .term-condition h4.title {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 21px;
  margin-top: -6px;
}
.register .reg-body form .term-condition h4.title:after {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #a61539;
  border-radius: 50%;
}
.register .reg-body form .term-condition h4.title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  opacity: 0.6;
  background: #a61539;
  border-radius: 50%;
}
.register .reg-body form .term-condition p {
  background: #0d1e25;
  border: 1px solid #1e2f37;
  color: #c0c5c7;
  line-height: 28px;
  padding: 30px;
  margin-bottom: 40px;
}
.register .reg-body form .form-check label {
  color: #ff8a00;
  font-weight: 400;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.register .reg-body form .form-check p {
  color: #c0c5c7;
  font-size: 14px;
  line-height: 24px;
}
.register .reg-body form .form-check [type=checkbox]:checked,
.register .reg-body form .form-check [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.register .reg-body form .form-check [type=checkbox]:checked + label:before,
.register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #a61539;
  border-radius: 100%;
  background: #fff;
  margin-left: -6px;
}
.register .reg-body form .form-check [type=checkbox]:checked + label:after,
.register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a61539;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: -6px;
}
.register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.register .reg-body form .form-check [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.register .reg-body form button.btn-register {
  height: 50px;
  background: #a61539;
  color: #fff;
  border: none;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  border: 1px solid #a61539;
  cursor: pointer;
  float: right;
}
.register .reg-body form button.btn-register:hover {
  background: transparent;
}
.register .reg-body form button.btn-register i {
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .about-us .part-imgs .big-img {
    margin-right: -56px;
  }

  .about-us .part-imgs .more-imges {
    margin-left: 56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1849px) {
  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    overflow: hidden;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .part-imgs .big-img {
    margin-right: 0;
  }

  .about-us .part-imgs .more-imges {
    display: none;
  }

  .about-us {
    padding: 0 15px;
  }

  .about-us .part-tab .nav-tabs {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission, .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    margin-bottom: 25px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission {
    margin-bottom: -10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision {
    margin-bottom: -30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards {
    margin-bottom: -30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    height: auto;
    display: block;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .misco-breadcrumb ul li, .misco-breadcrumb ul li a {
    font-size: 16px;
  }

  .misco-breadcrumb {
    border-top: 1px solid rgba(166, 21, 57, 0.4);
    border-bottom: 1px solid rgba(166, 21, 57, 0.4);
    padding: 20px 0;
  }

  .about-us .part-imgs .big-img {
    margin-right: 0;
  }

  .about-us .part-imgs .more-imges {
    display: none;
  }

  .about-us {
    padding: 0 15px;
  }

  .about-us .part-tab .nav-tabs {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text {
    margin-bottom: 40px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission, .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    margin-bottom: 25px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission {
    margin-bottom: -10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision {
    margin-bottom: -30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards {
    margin-bottom: -30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    height: auto;
    display: block;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .misco-breadcrumb ul li, .misco-breadcrumb ul li a {
    font-size: 16px;
  }

  .misco-breadcrumb {
    border-top: 1px solid rgba(166, 21, 57, 0.4);
    border-bottom: 1px solid rgba(166, 21, 57, 0.4);
    padding: 20px 0;
  }

  .about-us .part-imgs .big-img {
    margin-right: 0;
  }

  .about-us .part-imgs .more-imges {
    display: none;
  }

  .about-us {
    padding: 0 15px;
  }

  .about-us .part-tab .nav-tabs {
    margin-bottom: 30px;
  }

  .about-us .part-tab .nav-tabs .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .about-us .part-tab .nav-tabs .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text {
    background: transparent;
    padding: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h2,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h4 {
    font-size: 16px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left p,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right {
    padding: 14px 0 17px 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p.marked {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-left: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission, .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
    background: #15252c;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 5px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 br {
    display: none;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-icon {
    width: 50px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
    background: #15252c;
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    height: auto;
    display: block;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .misco-breadcrumb ul li, .misco-breadcrumb ul li a {
    font-size: 16px;
  }

  .misco-breadcrumb {
    border-top: 1px solid rgba(166, 21, 57, 0.4);
    border-bottom: 1px solid rgba(166, 21, 57, 0.4);
    padding: 20px 0;
  }

  .about-us .part-imgs .big-img {
    margin-right: 0;
  }

  .about-us .part-imgs .more-imges {
    display: none;
  }

  .about-us {
    padding: 0 15px;
  }

  .about-us .part-tab .nav-tabs {
    margin-bottom: 30px;
  }

  .about-us .part-tab .nav-tabs .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .about-us .part-tab .nav-tabs .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text {
    background: transparent;
    padding: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h2,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h4 {
    font-size: 16px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left p,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right {
    padding: 14px 0 17px 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p.marked {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-left: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission, .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
    background: #15252c;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 5px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 br {
    display: none;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-icon {
    width: 50px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
    background: #15252c;
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    height: auto;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .misco-breadcrumb ul li, .misco-breadcrumb ul li a {
    font-size: 16px;
  }

  .misco-breadcrumb {
    border-top: 1px solid rgba(166, 21, 57, 0.4);
    border-bottom: 1px solid rgba(166, 21, 57, 0.4);
    padding: 20px 0;
  }

  .about-us .part-imgs .big-img {
    margin-right: 0;
  }

  .about-us .part-imgs .more-imges {
    display: none;
  }

  .about-us {
    padding: 0 15px;
  }

  .about-us .part-tab .nav-tabs {
    display: block;
    margin-bottom: 20px;
  }

  .about-us .part-tab .nav-tabs .nav-item .nav-link {
    padding: 8px 20px;
    border: 1px solid #a61539;
    margin-bottom: 10px;
    margin-right: 6px;
  }

  .about-us .part-tab .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #a61539;
  }

  .about-us .part-tab .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .about-us .part-tab .nav-tabs .nav-item .nav-link span.icon {
    display: none;
  }

  .about-us .part-tab .nav-tabs .nav-item {
    display: inline-block;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text {
    background: transparent;
    padding: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h2,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left h4 {
    font-size: 16px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-left p,
.about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right {
    padding: 14px 0 17px 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p {
    line-height: 28px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .part-right p.marked {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-left: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission, .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .single-mission:last-child {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text ul {
    margin-bottom: 14px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision {
    background: #15252c;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 5px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text h3 br {
    display: none;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-icon {
    width: 50px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-vision .single-vision .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award {
    background: #15252c;
    margin-bottom: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards .single-award .part-text p {
    line-height: 26px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-awards {
    margin-bottom: 10px;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img {
    height: auto;
  }

  .about-us .part-tab .tab-content .tab-pane .about-part-text .misco-mission .part-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .play-lottery .lottery-calculation {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1684px) {
  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    border: none;
  }

  .lottery-information .part-info .result-info {
    padding-left: 30px;
  }

  .lottery-information .part-info .latest-result .result-number {
    display: block;
  }

  .lottery-information .part-info .latest-result .result-number span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1326px) {
  .lottery-information .part-info .col-xl-8 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .lottery-information .part-info .result-info {
    padding: 50px;
    padding-left: 50px;
  }

  .lottery-information .part-info .col-latest-res {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .lottery-information .part-info .latest-result {
    margin-top: 30px;
    text-align: center;
  }

  .lottery-information .part-info .latest-result .result-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1323px) {
  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1474px) {
  .play-lottery .lottery-calculation .row .col-xl-2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .play-lottery .lottery-calculation .calculation-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }

  .play-lottery .lottery-calculation p br, .play-lottery .lottery-calculation .final-step button.continue-btn i {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .play-lottery .lottery-header {
    padding: 30px 0;
    text-align: center;
    background-position: center 40%;
    background-size: 250%;
  }
  .play-lottery .lottery-header:after {
    opacity: 0.7;
    background: #0d1e25;
  }

  .play-lottery .lottery-header h3.lottery-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }

  .play-lottery .lottery-navbar ul li a {
    line-height: 28px;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-calculation .calculation-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
  }

  .play-lottery .lottery-calculation .final-step {
    margin-top: 30px;
  }

  .play-lottery .lottery-calculation {
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .play-lottery .lottery-calculation p br {
    display: none;
  }

  .play-lottery .lottery-calculation .form-group select.form-control {
    width: 100%;
  }

  .lottery-result .last-result {
    display: block;
  }

  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-toggle {
    background: #a61539;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottery-result .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: -6px;
  }

  .lottery-result .result-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result .result-table .table {
    width: 700px;
  }

  .lottery-result .result-table .table tbody tr:last-child {
    border-color: #a61539;
  }

  .lottery-information .part-text p {
    line-height: 28px;
  }

  .lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
    font-size: 16px;
  }

  .lottery-information .part-info .result-info {
    padding-top: 30px;
  }

  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    text-align: center;
    border: none;
  }

  .lottery-information .part-info .latest-result {
    text-align: center;
  }

  .lottery-information .part-info .latest-result .result-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-lottery .lottery-header {
    padding: 30px 0;
    text-align: center;
    background-position: center 40%;
    background-size: 250%;
  }
  .play-lottery .lottery-header:after {
    opacity: 0.7;
    background: #0d1e25;
  }

  .play-lottery .lottery-header h3.lottery-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }

  .play-lottery .lottery-navbar ul li a {
    line-height: 28px;
    text-align: center;
  }

  .play-lottery {
    padding: 0 15px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
  }

  .play-lottery .lottery-calculation .final-step {
    margin-top: 30px;
  }

  .play-lottery .lottery-calculation {
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .play-lottery .lottery-calculation .calculation-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 35px;
  }

  .play-lottery .lottery-calculation .form-check-label {
    font-size: 18px;
  }

  .lottery-result {
    margin-bottom: 40px;
  }

  .lottery-result .last-result {
    display: block;
  }

  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-toggle {
    background: #a61539;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottery-result .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: -6px;
  }

  .lottery-result .result-table .table tbody tr:last-child {
    border-color: #a61539;
  }

  .lottery-information {
    border-bottom: 1px solid #a61539;
    margin-bottom: 40px;
  }

  .lottery-information .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: -6px;
  }

  .lottery-information .part-text p {
    line-height: 28px;
  }

  .lottery-information .part-info .result-info h3.title, .lottery-information .part-info .latest-result h3.title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
    font-size: 16px;
  }

  .lottery-information .part-info .result-info {
    padding-top: 30px;
  }

  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    text-align: center;
    border: none;
  }

  .lottery-information .part-info .latest-result {
    text-align: center;
  }

  .lottery-information .part-info .latest-result .result-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .play-lottery {
    padding: 0 15px;
    text-align: center;
  }

  .play-lottery .lottery-header {
    padding: 30px 0;
    text-align: center;
    background-position: center 40%;
    background-size: 250%;
  }
  .play-lottery .lottery-header:after {
    opacity: 0.7;
    background: #0d1e25;
  }

  .play-lottery .lottery-header h3.lottery-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }

  .play-lottery .lottery-header span.current-jackpot {
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-navbar ul {
    display: block;
  }

  .play-lottery .lottery-navbar ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px solid #1e2f37;
    font-size: 16px;
  }

  .play-lottery .lottery-card-controll a {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .play-lottery .lottery-card-controll a span {
    display: none;
  }
  .play-lottery .lottery-card-controll a i {
    margin-left: 0;
  }

  .play-lottery .lottery-cards {
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card {
    border-width: 10px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .right-side button i {
    font-size: 16px;
  }

  .play-lottery .lottery-cards .single-card .pickable-number .single-number {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .play-lottery .lottery-cards .single-card .selected-numbers .this-covers span, .play-lottery .lottery-cards .single-card .just-showcase span {
    font-size: 15px;
  }

  .play-lottery .lottery-calculation {
    padding: 30px;
    margin-bottom: 40px;
  }

  .play-lottery .lottery-calculation .form-check {
    margin-bottom: 30px;
    text-align: left;
  }

  .play-lottery .lottery-calculation .form-group select.form-control {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .play-lottery .lottery-calculation .final-step {
    float: none;
    text-align: center;
  }

  .play-lottery .lottery-calculation .final-step span.total-money {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .play-lottery .lottery-calculation .final-step button.continue-btn {
    height: 40px;
  }

  .play-lottery .lottery-calculation .calculation-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-navbar {
    background: #0d1e25;
  }

  .lottery-result {
    margin-bottom: 40px;
  }

  .lottery-result .last-result {
    display: block;
  }

  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-toggle {
    background: #a61539;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottery-result .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: -6px;
  }

  .lottery-result .result-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result .result-table .table {
    width: 700px;
  }

  .lottery-result .result-table .table tbody tr:last-child {
    border-color: #a61539;
  }

  .lottery-information {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #a61539;
    margin-bottom: 40px;
    text-align: left;
  }

  .lottery-information .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: -6px;
  }

  .lottery-information .part-text p {
    line-height: 28px;
  }

  .lottery-information .part-info {
    padding: 0;
    background: #15252c;
  }

  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    margin-bottom: 30px;
    border: none;
  }

  .lottery-information .part-info .result-info h3.title, .lottery-information .part-info .latest-result h3.title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .lottery-information .part-info .latest-result {
    padding: 0;
  }

  .lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .play-lottery {
    padding: 0 15px;
    text-align: center;
  }

  .play-lottery .lottery-header {
    padding: 30px 0;
    text-align: center;
    background-position: center 40%;
    background-size: 250%;
  }
  .play-lottery .lottery-header:after {
    opacity: 0.7;
    background: #0d1e25;
  }

  .play-lottery .lottery-header h3.lottery-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }

  .play-lottery .lottery-header span.current-jackpot {
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-navbar ul {
    display: block;
  }

  .play-lottery .lottery-navbar ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px solid #1e2f37;
    font-size: 16px;
  }

  .play-lottery .lottery-card-controll a {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .play-lottery .lottery-card-controll a span {
    display: none;
  }
  .play-lottery .lottery-card-controll a i {
    margin-left: 0;
  }

  .play-lottery .lottery-cards {
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card {
    border-width: 30px;
    width: 360px;
    display: inline-block;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .right-side button i {
    font-size: 16px;
  }

  .play-lottery .lottery-cards .single-card .pickable-number .single-number {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .play-lottery .lottery-cards .single-card .selected-numbers .this-covers span, .play-lottery .lottery-cards .single-card .just-showcase span {
    font-size: 15px;
  }

  .play-lottery .lottery-calculation {
    padding: 30px;
    margin-bottom: 40px;
    width: 360px;
    display: inline-block;
  }

  .play-lottery .lottery-calculation .form-check {
    margin-bottom: 30px;
    text-align: left;
  }

  .play-lottery .lottery-calculation .form-group select.form-control {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .play-lottery .lottery-calculation .final-step {
    float: none;
    text-align: center;
  }

  .play-lottery .lottery-calculation .final-step span.total-money {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .play-lottery .lottery-calculation .final-step button.continue-btn {
    height: 40px;
  }

  .play-lottery .lottery-calculation .calculation-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-cards .col-xl-6:nth-last-of-type(2) .single-card {
    margin-bottom: 30px;
  }

  .play-lottery .lottery-navbar {
    background: #0d1e25;
  }

  .lottery-result {
    padding: 0;
    background: transparent;
    margin-bottom: 40px;
  }

  .lottery-result .last-result {
    display: block;
    padding: 0;
  }

  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-toggle {
    background: #a61539;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
    margin-bottom: 30px;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottery-result .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: -6px;
  }

  .lottery-result .result-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result .result-table .table {
    width: 700px;
  }

  .lottery-result .result-table .table tbody tr:last-child {
    border-color: #a61539;
  }

  .lottery-information {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #a61539;
    margin-bottom: 40px;
    text-align: left;
  }

  .lottery-information .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: -6px;
  }

  .lottery-information .part-text p {
    line-height: 28px;
  }

  .lottery-information .part-info {
    padding: 0;
    background: #15252c;
  }

  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    margin-bottom: 30px;
    border: none;
  }

  .lottery-information .part-info .result-info h3.title, .lottery-information .part-info .latest-result h3.title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .lottery-information .part-info .latest-result {
    padding: 0;
  }

  .lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .play-lottery {
    padding: 0 15px;
  }

  .play-lottery .lottery-header {
    padding: 30px 0;
    text-align: center;
    background-position: center 40%;
    background-size: 250%;
  }
  .play-lottery .lottery-header:after {
    opacity: 0.7;
    background: #0d1e25;
  }

  .play-lottery .lottery-header h3.lottery-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }

  .play-lottery .lottery-header span.current-jackpot {
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-navbar ul {
    display: block;
  }

  .play-lottery .lottery-navbar ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px solid #1e2f37;
    font-size: 16px;
  }

  .play-lottery .lottery-card-controll a {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .play-lottery .lottery-card-controll a span {
    display: none;
  }
  .play-lottery .lottery-card-controll a i {
    margin-left: 0;
  }

  .play-lottery .lottery-cards .single-card {
    border-width: 15px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header {
    display: block;
    text-align: center;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .left-side button {
    margin: 12px 0 16px;
  }

  .play-lottery .lottery-cards .single-card .pick-card-header .right-side button i {
    font-size: 16px;
  }

  .play-lottery .lottery-cards .single-card .pickable-number .single-number {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .play-lottery .lottery-cards .single-card .selected-numbers .this-covers span, .play-lottery .lottery-cards .single-card .just-showcase span {
    font-size: 15px;
  }

  .play-lottery .lottery-calculation {
    padding: 30px;
    margin-bottom: 40px;
  }

  .play-lottery .lottery-calculation .form-check {
    margin-bottom: 30px;
  }

  .play-lottery .lottery-calculation .form-group select.form-control {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .play-lottery .lottery-calculation .final-step {
    float: none;
    text-align: center;
  }

  .play-lottery .lottery-calculation .final-step span.total-money {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .play-lottery .lottery-calculation .final-step button.continue-btn {
    height: 40px;
  }

  .play-lottery .lottery-calculation .calculation-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .play-lottery .lottery-cards .col-xl-6:nth-last-of-type(2) .single-card {
    margin-bottom: 30px;
  }

  .lottery-result {
    padding: 0;
    background: transparent;
    margin-bottom: 40px;
  }

  .lottery-result .last-result {
    display: block;
    padding: 0;
  }

  .lottery-result .last-result .date {
    text-align: center;
  }

  .lottery-result .last-result .date .dropdown .dropdown-toggle {
    background: #a61539;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .lottery-result .last-result .date .dropdown .dropdown-menu {
    margin-top: 0;
  }

  .lottery-result .last-result .prize {
    text-align: center;
    margin-bottom: 30px;
  }

  .lottery-result .last-result .prize span {
    display: block;
  }

  .lottery-result .last-result .prize span.text {
    margin-right: 0;
  }

  .lottery-result .last-result .result-number {
    margin: 20px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottery-result .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: -6px;
  }

  .lottery-result .result-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lottery-result .result-table .table {
    width: 700px;
  }

  .lottery-result .result-table .table tbody tr:last-child {
    border-color: #a61539;
  }

  .lottery-information {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #a61539;
    margin-bottom: 40px;
  }

  .lottery-information .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: -6px;
  }

  .lottery-information .part-text p {
    line-height: 28px;
  }

  .lottery-information .part-info {
    padding: 0;
    background: #15252c;
  }

  .lottery-information .part-info .result-info .single-result-info {
    padding-left: 0;
    margin-bottom: 30px;
    border: none;
  }

  .lottery-information .part-info .result-info h3.title, .lottery-information .part-info .latest-result h3.title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .lottery-information .part-info .latest-result {
    padding: 0;
  }

  .lottery-information .part-info .latest-result .date .dropdown .dropdown-toggle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .news .single-news .part-text {
    padding: 30px;
    padding-top: 0;
  }

  .news .single-news .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
  }

  .news .single-news .part-text a.read-more-btn {
    height: 40px;
    line-height: 40px;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    padding: 0 20px;
  }

  .blog-details .part-post .part-text .text-with-img .this-l-size {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .news .single-news .part-text {
    padding: 20px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news .single-news .part-text {
    padding: 30px;
  }

  .news .single-news .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
  }

  .news .single-news .part-text a.read-more-btn {
    height: 40px;
    line-height: 40px;
  }

  .blog-details .part-post .part-meta {
    display: block;
    margin-top: 0;
  }

  .blog-details .part-post .part-meta .left-side ul {
    display: block;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .blog-details .part-post .part-meta .left-side ul li:last-child {
    border-bottom: none;
  }

  .blog-details .part-post .part-meta .right-side ul li {
    background: #1e2f37;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

  .blog-details .part-post .part-meta .right-side ul li .single-meta {
    padding: 10px 0;
  }

  .blog-details .part-post .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }

  .blog-details .part-post .part-text .text-with-img {
    margin-bottom: 0;
  }

  .blog-details .part-comment .all-comments .single-comment button.reply-comment {
    position: initial;
    margin-top: 25px;
  }

  .blog-details .part-comment .all-comments .single-comment {
    display: block;
  }

  .blog-details .part-comment .all-comments .single-comment .part-user {
    margin-bottom: 30px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
    line-height: 28px;
  }

  .blog-details .part-comment .all-comments .single-comment.reply {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news .single-news .part-text {
    padding: 30px;
  }

  .news {
    margin-bottom: 0;
  }

  .news .single-news .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
  }

  .news .single-news .part-text a.read-more-btn {
    height: 40px;
    line-height: 40px;
  }

  .blog-details .part-post .part-meta {
    display: block;
    margin-top: 0;
  }

  .blog-details .part-post .part-meta .left-side ul {
    display: block;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .blog-details .part-post .part-meta .left-side ul li:last-child {
    border-bottom: none;
  }

  .blog-details .part-post .part-meta .right-side ul li {
    background: #1e2f37;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

  .blog-details .part-post .part-meta .right-side ul li .single-meta {
    padding: 10px 0;
  }

  .blog-details .part-post .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }

  .blog-details .part-post .part-text .text-with-img {
    margin-bottom: 0;
  }

  .blog-details .part-comment .all-comments .single-comment button.reply-comment {
    position: initial;
    margin-top: 25px;
  }

  .blog-details .part-comment .all-comments .single-comment {
    display: block;
  }

  .blog-details .part-comment .all-comments .single-comment .part-user {
    margin-bottom: 30px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
    line-height: 28px;
  }

  .blog-details .part-comment .all-comments .single-comment.reply {
    padding-left: 30px;
  }

  .blog-details .comment-form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details .part-post .part-meta {
    display: block;
    margin-top: 0;
  }

  .blog-details .part-post .part-meta .left-side ul {
    display: block;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .blog-details .part-post .part-meta .left-side ul li:last-child {
    border-bottom: none;
  }

  .blog-details .part-post .part-meta .right-side ul li {
    background: #1e2f37;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

  .blog-details .part-post .part-meta .right-side ul li .single-meta {
    padding: 10px 0;
  }

  .blog-details .part-post .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }

  .blog-details .part-post .part-text .text-with-img {
    margin-bottom: 0;
  }

  .blog-details .part-comment .all-comments .single-comment button.reply-comment {
    position: initial;
    margin-top: 25px;
  }

  .blog-details .part-comment .all-comments .single-comment {
    display: block;
  }

  .blog-details .part-comment .all-comments .single-comment .part-user {
    margin-bottom: 30px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
    line-height: 28px;
  }

  .blog-details .part-comment .all-comments .single-comment.reply {
    padding-left: 30px;
  }

  .blog-details .comment-form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .blog-details .part-post {
    padding: 0 15px 0;
    background: transparent;
  }

  .blog-details .part-post .part-meta {
    display: block;
    margin-top: 0;
  }

  .blog-details .part-post .part-meta .left-side ul {
    display: block;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .blog-details .part-post .part-meta .left-side ul li:last-child {
    border-bottom: none;
  }

  .blog-details .part-post .part-meta .right-side ul li {
    background: #1e2f37;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

  .blog-details .part-post .part-meta .right-side ul li .single-meta {
    padding: 10px 0;
  }

  .blog-details .part-post .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .blog-details .part-post .part-text p {
    line-height: 28px;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }

  .blog-details .part-post .part-text .text-with-img {
    margin-bottom: 0;
  }

  .blog-details .part-comment {
    padding: 0 15px;
    background: transparent;
  }

  .blog-details .part-comment .all-comments .single-comment button.reply-comment {
    position: initial;
    margin-top: 25px;
  }

  .blog-details .part-comment .all-comments .single-comment {
    display: block;
  }

  .blog-details .part-comment h3.title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-user {
    margin-bottom: 30px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
    line-height: 26px;
  }

  .blog-details .part-comment .all-comments .single-comment.reply {
    padding-left: 0;
  }

  .blog-details .comment-form {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .news .single-news .part-text {
    text-align: left;
  }

  .news {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .news .single-news .part-text {
    padding: 0;
  }

  .news {
    margin-bottom: 0;
  }

  .news .single-news .part-text {
    background: transparent;
  }

  .news .single-news .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
  }

  .news .single-news .part-text a.read-more-btn {
    height: 40px;
    line-height: 40px;
  }

  .blog-details .part-post {
    padding: 0 15px 0;
    background: transparent;
  }

  .blog-details .part-post .part-meta {
    display: block;
    margin-top: 0;
  }

  .blog-details .part-post .part-meta .left-side ul {
    display: block;
  }

  .blog-details .part-post .part-meta .left-side ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .blog-details .part-post .part-meta .left-side ul li:last-child {
    border-bottom: none;
  }

  .blog-details .part-post .part-meta .right-side ul li {
    background: #1e2f37;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

  .blog-details .part-post .part-meta .right-side ul li .single-meta {
    padding: 10px 0;
  }

  .blog-details .part-post .part-text h2.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .blog-details .part-post .part-text p {
    line-height: 28px;
  }

  .blog-details .part-post .part-text .text-with-img .text-img {
    margin-bottom: 35px;
  }

  .blog-details .part-post .part-text .text-with-img {
    margin-bottom: 0;
  }

  .blog-details .part-comment {
    padding: 0 15px;
    background: transparent;
  }

  .blog-details .part-comment .all-comments .single-comment button.reply-comment {
    position: initial;
    margin-top: 25px;
  }

  .blog-details .part-comment .all-comments .single-comment {
    display: block;
  }

  .blog-details .part-comment h3.title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-user {
    margin-bottom: 30px;
  }

  .blog-details .part-comment .all-comments .single-comment .part-comment-text p {
    line-height: 26px;
  }

  .blog-details .part-comment .all-comments .single-comment.reply {
    padding-left: 0;
  }

  .blog-details .comment-form {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .affiliate .part-affilate-feature {
    padding: 40px;
  }

  .affiliate .part-affilate-feature .single-feature .part-icon {
    width: 70px;
    margin-right: 30px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate {
    margin: 0 50px;
    margin-bottom: 25px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon {
    width: 100px;
    height: 100px;
    line-height: 98px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .affiliate .part-affilate-feature {
    padding: 40px;
  }

  .affiliate .part-affilate-feature .single-feature .part-icon {
    width: 70px;
    margin-right: 30px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate {
    margin: 0 50px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .affiliate .affiliate-how-to-do .single-affiliate {
    margin: 0 50px;
    margin-bottom: 25px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon {
    width: 100px;
    height: 100px;
    line-height: 98px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliate .affiliate-how-to-do .single-affiliate {
    margin: 0 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .affiliate {
    margin-bottom: 40px;
  }

  .affiliate .part-affilate-feature .single-feature {
    display: block;
    background: #1e2f37;
    padding: 30px;
    margin-bottom: 30px;
  }

  .affiliate .part-affilate-feature {
    padding: 0;
  }

  .affiliate .part-affilate-feature .single-feature .part-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
    width: 40px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .affiliate .part-para a.sign-up-btn {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .affiliate {
    margin-bottom: 40px;
  }

  .affiliate .part-affilate-feature .single-feature {
    display: block;
    background: #1e2f37;
    padding: 30px;
    margin-bottom: 30px;
  }

  .affiliate .part-affilate-feature {
    padding: 0;
  }

  .affiliate .part-affilate-feature .single-feature .part-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
    width: 40px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .affiliate .part-para a.sign-up-btn {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .affiliate {
    padding: 0 15px;
    background: transparent;
    margin-bottom: 40px;
  }

  .affiliate .part-para .title {
    font-size: 24px;
    line-height: 34px;
  }

  .affiliate .part-para .sub-title {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .affiliate .part-affilate-feature .single-feature {
    display: block;
    background: #1e2f37;
    padding: 30px;
    margin-bottom: 30px;
  }

  .affiliate .part-affilate-feature {
    padding: 0;
  }

  .affiliate .part-affilate-feature .single-feature .part-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .affiliate .part-affilate-feature .single-feature .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-icon img {
    width: 40px;
  }

  .affiliate .affiliate-how-to-do h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate .part-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .affiliate .affiliate-how-to-do .single-affiliate {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .affiliate .affiliate-how-to-do {
    padding: 0;
  }

  .affiliate .part-para a.sign-up-btn {
    height: 40px;
    line-height: 40px;
  }

  .affiliate .part-para {
    border-bottom: 1px solid #a61539;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1790px) {
  .user-dashboard .user-statics .single-statics {
    display: block;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
    margin-bottom: 30px;
  }

  .user-dashboard .chart-col {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
  }

  .user-dashboard .benmathew-col {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .user-dashboard .chart-col {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
  }

  .user-dashboard .benmathew-col {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
  }

  .user-dashboard .user-statics .single-statics {
    display: block;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .user-dashboard {
    padding: 0;
    background: none;
  }

  .user-dashboard .user-statics .single-statics {
    display: block;
    background: #15252c;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
    margin-bottom: 30px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.number {
    font-size: 20px;
    line-height: 30px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.text {
    font-size: 16px;
    font-weight: 400;
  }

  .user-dashboard .transaction-chart {
    background: #15252c;
  }

  .user-dashboard .user-benmathew {
    background: #15252c;
  }

  .user-dashboard .user-benmathew .single-data {
    padding-left: 0;
  }

  .user-dashboard .user-benmathew .single-data:before, .user-dashboard .user-benmathew .single-data:after {
    display: none;
  }

  .user-dashboard .transactions-table {
    background: #15252c;
  }

  .user-dashboard .user-benmathew h3.title, .user-dashboard .transaction-chart h3.title {
    text-align: left;
  }

  .user-dashboard .transactions-table table.dataTable.display tbody tr, .user-dashboard .transactions-table table.dataTable.display tbody tr.even > .sorting_1, .user-dashboard .transactions-table table.dataTable.display tbody tr.odd > .sorting_1, .user-dashboard .transactions-table table.dataTable thead {
    background-color: #0d1e25;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .user-dashboard {
    padding: 0;
    background: none;
  }

  .user-dashboard .user-statics .single-statics {
    display: block;
    background: #15252c;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
    margin-bottom: 30px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.number {
    font-size: 20px;
    line-height: 30px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.text {
    font-size: 16px;
    font-weight: 400;
  }

  .user-dashboard .chart-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .user-dashboard .transaction-chart {
    background: #15252c;
  }

  .user-dashboard .user-benmathew {
    background: #15252c;
    text-align: center;
    margin-bottom: 40px;
  }

  .user-dashboard .benmathew-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .user-dashboard .user-benmathew .single-data {
    padding-left: 0;
    display: inline-block;
    text-align: center;
    margin: 0 12px;
    padding-top: 28px;
  }

  .user-dashboard .user-benmathew .single-data:before, .user-dashboard .user-benmathew .single-data:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .user-dashboard .transactions-table {
    padding: 0;
  }

  .user-dashboard .user-benmathew h3.title, .user-dashboard .transaction-chart h3.title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
    padding: 20px 30px;
    float: none;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding: 0;
    float: none;
    text-align: center;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
  }

  .user-dashboard .transactions-table .dataTable {
    width: 800px !important;
  }

  .user-dashboard .user-benmathew {
    margin-bottom: 40px;
  }

  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label {
    margin-bottom: 20px;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-dashboard {
    margin-bottom: 40px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
    padding: 20px 30px;
    float: none;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding: 0;
    float: none;
    text-align: center;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
  }

  .user-dashboard .transactions-table .dataTable {
    width: 800px !important;
  }

  .user-dashboard .user-benmathew {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .user-dashboard {
    padding: 0 15px;
    background: transparent;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.number {
    font-size: 20px;
    line-height: 30px;
  }

  .user-dashboard .user-statics .single-statics {
    background: #1e2f37;
    margin-bottom: 10px;
  }

  .user-dashboard .transaction-chart {
    padding: 0;
  }

  .user-dashboard .user-benmathew {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 10px;
  }

  .user-dashboard .transactions-table {
    padding: 0;
  }
  .user-dashboard .transactions-table .dataTable {
    width: 800px !important;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label {
    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;
    margin-bottom: 30px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
    padding: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
    margin-bottom: 35px;
  }

  .user-dashboard .transaction-chart h3.title, .user-dashboard .user-benmathew h3.title {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .user-dashboard {
    padding: 0 15px;
    background: transparent;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.number {
    font-size: 20px;
    line-height: 30px;
  }

  .user-dashboard .user-statics .single-statics {
    background: #1e2f37;
    margin-bottom: 10px;
  }

  .user-dashboard .transaction-chart {
    padding: 0;
  }

  .user-dashboard .user-benmathew {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 10px;
  }

  .user-dashboard .transactions-table {
    padding: 0;
  }
  .user-dashboard .transactions-table .dataTable {
    width: 800px !important;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label {
    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;
    margin-bottom: 30px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
    padding: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
    margin-bottom: 35px;
  }

  .user-dashboard .transaction-chart h3.title, .user-dashboard .user-benmathew h3.title {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-dashboard {
    padding: 0 15px;
    background: transparent;
  }

  .user-dashboard .user-statics .single-statics .part-icon {
    width: 60px;
  }

  .user-dashboard .user-statics .single-statics .part-info span.number {
    font-size: 20px;
    line-height: 30px;
  }

  .user-dashboard .user-statics .single-statics {
    background: #1e2f37;
    margin-bottom: 10px;
  }

  .user-dashboard .transaction-chart {
    padding: 0;
  }

  .user-dashboard .user-benmathew {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 10px;
  }

  .user-dashboard .transactions-table {
    padding: 0;
  }
  .user-dashboard .transactions-table .dataTable {
    width: 800px !important;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label select {
    height: 30px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_length label i {
    height: 30px;
    line-height: 29px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label {
    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;
    margin-bottom: 30px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_filter label input {
    height: 30px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_info {
    padding: 0;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .user-dashboard .transactions-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
    margin-bottom: 35px;
  }

  .user-dashboard .transaction-chart h3.title, .user-dashboard .user-benmathew h3.title {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .register {
    padding: 0 40px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:before, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
    left: 8px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:after, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
    left: 12px;
  }

  .register .reg-body form .form-check label {
    padding-left: 10px;
  }

  .register .reg-header h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .register .reg-header {
    padding: 40px 0 24px;
  }

  .register .reg-body {
    padding: 40px 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .register {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:before, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
    left: 8px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:after, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
    left: 12px;
  }

  .register .reg-body form .form-check label {
    padding-left: 10px;
  }

  .register .reg-header h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .register .reg-header {
    padding: 40px 0 24px;
  }

  .register .reg-body {
    padding: 40px 0 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:before, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
    left: 8px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:after, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
    left: 12px;
  }

  .register .reg-body form .form-check label {
    padding-left: 10px;
  }

  .register .reg-header h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .register .reg-header {
    padding: 40px 0 24px;
  }

  .register .reg-body {
    padding: 40px 0 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .register {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:before, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
    left: 8px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:after, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
    left: 12px;
  }

  .register .reg-body form .form-check label {
    padding-left: 10px;
  }

  .register .reg-header h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .register .reg-header {
    padding: 40px 0 24px;
  }

  .register .reg-body {
    padding: 40px 0 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .register {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:before, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:before {
    left: 8px;
  }

  .register .reg-body form .form-check [type=checkbox]:checked + label:after, .register .reg-body form .form-check [type=checkbox]:not(:checked) + label:after {
    left: 12px;
  }

  .register .reg-body form .form-check label {
    padding-left: 10px;
  }

  .register .reg-header p {
    line-height: 26px;
  }

  .register .reg-header h2.title {
    font-size: 24px;
    line-height: 34px;
  }

  .register .reg-header {
    padding: 40px 0 24px;
  }

  .register .reg-body {
    padding: 40px 0 18px;
  }

  .register .reg-body form .term-condition p {
    line-height: 26px;
  }
}