/*
 Theme Name:   Gambling Theme (GP)
 Theme URI:    #
 Description:  Gambling Theme For Boomtown
 Author:       Joe Kizlauskas
 Author URI:   #
 Template:     generatepress
 Version:      0.1
*/

body {
  background-size: cover;
}

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

.menu-label {
	cursor: default;
	color: #04BEFB;
	font-size: 22px;
}
.menu-label a:hover {
	cursor: default;
	color: #04BEFB;
	font-size: 22px;
}
.menu-label a:active {
	cursor: default;
	color: #04BEFB;
	font-size: 22px;
}
.menu-label a:visited {
	cursor: default;
	color: #04BEFB;
	font-size: 22px;
}
.menu-link a {
	cursor: pointer;
	font-size: 22px;
	color: #04BEFB;
}
.site-header {
    border-bottom-width: 2px !important;
    height: 96px;
}

.spacer-20-5-mobile {
	height: 20px;
}

@media(max-width:415px){
	.spacer-20-5-mobile {
		height: 5px;
	}
}
.submenu {
    display: flex;
    justify-content: center;
	background-color: #0D1522;
}

.submenu-class {
    width: 100%;
    max-width: 1100px;
    height: 100%;
}

.submenu-class ul {
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0;
}

.submenu-class ul::-webkit-scrollbar {
    display: none;
}

.submenu-class li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    padding: 0 .75rem;
}

.submenu-class a {
    position: relative;
    display: block;
	color: #FFF;
    transition: opacity 300ms ease-in-out;
    padding: .5rem 0;
    overflow: hidden;
}

.submenu-class .current_page_item a {
    color: #03BEFC;
}

.submenu-class a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid currentColor;
    transform: translate3d( 0, 100%, 0);
    transition: transform 300ms ease-in-out;
}

.submenu-class a:hover::after,
.submenu-class a:focus::after,
.submenu-class .current_page_item a::after {
    transform: translate3d( 0, 0, 0 );
}


.submenu-class a:hover,
.submenu-class a:focus {
    opacity: 1;
}

#column-content {
  display: inline-block;
  font-size: 14px; 
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 20px;
}
#column-content img {
  vertical-align: middle;
}
#column-content span {
  display: inline-block;
  vertical-align: middle;
}
.card-text p {
	line-height: 20px !important;
}

.brandcontent {
	z-index: 99; 
	margin-top: -125px;
}

@media screen and ( max-width: 400px ) {
	.brandcontent {
		z-index: 99; 
		margin-top: 0px;
	}
}
.offer-head {
	margin-top:-115px;
}
@media screen and ( max-width: 400px ){
	.offer-head {
		margin-top:0px;
	}
}
/*tombstones*/

.buying-g-list-item {
    display: inline-block;
    margin-bottom: 14px;
    /* font-family: montserratlight,Helvetica,Arial,sans-serif; */
    font-size: 15px;
    color: #000;
    transition: all .15s;
}

.buying-g-list-items-wap{
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* font-family: helvetica neue,Helvetica,Arial,sans-serif; */
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  text-align: center;
  cursor: pointer;
  padding-bottom: 31px;
}

.buying-g-list-item{
    display: block;
    margin-bottom: 14px;
    /* font-family: montserratlight,Helvetica,Arial,sans-serif; */
    font-size: 15px;
    color: #000;
    transition: all .15s;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
}

.buying-g-item-info-wrap{
    
    max-height: 140px !important;
    overflow: auto;
    z-index: 10 !important;
    -webkit-box-shadow: inset rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.buying-g-item-info-title{
    text-align:center;
}

.buying-g-item-info-wrap:hover{
    max-height: 300px !important;
    transition: max-height 0.25s ease-in;
}
    
    
/*
 *  STYLE 2
 */

.buying-g-item-info-wrap::-webkit-scrollbar-track
{

	border-radius: 10px;
	background-color: #F5F5F5;
}

.buying-g-item-info-wrap::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.buying-g-item-info-wrap::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	width:4px !important;
	height:40px;
	background-color: #000000;
}

