body {

font-family: 'Work Sans', sans-serif; !important
}
.right-banner img.img-thumbnail {
    width: 100%;
}
.right-banner {
    padding-top: 15px;
}
.navbar-nav li a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
    padding: 15px 12px;
}
.logo {
    text-align: center;
}
.logo img {
    width: 100%;
    padding-top: 10px;
}
.navbar-nav .active a {
    background: transparent !important;
}
.navbar-nav li a:hover {
    background: #ee1b24 !important;
    color: #fff !important;
    transition: all 0.3s linear;
}
.grands-brand img {
    width: 100%;
}
.grands-brand {
    padding: 30px;
    box-shadow: 0px 0px 5px 1px #000;
    text-align: center;
}
.second-grant img {
    width: 100%;
}
.second-grant {
    padding: 20px 0;
    text-align: center;
}
.grands-brand button.btn.btn-basic {
    background: #131312;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    margin-top: 20px;
}
.second-grant button.btn.btn-basic {
    background: #f7d045;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    margin-top: 20px;
    border: 2px solid #000;
}
table.table {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #908e8e;
	background: #f1ecec;
}
.table thead th {
    background: #f7d045;
    color: #000;
    text-align: center;
    font-size: 19px;
}
.table tbody tr td {
    text-align: center;
    vertical-align: middle;
}
.table tbody tr td span {
    color: red;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.table tbody td button.btn.btn-dark {
    background: #9e389e;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
}
.table tbody td button.btn.btn-basic {
    background: #2d3eb3;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}
.table tbody tr {
    height: 125px;
}
section.table-sec {
    padding: 20px 0;
}
.table tbody td button.btn.btn-dark:hover {
    background: #2d3eb3;
    transition: all 0.3s ease-in-out;
}
.table tbody td button.btn.btn-basic:hover {
    background: #9e389e;
    transition: all 0.3s ease-in-out;
}
.table tbody tr:hover {
    background: #e3052140;
    transition: all 0.3s linear;
}
.bet-casino img {
    width: 100%;
}
.bet-casino {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 6px 1px #000;
}
.bet-casino button.btn.btn-basic {
    margin-top: 20px;
    background: #f7d045;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
}
section.betting-sec {
    padding: 20px 0;
}
.betting-content .aside_list a {
    display: block;
    font-size: 18px;
    padding: 12px 10px;
    border-bottom: 1px solid #f7d045;
    color: #fff;
    text-decoration: none;
	
}
.aside_list {
    border: 1px solid #f7d045;
    background: #252424;
}
.betting-content .aside_list a:hover {
    background: #f7d045;
    color: #000;
    font-weight: 600;
    transition: all 0.3s linear;
}
.betting-content h2 {
    background: #252424;
    color: #fff;
    padding: 10px 10px;
    font-size: 28px;
}
.betting-content p {
    font-size: 18px;
    text-align: justify;
    color: #000;
}
section.footer {
    padding: 20px 0;
    text-align: center;
    background: #252424;
}
.footer-sec-img h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.footer-sec-img h3 a {
    color: #fff;
}
.footer-sec-img h3 a:hover {
    color: #f7d045;
}
.footer-sec-img img {
    box-shadow: 0px 0px 5px 0px #fff;
    padding: 10px;
}
.bet-casino button.btn.btn-basic:hover {
    background: #000;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.grands-brand button.btn.btn-basic:hover {
    background: #f7d045;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
	border: none;
}


/*------------Media Query----------*/

@media only screen and (max-width:1199px) {
.logo img {
    padding-top: 0;
}
.right-banner {
    padding-top: 10px;
}
.navbar-nav li a {
    font-size: 13px;
    padding: 15px 6px;
}

}

@media only screen and (max-width:991px) {
table.table {
    width: 100%;
}
.right-banner {
    padding-top: 0;
}
.logo img {
    padding-top: 10px;
}
.navbar-nav li a {
    font-size: 10px;
    padding: 15px 5px;
}
.grands-brand {
    margin-bottom: 20px;
}
.second-grant {
    padding: 0;
}
.table thead th {
    font-size: 16px;
}
.table tbody td button.btn.btn-dark {
    padding: 8px 12px;
}
.table tbody td button.btn.btn-basic {
    padding: 8px 6px;
}
section.betting-sec {
    padding: 0;
}
.bet-casino {
    margin-bottom: 20px;
}
.betting-content h2 {
    font-size: 25px;
    text-align: center;
}
.footer-sec-img h3 {
    font-size: 25px;
}

}


@media only screen and (max-width:767px) {
.logo img {
    width: 50%;
    padding-top: 0;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.grands-brand img {
    width: 30%;
}
.table thead th {
    font-size: 15px;
}
.table tbody tr td span {
    font-size: 16px;
}
.table tbody td button.btn.btn-dark {
    padding: 8px 10px;
    font-size: 14px;
}
.table tbody td button.btn.btn-basic {
    padding: 8px 4px;
    font-size: 14px;
}
.table tbody tr {
    height: 105px;
}
.betting-content h2 {
    font-size: 22px;
}
.betting-content p {
    font-size: 16px;
}
.betting-content .aside_list a {
    font-size: 16px;
}
.footer-sec-img img {
    width: 90%;
}
.footer-sec-img h3 {
    font-size: 22px;
}



}

@media only screen and (max-width:639px) {
.navbar-toggle {
    padding: 9px 6px;
}
.grands-brand {
    padding: 10px;
}
.table thead th {
    font-size: 13px;
}
.table tbody td img {
    width: 100%;
}
.table tbody tr td span {
    font-size: 13px;
}
button.btn.btn-dark {
    padding: 8px 7px;
    font-size: 13px;
}
.table tbody td button.btn.btn-basic {
    padding: 8px 2px;
    font-size: 13px;
}
.betting-content h2 {
    font-size: 19px;
}
.betting-content p {
    font-size: 14px;
}
.betting-content .aside_list a {
    font-size: 14px;
}
.footer-sec-img h3 {
    font-size: 20px;
}

}


@media only screen and (max-width:479px) {
.logo img {
    width: 80%;
}
.grands-brand img {
    width: 50%;
}
.grands-brand button.btn.btn-basic {
    font-size: 14px;
    padding: 8px 8px;
    margin-top: 10px;
}
.table tbody tr td span {
    font-size: 10px;
}
.table tbody td button.btn.btn-dark {
    padding: 8px 5px;
    font-size: 11px;
}
.table tbody td button.btn.btn-basic {
    padding: 8px 2px;
    font-size: 11px;
}
.table thead th {
    font-size: 11px;
}
.bet-casino button.btn.btn-basic {
    margin-top: 10px;
    font-size: 13px;
}
.betting-content h2 {
    font-size: 14px;
}
.betting-content p {
    font-size: 13px;
}
.betting-content .aside_list a {
    font-size: 13px;
    padding: 10px 10px;
}
.footer-sec-img h3 {
    font-size: 16px;
}



}