/* Header Section */
.header-nav .navbar-brand img {
    width: 200px;
}

.navbar {
    background: #150035;
    position: relative;
}

.full_nav .nav {
    width: 610px;
    justify-content: center;
}

.nav-sign li a {
    border-radius: 10px;
    text-shadow: none;
    box-shadow: none;
    filter: none;
}

.nav-sign li.login.yellow a {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
}

.nav-sign li.login.yellow a:hover {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
}

.nav-sign li a {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
}

.nav-sign li a:hover {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    text-shadow: none;
}

#cssmenu li.signup,
#cssmenu li.login {
    width: 44% !important;
    margin: 10px auto;
    border: none;
}

#cssmenu li.signup {
    float: left;
    margin: 10px 0 10px 4%;
}

#cssmenu li.login {
    float: right;
    margin: 10px 4% 10px 0;
}

#cssmenu li.signup a,
#cssmenu li.login a {
    border: none;
    border-radius: 10px;
    text-shadow: none;
    box-shadow: none;
    filter: none;
    position: relative;
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    text-align: center;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 400;
    font-family: "Anton";
    padding: 13px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.9s ease 0;
    -moz-transition: all 0.5s ease 0;
    -ms-transition: all 0.5s ease 0;
    -o-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    box-shadow: 0 5px 35px 0px rgba(0, 0, 0, .2);
    background-image: radial-gradient(#f7ad05, #f7ab00);
    filter: drop-shadow(0 0px 10px rgba(254, 215, 125, 0.2));
}

#cssmenu li.signup a {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
}

#cssmenu li.login a {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
}

@media screen and (max-width: 768px) {
    .logo {
        top: -2px;
        left: 10px;
    }

    .logo img {
        width: auto;
    }
}

/* Homepage Slider */
.main_page {
    height: calc(100vh - 83px);
}

.banner-center {
    position: absolute;
    top: 0px;
    left: 0%;
    width: auto;
    text-align: center;
    transform: none;
}

.col-6.banner_text {
    margin-top: -60px;
}

.banner-center .title {
    width: auto;
    font-size: 150px;
    letter-spacing: 0px;
    line-height: 150px;
    background: linear-gradient(to right, #eeb661, #de8541);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_text h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 20px;
}

.banner-center .Demo-btn a {
    font-size: 40px;
    padding: 20px 118px;
    font-weight: 200 !important;
}

.col-6.banner_image {
    text-align: center;
    margin: auto;
}

.slick-slide img {
    display: block;
    height: 87vh;
    max-height: 87vh;
    width: auto;
    margin: auto;
}

/* CSS for Slick Slider Arrows */
/* Previous (left) arrow */
.slick-prev {
    left: 10px;
    /* Adjust the left position */
    z-index: 1;
    /* Ensure it appears above the slides */
    /* Add more styling as needed */
}

/* Next (right) arrow */
.slick-next {
    right: 10px;
    /* Adjust the right position */
    z-index: 1;
    /* Ensure it appears above the slides */
    /* Add more styling as needed */
}

/* Styling the arrows */
.slick-prev,
.slick-next {
    font-size: 0px;
    /* Adjust the font size */
    color: #fff;
    /* Arrow color */
    width: 40px;
    /* Width of the arrow */
    height: 40px;
    /* Height of the arrow */
    border-radius: 50%;
    /* Make it round */
    line-height: 40px;
    /* Center the arrow */
    text-align: center;
    /* Center the arrow */
    cursor: pointer;
    /* Show pointer cursor */
}

/* Hover effect for arrows */
.slick-prev:hover,
.slick-next:hover {}

/* Hide arrows on certain screen sizes if needed */
@media screen and (max-width: 768px) {
    .main_page {
        height: calc(75vh + 70px) !important;
        background-size: cover;
    }

    .banner-center {
        top: 80px;
    }

    .col-6.banner_text {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .banner-center .title {
        font-size: 100px;
        line-height: 100px;
    }

    .banner_text h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-center .Demo-btn a {
        font-size: 25px;
        padding: 20px 80px;
    }

    .slick-slide img {
        height: auto;
        max-height: none;
        width:80%;
        /*
        height: 72vh;
        max-height: 72vh;
        */
    }

    .slick-prev,
    .slick-next {
        display: none;
    }

    #project-img .col-md-3 {
        width: 50%;
    }

    #banner .banner-center {
        flex-direction: column;
    }

    #banner .banner-center .col-6 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .conter-res {
        /*margin-top: 0 !important;*/
    }
}

