@font-face {
    font-family: "VinylRegular W05 Regular";
    src: url("../fonts/vinyl-regular/5173286/eb8f60ca-6dc0-4593-8618-f11ef6bef5a5.woff2") format("woff2"), url("../fonts/vinyl-regular/5173286/1f84de38-6e53-4dea-9156-240dca7e5d73.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


@font-face {

    font-family: "Mukta Bold";
    src: url('../fonts/Mukta/Mukta-Bold.ttf');
}

@font-face {

    font-family: "Mukta Extra Bold";
    src: url('../fonts/Mukta/Mukta-ExtraBold.ttf');
}

@font-face {

    font-family: "Mukta Regular";
    src: url('../fonts/Mukta/Mukta-Regular.ttf');
}

body {
    font-family: 'Mukta Regular', sans-serif;
}


h1, h2 {
    font-family: 'VinylRegular W05 Regular', serif;
}

h1 {
    font-size: 3.5rem;
    line-height: 3.3rem;
}

h3 {
    font-size: 1.6rem;
}

.nav-link > span {
    font-family: 'Mukta Extra Bold', sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.betting-sites-header-title h2 {
    white-space: nowrap;
}


h3, h4 {
    font-family: 'Mukta Extra Bold', sans-serif;
}

h5, h6, span, a {
    font-family: 'Mukta Bold', sans-serif;
}

p {
    line-height: 1.5;
}


.logo {
    z-index: 99;
    padding: 0;
}

.deposit-content h1 {
    color: #1E1E1E;
    padding-bottom: 10px;
    font-size: 3rem;
}

.blog-header-content h5 {
    color: #ffffff;
    font-size: 14px;
}


/* btn */
.btn {
    background: #bc001b;
    color: #fff;
    letter-spacing: 0.06rem;
    /* padding: 10px; */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    transition: .4s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid transparent;
    font-family: "Mukta Extra Bold", sans-serif;
}

.btn:hover {
    border: 2px solid #bc001b;
    background: transparent;
    transition: .4s;
}

.btn-red {
    background: #9b1a22;
}

.btn-red:hover {
    background: transparent;
    /* border: 1px solid #9b1a22; */
}

.btn-black {
    background: transparent;
    border: 1px solid white;
}

.btn-black:hover {
    background: white;
    border: 1px solid white;
    color: black;
}

/*end*/
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}


.theme-heading {
    color: #1E1E1E;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.theme-sub-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Mukta Extra Bold', sans-serif;
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

/* a{
  transition: all 0.3s ease;
} */
a:hover {
    text-decoration: none;
}

/*================ NAVIGATION =========================*/

.container.nav-cont {
    max-width: 1000px;
}

.dropdown-menu.animate.slideIn.show {
    border: none;
    background: rgb(246 246 246 / 97%);
}

.nav-link[aria-current = "page"] {
    border: 2px solid #bc001b !important;
    border-radius: 3px;
    color: #bc001b !important;
}

.nav-link:hover {
    border: 2px solid #bc001b !important;
    border-radius: 3px;
    color: #bc001b !important;
}

.nav-link {
    border: 2px solid transparent;
    transition: all 250ms;
}

.dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 16px;
    line-height: 0;
    color: #bc001b;
    display: inline-block;
    margin-left: .3em;
    vertical-align: 0;
    border: 0;

}

.dropdown-item > span {
    text-transform: uppercase;
    font-family: 'Mukta Bold', sans-serif;
}

#menu-footer-menu a {
    font-size: 15px;
}

#menu-main-menus {
    width: 100%;
    justify-content: center;

}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
    background-color: #bc001b;;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.dropdown-item:hover {
    color: #FFF !important;
}

.dropdown-item {
    font-weight: 600;
}


.navbar {
    z-index: 99;
}

.navbar-expand-md .navbar-nav .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: .5rem;
    font-weight: 900;
}

.navbar-expand-md .navbar-nav .menu-item {
    margin: 0 10px 0 10px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}

/*
Toggle button
*/

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 20px;
    height: 15px;
    position: relative;
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon2 span {
    background: #bc001b;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 8px;
}

.animated-icon2 span:nth-child(4) {
    top: 16px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


/*-----------------------------------------
Betting Sites Page
-----------------------------------------*/

/*Containers*/

@media (min-width: 1200px) {

    .single-hero .container {
        max-width: 1000px;
    }

}

@media (min-width: 1200px) {

    .score-box-wrapper .container {
        max-width: 1000px;
    }

}

@media (min-width: 1200px) {

    .box-wrapper .container {
        max-width: 1000px;
    }

}

#hero-header-main {
    margin-top: -100px;
    /* height: 500px; */
}

/*Header-top*/
.header-top {
    text-align: center;
    background-color: #F52D3D;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

/*Header-top END*/


/*Header-area*/

.header-area {
    background-color: transparent;
    padding: 5px 0;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
    padding: 20px 5px;
}

.mainmenu {
    text-align: center;
}

.mainmenu ul li a {
    color: #242424;
    font-weight: 900;
    font-size: 12px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    border: 3px solid transparent;
    border-radius: 5px;
}

.mainmenu ul li a:hover {
    color: #F52D3D;
    border: 3px solid #F52D3D;
}

.mainmenu ul li a i {
    padding-left: 5px;
}

/* .mainmenu ul li a:first-child {
  padding-left: 0;
} */


.mainmenu ul li {
    margin-left: 10px;
}

.mainmenu ul li ul li {
    border-right: 0px;
    margin-left: 0px;
}

nav > ul li:last-child, .mainmenu > ul li:last-child {

    border-right: none;
}

.mainmenu ul li:last-child a::after {
    display: none;
}

/*Submenu*/

.mainmenu ul li ul {
    position: absolute;
    width: 200px;
    background-color: #F52D3D;
    top: 150%;
    text-align: left;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    right: 0;
    z-index: 1;
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px !important;
    padding-right: 15px;
    border-bottom: 1px solid #DA2433;
    /* transition: .3s; */
    color: white;
}

.mainmenu ul li ul li a:after {
    display: none;
}

.mainmenu ul li ul li:last-child a {
    border-bottom: none;
}

.mainmenu ul li ul li a:hover {
    background-color: white;
    color: #F52D3D;
}

.mainmenu ul > li:hover a i {
    color: #F52D3D;
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 215%;
}

.mainmenu ul li ul::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #F52D3D;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -24px;
    right: 20px;
}


