body {
  font-size: 17px;
  line-height: 1.5;
}

h1 {
  line-height: 1.1;
}

.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
  position: static;
  margin: 0; }

.sample-blocks img {
  border-radius: 0.25rem; }
  .sample-blocks img.aos-animate {
    opacity: 0.5 !important; }
  .sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important; }

.sample-blocks a {
  position: absolute; }

.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
  right: 15px;
  bottom: -20px; }

.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 320px;
  bottom: 30px; }

.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px; }

.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 280px;
  bottom: 180px; }

.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 270px;
  bottom: 320px; }

.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
          animation: wobble 7s infinite;
  right: 20px;
  bottom: 370px; }

.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 200px;
  bottom: 470px; }

.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 10px;
  bottom: 470px; }

.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 0px;
  bottom: 570px; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@media (max-width: 400px) {
body > .footer .social a:last-child,
body > .footer .nav a:last-child {
    display: none; 
} 
}

strong {
  font-weight: 400;
}

.table {
  background: transparent; 
  --bs-table-bg: transparent; 
}

.table-main {
	margin-bottom: 20px;
	max-width: 97%;
}

.table thead.thead-primary {
    background: #1089ff; 
}

.table thead th {
    border: none;
    padding: 20px 30px;
    font-size: 14px;
    color: #fff; 
}

.table tbody tr {
    margin-bottom: 10px;
	border-left: 3px solid #EDF0F4;	
	border-right: 3px solid #EDF0F4;	
}

.table tbody th, .table tbody td {
    border: none;
	vertical-align: middle;
    border-bottom: 3px solid #EDF0F4;
    border-top: 3px solid #EDF0F4;
    font-size: 18px; 
}

.list span {
    position: relative;
    display: block;
    padding-left: 7px;
}	

.list span:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #3d3d3d;
}

.table .bonus {
	font-weight: 400;
	padding:0 7%;
}	

.bonus strong {
	display: block;
	color: #323d47;
}	

.tlogo img {
	max-width:200px;
}


@media (max-width: 900px) {
	.tlogo {
		text-align: center;
	}	
	.tlogo img {
		max-width:200px;
	}
}

@media only screen and (max-width: 767px) {
	.table-main td {
		display: block;
		text-align: center;		
	}
	.tlogo img {
		max-width:250px;
		padding-top: 20px;
	}
	.bonus strong {
		font-size: 22px;
		line-height: 28px;
		padding: 15px 30px;
	}
	.table tbody tr td  {
		border: none;
	}	
	.table tbody tr  {
		border-style: solid;
		border-width: 3px;
		border-color: #EDF0F4;
	}		
	.bbg  {
		border-bottom: 3px solid #EDF0F4;
	}	
	.table tbody tr a {
		margin-bottom: 30px;
	}
  
	.table .btn {
		font-size: 15px;
	}
	.md-none {
		display: none;
	}
}
@media (min-width: 930px) {
.bonus strong {
    font-size: 22px;
	line-height: 30px;
	padding:15px 0;
}
.table .btn {
	margin-right: 20px;
	font-size: 15px;
}
}

#table {
  border-collapse: collapse;
  width: 95%;
  margin-bottom:15px;
}

#table td, #table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #9C0904;
  color: #fff;
  font-weight: 600;
}

.bordin img {
	border: 1px #6E3EC9 solid;
}

.btn-primary:hover {
	background-color:#BC0904!important;
	border:none!important;
}

.mmt-5 {
	top:-20px;
}

.bg-blue {
  background-color: #141938;
}

.accordion {
  max-width: 800px;
  margin: 20px auto;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 4px;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  width: 100%;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  transition: background-color 0.3s;
}

.accordion-button:hover {
  background-color: #e9ecef;
}

.accordion-button::after {
  content: '+';
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.accordion-button[aria-expanded="true"]::after {
  content: '-';
}

.accordion-body {
  padding: 15px 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.accordion-collapse {
  display: none;
}

.accordion-collapse.show {
  display: block;
}