.heading h2,
.heading h3 {
    background-image: linear-gradient(to right, #eeb661, #de8541);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Demo-btn a {
    border-radius: 10px;
    text-shadow: none;
    box-shadow: none;
    filter: none;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
}

.Demo-btn a:hover {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
    text-shadow: none;
}

#project-img .Demo-btn a {
    font-size: 20px;
    padding: 10px 15px;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
}

#project-img .Demo-btn a:hover {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
    text-shadow: none;
}

#project-img .port-text-btm {
    position: relative;
    top: auto;
    margin-bottom: 10px;
}

.banner-center {
    display: flex;
    width: 100% !important;
    flex-direction: row;
    align-items: center;
}

/* Latest Winners */
section#latest-winners {
    margin-top: -85px;
    background: #0b001b;
}

#WinnersBox #ContLatestWinners {
    background-color: #0b001b;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    background: #221f33 !important;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .owl-carousel .owl-stage {
    display: flex;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .left {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
    background: #333143;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .right {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 200px;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .right .MounWin {
    background-image: linear-gradient(to right, #eeb661, #de8541);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .GameWin {
    color: #fff !important;
    text-wrap: wrap;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    max-height: 800px
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffbe31
}

#WinnersBox {
    width: 100%;
    margin: 0 auto
}

#WinnersBox #ContLatestWinners {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: transparent;
    text-align: center;
    color: #fff;
    overflow: hidden
}

#WinnersBox #ContLatestWinners #Winners_Box_C {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    float: left;
    overflow: hidden
}

#WinnersBox #ContLatestWinners #BoxDotsLoadW {
    display: block;
    width: 80px;
    height: 100%;
    margin: 0px auto;
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 90;
    background: #011737
}

#WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots {
    display: block;
    width: auto;
    height: 10px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    top: 45px;
    padding-left: 10px
}

#WinnersBox #ContLatestWinners #BoxDotsLoadW:after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    margin: 0px;
    position: absolute;
    right: -100px;
    top: 0px;
    background: #011737
}

#WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots .BallDot {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    float: left;
    border-radius: 5px;
    background: #011737;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots .BallDot.Active {
    background: #ffbe31
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    padding: 25px 40px;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    text-overflow: ellipsis !important;
    white-space: nowrap
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .NameWinner {
    font-weight: bold;
    text-transform: capitalize;
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .MounWin {
    color: #f7ab00
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .GameWin {
    color: #011737;
    text-decoration: underline
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner:hover .GameWin {
    color: #f7ab00;
    text-decoration: underline
}

@media only screen and (min-width: 320px) and (max-width:460px) {
    #WinnersBox {
        padding: 0 10px
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW {
        width: 40px;
        padding-left: 0px
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots {
        width: 40px;
        height: auto;
        margin: 25px auto;
        position: relative;
        left: auto;
        top: auto
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots .BallDot {
        margin: 10px auto;
        float: none
    }
}

@media only screen and (min-width: 320px) and (max-width:420px) {
    #WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner {
        padding: 20px 40px;
        font-size: 12px
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots {
        margin: 5px auto
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW #ConDots .BallDot {
        width: 7px;
        height: 7px
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW {
        right: 85px
    }

    #WinnersBox #ContLatestWinners #BoxDotsLoadW:after {
        width: 85px;
        right: -85px
    }
}

/* Global Setting */
.dark-light {
    background: #0b001b;
}

.control {
    background: #0b001b;
}

.in-project {
    margin-bottom: 0;
}

.conter-res {
    margin-top: 0;
}

section#counter {
    padding: 0px 0 40px;
}

.start-img,
.control-img {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
}

.start-img:hover,
.control-img:hover {
    background: linear-gradient(to right, #6787f4 30%, #935ef4 70%);
}

.start-img i,
.control-img i {
    background: #fff;
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-menu.active {
    color: #e8a004;
    outline: 0;
}

.project-img .nav-pills {
    margin: 20px 0 40px 0;
}

#control .row.margin-bottom {
    margin-bottom: 60px;
}

.control-pad {
    padding: 0;
    margin: 0px;
}

.control-pad:after,
.control-pad:before {
    width: 100%;
    top: 13px !important;
}

.control-pad:after,
.control-pad:before,
.border-effect1,
.border-effect2 {
    top: 0;
}

#footer-section .heading {
    margin-bottom: 0;
}

#footer-section .heading h2 {
    text-align: left;
    padding: 0 0 0px;
    line-height: 34px;
}

#footer-section .links {
    text-align: left;
}

#footer-section .foot-menu {
    padding-top: 10px;
}

.foot-menu ul {
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
}

.foot-menu ul li {
    float: none;
}

.foot-menu ul li a {
    display: inline-block;
    padding: 0px 0 5px;
    font-size: 18px;
}

#footer-section .payments ul li {
    margin: 0;
    padding: 0 10px 10px 0px;
}