/*Header-area END*/
.container {
    position: relative;
}


#masthead .container {
    z-index: 1;
}

#content {
    top: 0px;
}

#header-content-row {
    padding-top: 7rem;
}

.hero-thumb {
    position: absolute;
    right: 0;
    z-index: -1;
    background-size: 56%;
    background-position: right;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.hero-overlay-betting {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 430px;
}

.hero-overlay-betting img {
    width: 100%;
    object-fit: cover;
}


.my_spacer {
    margin-top: 100px;
}

.single-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 99%);
    opacity: 1;
}

.hero-area .betting-video {
    border: none;
}

.hero-area.betting {
    overflow: visible;
}

.hero-caption > img {
    border-radius: 5px;
}

.flex_end {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-caption > h1 {
    padding: 40px 0 0 0;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
}


.box.icon-box:hover > .share {
    transform: scale(1.2);
}

.box.icon-box .share {
    transition: transform .2s;
    line-height: 0;
}


.hero-caption > span {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bc001b;
}

.hero-caption > p {
    font-size: 14px;
    padding-right: 35%;
    margin-bottom: 35px;
}


.hero-caption {
    padding: 60px 0;
}

.hero-logo {
    position: absolute;
    right: 50px;
    text-align: center;
    bottom: 50px;
}

.search-form {
    margin: 0 auto;
    width: 80%;
}

.search-form div[class*=col-] {
    padding: 0px;
}

.search-form i {
    font-size: 18px;
    position: absolute;
    left: 10px;
    height: 100%;
    line-height: 45px;
    color: #bc001b;
}

.search-form input {
    width: 100%;
    height: 45px;
    padding: 10px 130px 10px 40px;
    border: 0;
    font-size: 14px;
    color: #3C3A3C;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    outline: none;
}

.search-form .btn {
    text-transform: uppercase;
    position: absolute;
    border-radius: 0 5px 5px 0;
    right: 0;
    width: 19%;
    height: 100%;
    font-weight: 700;
}

.searchhero-bottombg {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 25px 15px 0;
}

.searchhero-bottombg > img {
    max-width: 120px;
    height: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slider-active .slick-dots li {
    list-style: none;
    display: inline-block;
}

.slider-active .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

.slider-active .slick-dots li.slick-active button {
    background: #f52d3d;
    transition: .4s;
}


.slider-active .slick-dots li button {
    text-indent: -99999px;
    background: #1E1E1E;
    border: 0;
    width: 50px;
    height: 5px;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    margin: 0 5px;
    outline: 0;
}

/* Hero end */

/* section title  */
.section-title > h1 {
    color: #bc001b;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.section-title > i {
    display: block;
    margin-bottom: 15px;
}

.section-title > span {
    text-transform: uppercase;
}

/* Review  */
.review.theme-bg {
    background-color: #1E1E1E;
}

.rating-list ul li {
    display: inline-block;
    list-style: none;
}

.rating-list ul {
    padding-left: .64em;
    margin-bottom: 0;
}

.review-rating {
    text-align: center;
}

.review-rating > span {
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.review-left {
    padding-left: 42px;
    padding-right: 20px;
    /* margin-right: 20px; */
    position: relative;
}

.review-number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    text-align: center;
    background: #9b1a22;
    padding: 52px 0;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.review-rating {
    text-align: center;
    padding: 0 20px;
    padding-right: 0;
}

.review-info ul li {
    display: block;
    line-height: 1;
    list-style: none;
    padding: 10px 0;
    border-bottom: solid 0.5px #D8D8D8;
    font-size: 14px;
    color: #1E1E1E;
}

.review-info ul li i {
    color: #3BAF78;
    margin-right: 15px;
}

.review-left::before {
    position: absolute;
    content: "";
    width: 1px;
    right: 0;
    height: 80%;
    background: #1E1E1E;
}

.rating-list {
    margin-bottom: 5px;
}

.rating-list ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.rating-list i {
    color: #ffbc1c;
    margin-right: 10px;
}

.review-info {
    padding-right: 20px;
}

.review-info ul li:last-child {
    border-bottom: 0px solid transparent;
}

.review-box {
    padding-right: 20px;
    border-radius: 8px;
}

.review-info > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.review-wrapper {
    padding: 0 20%;
}

.review-button .btn {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
}


.teri-btn {
    display: inline-block;
    height: 35px;
    padding: 5px 20px;
    position: relative;
    background-color: white;
    color: black;
    line-height: 22px;
    font-weight: 900;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #1E1E1E;
}

.teri-btn:hover {
    background: white;
    border: 1px solid transparent;
    color: black;
    border: 2px solid #1E1E1E;
}

.teri-btn img {
    height: 15px;
    margin-right: 10px;
}

.single-teri ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-teri {
    text-align: center;
}

.territories-active .slick-dots {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

.territories-active .slick-dots li {
    display: inline-block;
}

.territories-active .slick-dots li button {
    text-indent: -99999px;
    background: #1E1E1E;
    border: 0;
    height: 5px;
    width: 5px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    outline: 0;
}

.territories-active .slick-dots li.slick-active button {
    background: #f52d3d;
}

.territories-active .slick-list {
    margin-bottom: 20px;
}


.territories-active {
    padding: 0 10%;
}

/* territories end */
/* map */
.nunavut-bg {
    background: #d3ecf3;
    padding: 25px 0;
    padding-bottom: 5px;
}

.map-caption > h2 {
    font-size: 60px;
}

.map-caption > i {
    display: block;
    margin-bottom: 15px;
}

.map-caption > span > i {
    margin-right: 10px;
}

.map-caption > span {
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight: 900;
}

.map-thumb {
    text-align: right;
}

.map-caption > p {
    font-size: 14px;
}

.map-caption > img {
    margin-bottom: 15px;
}

/* map end */
/* news  */
.news-thumb > a > img {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: .25rem;
    object-fit: cover;
}

.news-content > h3,
.news-content > h3 > a {
    font-size: 20px;
    font-weight: 900;
    color: #bc001b;
    display: block;
}

.news-link {
    text-transform: uppercase;
}

.news-row {
    justify-content: center;
}

.news-container {
    width: 80%;
}

/* news end */
/* sports  */
.sports-area {
    background: #bc001b;
    color: white;
}

.sports-area .section-title h2 {
    color: white;
}

.sports-btn {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    background-color: white;
    color: #bc001b;
    line-height: 30px;
    font-weight: 900;
    border-radius: 5px;
    font-size: 18px;
}

.sports-btn > svg {
    margin-right: 10px;
}

.sports-btn:hover {
    color: #bc001b;
}

.sports-btn > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.sports-overlay::before,
.sports-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.sports-overlay::before {
    left: 0;
    background-image: url(../img/sports/sports__overlay__left.svg);
    background-position: right;
}

.sports-overlay::after {
    right: 0;
    background-image: url(../img/sports/sports__overlay__right.svg);
    background-position: left;
}

.sports-active .slick-dots li.slick-active button {
    background: #1E1E1E;
}

.sports-active .slick-dots li button {
    background: #fff;
}

.footer-bg {
    background: #1E1E1E;
}

/* sports end */

/* footer  */
.newsletter {
    display: flex;
    justify-content: center;
}

.footer-container {
    width: 80%;
    justify-content: center;
}

.footer-insta .row {
    justify-content: flex-end;
}

.footer-insta img {
    margin: 5px;
    border-radius: 5px;
    object-fit: contain;
}

.newsletter-signup-form {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
}

.newsletter-signup-form div[class*=col-] {
    padding: 0px;
}

.newsletter-signup-form h3 {
    color: white;
    margin-bottom: 10px;
    font-weight: 900;
}

.newsletter-signup-form .fa-envelope {
    position: absolute;
    left: 10px;
    top: 8px;
    height: 100%;
}

.newsletter-signup-form input {
    width: 100%;
    height: 45px;
    padding: 10px 50px;
    border: 0;
    font-size: 14px;
    color: #3C3A3C;
    border-radius: 5px;
    outline: none;
}

.newsletter-signup-form .btn {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    height: 100%;
    font-weight: 700;
}

.newsletter-footer {
    width: 100%;
    border-top: 1px solid white;
}

.mainmenu ul.footer-menu li a {
    color: white;
}

.mainmenu ul.footer-menu li a:hover {
    color: white;
    border: 3px solid transparent;
}

.mainmenu ul.footer-menu li:hover {
    /* border:3px solid transparent; */
}

.social-list {
    height: 40px;
    background: #bc001b
}

.social-list ul li {
    display: inline-block;
}

.social-list {
    text-align: center;
}

.social-list ul li a {
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
}

.social-list {
    text-align: center;
    padding: 5px 0;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.footer-bottom p.white {
    color: rgba(255, 255, 255, 0.8);
}

.footer-copyright > span {
    display: block;
}

/* footer end */


/*========================================*/

/*Review-page*/
.page-title-area .btn {
    background: #f52d3d;
    border-radius: 0;
    color: #fff;
    letter-spacing: 4px;
    line-height: 1;
    padding: 15px 20px;
    padding-bottom: 15px;
    transition: .4s;
    outline: none;
}

.page-title-area .btn:focus {
}

.btn.video-play-btn i {
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #F62D3E;
    font-size: 12px;
    border-radius: 50%;
    line-height: 25px;
    padding-left: 8px;
}


/*Product-table-area*/
.hero-area {
    margin-top: 40px;
}


.product-table {
    border: 2px solid #1E1E1E;
    padding: 30px;
}

.product-table h2 {
    font-size: 22px;
    color: #1E1E1E;
}

.product-table p {
    font-weight: 900;
    font-size: 14px;
    border-bottom: 1px solid #252325;
    margin-bottom: 0;
    padding: 5px 0;
}

.product-table p span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
}

.product-table a img {
    width: 26px;
    margin-right: 4px;
}


.product-table a {
    display: block;
    color: #1E1E1E;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #1E1E1E;
    padding: 6.2px 0;
}

.product-table a i {
    padding-right: 10px;
    transform: scale(1.2);
}


.payment-table a {
    position: relative;
}

.payment-table a:after {
    position: absolute;
    content: "\f061";
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #000;
    color: #ffff;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
}

/*Product-table-area END*/


/*Sitebar-box*/


.sitebare-item {
    border: 2px solid #1E1E1E;
    padding: 31px;
    margin-top: 30px;
}

.sitebare-item:first-child {
    margin-top: 0;
}

.feature-item a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #1E1E1E;
    color: #1E1E1E;
    position: relative;
    padding-left: 25px;
}

.feature-item a i {
    color: #3BAF78;
    padding-right: 5px;
    transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.sport-wrapper a:after {
    display: none;
}

.sport-wrapper a img {
    width: 20px;
}

.bonus-item {
    text-align: center;
}

.site-btn {
    display: block;
    background-color: #F52D3D;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 5px;
    letter-spacing: 2px;
}

.site-btn p {
    margin-bottom: 0;
}

.bonus-item p {
    margin-bottom: 5px;
    text-transform: uppercase;
    /*font-size: ;*/
}

.bonus-item h4 {
    font-size: 24px;
    color: #F52D3D;
    margin-bottom: 20px;
}

.bonus-item h4 span {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 14px;
}

.site-btn:hover {
    background-color: #1E1E1E;
    color: #fff;
}


.tag-item a {
    display: inline-block;
    color: #1E1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border: 2px solid #1E1E1E;
    padding: 15px;
    text-transform: uppercase;
}

.tag-item {
    margin-top: 10px;
}

.tag-item:first-child {
    margin-top: 0;
}

.tag-item a:hover {
    background-color: #F52D3D;
    color: #fff;
    border: 2px solid transparent;
}


.sitebar-btn a {
    display: block;
    text-align: center;
    border: 2px solid #1E1E1E;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1E1E1E;
    padding: 15px 5px;
    letter-spacing: 3px;
}

.sitebar-btn a:first-child {
    margin-top: 0;
}

.video-btn-2 {
    background-color: #F52D3D;
    border: 2px solid transparent !important;
    color: #fff !important;
    padding: 12px 5px !important;
}

.sitebar-btn a i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #F52D3D;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    padding-left: 5px;
    margin-right: 5px;
}

.review-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.review-item ul li {
    display: inline-block;
}

.ratingg-inner ul li {
    color: #EB2B3B;
    font-size: 22px;
}

.ratingg-inner ul li:first-child {
    margin-right: 10px;
}

.ratingg-inner ul li:last-child {
    /*text-align: ;*/
}

.review-item a {
    border: 2px solid #1E1E1E;
    display: block;
    text-align: center;
    color: #1E1E1E;
    padding: 5px 2px;
}

.review-item a span {
    display: block;
    color: #F52D3D;
    font-weight: 900;
    font-size: 16px;
    margin-top: -1px;
}

/*Sitebar-box END*/


.review-thumb {
    width: 100px;
}

.review-title {
    background-color: #F52D3D;
    padding: 15px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 70px;
    margin-bottom: 30px;
}

.review-title img {
    background-color: #9B1A22;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.product-table {
    margin-bottom: 30px;
}

.review-text {
    margin-bottom: 50px;
}

.review-text img {
    margin-top: 45px;
}

.faq-area > h4 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}

/*FAQ-area*/

.my-accordion .btn-link {
    display: block;
    width: 100%;
    max-height: 45px;
    text-align: left;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 0;
    background: rgb(191, 7, 23);
    background: linear-gradient(90deg, rgba(191, 7, 23, 1) 1%, rgba(168, 10, 24, 1) 100%);
    position: relative;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Mukta Extra Bold', sans-serif;
!important;
    color: #fff !important;
    text-decoration: none !important;
    transition: .3s;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.my-accordion .btn-link img {
    position: relative;
    background-color: #90000c;
    padding: 10px;
    margin-right: 10px;
}

.btn.review-hero,
.btn.review-subscribe {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.accordion > .card:last-of-type {
    border-radius: 8px;
}

.score-box-wrapper .my-accordion .card {
    background-color: #191919d4;
}

.product-table-wrapper .my-accordion .card {
    border: none !important;
}

.product-table-wrapper .my-accordion.general, .product-table-wrapper .my-accordion.conclusion {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    border-radius: 8px;
}

.product-table-wrapper .my-accordion.faqs {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    border-radius: 8px;
    background-color: #ffffff;
}

.my-accordion .card-header {
    padding: 0;
    border: 0;
}

.my-accordion .btn-link:hover {
    color: #ffff;
}


.my-accordion .card {
    margin-top: 10px;
}

/*FAQ-area END*/


/*Review-page END





/*Deposit-page-area*/

.blog-single-item {
    padding: 10px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    border-radius: 8px;
}

.blog-single-item span {
    display: block;
    margin-bottom: 15px;
}

.card-body.maincontent img {
    border-radius: 5px;
}

.blog-single-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.blog-single-item span i {
    width: 12px;
    height: 12px;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    margin-right: 2px;
    line-height: 11px;
    transform: translateY(-2px);
}

.blog-single-item .btn {
    width: 50%;
    /* padding: 15px 30px; */
}

@media (min-width: 768px) {
    .blog-single-item .btn {
        width: 100%;
    }
}


.blog-single-item h4 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

.media-body.author-widget h4 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

/*Deposit-page-area END*/


/*Deposit Methods Page*/

.score-box-wrapper {
    background-color: #1E1E1E;
}

.score-box-wrapper [class^='col-'] {

}

.score-box-wrapper .card {
    border: none;
}

.score-box-wrapper .card-body {
    color: #f1f1f1;
    background-color: #191919d4;
    text-align: center;
    /* padding-bottom: 19px; */
}

.score-box-wrapper .card-body [class^='col-']:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
    margin-left: 10%;
    margin-right: 10%;
}

.score-box-wrapper .card-body [class^='col-']:not(:first-child) {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .score-box-wrapper .card-body [class^='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1;
        border-bottom: none;
        margin: 0;
    }

    .newsletter-signup-form h3 {
        margin: 0;
    }

    .score-box-wrapper .card-body [class^='col-']:not(:first-child) {
        margin-top: 0;
    }

}


@media (min-width: 1200px) {
    .score-box-wrapper .container {
        max-width: 1000px;
    }
}


.score-box-wrapper .card-body img {
    width: 40px;
    margin-bottom: 20px;
}

.score-box-wrapper .card-body span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bc001b;
}

.score-box-wrapper h3 {
    color: #f1f1f1;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.score-box-wrapper p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.score-box-wrapper .card-body .btn {
    background-color: #ffbc1c;
    color: #1E1E1E;
}

.score-box-wrapper .fas.fa-coins {
    color: #FFFFFF !important;
}

.box-wrapper {
    background-color: #f1f1f1;
}

.deposit-content {
    margin-bottom: 20px;
}

.deposit-content h2 {
    text-transform: uppercase;
}

.blog-box h2 {
    text-transform: uppercase;
}

/*Deposit Methods Page END*/

.sitebar-wrapper .withdraw-methods {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
}

.sitebar-wrapper .withdraw-methods .row {
    margin: 10px 0;
}

.sitebar-wrapper .withdraw-methods h4 {
    font-size: 20px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}


.sitebar-wrapper .withdraw-methods a {
    margin-top: 5px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 5px;
    transition: all 200ms;
}

.sitebar-wrapper .withdraw-methods a:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 7px 0px rgba(179, 179, 179, 1);
    transition: all 200ms;
}


.sitebar-wrapper .withdraw-methods.sports a {
    background-color: #bc001b;
}

.sitebar-wrapper .withdraw-methods img {
    width: 40px;
}

.sitebar-wrapper .betting-sites {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
}

.bet-canada-tree {
    width: 45px;
    height: 45px !important;
}

.sitebar-wrapper .betting-sites h4 {
    font-size: 20px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

.sitebar-wrapper .betting-sites a {
    position: relative;
    display: block;
    color: #1E1E1E;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: thin solid #ededed;
    padding: 10px 0;
    text-transform: uppercase;
}

i.success {
    color: #28a745;
}

i.error {
    color: #bf0717;
}

.sitebar-wrapper .latest-news [class^='col'] {
    padding: 5px 0px 15px 0;
}

.sitebar-wrapper .latest-news {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.sitebar-wrapper .latest-news h4 {
    font-size: 20px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

.sitebar-wrapper .latest-news-item {
    margin: 10px 0 10px 0;
    border-bottom: thin solid #ededed;
}

.news-meta a {
    color: #bf0717;
    font-size: 18px;
    font-weight: 900;
}

.sitebar-wrapper .latest-news-item img {
    width: 100%;
    height: 100%;
}

.latest-news-item .news-meta {
    padding-left: 10px !important;
}

.sitebar-wrapper .latest-news-item h5 {

    font-size: 15px;
    font-weight: 900;
    color: #bf0717;
}

.sitebar-wrapper .latest-news-item p {
}

.blog-wrapper .blog-header {
    margin-bottom: 20px;
    padding: 20px;
}

.blog-wrapper .blog-header-content {
    overflow: hidden;
}

.white-hover:hover {
    background: white !important;
}

.blog-wrapper .blog-header h4 {
    font-size: 35px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
}

.blog-wrapper .blog-header p {
    margin-top: 20px;
    color: white;
    font-weight: 200;
}

.blog-wrapper .blog-content.row {
    margin: 0;
}

.blog-wrapper .blog-content [class^='col'] {
    padding: 0 0 20px;
}


.blog-wrapper .blog-item {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.blog-wrapper .blog-item h4 {
    font-size: 24px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

.blog-wrapper .blog-item p {
    margin-top: 20px;
}

.blog-wrapper .blog-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: .25rem
}

.betting-sites-header {
    align-items: flex-end;
}

.betting-sites-header-title {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.betting-sites-header img {
    width: 80px;
    border-radius: 5px;
}

.betting-sites-header h2 {
    font-size: 50px;
    padding-left: 12px;
    margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
    .betting-sites-header h2 {
        font-size: 50px;
    }
}


.my-accordion h4 {
    font-size: 16px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

#accordionExample0-2 p {
    line-height: 1.35 !important;
}

.card.faq {
    border-radius: 8px;
}

.my-accordion a {

    color: #bf0717;
}

.accordion-repeat-bullet a {
    position: relative;
    display: block;
    color: #1E1E1E !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: thin solid #ededed;
    padding: 10px 0;
    font-weight: 600;
    width: 100%;
}


.my-accordion a i {
    color: #bf0717;
}

.support-detail.row {
    color: #f1f1f1;
    margin: 0 0 2px;
}

.support-detail .half-left {
    background: rgb(191, 7, 23);
    background: linear-gradient(90deg, rgba(191, 7, 23, 1) 1%, rgba(168, 10, 24, 1) 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.support-detail .half-right {
    background-color: #1E1E1E;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-wrap: break-word;
}

.support-detail .half-left > span {
    font-weight: 600;
}

.support-detail span {
    padding: 5px;
    font-size: 12px;
    display: block;
}


.betting-sites.pros-cons a {
    color: #1E1E1E;
    text-transform: none;
}

.carousel-card-item {
    margin-right: 20px;
    width: 250px;
    padding: 15px;
    text-align: center;
    background-color: white;
}

.carousel-card-item img {
    width: 100px;
}

.carousel-card-item h4 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 900;
    color: #bf0717;
    text-transform: uppercase;
}

.carousel-card-item a {
    position: relative;
    display: block;
    color: #1E1E1E;
    font-size: 17px;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 400;
    text-align: left;
    font-family: "Mukta Regular", sans-serif !important;
}


.carousel-card-item a:not(:last-of-type) {
    border-bottom: thin solid #ededed;
}

.carousel-card-item a > i:before {
    font-weight: 700;
    font-size: 16px;
}


.carousel-card-item span i {
    width: 12px;
    height: 12px;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    margin-right: 2px;
    line-height: 11px;
    transform: translateY(-2px);
}

.carousel-card-item span {
    display: block;
    margin-bottom: 15px;
}

.carousel-card-item .btn {
    width: 100%;
    font-size: 16px;
}

.sports-page-menu.mainmenu ul li a {
    color: white;
}

.gallery-cards .flickity-page-dots {
    display: none;
}


.faq-expand::after {
    content: "";
    position: relative;
    margin-right: 15px;
    margin-top: 13px;
    display: inline-block;
    font-style: normal;
    height: 16px;
    width: 16px;
    float: right;
    text-align: center;
    border-radius: 10px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;

}

.faq-expand[aria-expanded="true"]:after {
    content: "\2212";
    color: #bf0717;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-expand[aria-expanded="false"]:after {
    content: "\002b";
    color: #bf0717;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.neg_margin_6 {
    margin-top: -5rem;
}

/*
Betting Review Cards
 */

.ribbon {
    margin: 0;
    background: rgba(191, 7, 23, 1);
    color: white;
    padding: 0.45rem 0.1rem 0 0.1rem;
    position: absolute;
    font-weight: 700;
    top: 0;
    right: 0.55rem;
    transform: translateX(50%) translateY(-25%) rotate(45deg);
    transform-origin: top left;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 50px;
    height: 100%;
    background: rgba(191, 7, 23, 1);
}

.ribbon:before {
    right: 100%;
}

.ribbon:after {
    left: 100%;
}

.card-body {
    overflow: hidden;
}

.card.review_card_detail {
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    border: none;
    margin-bottom: 10px;
    margin-top: -0.12rem;
}

.review_counter {
    background: rgba(191, 7, 23, 1);
    background: linear-gradient(90deg, rgb(206 0 18) 1%, rgba(168, 10, 24, 1) 100%);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
}

@media (min-width: 576px) {
    .review_counter {
        border-radius: 8px 0 0 8px;
        height: 100%;
    }

    .ribbon {
        display: none;
    }
}

.review_counter h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Mukta Extra Bold', sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.counter_column {
    min-width: 4rem;
    max-width: 4rem;
}

.review_img_container {
    height: 100%;
    width: 115%;
    padding: .5rem;
}

.review_img_container img {
    height: 100%;
    width: 100%;
    border-radius: .3rem;
}

.review_rating {
    height: 100%;
    /* margin: 5px; */
    border-bottom: solid thin rgb(211, 211, 211);
}

.review_list_col_4 {
    /* padding-left: 30px; */
}

@media (min-width: 450px) {

    .review_img_container {
        width: 100%;
    }

    .review_list_col_4 {
        /* padding-left: 40px; */
    }

}

@media (min-width: 576px) {
    .review_rating {

        border-bottom: none;
        width: 100%;
        padding: 5px;
    }

    .review_rating .review_rating-list {
        border-right: solid thin rgb(211, 211, 211);
    }

    .review_img_container {
        padding: 0;
    }

    .review_img_container img {
        border-radius: 0;
    }
}

.review_rating-list ul li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}

.review_rating-list h5 {
    color: #212529;
    font-size: 22px;
    font-weight: 900;
    font-family: "VinylRegular W05 Regular", sans-serif !important;
    /* flex: 2 1 auto; */
}


.review_content-list ul {
    list-style-type: none;
    width: 70%;
    margin: .5rem 0 .7rem 0;
}

.review_content-list ul li {
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: solid thin rgb(211, 211, 211);
}

.review_content-list ul li:before {
    content: "\f164";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
    font-weight: 500;
    color: #00771b;
}

.review_content-list {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

@media (min-width: 576px) {
    .review_content-list {
        justify-content: space-between;
    }
}

.review_content-list .betting-list-action {
    padding: 0 15px 0 15px;
    width: 40%;
}

.read-review-btn {
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.review_rating-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 576px) {
    .review_rating-list {
        height: 100%;
    }
}

.review_betting_list .review_list_col_3 {
    display: none;
    max-width: 22%;
}

@media (min-width: 768px) {
    .review_betting_list .review_list_col_3 {
        display: block;
    }
}

@media (min-width: 768px) {
    .review_list_col_mobile {
        display: none;
    }
}

.review_content-list .betting-list-action {
    display: none;
}

.review_content-list ul > li {
    font-family: "Mukta Regular", sans-serif;
}

.review_betting_list .review_list_col_1 {
    display: none;
    max-width: 7%;
}


@media (min-width: 576px) {
    .review_content-list .betting-list-action {
        display: block;
    }

    .review_betting_list .review_list_col_5 {
        display: none;
    }

    .review_betting_list .review_list_col_1 {
        display: block;
    }
}

.review_list_col_mobile .action_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.read-review-btn-mobile {
    margin: 10px 0px 10px 0;
    width: 45%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 576px) {
    .read-review-btn-mobile {
        margin: 0px 30px 0 0;
    }
}


@media (min-width: 768px) {
    .dropdown-menu.show:before {
        display: block;
        font-family: "FontAwesome";
        content: "\f0d8";
        position: absolute;
        line-height: 0;
        top: -.14rem;
        left: 1.2rem;
        font-size: 1.9rem;
        font-weight: 900;
        margin-left: .5rem;
        color: rgb(246 246 246 / 97%);
    }
}

.dropdown-menu {
    margin-top: 0;
}

.read-review-btn, .read-review-btn-mobile {
    padding: 6px;
}

.my-accordion.general .maincontent {
    padding-top: 0;
}

#betting-sites-sidebar {
    padding: 0;
}


@media (min-width: 992px) {
    #betting-sites-sidebar {
        padding: 4.27rem 0 0 0;
    }

}

.betting-site-canada-logo {
    display: none;
}

.hero-betting-canada-mobile {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .betting-site-canada-logo {
        display: block;
    }

    .hero-betting-canada-mobile {
        display: none;
    }
}

#hero-canada-logo-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    margin-right: 10px;
    padding: 0 0 1rem 1rem;
}

.video_layout {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .video_layout {
        justify-content: flex-end;
    }
}

.subscribe-footer-btn {
    border-radius: 0 5px 5px 0;
}

.home-betcards-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.cb-bet-home {
    width: 85%;
}

@media (min-width: 992px) {
    .cb-bet-home {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .cb-bet-home {
        width: 55%;
    }
}


.cb-bet-home .review_card_detail {
    box-shadow: none;
}


.dark-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15, 15, 15);
    background: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(47, 47, 47, 0.8524452017134979) 50%, rgb(0 0 0) 100%);
    opacity: .7;
    z-index: 1;
}


/**
BLog post
 */


.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gray-bg {
    background-color: #f5f5f5;
}

.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-grid .blog-img {
    position: relative;
}

.blog-grid .blog-img .date {
    position: absolute;
    background: #bc001b;
    color: #ffffff;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
}

.blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
}

