* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}

body {
    /* background-color: #000; */
}

a {
    text-decoration: none;
    color: #fff;
}

:root {
    --primary-color: #072E59;
    --secondary-color: #011731;
    --third-color: #C8A758;
    --text-color: #fff;
    --max-width: 1140px;
    --font-size: 35px;
    --margin-bottem: 8px;
    --font-familyHeading: Arial, Helvetica, sans-serif;
    z-index: 99;
}

ul {
    padding-left: 0;
}

.header {
    width: 100%;
    background-color: #000;
    /* position: sticky; */
    top: 0;
    z-index: 999;
}

.navsec {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding: 5px 0;
    margin: 0 16px 0 0;
}

.logo>span {
    display: none;
}

.menuBar>ul {
    display: flex;
    position: relative;
}

.menuBar>ul>li {
    padding: 30px 0px;
    margin-left: 10px;
}

.menuBar>ul>li>a {
    color: white;
    font-weight: 600;
    margin-left: 25px;
}

.menuBar>ul>li>a:hover {
    color: cyan;
}

.dropdown ul {
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.2s ease;
}

.dropdown ul li {
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

.dropdown ul li a {
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.menuBar ul li:hover ul {
    transform: scaleY(1);
}

.getIdOuter {
    background: rgb(0, 0, 0);
    background: linear-gradient(163deg, #99bbb3 0%, rgb(249 222 21) 100%);
    text-align: center;
    padding: 20px 10px;
}

.genuine {
    text-align: center;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 40px;
}

.lotus365 {
    text-align: center;
    color: #f9df16;
    text-shadow: 2px 2px 2px #000;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 60px;
}

.service_txt {
    text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 28px;
}

.get_your_id {
    max-width: 250px;
    height: 60px;
}

.key_txt {
    text-align: center;
    background-color: #1e8067b8;
    border: solid 10px #f9df16;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 10px;
}

.section-head {
    margin-bottom: 50px;
}

.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}

.pricingtable-inner {
    text-align: center;
}



.pricingtable-price {
    padding: 10px 15px;
    color: #000000;
    background: rgb(251, 243, 230);
    background: radial-gradient(circle, rgba(251, 243, 230, 1) 0%, rgba(235, 186, 114, 1) 100%);
    border: 1px solid #E9E9E9;
    font-weight: 700;
}

.pricingtable-row {
    background: white;
}

.pricingtable-bx {
    font-size: 30px;
    font-family: Arial;
    color: #000000;
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
}

.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #EE9F41;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}

a.whatsapp {
    background: #0B8A05;
    border: solid 2px #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 10px;
    margin-top: 5px;
    display: inline-block;
}

.pricingtable-features li:nth-child(even) {
    background-color: #FAEBD9;
    color: #000000;
}

.get_your {
    background: #C10000;
    color: #ffffff;
    box-shadow: 2px 5px 1px #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px 0px;
}

.circle_24 {
    background: #222939;
    border: solid 4px #ffffff;
    color: #FCD000;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 10px;
    height: 80px;
    width: 80px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.instant {
    font-size: 20px;
    font-weight: bold;
}

.pricingtable-features li:last-child {
    border-bottom: none;
}

.circle_247 {
    background: #ffffff;
    border: solid 4px #F20900;
    color: #F20900;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 10px;
    width: 80px;
    height: 80px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.pricingtable-title {
    background: rgb(213, 126, 22);
    background: radial-gradient(circle, rgba(213, 126, 22, 1) 0%, rgba(113, 50, 0, 1) 100%);
    padding: 20px;
    text-transform: uppercase;
}

.pricingtable-title * {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.truested {
    background: #000000;
    color: #ffffff;
    box-shadow: 2px 3px 1px #FFB607;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 5px;
    border-radius: 20px;
    margin: 5px 0px;
    display: block;
}

.demoOuter {
    background-color: transparent;
    background-image: linear-gradient(135deg, #1e8067 50%, #f9de15 50%);
    padding: 10px 20px 80px 20px;
}

.demoInner {
    max-width: 1366px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.openAcc h3 {
    margin-bottom: 20px;
    font-size: 21px;
    color: #e8c35e;
    background: -webkit-linear-gradient(top, #ffffff 45%, #ffffff 48%, #f9df16 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px #4d0148);
    text-align: center;
    padding: 30px 5px 10px 5px;
}

.openAcc p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 10px 20px 10px;
}

.buttonWraper>button {
    border: 0;
    background: transparent;
}

.buttonWraper>button>a {
    border-color: #f9df16;
    background-color: #f9df16;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 3px;
    color: #000;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.buttonWraper>button>a:hover {
    color: #fff;
}

.demoImgWraper {
    text-align: center;
    padding: 50px 0px 30px 0px;
}

.demoAccImg img {
    width: 180px;
}

.gradient_bg {
    background: rgb(0, 0, 0);
    background: linear-gradient(163deg, #99bbb3 0%, rgb(249 222 21) 100%);
    text-align: center;
    padding: 20px 10px;
}

.why_choose li {
    font-size: 19px;
    line-height: 40px;
    list-style: none;
    color: #fff;
}

.innerSection {
    padding-top: 70px;
    padding-bottom: 0px;
    background-size: cover;
    position: relative;
    background: linear-gradient(163deg, rgb(249 222 21) 0%, #99bbb3 100%);
}

.paymentMethodWraper {
    background: #fff;
    padding: 25px 0;
}

.choose-bx {
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose-bx:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: rgb(0, 119, 216);
    background: -moz-linear-gradient(top, rgba(242, 194, 137, 1) 0%, rgba(254, 241, 231, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 194, 137, 1) 0%, rgba(254, 241, 231, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(30 128 103) 0%, rgb(249 222 21) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077d8', endColorstr='#16bae1', GradientType=0);
    border-radius: 100%;
}

.choose-bx:hover:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    border-radius: 0;
}

.choose-bx:hover {
    transform: translateY(-10px);
}

.outerMain {
    padding: 60px 0;
}

strong {
    font-weight: 600;
    color: #EB9C3E;
}

.section-head p {
    padding-top: 10px;
    font-size: 16px;
}

.bestGameList li {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.bestGameList li:before {
    color: #FF6600;
}

.bestGameList li:before {
    content: "#";
    margin-right: 6px;
}

.bestGameListOuter {
    background: linear-gradient(163deg, #99bbb3 0%, rgb(249 222 21) 100%);
}

.disclamer {
    border: 2px solid white;
}

.footerTop {
    background: #1e8067;
    padding: 50px 0 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.widget {
    margin-bottom: 40px;
}

.logoFooter {
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.logoBox p {
    margin-bottom: 20px;
    color: #F9E2C6;
    line-height: 24px;
    font-size: 15px;
}

.footerButton button {
    border: 2px solid #f9de15;
    padding: 10px 30px;
    background: none;
    border-radius: 40px;
    margin-bottom: 10px;
}

.footerButton a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
}

.footerBottom {
    background-color: #000000;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.footerBottom span {
    color: rgba(255, 255, 255, 0.4);
}

.footerBottom a {
    padding-left: 15px;
}


.post-slide {
    border-radius: 15px;
    padding-top: 1px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-nav {
    text-align: center !important;
    margin-top: 20px;
}

.owl-nav .owl-prev {
    background: #333 !important;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 30px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: 0.5s ease 0s;
}

.owl-nav .owl-next {
    background: #333 !important;
    position: absolute;
    top: 35%;
    right: 0px;
    width: 30px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: 0.5s ease 0s;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}

.owl-nav .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.sliderSection {
    background: url('../images/bg.jpg');
    background-size: 100%;
    /* background-size: 500px auto; */
    padding: 50px 0;
}

.headerWraper {
    background-color: #1e8067;
    padding: 10px 0;
}

.logoandMenu {
    display: flex;
    align-items: center;
}

.top-logo {
    margin-right: auto;
    max-width: 240px;
}

.top-call-us {
    padding-left: 40px;
}

.headerWraper .icon-bx-wraper {
    display: flex;
    align-items: center;
}

.logoandMenu .icon-md {
    width: auto;
    margin-right: 15px;
}

.icon-content {
    overflow: hidden;
}

.top-call-us .tilte {
    font-size: 15px;
    color: #b0b0b0;
    font-weight: 400;
    margin-bottom: 5px;
}

.icon-bx-wraper .tilte {
    margin-top: 0;
}

.top-call-us .icon-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.white {
    color: #ffffff;
    font-weight: bold;
}

.top-appoint,
.top-time,
.top-call-us {
    padding-left: 40px;
}

.top-appoint .button-md {
    font-size: 18px;
    background-color: #f9de15;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 20px;
}


@media screen and (max-width: 991px) {
    .headerWraper {
        display: none;
    }

    .clean-header .main-bar .logo-header {
        display: inline-block;
        width: 120px;
        height: auto;
    }
}

.main-bar {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 62, 62, 1) 100%);
}

.mobileMenu {
    background-color: #1e8067;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: white;
}

.mobileMenu .logo img {
    max-width: 100%;
}

.mobileMenu .btn {
    font-size: 12px;
    padding: 5px 8px;
    font-weight: bold;
    background-color: #f9de15;
    color: #ffffff;
    border-radius: 20px;
}
.mobileMenu .btn a{
    color: #000;
}
/* Hamburger icon */
.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
}

.hamburger span {
    background-color: white;
    height: 3px;
    width: 100%;
    border-radius: 2px;
}

/* Sidebar styling */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: white;
    padding: 20px;
    transition: 0.3s;
    z-index: 1000;
}

.sidebar.open {
    left: 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin: 15px 0;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.sidebar .close-btn {
    text-align: right;
    font-size: 24px;
    cursor: pointer;
}

/* Overlay for when the menu is open */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 500;
}

.overlay.show {
    display: block;
}

/* Media Queries: Apply to Mobile and Tablet only */
@media (min-width: 991px) {

    .mobileMenu,
    .sidebar,
    .overlay {
        display: none;
    }
}

@media (max-width: 768px) {

    .whatsappImg img {
        width: 100%;
        height: 60px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .whatsappImg img {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .headerMenu {
        display: none;
    }
}

.btnHam {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.headerMenu {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 62, 62, 1) 100%);
}

.headerMenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.headerMenu ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 12px;
    display: inline-block;
}

.headerMenu ul li:hover {
    border-bottom: 2px solid yellow;
}