.spacer{margin-top:200px}

.background-menu {
    margin-top:-50px;
    margin-left:6%;
    width:90%;
    background-color:#F5F5F5;
    z-index: 20;
    padding-top: 20px;
}
.background-menu a{
    color: #000000 !important;
}
.background-menu a:hover{
    color: #000000 !important;
    text-decoration: underline;
}

.background-menu:hover{
  margin-top:-150px;
  transition: margin-top 0.25s ease-in;
  background-color:#F5F5F5;
  z-index:20;

}

.tombstone-title{
	text-align:center;
	font-weight: 500;
	}

.line-break{
  width:70%;
  height:1px;
  background-color:#000000;
  margin-left: auto;
  margin-right: auto;
  margin-top:-10px;
  margin-bottom: 10px;
}

#title-white{
	color: white !important;
    text-transform:uppercase;
	font-weight: bold;
}

div.container.h-100.d-flex.justify-content-center.align-items-center {
    color: #ffffff;
}

a.btn.btn-rounded.waves-effect.waves-light {
    color: #ffffff;
    border-radius: 25px;
}

.section-title {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 1.75rem;
    margin-top: 20px;
    color: #000;
}

.section-title:before {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 15%;
    margin-right: 20px;
}

.section-title:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 15%;
    margin-left: 20px;
}

.col-lg-12.bg-light.mb-3.pb-3 {
    min-width: 100%
;
}

.tag-class{
  background:#ffc107;
  border-radius:25px;
}
.mt-2.mb-4.termstext {
    font-size: 10px;
}

.hero {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    align-items: stretch;
}

.hero__col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
}

.hero__col--img,
.hero__col--info {
    display: flex;
    justify-content: center;
}

.hero__col--img {
    align-items: center;
    padding: 1rem;
}

.hero__col--info {
    flex-direction: column;
    padding: 0 1rem .5rem;
}

.hero__col--feats {
    padding: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.hero-col--terms {
    color: #FFF;}



/*.hero-col--terms {
    color: #FFF;
    background-color: transparent;
    background-image: linear-gradient(45deg, rgba(0,0,0,.56), transparent );*/
    border-radius: .375em;
    padding: .5rem 1rem;
    margin-bottom: .5rem;
}

@media screen and ( max-width: 639px ) {
    .hero__col {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media screen and ( min-width: 640px ) {

    .hero__col--img {
        max-width: 25%;
        flex-basis: 25%;
    }

    .hero__col--info::after,
    .hero__col--img::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient( 180deg, #0A121E 0%, transparent 75% );
    }

    .hero__col--feats,
    .hero__col--img,
    .hero__col--info {
        position: relative;
        padding: 2rem;
    }

    .hero__col--info {
        max-width: 50%;
        flex-basis: 50%;
    }

    .hero__col--feats {
        max-width: 25%;
        flex-basis: 25%;
    }
}

@media screen and (min-width:640px) and (max-width:959px) {
    .hero {
        max-width: 90%;
    }
}

@media screen and (min-width:960px) {
    .hero {
        max-width: 1100px;
    }
}

.hero-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 1rem;
    text-align:center;
}

.hero-terms {
    color: inherit;
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
    text-align:center;
}

.hero-rating {
    position: relative;
    text-align: center;
    width: 144px;
    height: 144px;
}

.hero-rating-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, .1);
    border: 1px solid rgba( 255, 255, 255, .1 );
    border-radius: 10em;
    padding: .5rem;
}

.hero-rating__stars {
    display: inline-block;
    margin-bottom: .75rem;
}

.hero-rating__info {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 1rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
    font-weight: bold;
}

.hero-rating__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-radius: .375em;
    font-size: .875rem;
    line-height: 1rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba( 255, 255, 255, .1 );
    box-shadow: 0 0 8px rgba( 0, 0, 0, .56 );
}