.blog-grid .blog-info {
    padding: 20px;
}

.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
    color: #bc001b;
}

.blog-grid .blog-info p {
    margin: 0;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.blog-aside .widget-body {
    padding: 15px;
}

.blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #bc001b;
    margin: 0;
}

.blog-aside .widget-author .media {
    margin-bottom: 15px;
}

.blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
}

.blog-aside .widget-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-aside .widget-author h6 {
    font-weight: 600;
    color: #bc001b;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
}

.blog-aside .post-aside {
    margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
    margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    color: #bc001b;
    font-weight: 600;
}

.blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.blog-aside .latest-post-aside + .latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
    width: 90px;
}

.blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px;
}

.blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
}

.blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
    color: #bc001b;
    font-weight: 600;
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    color: #ffffff;
    background: #bc001b;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.tag-cloud a:hover {
    background: #bc001b;
}

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article {
    box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 1);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
}

.article .article-title {
    padding: 15px 0 20px;
}

.article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article .article-title h6 a {
    text-transform: uppercase;
    color: #bc001b;
    border-bottom: 1px solid #bc001b;
}


.article .article-title .media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}


.article .article-title .media .media-body span {
    display: block;
    font-size: 14px;
    color: #5d5d5d;
    font-family: "Mukta Regular", sans-serif;
}