#footer-section .payments ul li img {
    /*
    background: #fff;
    border-radius: 5px;
    width: 100px;
    padding: 5px 10px;
    */
}

.copyright {
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    #footer-section {
        padding-top: 20px;
    }

    #footer-section .info-links,
    #footer-section .imp-links {
        width: 50%;
    }

    #footer-section .payments .heading h2 {
        text-align: center;
    }

    #footer-section .heading h2 {
        padding: 0px 0;
        font-size: 20px;
        text-align: left;
        line-height: 24px;
    }

    .foot-menu {
        padding-top: 0px;
    }

    .foot-menu ul {
        text-align: left;
    }

    .foot-menu ul li a {
        font-size: 16px;
        padding: 0px 0 5px;
    }

}

/* Promotions Page */
body.inner-page .main-section {
    padding: 50px 0;
}

body.inner-page .heading {
    margin: 0px 0;
}

body.inner-page .heading h2,
body.inner-page .heading h3 {
    padding: 20px 0;
    line-height: 36px;
}

body.inner-page .main-section ul,
body.inner-page .main-section ol {
    padding-left: 30px;
}

body.inner-page .main-section ol li {
    list-style: auto;
}

body.inner-page .main-section ul li {
    list-style: disc;
}

body.inner-page .main-section p,
body.inner-page .main-section li {
    font-size: 16px;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    cursor: auto;
    color: #fff;
    z-index: 0;
    margin-top: 10px;
}

body.inner-page .main-section .content-area a {
    color: #ffffff;
    text-decoration: underline;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

body.inner-page .main-section .content-area a:hover {
    color: #f7ab00;
}

body.inner-page .promotions-inner-section {
    padding: 40px 0;
}

body.inner-page .promotion {
    padding: 20px 20px;
}

body.inner-page .promotion-box .image-area img {
    border-radius: 20px;
}

body.inner-page .promotion-box .promo-button-area {
    text-align: center;
    cursor: pointer;
}

body.inner-page .promotion-box .promo-read {
    margin: 10px 0px;
}

body.inner-page .promotion-box .promo-read a {
    font-size: 18px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;
    color: #fff;
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer;
}

/* Popup Design */
.BackPopup {
    display: none;
    width: 100%;
    height: 105%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background: rgba(19, 33, 45, 0.8);
    overflow: hidden
}

.BackPopup .BoxContPopup {
    display: block;
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 5% auto;
    z-index: 10;
    text-align: center;
    padding: 30px 10px;
    background: #202d3b !important;
    border: 2px solid #f7ab00;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    border-radius: 10px
}

#loginModal.BackPopup {
    -webkit-animation-name: slowshow;
    animation-name: slowshow;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

#loginModal.BackPopup .BoxContPopup {
    z-index: 10000000000000000000000000000;
    max-width: 400px;
    min-height: 417px;
    height: auto;
    background: #202d3b;
    border: 2px solid #f7ab00
}

