/*fonts start*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/*fonts end*/
body {
    font-family: 'Quicksand', sans-serif;
}
@font-face {
    font-family: "NoahHead-Bold";
    src: url("./fonts/NoahHeadBold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/NoahHeadBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("./fonts/NoahHeadBold.otf") format("opentype"), /* Open Type Font */
        url("./fonts/NoahHeadBold.svg") format("svg"), /* Legacy iOS */
        url("./fonts/NoahHeadBold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("./fonts/NoahHeadBold.woff") format("woff"), /* Modern Browsers */
        url("./fonts/NoahHeadBold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none !important;
    outline: none;
    border: none;
}
h1, h2, h3 {
    font-weight: 700;
}
img {
    max-width: 100%;
}
p {
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
}
p a{color:#07c8f7}
.heading-top h1 {
    font-size: 37px;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.title h1, .title h2 {
    /*text-align: center;*/
    font-size: 36px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.title span {
    background-image: url(../images/title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px 10px;
    color: #fff;
}
.title-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}
#header {
    padding: 25px 0px 20px;
    background-color: #ecf6fc;
}
@media screen and (min-width: 768px) {
    #header {
        padding: 45px 0px 20px;
    }
}
@media screen and (min-width: 992px) {
    #header {
        padding: 10px 0px 20px;
    }
}
#header .header-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#header .header-inner .logo img {
    max-width: 300px;
}
@media screen and (min-width: 768px) {
    #header .header-inner .menu ul {
        padding: 0px;
        margin: 0px;
    }
    #header .header-inner .menu ul li {
        display: inline-block;
        padding: 0 13px;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    #header .header-inner .menu ul li:last-child {
        padding-right: 0px;
    }
}
@media screen and (min-width: 768px) {
    #header .header-inner .menu ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #000;
        display: inline-block;
        font-weight: 500;
        position: relative;
        padding: 0 10px;
    }
    #header .header-inner .menu ul li a:hover:before, #header .header-inner .menu ul li a:focus:before, #header .header-inner .menu ul li a.active:before {
        width: 64px;
        left: 0px;
    }
}
#header .header-inner .menu ul li a {
    transition: 300ms;
}
#header .header-inner .menu ul li a:hover {
    color: #1096de;
}
@media screen and (max-width: 767px) {
    .menu-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -o-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        height: 100vh;
    }
    .menu-wrapper .menu-inner ul {
        padding: 0px;
        margin: 0px;
        padding-top: 25px;
    }
    .menu-wrapper .menu-inner ul li {
        list-style: none;
    }
    .navBurger {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000;
        left: -150%;
        top: 0;
        bottom: 0;
        padding-top: 20px;
        transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        z-index: 99;
    }
    .navBurger.active {
        left: 0;
    }
    .navBurger a {
        display: block;
        padding: 0.9rem 0px;
        text-decoration: none;
        width: 100%;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }
    .navBurger a:hover, .navBurger a:focus {
        color: #fbcd17;
    }
    .toggle-wrap {
        position: relative;
        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;
        padding: 10px 0px;
        background: transparent;
        border: 0;
        outline: 0 !important;
    }
    .toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .toggle-bar {
        width: 44px;
        position: relative;
        border-top: 5px solid #000;
        display: block;
    }
    .toggle-bar::before {
        top: -18px;
    }
    .toggle-bar::after {
        top: 8px;
    }
    .toggle-bar::before, .toggle-bar::after {
        content: "";
        display: block;
        background: #000;
        height: 5px;
        width: 44px;
        position: absolute;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 13%;
        -webkit-transform-origin: 13%;
        transform-origin: 13%;
    }
    .toggle-wrap.active .toggle-bar {
        border-top: 6px solid transparent;
    }
    .toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -18px;
        background-color: #FFFFFF;
    }
    .toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 5px;
        background-color: #FFFFFF;
    }
    .toggle-wrap.active {
        z-index: 999;
    }
}
@media screen and (min-width: 768px) {
    .toggle-wrap {
        display: none;
    }
}
/*header end*/
/* start banner */
.banner {
    background: url(../images/banner-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
}
.banner-bottom {
    display: flex;
}
.banner-bottomwrp {
    background: url(../images/banner.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    margin: -35px auto -65px;
    padding: 80px 136px 60px;
    max-width: 836px;
}
.banner-top-txt h1, .banner-top-txt p {
    color: #fff;
}
.banner-top-txt p {
    padding-bottom: 0;
}
.banner-txt {
    margin-top: -20px;
}
.banner-inner {
    padding: 18px 10px 25px 5px;
}
.city-bonus {
    color: #fff;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 30px 0 24px;
}
.welcome-bonus {
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    padding: 0px 0 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
}
.home .welcome-bonus {
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    padding: 0px 0 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(37, 210, 249, 1);
    background: -moz-linear-gradient(top, rgba(37, 210, 249, 1) 0%, rgba(0, 108, 202, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37, 210, 249, 1)), color-stop(100%, rgba(0, 108, 202, 1)));
    background: -webkit-linear-gradient(top, rgba(37, 210, 249, 1) 0%, rgba(0, 108, 202, 1) 100%);
    background: -o-linear-gradient(top, rgba(37, 210, 249, 1) 0%, rgba(0, 108, 202, 1) 100%);
    background: -ms-linear-gradient(top, rgba(37, 210, 249, 1) 0%, rgba(0, 108, 202, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 210, 249, 1) 0%, rgba(0, 108, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25d2f9', endColorstr='#006cca', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-filter: drop-shadow(3px 3px 3px #000000);
    -webkit-filter: drop-shadow(3px 3px 3px #000000);
    filter: drop-shadow(3px 3px 3px #000000);
}
.banner-txt p {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
.banner-btn {
    margin-top: 39px;
    align-items: center;
    margin: 0 auto;
}
.play-btn {
    padding: 15px 0 10px;
    text-align: center;
}
.play-btn a {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #005081;
    padding: 12px 65px;
    background: url(../images/btn-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 300ms;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.play-btn a:hover {
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.review-btn a {
    padding: 17px 36px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
}
.review-btn a:hover {
    color: #1096de;
}
/* end banner */
.second-heading {
    padding: 45px 0 10px;
}
.first-text {
    margin-bottom: 30px;
}
.first-text h2 {
    /*font-size: 42px;*/
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}
.second-text h3 {
    /*font-size: 42px;*/
    font-size: 32px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}
.first-text p, .second-text p {
    padding: 5px 0;
    text-align: justify;
    line-height: 25px;
}
/*3-casino section start*/
.casino {
    padding: 0px 0px;
}
.casino-container {
}
.casino-row {
    display: flex;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 5px 69px 1px #ccc;
}
.casino-col1 {
    padding: 0;
    background: #1096de;
    border-radius: 5px 0 0 5px;
    position: relative;
}
.choise {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    background: #004f79;
    padding: 8px 9px;
    border-radius: 5px 0 5px 0;
    color: #fff;
}
.casino-row2 {
    margin-top: 30px;
}
.casino-top {
    padding: 7px 0 15px;
}
.casino-logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
    padding-top: 10px;
}
.casino-Jackpot {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.star img {
    display: block;
    margin: 0 auto;
    background: linear-gradient(#005786, #00669d);
    padding: 5px 14px;
    border-radius: 9px;
}
.getup {
    font-size: 36px;
    line-height: 42px;
    color: #1096de;
    display: block;
    text-align: center;
    padding: 19px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.getupto {
    text-align: center;
    color: #757575;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.casino-list {
    padding: 22px 0 5px;
    display: flex;
}
.casino-listwrp {
    margin: 0 auto;
}
.casino-list p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    text-align: left;
    margin-bottom: 8px;
    letter-spacing: 1px;
    transition: 300ms;
}
.casino-list p:hover {
    color: #fff;
}
.casino-list p:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(../images/tick.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.casino-btn {
    margin-top: 2px;
}
.casino-play-btn {
    text-align: center;
    padding-top: 20px;
    margin: 24px 0 10px;
}
.casino-play-btn a {
    color: #005081;
    font-size: 32px;
    font-weight: 700;
    padding: 13px 68px;
    background-image: url(../images/btn-bg.png);
    background-size: 100% 100%;
    text-transform: uppercase;
    box-shadow: 0px 12px 36px 7px #dedede;
    font-family: sans-serif;
    letter-spacing: 2px;
}
.casino-play-btn a:hover {
    background: #000;
    color: #fff;
    border-radius: 10px;
}
.read-btn {
    display: flex;
}
.read-btn a {
    margin: 20px auto 0;
    text-align: center;
    color: #1b2226;
    font-size: 21px;
    padding: 12px 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
.read-btn a:hover {
    color: #1096de;
}
/* end 3 casino */
/* start latest news*/
.latest-news {
    padding: 80px 0 70px;
}
.slider {
    width: 100%;
    margin: 20px auto;
    padding: 40px 15px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 5px 69px 1px #ccc;
}
.slider .parent-slide {
    padding: 15px;
}
.slide {
    outline: none !important;
    border: none !important;
}
.slidewrp {
    display: flex;
    padding: 0 2px;
}
.slide-img {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.slide-img img {
    display: block;
    margin: auto;
}
.slide-txt {
    padding: 0 15px;
    width: 100%;
}
.slide-txt p {
    text-align: left;
    color: #000;
    line-height: 25px;
}
.date {
    padding: 7px 0 20px 0;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
}
.news-title a {
    font-size: 28px;
    color: #1096de;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.news-title a:hover {
    color: #feda40;
}
.slideer-read a {
    color: #1b2226;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
button.slick-prev.slick-arrow {
    background: url(../images/arrow-left.png);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -45px;
    left: 47%;
    z-index: 1;
    outline: none;
    border: none;
    transition: 300ms;
}
button.slick-next.slick-arrow {
    background: url(../images/arrow-right.png);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -45px;
    right: 47%;
    outline: none;
    border: none;
    transition: 300ms;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    filter: contrast(0.7);
}
/*news section end*/
/* start faq */
.faq {
    padding-bottom: 50px;
}
.faq-container {
    padding: 0 30px !important;
}
.faq-title {
    padding-bottom: 30px;
}
.faq-row {
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 0px 5px 69px 1px #ccc;
}
.faq-col-left {
    background: #1096de;
    padding: 20px;
    border-radius: 5px 0 0 5px;
}
.faq-col-rightwrp {
    display: flex;
    padding: 20px 0;
}
.faq-col-leftwrp a {
    display: flex;
    align-items: center;
}
.faq-col-leftwrp img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.faq-col-leftwrp p {
    letter-spacing: 1px;
}
.faq-col-leftwrp p, .faq-col-rightwrp p {
    text-align: left;
    margin: 0;
    padding: 7px 9px;
    color: #fff;
    font-weight: 500;
}
.faq-col-rightwrp p {
    color: #000;
    margin: auto;
}
/* end home */
/* start about */
.banner2 {
    background-size: cover ;
}
.banner-bottomwrp2 {
    background: none ;
    margin: 0px auto ;
    padding: 10px 0px 20px;
    max-width: 836px;
}
.banner-btn2 {
    align-items: center;
    margin: 0 auto;
    display: flex;
}
.city-bonus2 {
    font-size: 16px;
    padding: 40px 0 13px;
}
.welcome-bonus2 {
    font-size: 40px;
}
.play-btn2, .review-btn2{padding:15px 15px 10px}
.play-btn2 a {
    font-size: 21px;
    padding: 13px 49px;
    color: #fff;
}
.play-btn2 a:hover {
    color: #000;
}
.review-btn2 a {
    font-size: 19px;
    padding: 17px 14px;
    margin-left: 0;
}
.breadcumb {
    padding: 18px 0px 2px 0px;
}
.sub {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 33px;
    text-transform: uppercase;
}
.breadcumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcumb ul li {
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.breadcumb ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif !important;
}
.breadcumb ul li dd {
    display: inline-block;
    padding: 0 5px;
}
.breadcumb ul li:last-child dd {
    display: none;
}
.breadcumb ul li a:hover {
    color: #1096de;
}
.about {
    padding: 42px 0 0px;
}
.about-txt {
    padding-bottom: 37px;
}
.about-title h1 {
    font-size: 33px;
    text-align: left;
    letter-spacing: 0;
}
.about-txt-heading {
    font-weight: 600;
    color: #1b2226;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif !important;
    padding: 25px 0;
}
.about-txt p {
    text-align: left;
}
/* end about */
/* start news */
.news-index {
    padding: 50px 0 20px;
}
.news-index-main {
    padding: 20px 0;
}
.news-index-inner {
    display: flex;
    align-items: center;
    box-shadow: 0 1px 82px 0px #ccc;
}
.news-index-img {
    padding: 30px 15px 30px 15px;
}
.news-index-title {
    padding-bottom: 10px;
}
.news-index-title h1 {
    font-size: 33px;
    letter-spacing: 0;
}
.news-index-title a {
    color: #000;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif !important;
    transition: 300ms;
}
.news-index-title2 a:hover {
    color: #000;
}
.news-index-txt {
    padding: 20px;
}
.news-index-txt p {
    text-align: left;
    border-top: 1px solid #ccc;
    width: 90%;
    padding-top: 20px;
}
.date2 {
    font-size: 17px;
}
.news-index-inner:hover, .news-index-inner:focus {
    background: #00477c;
    color: #fff !important;
}
.news-index-inner:hover .news-index-title a, .news-index-inner:focus .news-index-title a {
    color: #FFF
}
.news-index-inner:hover .date, .news-index-inner:focus .date {
    color: #FFF
}
.news-index-inner:hover .slideer-read a, .news-index-inner:focus .slideer-read a {
    color: #FFF
}
.news-index-inner {
    position: relative;
}
.news-index-inner .slideer-read a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: "";
}
.slideer-read2 a {
    font-family: 'Quicksand', sans-serif !important;
}
.slideer-read2 a {
    text-decoration: underline !important;
}
.paginationwrp {
    padding: 3px 10px 3px 15px;
    margin-top: 52px;
}
.paginationwrp a {
    padding: 0 6px;
}
.paginationwrp a:hover {
    filter: contrast(0.5);
}
/* end news */
/* start news article */
.article-txt {
    padding-bottom: 20px !important;
}

.news-article-view {
    padding: 17px 0;
}
.news-article-contact {
    display: flex;
}
.news-article-contact i {
    font-size: 20px;
    color: #19b1ea;
}
.news-article-contact p {
    text-align: left;
    margin: 0;
    padding: 0 15px 0 10px;
    font-size: 15px;
    line-height: 20px;
    border-right: 1px solid #ccc !important;
    margin-right: 15px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.news-article-date p {
    border: none !important;
}
/* end news article */
/* start contact us */
.contact-form {
    background: url(../images/contact-bg.png);
    background-size: 100% 100%;
    padding: 56px 250px 30px 47px;
    margin-bottom: 40px;
}
.contact-form input {
    padding: 15px;
}
.contactus-title h1 {
    font-size: 33px;
    letter-spacing: 1px;
}
.contactus-title p {
    /*padding: 17px 50px 50px;*/
    /*font-weight: 500;*/
}
input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px !important;
    color: #000;
    margin-bottom: 30px !important;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}
textarea {
    color: #000;
    font-size: 18px !important;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}
.form-actions {
    display: flex;
}
.btn-contact {
    outline: none;
    border: none;
    margin: 35px auto 10px;
    padding: 13px 0;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: url(../images/btn-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 300ms;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 290px;
  max-width:100%;
    font-family: 'Raleway', sans-serif;
}
.btn-contact:hover {
    background: #fff;
    color: #000;
    border-radius: 10px;
}
textarea::placeholder {
    color: #191919;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #191919;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #191919;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #191919;
}
/* end contact us */
/* start footer */
footer {
    padding: 30px 0 15px;
}
.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-link ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-link ul li a {
    font-weight: 500;
    font-size: 17px;
    color: #1b2226;
    padding: 0 20px;
}
.footer-link ul li a:hover {
    color: #1096de;
}
.social-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.social-icon ul li {
    display: inline-block;
}
.social-icon ul li a {
    font-size: 25px;
    color: #1096de;
    margin: 0 7px;
    border-radius: 4px;
}
.social-icon ul li a:hover {
    color: #feda40;
}
footer i {
    margin-right: 10px;
}
.footer-bottom p {
    text-align: center;
    color: #1096de;
    font-weight: 700;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px;
}
.footer-link ul li {
    padding: 5px 30px;
}
.faq-title p, .casino-title p, .latest-news-title p {
    
}

/*Sidebar*/

.menu-list {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    border: 2px solid #046198;
}
.menu-list h4 {
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    padding: 10px 15px;
    border-bottom: 2px solid #046198;
    margin: 0;
}
.menu-list ul {
    margin: 13px 0;
    list-style: none;
    text-align: left;
    padding-left: 15px;
}
.menu-list ul li {
    padding-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 10px;
}
.menu-list ul li a {
    color: #000;
    transition: 4s;
}
.menu-list ul li a:hover {
    color: #046198;
    text-decoration: none;
}
.menu-list ul li a:hover:before {
    content: "Â»";
    padding-right: 5px;
}
img.img-responsive {
    display: block;
    margin: 10px auto;
}
img.img-responsive.pull-left {float: left; margin-right: 20px; margin-bottom: 20px; }
img.img-responsive.pull-right {float: right; margin-left: 20px; margin-bottom: 20px; }
@media (max-width:480px){
    img.img-responsive.pull-left,img.img-responsive.pull-right{ float: none !important; display: block; padding: 15px 10px !important; margin: 10px auto !important; }
}

.review-page {
    padding-top: 0 !important;
}

.review-image {
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    max-height: 270px;
}

.review-image img {
    transform: scale(1.4);
    max-width: 100%;
    height: auto;
}

.star-rattings {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.star-rattings i {
    color: #FFC703;
}

.star-rattings i.star-color-gray {
    color: #ccc;
}

.review-logo {
    margin-top: 25px;
}

.review-details {
    margin-top: 65px;
}

.review-details .casino-title {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
}

.review-details .casino-title-light {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.review-star-rattings {
    display: block;
}

.review-star-rattings i {
    color: #FFC703;
}

.review-star-rattings i.star-color-gray {
    color: #ccc;
}

.casino-bonus {
    margin-top: 10px;
}

.casino-bonus .bonus-text {
    color: #5E5E5E;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
}

.casino-bonus .save-icon {
    display: inline;
    float: left;
    margin-right: 10px;
}

.casino-review-section {
    padding-bottom: 40px;
}

.casino-review-section h3 {
    font-size: 22px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.details-box {
    margin-top: 20px;
}

.details-box h5,.payment-methods h5 {
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
}

.payment-methods {
    margin-top: 20px;
}

.details-box p {
    font-family: "Open Sans",sans-serif;
    color: #000000;
    border: 2px solid #046198;
    display: block;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.playsection {
    margin-top: 40px;
}

.playsection .playnow-btn {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #005081;
    padding: 12px 65px;
    background: url(../images/btn-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 300ms;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.playsection .playnow-btn:hover{
    opacity:.8;
}

.font-oeb {
    font-weight: 700;
}

.payment:not(:empty):not(:last-child):after {
    content: ", ";
}

.img-left{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-right{
  float: right;
  margin-left: 20px;
  margin: bottom: 20px;
}

.img-center{
  display: block;
  margin: 10px auto 20px auto;
}

.img-fluid{
  margin-bottom: 10px;
}