.article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
}


.article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
}

.article .tag-cloud {
    padding-top: 10px;
}


.section-title {
    padding-bottom: 40px;
}

.contact-form .send {
    margin-top: 20px;
}

.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #bc001b;
    background: none;
    border: none;
}

.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #bc001b;
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}

.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.article-img.blog-inner > img {
    border-radius: 5px;
    width: 100%;
}

.blog-title {
    text-transform: uppercase;
}

.singlesubheading {
    padding: 20px;
}

.readarticlediv {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.readarticlediv ul {
    width: 40%;
    margin: 0px;
}

.readarticlediv ul li {
    display: inline;
}

.readarticlediv ul li a {
    display: inline-block;
    color: #898989;
    font-size: 20px;
    margin: 0px 5px;
}

.tocwidget {
    background: #FFF;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#ez-toc-container {
    box-shadow: none !important;
}

div#ez-toc-container p.ez-toc-title {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.text-bold {
    font-weight: 900;
}

.blog-item label {
    font-family: 'Makuta Regular', sans-serif;
    font-weight: 500;
    color: #474747;
    text-transform: capitalize;
}

.text-red {
    color: #bc001b;
}

.share-post {
    position: fixed;
    top: 150px;
    left: 0;
}

.sharrre {
    display: block;
    vertical-align: top;
    cursor: pointer;
    width: 40px;
    height: 60px;
}

