body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

a {
    text-decoration: underline;
}

a.btn{
	text-decoration:none;
}

h1 {
    font-size: 26px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

h1,h2,h3,h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}

p {
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

img {
    max-width: 100%
}

.custom-border-bottom {
    border-bottom: 10px solid transparent;
    border-image: url(../images/border.png) 6 round;
}

.sub-bg {
    background: url(../images/sub-pages-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 200px;
}

.index-bg {
    background: url(../images/index-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 600px;
}

.navbar-white {
    background: #fff;
    border-radius: 5px;
}

.navbar-white .nav-link, .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    text-decoration:none;
}

.navbar-white .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00af71;
}

.navbar-light .navbar-brand {
    font-weight: bold;
    font-size: 25px;
}

/*Header end*/
.copyright {
    color: #000;
    margin-bottom: 0;
}

.star-color {
    color: #ff7800;
}

/*.star-color:hover{
	color: #c2c2c2;
}*/
.star-color-gray {
    color: #c2c2c2;
}

.font18 {
    font-size: 20px;
}

.rating-section {
    background: #f2f3f6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.rating-section p {
    font-size: 14px;
}

.gme-logo-bg {
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.rating-section .game-nme {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.mach-bonus-bg {
    background: #e0533c;
    border: 2px solid transparent;
    border-image: url(../images/border-2.png) 2 round;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 8px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.btn-custom {
    background-image: linear-gradient(#00b876, #007c56);
    border: none;
    border-radius: 10px;
    padding: 22px 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
    font-size: 16px;
    box-shadow: none;
}

.btn-custom:hover {
    background-image: linear-gradient(#007c56, #00b876);
}

.gray-bg-list {
    background: #f2f3f6;
    border-radius: 10px;
    padding: 20px 0px;
    border-left: 7px solid #00b172;
    border-bottom: 7px solid #00b172;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding-right: 10px;
}

.gray-bg-list ul {
    list-style: decimal;
    margin-bottom: 0;
}

.gray-bg-list ul li {
    padding-bottom: 15px;
    font-weight: 400;
}

.list-tick ul {
    padding-left: 35px;
}

.list-tick ul li {
    position: relative;
    padding-bottom: 20px;
}

.list-tick ul li:before {
    content: '';
    width: 18px;
    height: 11px;
    background-size: 100% auto;
    background: url(../images/tick.png) no-repeat center center;
    position: absolute;
    left: -28px;
    top: 5px;
}

/*Table*/
.green-table.table thead th {
    color: #fff;
    background-color: #00b172;
    border-color: #00b172;
    font-weight: 500;
}

.green-table.table tbody td {
    border-color: #cacaca;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    font-size: 13px;
    line-height: 1.2;
}

.green-table.table thead th:first-child, .green-table.table tbody td:first-child {
    border-left: 1px solid #cacaca;
    padding-left: 18px;
}

.green-table.table thead th:last-child, .green-table.table tbody td:last-child {
    border-right: 1px solid #cacaca;
}

/*Right menu*/
.menu-list {
    display: inline-block;
    width: 100%;
    background: #3a3a3a;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.menu-list h4 {
    font-size: 18px;
    font-weight: 500;
}

.menu-list h4,.menu-list li,.menu-list li a {
    color: #fff;
    margin-top: 0;
    text-decoration: none;
}

.menu-list li a:hover {
    color: #28a745;
    text-decoration: underline;
}

.menu-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.menu-list ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 17px;
}

.menu-list ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 100;
    content: "\f105";
    position: absolute;
    left: 4px;
    top: 2px;
}

/*index table*/
.index-table {
    border-collapse: separate;
    border-spacing: 0 25px;
}

.index-table tr {
    box-shadow: 0px 0px 9px 0px #00000021;
    border-radius: 5px;
}

.index-table tr td {
    border: none;
}

.gme-name {
    font-size: 15px;
    font-weight: 500;
}

.mtch-bnus {
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.mtch-bnus .green {
    color: #007c55;
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: 20px;
}

.r-text {
    color: #505050;
    text-decoration: underline;
    font-size: 13px;
}

.r-text:hover {
    color: #28a745;
    text-decoration: none;
}

.index-table .btn-custom {
    padding: 18px 16px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 3px;
}

footer {
    color: #000 !important;
}

footer a {
    color: #000 !important;
}

footer a:hover {
    color: #007bff !important;
}

@media (min-width: 768px) {
    .navbar-white .nav-link, .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 3rem;
    }
}

@media (max-width: 991px) {
    .btn-custom {
        padding-left:15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 29px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }

    .index-table tr td {
        padding: 5px;
    }

    .index-table .btn-custom {
        padding: 16px 8px;
        font-size: 17px;
    }

    .mtch-bnus {
        font-size: 12px;
    }

    .mach-bonus-bg {
        font-size: 19px;
    }

    .index-bg {
        min-height: 400px;
    }

    .r-text {
        font-size: 12px;
    }

    .green-table.table thead th {
        font-size: 13px;
        padding: 7px;
    }

    .green-table.table tbody td {
        font-size: 12px;
        padding: 7px;
    }

    .custom-border-bottom {
        border-bottom-width: 7px;
    }

    .menu-list li, .menu-list li a {
        font-size: 12px;
    }

    .font18 {
        font-size: 17px;
    }

    .rating-section .game-nme {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .index-table tr td {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .index-table tr td:first-child {
        padding-top: 15px;
    }

    .index-table tr td:last-child {
        padding-bottom: 15px;
    }

    h1,h2,h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 10px;
    }

    .navbar-white .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: 106px;
        padding-left: 17px;
        z-index: 1;
        box-shadow: 0px 1px 3px black;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .green-table.table thead th {
        display: none;
    }

    .green-table.table tbody td {
        display: block;
        border: 1px solid #cacaca;
        padding-left: 15px;
    }

    .navbar-white {
        border-radius: 0;
        border: none;
    }

    .copyright {
        font-size: 12px;
    }

    .index-bg {
        min-height: 300px;
    }
}