@media (max-height: 420px) {
    #loginModal.BackPopup .BoxContPopup {
        height: 75%;
        top: 5%
    }
}

@media (min-width: 700px) {
    #loginModal.BackPopup .BoxContPopup {
        padding: 30px
    }
}

#LuckyShot.BackPopup {
    -webkit-animation-name: slowshow;
    animation-name: slowshow;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - 125px);
    min-height: 300px
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont .game_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont .game_item img {
    border-radius: 5px
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont button {
    margin: 20px auto
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont .overlay .loader--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#LuckyShot.BackPopup .BoxContPopup .ContInfo .game_cont .wait {
    text-align: center;
    font-family: "Nunito Sans", sans-serif
}

.BackPopup .BoxContPopup .ContInfo {
    display: none;
    width: 100%;
    height: auto;
    max-height: 65vh;
    overflow: hidden;
    position: relative;
    margin: 0px;
    z-index: 10;
    text-align: justify;
    padding: 0px 20px;
    background: #202d3b;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
    overflow-y: auto;
    color: #015ecc
}

.BackPopup .BoxContPopup .ContInfo p {
    display: block;
    margin: 0px auto 30px auto;
    padding: 0px 0px;
    color: #ffffff
}

.BackPopup .BoxContPopup .ContInfo ul {
    display: block;
    margin: 0px auto 10px auto;
    padding: 0px 20px
}

.BackPopup .BoxContPopup .ContInfo ul li {
    margin: 0px auto 10px auto;
    padding: 0px 0px;
    color: #ffffff;
    list-style: disc;
}

.BackPopup .BoxContPopup .ContInfo ol {
    display: block;
    margin: 0px auto 10px auto;
    padding: 20px !important
}

.BackPopup .BoxContPopup .ContInfo ol li {
    margin: 0px auto 10px 0px;
    padding: 0px 0px;
    color: #ffffff;
    list-style: auto;
}

.BackPopup .BoxContPopup .ContInfo .Heading,
.Subtitle {
    display: block;
    margin: 0px auto 10px auto;
    padding: 0px 0px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal !important;
    letter-spacing: 1px;
    color: #023780
}

.BackPopup .BoxContPopup .ContInfo p {
    font-size: 16px
}

.BackPopup .BoxContPopup .ContInfo ul {
    font-size: 16px
}

.BackPopup .BoxContPopup .ContInfo .Heading {
    font-size: 30px
}

.BackPopup .BoxContPopup .ContInfo .Heading.Title {
    font-size: 30px;
    color: #f7ab00;
    background: #2a3747;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0px auto 20px auto
}

.BackPopup .BoxContPopup .ContInfo .Subtitle {
    font-size: 30px;
    color: #023780;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0px auto 20px auto;
    font-weight: bold !important;
    text-transform: uppercase
}

.BackPopup .BoxContPopup .ContInfo .Heading.Day {
    font-size: 60px;
    color: #023780;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    text-align: center;
    height: 80px;
    line-height: 95px;
    padding: 0px 10px;
    font-weight: bold !important;
    border-radius: 10px;
    margin: 0px auto 20px auto
}

.BackPopup .BoxContPopup .ContInfo .Subtitle {
    font-size: 25px
}

.BackPopup .BoxContPopup .ContInfo h3 {
    font-size: 20px
}

.BackPopup .BoxContPopup .LogoGame {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0px auto 20px auto
}

.BackPopup .BoxContPopup .ContInfo .Heading.Title2 {
    font-size: 20px;
    color: #ffffff;
    background: #202d3b;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0px auto 20px auto
}

.BackPopup .BoxContPopup .ContInfo form label:has(input:-webkit-autofill) span {
    height: 15px !important;
    font-size: 11px !important
}

.BackPopup .BoxContPopup .ContInfo label {
    position: relative;
    display: block
}

.BackPopup .BoxContPopup .ContInfo label span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: grey;
    font-weight: bold;
    pointer-events: none;
    -webkit-transition: 0.3s height ease-in, 0.3s font-size ease-in;
    transition: 0.3s height ease-in, 0.3s font-size ease-in
}