.share-post .sharrre .box {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sharrre .box {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 60px;
    text-align: start;
    padding: 0;
}


.sharrre-mobile .box {
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-post-mobile .socialink:not(:first-child) {
    margin-left: 10px;
}


.share-post-mobile {
    display: flex;
    width: 100%;
    justify-content: start;
    height: 100%;
    align-items: center;
}


.share > i {
    font-size: 18px;
}

.getflexy {
    display: flex;
    height: 100%;
    align-items: center;
}

.thin-border-grey {
    border-bottom: thin solid #ededed;
}

.srch-slide-in {
    height: 50px !important;
}


.qode_search_form {
    background: #1E1E1E;
    color: #fff;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all 250ms;
}

.qode_search_form .container input {
    width: 90%;
    padding: 0 0 0 10px;
}

.qode_search_form input, .qode_search_form input:focus {
    background-color: #1E1E1E;
    border: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    margin: 15px 0;
    width: 90%;
    padding: 0 45px 0 10px;
    font-family: inherit;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
    border-radius: 0;
    float: left;
}

.qode_search_form .container .qode_search_close {
    right: 21px;
}

.qode_search_form .qode_icon_in_search {
    color: #959595;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 0 45px;
    float: left;
    line-height: 50px;
}

.qode_search_form .qode_search_close {
    color: #959595;
    font-size: 13px;
    position: absolute;
    line-height: 50px;
    height: 50px;
    top: 0;
    right: 45px;
}

.page_header .qode_search_form input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    visibility: hidden;
}

.qode_search_form .qode_icon_in_search {
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 0 45px;
    float: left;
    line-height: 50px;
}

body.qode-chrome .container_inner, body.qode-safari .container_inner {
    position: relative;
}

.qode_search_form .container .qode_icon_in_search {
    padding: 0;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.btn-white {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 30px;
    transition: .4s;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Mukta Extra Bold', sans-serif;
}

.btn-white:hover {
    background: #bc001b;
    border: 2px solid #bc001b;
}

#map {
    width: 100%;
    height: 400px;
}

.part_title {
    font-weight: 900;
    font-family: "Mukta Extra Bold", sans-serif;
    font-size: 16px;
}

.gallery-cell, .gallery-cell-sports {
    padding: 8px;
}

.gallery-territories:before,
.gallery-territories:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 50px;
    top: 0;
    height: 100%;
    pointer-events: none;
}

