

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #428bca;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #629fd3;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.header-scrolled {
    background: #ccbb79;
}
#header {
   
    transition: all 0.5s;
    transition: all 0.5s;
   
   
    z-index: 997;
   
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

/*.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}*/

.nav-menu>ul>li {
    /* position: relative; */
    white-space: nowrap;
    float: left;
}
.arrow_up{
    visibility: hidden;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #3477e2;
    position: relative;
    bottom:-102%;
    left:-70px;
}
.set2{
    left:-110px !important;
}
.nav-menu>ul>li:hover .arrow_up{
    visibility: visible !important;

}
.nav-menu a {
    display: block;
    position: relative;
    color: #000;
    /* line-height:3; */
    padding: 12px 15px;
    transition: all 0.1s ease-in-out !important;
   
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.nav-menu .drop-down ul a span{
    letter-spacing: 0.5px;
    margin-left:10px;
}
.nav-menu .drop-down ul a:hover{
    color: #2978f7 !important;
    font-weight: 600;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
   
    text-decoration: none;
}
/*.nav-menu .drop-down ul li{
    width: 20%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}*/
/*.nav-menu .drop-down ul {
   
    width: 100vw;
    padding: 20px 30px;
    display: block;
    position: absolute;
    left: 0;
    top:60px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 19%) -12px 20px 27px 0px;
}*/



.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    /* transition: all 0.5s ease-in-out !important;
    transform-origin: center !important;
    transform: scale(1) !important; */
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
.nav-menu .drop-down ul{
    text-align: left !important;
}
.nav-menu .drop-down ul a {
    align-items: center;
    display: flex;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #428bca;
}



.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

@media (max-width: 768px) {
    
    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }
    .left-column .company-facts table td {
        font-size: 12px !important;
        color: #000;
    }
    .item-hidden-flex .right-column {
        width: 65%;
        padding-left: 20px !important;
    }
    .best-tipster .single-item .left-area .mid-content .item-total {
        display: block !important;
    }
    .step__btn__img {
        display: inline-block;
        width: 25px !important;
        height: 25px  !important;
        border-radius: 50%;
      }
    .step__btn__number .secondary {
        margin-top: 0px;
        font-size: 11.5px !important;
    }
    .step__btn__img img {
        border-radius: 50%;
        width: 25px !important;
        height: 25px !important;
    }
    .mobile-nav a span{
        font-size: 13.5px !important;
        letter-spacing:1px;
       
    }
    .nav__item.nav__menu-item.drop-down.active .nav__link.nav__link--toplevel {
        border-left: 2px solid #ffcc80;
    }
    .nav__item.nav__menu-item.drop-down.active .dropdown {
        border-left: 2px solid #5e6b74;
    }
    .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #ffcc80 !important;
    }
    .nav__item.nav__menu-item.drop-down.active .nav__link.nav__link--toplevel span {
        color: #ffcc80 !important;
    }
    /*mobile view menu for color*/
    .mobile-nav span {
        color: #000;
    }
    .fa-circle:before {
        content: "\f068";
    }
    .drop-down ul li a{
        padding: 10px 5px !important;
    }
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 78px;
    background: #1f3548;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #9eccf4;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px !important;
    left:unset !important;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down.active ul{
    display: block !important;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 999999999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #212529;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}


/* Rest css start */
.right_link{
    font-size: 12px;
    color:red;
    letter-spacing: 1px;
    line-height: 1.7;
    text-decoration: underline;
}
.right_link:hover{
    color:#3f86ee !important;
}
.adj_right{
    text-align: center !important;
    height:100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    padding:10px;
    border-radius: 4px;
}
.left_rev{
    display: flex;
   align-items: center;
   height:100%;
   background-color: #000;
   justify-content: center;
   border-radius: 4px;
   border: 3px solid #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
   box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}
.mid-content{
    width:100%;
}
.item-total{
    padding:10px 0px;
    border-top:1px solid gray;
}
.item-total .fa-plus{
    color:green !important;
}
.item-total .list-unstyled li a {
    display: block;
    color: #000 !important;
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.item-total .list-unstyled li i {
    color: #011641;
    font-size: 0.8em;
    font-weight: 600;
    padding-right: 10px;
    margin-top: 3px;
}
.adj_page {
    margin: 50px 0px 0px 0px;
}
.divider {
    position: relative;
    margin-top: 30px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(0, 0, 0), transparent);
}
.step__tab__btn{
    position: relative;
}
.step__tab__btn .arrow_up{
    visibility: hidden;
    position: absolute;
    bottom:-15px;

}
.step__tab__link__active .step__tab__btn .arrow_up{
visibility: visible;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
transform: rotate(180deg);
left:46%;
}
.baneer_set img{
    width:100vw;
    height:60vh;
}
/* Rest css close */

.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.3 ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: 0;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    color: #fff;
    display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: #9fa4a8;
}


/* accordian  2 */

:focus {
    outline: none;
}



/*div+div {
    clear: both;
}*/

p {
    line-height: 1.4em;
    color: #9e9e9e;
}

.faq-title {
    font-size: 2em;
    margin: 0.4em 0;
}

div.seperator {
    width: 7.5em;
    background-color: #e31b1b;
    height: 0.07em;
    margin-left: -1.8em;
}

.faq-list>div {
    border-bottom: 0.07em solid #ededed;
    padding: 1em 0em;
}

.faq-list>div:last-child {
    border: initial;
}