.BackPopup .BoxContPopup .ContInfo label.focus span {
    height: 15px;
    font-size: 11px
}

.BackPopup .BoxContPopup .ContInfo label input {
    display: block;
    text-align: left;
    width: 100%;
    margin: 5px auto;
    line-height: 45px;
    background-color: rgb(229, 234, 237);
    border: 1px solid rgb(229, 234, 237);
    border-radius: 3px;
    padding-left: 20px
}

.BackPopup .BoxContPopup .ContInfo label input.bad {
    border-color: rgb(227, 64, 66);
    color: rgb(227, 64, 66);
    background-color: rgba(227, 64, 66, 0.1)
}

.BackPopup .BoxContPopup .ContInfo label .error {
    display: none
}

.BackPopup .BoxContPopup .ContInfo button {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 30px auto;
    cursor: pointer;
    border-radius: 10px;
    border: solid 2px #f7ab00;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    color: #202d3b;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase
}

.BackPopup .BoxContPopup .ContInfo button.disabled {
    opacity: 0.6;
    border-color: #101111;
    background-color: #101111 !important;
    pointer-events: none
}

.BackPopup .BoxContPopup .ContInfo button:not(.disabled):hover {
    border: solid 2px #202d3b;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #202d3b !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.BackPopup .BoxContPopup .ContInfo .sublinks a {
    text-align: left;
    color: #ffffff;
    padding: 15px 0;
    display: block;
    font-weight: bold;
    position: relative
}

.BackPopup .BoxContPopup .ContInfo .sublinks a:hover {
    opacity: 0.8
}

.BackPopup .BoxContPopup .ContInfo .sublinks a:not(:last-child) {
    border-bottom: 1px solid rgb(229, 234, 237)
}

.BackPopup .BoxContPopup .ContInfo .sublinks a:after {
    content: "→";
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 100%
}