.gallery-territories:before {
    left: 0;
    background: linear-gradient(to right, rgb(255 255 255), rgba(0, 0, 0, 0));
}

.gallery-territories:after {
    right: 0;
    background: linear-gradient(to left, rgb(255 255 255), rgba(0, 0, 0, 0));
}

.gallery-sports:before,
.gallery-sports:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 50px;
    top: 0;
    height: 100%;
    pointer-events: none;
}

.gallery-sports:before {
    left: 0;
    background: linear-gradient(to right, #bc001b, rgba(0, 0, 0, 0))
}

.gallery-sports:after {
    right: 0;
    background: linear-gradient(to left, #bc001b, rgba(0, 0, 0, 0))
}

.hero-red-home .theme-heading {
    color: #bc001b;
}

.hero-red-home .theme-sub-heading {
    color: #1E1E1E;
}

.white-text {
    color: #FFF !important;
}

.teri-btn:hover {
    transform: scale(1.06);
}

.teri-btn {
    transition: transform .2s;
}


#hero-header-main-srch {
    margin-top: -100px;
    height: 500px;
}


.sports-btn:hover {
    transform: scale(1.06);
}

.sports-btn {
    transition: transform .2s;
}

a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #bc001b;
    border-radius: 6px;
    background: #ffffff url(../img/up-chevron_red.png) no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

.sports-inner-header {
    background: #1E1E1E;
}

.sports-inner-header .row {
}


@media (max-width: 992px) {
    #nav-srch {
        padding-left: 15px;
    }
}

