
p {
	font-size: 18px;
}

.simg {
	max-width: 100%;
}

.table {
  max-width: 98%;
  background: #fff; 
}
  
.table thead.thead-primary {
    background: #1089ff; 
}
	
.table th {
    border: none;
    padding: 20px 30px;
    font-size: 14px;
    color: #fff; 
	background-color:#4C277A;
}
	
.table tbody tr {
    margin-bottom: 10px;
	border-left: 4px solid #f8f9fd;	
	border-right: 4px solid #f8f9fd;	
}
	
.table tbody th, .table tbody td {
    border: none;
	vertical-align: middle;
    border-bottom: 4px solid #f8f9fd;
    border-top: 4px solid #f8f9fd;
    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: 500;
	padding:0 7%;
}	

.bonus strong {
	display: block;
}	

.tlogo img {
	max-width:200px;
}
	
@media (max-width: 900px) {
	.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;
		padding: 15px 30px;
	}
	.table tbody tr td  {
		border: none;
	}	
	.table tbody tr  {
		border-bottom: 4px solid #f8f9fd;
	}	
	.table tbody tr a {
		margin-bottom: 30px;
	}
  
}

@media (min-width: 930px) {
.bonus strong {
    font-size: 25px;
	line-height: 30px;
	padding:15px 0;
}
}

.table2 td {
	padding: 10px;
}

.theme-btn {
  color: #fff !important;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-size: 300% 100%;
  padding: 0px 55px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
  background-color: #FDA43B;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.theme-btn:hover {
  background-color: #9A4320;
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.theme-btn:focus {
  outline: none;
}

.accordion-box {
	list-style: none;
	padding-left:0;
}

@media (max-width:900px){ 
	.pad {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.table2 {
		max-width: 100%;
	}
}
@media (min-width:900px){ 
	.table2 {
		min-width: 800px;
	}
}