.BackPopup .BoxContPopup .ContInfo::-webkit-scrollbar {
    width: 10px;
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo::-webkit-scrollbar-track {
    background: #01429c;
    border-radius: 20px;
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo::scrollbar {
    width: 10px;
    border-radius: 20px;
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo::scrollbar-track {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    border-radius: 20px;
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo::scrollbar-thumb {
    border-radius: 20px;
    background: #2a3747;
    cursor: pointer
}

.BackPopup .BoxContPopup .ContInfo {
    scrollbar-face-color: #f7ab00;
    scrollbar-shadow-color: #f7ab00;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #2a3747;
    cursor: pointer
}

.BackPopup .BtnClosePopup {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: 0px;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
    background: url("../images/icon-50x50-close.svg") 50% 50% no-repeat #202d3b;
    background-size: 100%;
    border-radius: 50px;
    border: 2px solid #f7ab00
}

.BackPopup .BtnClosePopup:hover {
    background-color: #f7ab00
}

@media only screen and (min-width: 360px) and (max-width:900px) {
    .BackPopup .BoxContPopup {
        width: 90%;
        height: auto;
        max-height: calc(90vh - 15%);
        top: 10%
    }

    .BackPopup .BtnClosePopup {
        width: 45px;
        height: 45px;
        right: -10px;
        top: -25px
    }

    .BackPopup .BoxContPopup .ContInfo p {
        font-size: 14px
    }

    .BackPopup .BoxContPopup .ContInfo ol,
    ul li {
        font-size: 14px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading {
        font-size: 20px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading.Title {
        font-size: 20px
    }

    .BackPopup .BoxContPopup .ContInfo .Subtitle {
        font-size: 16px
    }

    .BackPopup .BoxContPopup .ContInfo h3 {
        font-size: 14px
    }

    .BackPopup .BoxContPopup .ContInfo::-webkit-scrollbar {
        width: 5px
    }

    .BackPopup .BoxContPopup .ContInfo::scrollbar {
        width: 5px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading.Day {
        font-size: 50px;
        height: 60px;
        line-height: 75px
    }

    .BackPopup .BoxContPopup .ContInfo .Subtitle {
        font-size: 20px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading.Title2 {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .BackPopup .BoxContPopup {
        width: 90%;
        height: auto;
        max-height: calc(90vh - 15%);
        top: 10%
    }

    .BackPopup .BoxContPopup .ContInfo p {
        font-size: 12px
    }

    .BackPopup .BoxContPopup .ContInfo ol,
    ul li {
        font-size: 11px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading {
        font-size: 20px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading.Title {
        font-size: 20px
    }

    .BackPopup .BoxContPopup .ContInfo .Subtitle {
        font-size: 16px
    }

    .BackPopup .BoxContPopup .ContInfo h3 {
        font-size: 14px
    }

    .BackPopup .BoxContPopup .ContInfo .Subtitle {
        font-size: 15px
    }

    .BackPopup .BoxContPopup .ContInfo .Heading.Title2 {
        font-size: 12px;
        line-height: 13px
    }

    .BackPopup .BtnClosePopup {
        width: 45px;
        height: 45px;
        right: -10px;
        top: -25px
    }
}

@media only screen and (max-width: 319px) {
    .BackPopup {
        display: none !important
    }

    .BackPopup .BtnClosePopup {
        width: 45px;
        height: 45px;
        right: -10px;
        top: -25px
    }
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 1.6s infinite linear;
    animation: sk-rotate 1.6s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #f7ab00;
    border-radius: 100%;
    -webkit-animation: sk-bounce 1.6s infinite ease-in-out;
    animation: sk-bounce 1.6s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    to {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

/* Banking Page */

.BoxContTable {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px auto 30px auto;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 10px;
    overflow: hidden
}

.BoxContTable a {
    color: #ffffff !important
}

.BoxContTable .RowTitle {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%);
    color: #202d3b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    font-family: "Nunito Sans", sans-serif
}

.BoxContTable .Row_N {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #011737;
    font-size: 15px;
    overflow: hidden
}

.BoxContTable .Colum {
    display: block;
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden
}

.BoxContTable .Colum.C_1 {
    width: 25%
}

.BoxContTable .Colum.C_2 {
    width: 25%
}

.BoxContTable .Colum.C_3 {
    width: 20%
}

.BoxContTable .Colum.C_4 {
    width: 20%
}

.BoxContTable .Colum.C_5 {
    width: 10%;
    cursor: pointer
}

.BoxContTable .Colum.Info {
    display: block;
    background: url("../images/info-icon.svg") 50% 50% no-repeat #181d25;
    background-size: 20%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.BoxContTable .Colum img {
    width: auto;
    height: 65px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.BoxContTable .Row_N:last-child {
    border-bottom: 0px
}

.BoxContTable .Row_N:nth-child(odd) {
    background-color: #202d3b
}

.BoxContTable .Row_N:nth-child(2n) {
    background-color: #2a3747
}

.BoxContTable .Colum.Info:hover {
    background: url("../images/info-icon_over.svg?=000") 50% 50% no-repeat #ffffff;
    background-size: 30%
}

.BoxContTable .Row_N:hover>a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.BoxContTable .Row_N:hover {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #011737 !important
}

.BoxContTable a:hover {
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #011737 !important
}

.BoxContTable .Row_N:hover>* {
    color: #011737 !important
}

.pageDescr {
    font-size: 15px;
    text-align: center
}

.BtnsSign {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 30px auto;
    cursor: pointer;
    border-radius: 10px;
    border: solid 2px #f7ab00;
    margin: 30 auto;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #202d3b !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px;
    text-transform: uppercase
}

.BtnsSignbanking {
    margin: 30px;
    margin-bottom: 30px
}

.BtnsSign:hover {
    border: solid 2px #f7ab00;
    background: #202d3b !important;
    color: #f7ab00 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.BtnMDetails {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 30px auto 10px auto;
    cursor: pointer;
    border-radius: 10px;
    border: solid 2px #f7ab00;
    margin: 10 auto;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #202d3b !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.BtnMDetails:hover {
    border: solid 2px #f7ab00;
    background: #202d3b !important;
    color: #f7ab00 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.LogoPopupBP {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0px auto 20px auto
}

.TitleBP {
    display: block;
    width: 80%;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0px auto 30px auto !important;
    text-transform: uppercase;
    background: linear-gradient(to right, #eeb661 30%, #de8541 70%) !important;
    color: #202d3b !important;
    font-family: relative;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 20px !important;
    text-align: center;
    border-radius: 5px
}

.ParDetails {
    color: #ffffff;
    font-size: 12px !important
}

.SubPromoTitle {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto !important;
    text-transform: uppercase;
    color: #ffffff !important;
    font-family: relative;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 20px;
    line-height: 20px;
    text-align: center
}

.ParDetails {
    font-size: 13px !important;
    margin: 0px auto 20px auto !important;
    padding: 0px !important
}

.terms {
    font-size: 14px;
    text-align: justify
}

@media only screen and (min-width: 521px) and (max-width:1200px) {
    #BankingPage {
        padding: 0px 30px
    }

    .BoxContTable {
        max-width: 560px;
        border-radius: 5px
    }

    .BoxContTable .RowTitle {
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .BoxContTable .Row_N {
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .BoxContTable .Colum.Info {
        background-size: 40%
    }

    .BoxContTable .Colum.Info:hover {
        background-size: 50%
    }

    .pageDescr {
        font-size: 13px;
        text-align: justify
    }

    .terms {
        font-size: 13px;
        text-align: justify
    }
}

@media only screen and (min-width: 361px) and (max-width:520px) {
    #BankingPage {
        padding: 0px 0px
    }

    .BoxContTable {
        max-width: 420px;
        border-radius: 5px
    }

    .BoxContTable .RowTitle {
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .BoxContTable .Row_N {
        height: 55px;
        line-height: 55px;
        font-size: 10px
    }

    .BoxContTable .Colum img {
        width: auto;
        height: 40px;
    }

    .BoxContTable .Colum.Info {
        background-size: 40%
    }

    .BoxContTable .Colum.Info:hover {
        background-size: 50%
    }

    .pageDescr {
        font-size: 11px;
        text-align: justify
    }

    .terms {
        font-size: 11px;
        text-align: justify
    }

    .LogoPopupBP {
        max-width: 80px;
        margin: 10px auto 20px auto
    }

    .TitleBP {
        width: 100%;
        height: 35px !important;
        line-height: 35px !important;
        margin: 0px auto 20px auto !important;
        font-size: 18px !important
    }

    .ParDetails {
        font-size: 11px !important
    }

    .SubPromoTitle {
        font-size: 15px;
        line-height: 16px
    }

    .ParDetails {
        font-size: 12px !important
    }

    .BtnMDetails {
        max-width: 190px;
        height: 40px;
        line-height: 40px;
        margin: 30px auto 10px auto;
        font-size: 15px
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    #BankingPage {
        padding: 0px 0px
    }

    .BoxContTable {
        border-radius: 5px
    }

    .BoxContTable .RowTitle {
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .BoxContTable .Row_N {
        height: 55px;
        line-height: 55px;
        font-size: 10px
    }

    .BoxContTable .Colum img {
        width: auto;
        height: 40px;
    }

    .BoxContTable .Colum.Info {
        background-size: 40%
    }

    .BoxContTable .Colum.Info:hover {
        background-size: 50%
    }

    .pageDescr {
        font-size: 11px;
        text-align: justify
    }

    .terms {
        font-size: 11px;
        text-align: justify
    }

    .LogoPopupBP {
        max-width: 80px;
        margin: 0px auto 20px auto
    }

    .TitleBP {
        width: 100%;
        height: 30px !important;
        line-height: 30px !important;
        margin: 0px auto 20px auto !important;
        font-size: 15px !important
    }

    .ParDetails {
        font-size: 11px !important
    }

    .SubPromoTitle {
        font-size: 15px;
        line-height: 16px
    }

    .ParDetails {
        font-size: 11px !important
    }

    .BtnMDetails {
        max-width: 190px;
        height: 40px;
        line-height: 40px;
        margin: 30px auto 10px auto;
        font-size: 15px
    }
}

@media only screen and (min-width: 0px) and (max-width:319px) {
    .BoxContTable {
        display: none
    }
}

/* Contact Page */

#MainContactUs {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
    min-height: 100px;
    opacity: 1;
}

#MainContactUs p {
    font-size: 20px
}

#MainContactUs p.SText {
    font-size: 15px
}

#MainContactUs #ConBoxesC {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0px auto 30px;
    min-height: 100px;
    clear: both
}

#MainContactUs #ConBoxesC .BoxesC {
    display: block;
    width: 100%;
    margin: 0px auto 30px auto;
    min-height: 130px;
    clear: both;
    position: relative;
    background: rgba(0, 7, 16, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

#MainContactUs #ConBoxesC .BoxesC .IconBox {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0px;
    background: url("../images/contact-icons-130x130.svg") 0% 0% no-repeat;
    -webkit-filter: invert(100%) sepia(99%) saturate(15%) hue-rotate(239deg) brightness(104%) contrast(100%);
    filter: invert(100%) sepia(99%) saturate(15%) hue-rotate(239deg) brightness(104%) contrast(100%);
    background-size: 260px 390px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2
}

#MainContactUs #ConBoxesC .BoxesC .CInfoBox {
    display: block;
    width: 100%;
    height: 130px;
    margin: 0px;
    padding: 30px 0px 0px 140px;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

#MainContactUs #ConBoxesC .BoxesC .CInfoBox h3 {
    display: block;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 25px
}

#MainContactUs #ConBoxesC .BoxesC .CInfoBox p {
    display: block;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 18px
}

#MainContactUs #ConBoxesC #LChat .IconBox {
    background-position: 0% 0%
}

#MainContactUs #ConBoxesC #Email .IconBox {
    background-position: 0% 50%
}

#MainContactUs #ConBoxesC #Phone .IconBox {
    background-position: 0% 100%
}

#MainContactUs #ConBoxesC .BoxesC .CInfoBox span {
    display: inline-block
}

#MainContactUs #ConBoxesC .BoxesC:hover {
    background: #2a3747;
    border: 2px solid #dbad64;
    color: #dbad64;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#MainContactUs #ConBoxesC .BoxesC:hover .CInfoBox {
    color: #dbad64
}

#MainContactUs #ConBoxesC .BoxesC:hover .CInfoBox h1 {
    color: #dbad64
}

#MainContactUs #ConBoxesC .BoxesC:hover .CInfoBox p {
    color: #dbad64
}

#MainContactUs #ConBoxesC #LChat:hover .IconBox {
    background-position: 100% 0%
}

#MainContactUs #ConBoxesC #Email:hover .IconBox {
    background-position: 100% 50%
}

#MainContactUs #ConBoxesC #Phone:hover .IconBox {
    background-position: 100% 100%
}

@media only screen and (min-width: 300px) and (max-width:600px) {
    #MainContactUs p {
        font-size: 12px
    }

    #MainContactUs p.SText {
        font-size: 11px
    }

    #MainContactUs #ConBoxesC {
        max-width: 300px
    }

    #MainContactUs #ConBoxesC .BoxesC {
        padding: 10px
    }

    #MainContactUs #ConBoxesC .BoxesC .IconBox {
        width: 80px;
        height: 80px;
        background-size: 160px 240px;
        position: relative;
        left: auto;
        top: auto;
        margin: 0px auto;
        padding: 0px
    }

    #MainContactUs #ConBoxesC .BoxesC .CInfoBox {
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        margin: 0px auto;
        padding: 0px 0px 20px 0px;
        text-align: center
    }

    #MainContactUs #ConBoxesC .BoxesC .CInfoBox h1 {
        font-size: 20px
    }

    #MainContactUs #ConBoxesC .BoxesC .CInfoBox span {
        display: block !important;
        width: 100% !important;
        clear: both
    }

    #MainContactUs #ConBoxesC .BoxesC .CInfoBox p {
        font-size: 15px;
        line-height: 15px
    }
}