.blog-single .text-bold.text-red {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

[data-id="403462361"] .alm-btn-wrap > button {
    color: #fff !important;
    border: 2px solid #fff !important;
}


#menu-item-drop-srch span::after {
    font-family: "FontAwesome";
    content: "\f002";
    padding-left: 10px;
    font-size: 14px;
    line-height: 0;
    color: #1E1E1E;
    display: inline-block;
    margin-left: .3em;
    vertical-align: 0;
    border: 0;
}


#menu-item-drop-srch {
    border-top: 1px solid #d5d5d5;
}

button.btn.review-hero.bet-vid {
    width: 80%;
}

.bet-vid .fas {
    float: right;
    padding-top: 5px;
}


.bet-vid-brands ul {
    list-style: none;
    padding: 0;
}

.bet-vid-brands ul li {
    width: 40px;
    display: inline-block;
    margin: 0 5px 0 5px

}

.bet-vid-brands {
    display: flex;
    justify-content: start;
    width: 80%;
}

@media (max-width: 768px) {
    .bet-vid-brands {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.col-4.half-left span {
    padding-left: 0;
}

.col-8.half-right {
    padding-left: 0;
}

.bonus-btn-wrapper {
    display: flex;
    justify-content: center;
}

.bonus-btn-wrapper .btn {
    font-size: 14px;
}


@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

.sports-table .wptb-table-container {
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.search-results {
    padding-bottom: 30px;
}


.container.search-results {
    text-align: center;
}

li.alm-layout.alm-4-col.last.alm-cta {
    margin-right: 4% !important;
}

.alm-layouts .alm-listing .alm-cta .details {
    text-align: left !important;
}

.alm-layouts .alm-listing .alm-cta .details {
    padding: 20px 0 0 0 !important;
}


.part_content a {
    color: #bc001b;
}


.breadcrumb-wrapper a {
    color: #bc001b;
}

.blog-single a {
    color: #bc001b;
}

.article__meta a {
    color: #bc001b;
}

.footer-insta.mb-30.text-right img {
    object-fit: contain;
}

.underline_white{
    text-decoration: none;
    position: relative;
}

.underline_white:after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    background: #ffffff;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.underline_red {
    text-decoration: none;
    position: relative;
}

.underline_red:after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    background: #bc0e1a;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