.hero-rating__badge--gd {
    color: #212121;
    background-image: linear-gradient( 135deg, #ffc107, #E6AE07 );
}

.hero-rating__badge--po {
    color: #FFF;
    background-image: linear-gradient( 135deg,#C71585, #D4178F );
}

.hero-rating__badge--su {
    color: #FFF;
    background-image: linear-gradient( 135deg, #28A746, #3AF265 );
}

.hero-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    border-radius: .375rem;
    opacity: .87;
    color: #FFF;
    background-color: #28A746;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.56);
    padding: .65em 2em;
    height: 40px;
    text-align: center;
    margin: .25rem;
    overflow: hidden;
    transition: opacity 300ms ease-in-out;
    box-shadow: 0 0 .5em rgba(0,0,0,.1);
}

.hero-btn:hover,
.hero-btn:focus,
.hero-btn:active {
    color: inherit;
    opacity: 1;
}

.hero-btn__lbl {
    position: relative;
    display: inline-block;
    color: inherit;
}

.hero-btn--lg {
    font-size: 1rem;
    line-height: 1rem;
    height: 3.5rem;
}

/* .main-navigation .main-nav ul ul li a,
.sub-menu li a,
.main-navigation li a {
    font-size: .75rem;
} */

.search-item {
    padding: 0 .75rem;
}

.search-item a {
    color: #FFF;
    background-color: #03BEFC;
    border-bottom-right-radius: 10em;
    border-bottom-left-radius: 10em;
    line-height: 56px !important;
}

.search-item:hover a {
    background-color: #03BEFC !important;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
    padding: 1rem;
}




/*homepage feb*/
.brand-feature {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.feature-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-name {
    font-size: 30px;
    color: white;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.main-btn {
    color: white ;
}

.dots-holder {
    display: block;
    text-align: center;
    position: relative;
}

.dots {
    color: white;
    font-size: 50px;
}

.dots-not-active {
    color: white;
    font-size: 50px;
    opacity: .3;
}

.jumbotron {
    height: 100%;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../../watemixuku/b8b0f0b9_boomtown-bingo-banner.jpg");
    background-size: cover;
    margin-right: -15px;
    margin-left: -15px;
    padding: 2rem 1rem !important;
}

.banner-header {
    text-transform: uppercase;
    color: white;
    margin: 0px ;
}

.banner-sub-header {
    text-transform: uppercase;
    color: #03befc;
    margin-bottom: 33px;
    font-size: 30px;
}

.banner-btn:hover {
    color: white;
}

.homepage-heading {
    background-color: #0d1522;
    border-radius: .375rem;
    padding: 0px;
}

.block-header {
    font-size: 20px;
    color: #03BEFC;
    padding: .5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.quad-icon {
    width: 100px;
    height: 130px;
    padding: 5px;
}

.big-box, .mini-box {
    background-color: #0d1522;
    text-align: center;
    margin: 2px;
    font-size: 1.5em;
    border-radius: .375rem;
}

.mini-box {
    padding: 20px;
}

.quad-title {
    font-size: .99rem;
    text-transform: uppercase;
    color: white
;
}

.big-box-title {
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    color: white;
}

.big-box-inner {
    background-color: #444955;
    border-radius: .375rem;
}

.big-box-offer-title {
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    margin-bottom:25px;
}

.block-header-2 {
    font-size: 20px;
    color: #F2CB05;
    padding: .5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.block-header-3 {
    font-size: 20px;
    color: #8B29A6;
    padding: .5rem;
    margin: 0px;
    text-transform: uppercase;
}

.quad-pic {
    height: 80px ;
    width: auto ;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bingo-pick {
    border-radius: .375rem;
    border: solid 1px white
    ;
}
.bingo-pick:hover {
    border: 1px solid #ffa800;
    box-shadow: 0 0 15px 0 rgba(255,255,255,.78);
}

.star-rating {
    height: 24px;
}

.gold {
    fill: gold;
    margin-top: -10px;
}

.silver {
    fill: silver;
    margin-top: -10px;
}

.bronze {
    fill: #cd7f32;
    margin-top: -10px;
}

#small {
    height: 20px;
}

#large {
    height: 30px;
}

.banner-icon {
    height: 20px
    ;
}

.banner-btn {
    background-color: #000000 ;
    border-color: #03befc;
    border-width: 2px;
    border-radius: 25px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    padding: 10px 44px 10px 44px;
    min-width: 400px;
}

.quad-icon-banner {
    height: 90px;
    width: 90px;
    background-color: #0d1522;
    padding: 20px;
    border-radius: 25px;
}
.qib-1 {
    border: #03BEFC 2px solid;
}

.qib-2{
    border: #F2CB05 2px solid;
    }
.qib-3{
    border: #8B29A6 2px solid;
    }


.qib-1:hover {
    background-color: #03BEFC;
}

.qib-2:hover {
    background-color: #F2CB05;
}

.qib-3:hover {
    background-color: #8B29A6;
}

.box {
    background-color: #0d1522;
    height: 200px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    overflow:auto;
}

.box__link {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    background-color: #03BEFC;
    color: black;
}
.box__link:visited{
	color:black
}


.bottom-box__link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: #1D1F20;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    background-color: #03BEFC;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-bottom-right-radius: .375rem;
    -webkit-border-bottom-left-radius: .375rem;
    -moz-border-radius-bottomright: .375rem;
    -moz-border-radius-bottomleft: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.nabla-icon {
    height: 30px;
    width: auto;
    fill: black;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
    border-radius: 50px
;
}

@-moz-keyframes pulse-white {
  0% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulse-white {
  0% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-ms-keyframes pulse-white {
  0% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-o-keyframes pulse-white {
  0% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-white {
  0% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.nabla-image {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    width: 100%;
    background: black;
    height: 165px;
    padding: 25px;
}

.box:hover {
    height: 400px;
}

.nabla-menu-list {
    display: block;
    margin: 0px;
    text-align: center;
    padding: 4px;
}

.nabla-menu-list a {
    color: white !important;
}
.site-content.z-depth-2 {
   box-shadow:none !important;
   padding-top:0px
}
.carousel-item{
height:400px !important;
border-radius: .375rem !important;
padding: 20px;
}
.hp-hero-btn{
	margin: 10px auto;
    background-color:orange !important;
    animation: myanim .55s infinite;
    width:280px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    color: white !important
}
         @keyframes myanim {
            30% {
               width: 300px;
            }
         }

.hp-terms{
    text-align:center;
}

.carousel-control-prev-icon {
    height: 60px !important;
    width: 60px !important;
}

.carousel-control-next-icon {
    height: 60px !important;
    width: 60px !important;
}



@media  (max-width: 629px) {
  .feature-name {    
    font-size:19px
  }
  .hp-hero-btn{
      width:200px;
      animation: myanimmob .55s infinite;
      }
               @keyframes myanimmob {
            30% {
               width: 210px;
            }
         }
}
.carousel{
	padding:0px !important
}

/*Popup Section*/

.bell-button {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index:1;
}

.bell-icon {
    -webkit-animation: shake 3s infinite
;
}

.stars-container-pop-up {
    text-align: center;
    margin-bottom: 10px;
}

.text-container-pop-up {
    text-align: center;
}

.pop-up-image {
    display: block;
    margin: 10px auto 20px;
}

.pop-up-text {
    margin-bottom: 10px;
}

/*bell button animation*/
.alert {
    transform: scale(1);
    animation: scaleUp 1s 1s linear infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
  }
  .ball {
    animation: ball 1s 2s forwards ease-out infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
  }
  .bell {
    animation: bell 0.75s 2s forwards ease-out infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
  }
  @-moz-keyframes scaleUp {
    60% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes scaleUp {
    60% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  @-o-keyframes scaleUp {
    60% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes scaleUp {
    60% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  @-moz-keyframes bell {
    20% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes bell {
    20% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @-o-keyframes bell {
    20% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes bell {
    20% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @-moz-keyframes ball {
    20% {
      transform: translate(20px, -4px);
    }
    30% {
      transform: translate(0px);
    }
    40% {
      transform: translate(-20px, -4px);
    }
    50% {
      transform: translate(0px);
    }
    60% {
      transform: translate(20px, -4px);
    }
    70% {
      transform: translate(0px);
    }
    80% {
      transform: translate(-20px, -4px);
    }
    100% {
      transform: translate(0px);
    }
  }
  @-webkit-keyframes ball {
    20% {
      transform: translate(20px, -4px);
    }
    30% {
      transform: translate(0px);
    }
    40% {
      transform: translate(-20px, -4px);
    }
    50% {
      transform: translate(0px);
    }
    60% {
      transform: translate(20px, -4px);
    }
    70% {
      transform: translate(0px);
    }
    80% {
      transform: translate(-20px, -4px);
    }
    100% {
      transform: translate(0px);
    }
  }
  @-o-keyframes ball {
    20% {
      transform: translate(20px, -4px);
    }
    30% {
      transform: translate(0px);
    }
    40% {
      transform: translate(-20px, -4px);
    }
    50% {
      transform: translate(0px);
    }
    60% {
      transform: translate(20px, -4px);
    }
    70% {
      transform: translate(0px);
    }
    80% {
      transform: translate(-20px, -4px);
    }
    100% {
      transform: translate(0px);
    }
  }
  @keyframes ball {
    20% {
      transform: translate(20px, -4px);
    }
    30% {
      transform: translate(0px);
    }
    40% {
      transform: translate(-20px, -4px);
    }
    50% {
      transform: translate(0px);
    }
    60% {
      transform: translate(20px, -4px);
    }
    70% {
      transform: translate(0px);
    }
    80% {
      transform: translate(-20px, -4px);
    }
    100% {
      transform: translate(0px);
    }
  }
  
  .bell-button {
    background-color: #007bff;
    border-radius: 50%;
    padding: 10px;
}

.bell-svg {
    height: 50px;
}
.modal-content{
top:50px
}

.table-header {
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.table-heading {
    text-transform: capitalize;
    font-weight: bold;
}

.sticky-side{
top: 40px;
position: sticky;
}
}

.side-bar-btn{
	margin: 10px auto;
    background-color:orange !important;
    animation: side-anim .55s infinite;
    width:400px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    color: white !important
}
         @keyframes side-anim {
            30% {
               width: 450px;
            }
         }


.footer-icon {
    height: 45px;
    width: inherit;
}

.s-f-t {
    text-align: center;
    color: white;
    display: block;
    font-size: 12px;
}

.sticky-footer {
    padding-top: 10px;
    background-color: black;
    padding-bottom: 10px;
}

.sticky-container {
    position: sticky;
    bottom: 0px;
    box-shadow: 0px -4px 19px rgba(0, 0, 0, 0.5);
    z-index:10;
}
@media screen and (min-width: 500px) {
    .sticky-container   { display:none; }
}

.s-q-i {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.faq-box {
    border-radius: .375rem;
    padding: 10px;
    background-color: #e6e6eb;
    margin-bottom:15px;
}

.faq-answer {
    margin-bottom: 0px ;
}

.faq-question {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}
.inside-article{
    margin-top:0.9em;
    padding: 0 15px 0 15px !important;
    }
.fl{
text-decoration:underline;
}
.table-dark a{
    color:#0bafff !important;
    }
.table-dark{
box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.56), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
}
.pre-footer a{
    color: #0bafff !important;
    text-transform: uppercase;
    text-decoration: none;
}
blockquote {
  position: relative;
  background: #0d1522;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 25px;
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
blockquote::before {
  content: "“";
  color: #03befc;
  font-size: 4em;
  position: absolute;
  top: -35px;
  right: 10px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