summary {
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

summary:hover {
    color: #e31b1b;
    transition: all 0.3s ease;
}

details[open] summary~* {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }
    100% {
        opacity: 1;
        margin-left: 55px
    }
}

details[open] summary {
    color: #e31b1b;
}

details[open] p {
    border-left: 2px solid red;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -0.5em 0.14em 0 0;
    font-weight: 200;
}

.faq-body {
    width: 70em;
    margin: 4em auto;
    box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
    padding: 5em;
    background-color: #fff;
}

.faq-list {
    width: 55em;
    margin: 1em auto;
    padding: 2em 0;
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #e31b1b;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.25em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}


/* accordian  3 */

@import url('../../../../fonts.googleapis.com/css55d0?family=Montserrat');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



h1 {
    
    margin: 2rem 0;
    font-size: 2.5rem;
}

.accordion {
    width: 100%;
    
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 0 0;
    border-radius: 6px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 0;
    /* min-height: 3.5rem; */
    /* line-height: 1.25rem; */
    font-weight: bold;
    
    position: relative;
    cursor: pointer;
}

.faq .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.faq .accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 10px;
    line-height: 1.5rem;
    /* border-top: 1px solid gray; */
    /* border-image: linear-gradient(to right, transparent, #34495e, transparent) 1; */
}

@media(max-width:767px) {
    html {
        font-size: 14px;
    }
}
.accordion-item-header.active .bounce_arrow.righ{
visibility: visible !important;

}
.accordion-item-header .bounce_arrow.righ{
    visibility: hidden !important;
    bottom: -30px !important;
}
.accordion-item-header.active .bounce_arrow.lef{
    visibility: hidden !important;
    
    }
    .accordion-item-header .bounce_arrow.lef{
        visibility: visible !important;
        
    }
    .gve{
       border-top:1px solid #4285f4 !important;
    }
.bounce_arrow {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: 48%;
    bottom: -20px;
    color: #4285f4;
    padding:10px 15px;
    background: #fff;
    z-index: 99;
    border-radius: 50%;
    /* box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important; */
}
.accordion-item-header{
    position: relative;
}
@-webkit-keyframes bounceRight {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
.item-hidden-flex {
    display: flex;
    padding: 30px 0px 0px 0px;
    width:100%;
}
.item-hidden-flex .left-column {
    width: 35%;
}
.item-hidden-flex .right-column {
    width: 65%;
    padding-left: 60px;
}
.right-column .summary .top {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.right-column .summary .top .author {
    float: right;
}
.right-column .summary .top h4 {
    color:#000 !important;
    line-height: 40px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
}
.right-column .summary .top .author img {
    width: 40px;
    border-radius: 50%;
    margin-left: 10px;
}
.left-column .company-facts {
    margin-bottom: 20px;
}
.left-column .company-facts table {
    width: 100%;
}
.left-column .company-facts table b{
   font-size: 14px;
   color:#da0b23 !important;
}
.left-column .company-facts table td{
    font-size: 14px;
    color:#000;
 }
 .text blockquote a{
    color:#000;
     font-size: 15px !important;
 }
.left-column .company-facts table a{
    font-size: 14px;
    color:#000;
 }
.left-column .company-screenshots {
    overflow: hidden;
    display: flex;
}
.company-screenshots img{
    width:100%;
    height:140px;
}
.h3wgvfow3fg{
    font-size: 15px !important;
    letter-spacing: 0.5px;
    color:green !important;
}
.sportsbooks-hero {
    position: relative;
    display: inherit;
    text-align: center;
    background-image: url(../app/themes/default/images/custom/canadasportsbetting.ca/sportsbooks-hero-left.html),url(../app/themes/default/images/custom/canadasportsbetting.ca/sportsbooks-hero-right.html);
    background-position: center left,bottom right;
    background-repeat: no-repeat,no-repeat;
}
.sportsbooks-hero .container {
    border-bottom: 1px solid #eaeaea;
}
.sportsbooks-hero-content {
    padding: 0 20px;
}
.sportsbooks-hero-icon {
    width: 144px;
}
.title-bordered-center {
    position: relative;
    padding-bottom: 20px;
}
.display4 {
    font-size: 42px;
    letter-spacing: 1px;
}
.display1, .display2, .display3, .display4 {
    font-weight: 600;
}
.sportsbooks-hero .flag-icon {
    opacity: 1;
    background-size: 100%;
    width: 42px;
    height: 25px;
    line-height: .5;
}
.title-bordered-center:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f44336;
    height: 4px;
    width: 90px;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}
.sportsbooks-hero p {
    line-height: 1.7;
}
.sportsbooks-hero .feature-list {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sportsbooks-hero .feature-list li {
    color: #303030;
    line-height: 25px;
    list-style-type: none;
    margin: 0 0 12px;
}
.feature-list li svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.sportsbooks-hero .feature-list li {
    color: #303030;
    line-height: 25px;
    list-style-type: none;
    margin: 0 0 12px;
}
.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.full-with-page-template #partnerFilters {
    margin: 30px auto;
}
.faq__tab__content .accordion-item-header {
        padding: 15px 10px;
        min-height: 3.5rem;
        line-height: 1.25rem;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }
.faq__tab__content .accordion-item {
        background-color: #fff;
        color: #111;
        margin: 0 0;
        border-radius: 0 !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
    }
    .faq__tab__content .accordion-item:first-of-type {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .faq__tab__content .accordion-item:last-of-type {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }