@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,700&display=swap");

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #dbd8ff;
    line-height: 28px;
    overflow-x: hidden;
    font-family: "Josefin Sans", sans-serif;
    /* background: #1f2235; */
    background: rgb(236, 236, 236);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: black;
    font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: black;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fa983a;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
    margin-top: -11px;
}

h3 {
    font-size: 28px;
    margin-top: -9px;
}

h4 {
    font-size: 24px;
    margin-top: -7px;
}

h5 {
    font-size: 20px;
    margin-top: -6px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    margin-top: -6px;
    color: #2c2c2c;
}

p {
    margin-top: -12px;
}
.contact-image{
    height: 450px;
    position: relative;
    top: -100px;
}
.contact-form {
    background-color: #E55A42;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

p:last-child {
    margin-bottom: -7px !important;
    color: #2c2c2c;
}

@media (min-width: 576px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 50px;
        line-height: 60px;
        margin-top: -14px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -11px;
    }

    h4 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -10px;
    }

    h5 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
    }

    h6 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -8px;
        color: #2c2c2c;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

select,
input,
textarea,
button {
    background-color: white;
    border: 1px solid #bccaea;
    outline: none;
}

select,
input,
textarea {
    width: 100%;
    background-color: white;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
select {
    height: 50px;
    color: black;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: white;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #fa983a;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #fa983a;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.lh-35 {
    line-height: 35px !important;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_fixed {
    background-attachment: fixed;
}

.max-width-200{
    max-width: 200px;
}

.hero-section {

    position: relative;
    padding: 180px 0 110px;
}

.hero-content {
    text-align: center;
}

.hero-section::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #203a43;
    background: -webkit-linear-gradient(to top, #000, #203a43);
    background: linear-gradient(to top, #000, #5f5f5f);
    opacity: .93;
}

.hero-section .hero-content {
    position: relative;
}

.hero-title {
    margin: 0;
    color: #ffffff;
}


.quick-links, .social-icons-2, .header__wrapper .left__side, .header__wrapper .right__side, .menu, .author, .widget-tags ul, .widget-categories ul li a, .widget-post .blog-slider .item .content .meta-post, .widget-post .slider-nav, .social-icons, .bets__item, .steps__list, .game__type, .bet__wrapper-sports, .app-btn-area, .blog-author, .comment-area li .blog-item, .post-details .post-content, .post-details .post-content .entry-meta, .post-details .post-content .entry-meta .thumb, .post-details .tags-area, .post-details .tags-area .tags {
    display: flex;
    flex-wrap: wrap;
}


/*BLog Details Section Starts Here*/
.post-details {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 60px;
}

.post-details .post-inner {
    padding: 50px 60px 40px;
}

.post-details .post-header .meta-post {
    font-size: 16px;
    margin-right: -15px;
    margin-bottom: 36px;
}

.post-details .post-header .meta-post a {
    color: #fa983a;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 5px;
}

.post-details .post-header .title {
    margin-bottom: 36px;
}

@media (min-width: 576px) {
    .post-details .post-header .title {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .post-details .post-header .title {
        font-size: 46px;
        line-height: 55px;
    }
}

.post-details .post-content {
    align-items: start;
}

.post-details .post-content .entry-content {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.post-details .post-content .entry-content p {
    margin-bottom: 40px;
}

.post-details .post-content .entry-content img {
    margin-bottom: 44px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-details .post-content .entry-meta {
    justify-content: center;
    width: 50px;
}

.post-details .post-content .entry-meta .thumb {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.post-details .post-content .entry-meta .thumb img {
    position: relative;
    z-index: 1;
    width: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-details .post-content .entry-meta .thumb a {
    text-decoration: none;
}

.post-details .post-content .entry-meta .comment {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.post-details .post-content .entry-meta .comment i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid rgba(31, 53, 92, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fa983a;
    margin: 0 auto;
}

.post-details .post-content .entry-meta .comment span {
    display: block;
    font-size: 16px;
    color: #dbd8ff;
}

@media (max-width: 767px) {
    .post-details {
        margin-bottom: 40px;
    }

    .post-details .post-inner {
        padding: 30px 15px 30px;
    }

    .post-details .post-header .meta-post {
        margin-bottom: 20px;
    }

    .post-details .post-header .title {
        margin-bottom: 25px;
    }

    .post-details .post-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .post-details .post-content .entry-content p {
        margin-bottom: 30px;
    }

    .post-details .post-content .entry-content img {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .post-details .post-header .title {
        margin-bottom: 20px;
    }

    .post-details .post-content .entry-content, .post-details .post-content .entry-meta {
        width: 100%;
        padding: 0;
    }

    .post-details .post-content .entry-meta {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .post-details .post-content .entry-meta .comment {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .post-details .post-content .entry-meta .comment span {
        margin-left: 5px;
    }
}

.post-details .tags-area {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 30px 15px;
}

@media (max-width: 767px) {
    .post-details .tags-area {
        padding: 20px 15px 5px;
    }
}

.post-details .tags-area .tags {
    font-size: 16px;
    margin-bottom: 15px;
}

.post-details .tags-area .tags span {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-weight: 600;
}

.post-details .tags-area .tags a {
    color: #dbd8ff;
    text-decoration: none;
}

.post-details .tags-area .tags a::after {
    content: ",";
}

.post-details .tags-area .tags a:last-child::after {
    display: none;
}

.post-details .tags-area .social-icons {
    margin: -5px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.post-details .tags-area .social-icons li {
    padding: 5px;
}

.post-details .tags-area .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(219, 216, 255, 0.8);
}

.post-details .tags-area .social-icons li a.active, .post-details .tags-area .social-icons li a:hover {
    border: none;
    color: #ffffff;
    background: #fa983a;
}

.mb-70 {
    margin-bottom: 70px;
}

.blog-single-section {
    margin-top: -280px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog-single-section {
        margin-top: -160px;
    }
}


.faq-item .faq-title .plus::before, .faq-item .faq-title .plus:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.pt-70 {
    padding-top: 50px;
}

.pb-70 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 120px;
    border-radius: 25px;
    margin-top: 50px;
    background-color: white;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
    color: #2c2c2c !important;

}

@media (min-width: 992px) {
    .pt-100 {
        padding-top: 100px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }
}

/*Preloader Starts*/
.loader {
    background: #313552;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: #eb4747;
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: #ebeb47;
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: #47eb47;
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: #47ebeb;
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: #4747eb;
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mb-30-none {
    margin-bottom: -30px !important;
}

.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

/*Section-Header Starts Here*/
.section--bg {
    background: rgb(236, 236, 236) !important;
}

.body--bg {
    background: #1f2235 !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(49, 53, 82, 0.7);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.cl-1 {
    color: #fa983a;
}

.cl-2 {
    color: #05c3de;
}

.action-btn {
    display: block;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 2px;
}

.badge {
    font-weight: 400;
}

.badge--info,
.btn--info {
    background: #3498db;
}

.badge--primary,
.btn--primary {
    background: #0652DD;
}

.badge--success,
.btn--success {
    background: #44bd32;
}

.badge--warning,
.btn--warning {
    background: #F79F1F;
    color: #00060b;
}

.badge--danger,
.btn--danger {
    background: #eb2f06;
    color: #00060b;
}

.circle-1 {
    border-radius: 50%;
    background-color: gray;
    opacity: 0.2;
    width: 777px;
    height: 777px;
    position: absolute;
    right: calc(50% - 100px);
    top: 50%;
    transform: translateY(-50%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    position: relative;
    color: #fff;
    letter-spacing: normal;
    line-height: 1.8;
    transition:  all 0.35s ease-in-out;
}
.circle-2 {
    border-radius: 50%;
    background-color: gray;
    opacity: 0.2;
    width: 247px;
    height: 247px;
    position: absolute;
    left: calc(50% + 250px);
    top: 50%;
    transform: translateY(-50%);
}

.footer-section {
    font-size: 16px;
}

.footer-section .container, .footer-section .footer-bottom {
    position: relative;
}

.footer__title {
    font-size: 20px;
    color: black !important;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.subscribe-form-2 .form--control {
    padding: 0 15px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer-widget p {
    margin: 0;
    color: black;
}

.footer__links li {
    padding: 0;
}

.footer__links li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__links li a {
    text-decoration: none;
    color: black;
}

.footer__links li a:hover {
    color: #E55A42;
}

.footer-logo {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .footer-widget {
        text-align: center;
    }

    .footer-logo {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo a {
        display: block;
    }

    .footer-logo a img {
        max-width: 100%;
    }
}

.footer-logo {
    max-width: 200px;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    max-width: 100%;
}

.subscribe-form {
    display: flex;
}

.subscribe-form input {
    height: 60px;
    background: #313552;
    outline: none;
    border-radius: 5px 0 0 5px;
    border: 1px solid gray;
    color: #ffffff !important;
}

.subscribe-form input:focus {
    box-shadow: none;
}

.subscribe-form button {
    /* background: #fa983a; */
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

@media (max-width: 575px) {
    .subscribe-form input {
        height: 50px;
    }

    .subscribe-form button {
        font-size: 14px;
    }
}

.copyright {
    font-size: 15px;
    color: black;
}

.quick-links {
    margin: 0 -8px;
}

.quick-links a {
    padding: 0 8px;
    color: #dbd8ff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
}

.quick-links a:hover {
    color: #fa983a;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.footer-bottom.text-white {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom.text-white .quick-links li a {
    color: #ffffff;
}

.footer-section .container, .footer-section .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-shape {
    max-height: 300px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.social-icons-2 {
    margin: -5px;
}

.social-icons-2 li {
    padding: 5px;
}

.social-icons-2 li a i {
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    justify-content: center;
    background: #1f2235;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icons-2 li a i:hover {
    background: #E55A42;
}

.footer-section {
    background: white;
    /* background-color: #131e51; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__wrapper .left__side {
    align-items: center;
}

.header__wrapper .right__side {
    align-items: center;
}

@media (max-width: 575px) {
    .header__wrapper .left__side {
        margin-inline-end: 15px;
    }

    .header__wrapper .left__side .logo {
        width: 130px;
    }

    .header__wrapper .reaload-btn {
        display: none;
    }

    .header__wrapper .select-bar {
        height: 30px;
        line-height: 30px;
        padding-left: 8px;
        padding-right: 24px;
    }

    .header__wrapper .select-bar .current {
        font-size: 12px;
    }
}

.logo {
    max-width: 150px;
}

.logo a {
    display: block;
    height: 70px;
}

.logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}


.menu li a:hover,
.menu li a:active {
    color: #8ACC5E;
}

@media (min-width: 768px) {
    .menu {
        padding-left: 20px;
        font-size: 16px;
    }

    .menu li {
        padding: 5px;
    }

    .menu li a {
        color: #E55A42;
        padding: 5px 10px;
    }

    .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        border-radius: 5px;
        z-index: 9;
        background: white;
        border: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 90%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
    }

    .menu li .submenu li {
        padding: 0;
    }
    .input-group-addon {
        background-color: transparent;
        border-left: 0;
    }

    .cc-number.identified {
        background-repeat: no-repeat;
        background-position-y: 3px;
        background-position-x: 99%;
    }

    .cc-number.visa {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAABHNCSVQICAgIfAhkiAAABLhJREFUWIXtmGtMFGcUhp9vdhaWBceyuCjFCwouIBhQ0agYMYKphraoMbZVY9T+0NQ/pbZpE2uTpknTJk1JWnszsdVqrVbTRpNeTDCtqRULoiAW2S1euClQdhfXZYHdYac/djtgtMVWE6Dx/TVzvnO+ed9z+WYyAsDhcCQCJZqm5WuaZmEYQwjhEkKcAIptNluLqKqqSjSbzTVxcXExiqIYZVkeao7/CFVV8Xg8AafT6fX5fNNls9lcEhcXN8pisQxv5mHIsozFYjECMUCJFAwGCxRFGRHkB0JRFGMwGCyQgNjh3jZ3Q5hzrDTURO4XDwUMNR4KGGrc9fhR/6hFddUj0EIGYcAwJh3Zkqz7+Lr9HC+9CEBUVARLCzL59vgF/H6VmOhIlizOACAY1Cgrv0xVTRNt7TcxGCTiraNY/8x8os2R+n7XGju48FszfWoQRYkiPy/9vwuQrdMwRMfT6zhG17ldEPAhRcQQu+EUiFDRDn1dwVsl3wGweeMi5s1J5oXthwBYON/GksUZ3PL2sH7Lbmrrrt/xjFVFOboAd6ePFWs/wNftByDCKFN5cgcREYMf73/rIcxjMGVv4tV9PWzOKsPSXU2f+woGS0pYQDkARtnAuqfm4qhv02OTJ1sBeOf94zr5x/IzKVg0Db9f5Vx1A6OVKN1/38EynTyAP6BSU9vCrOxJgwoYdAamZmZQtHMCbcaZqB2XADhz9gpXGzoAKFyaRfyYUTjqW/tjkscCUHWhUbctL5zBk8uyWFU0izdfW6lnt6cnwIEjZwCYN7u/Rc8PiL0vAXm5NvqCgqd3JdJwtRmAg0fK9fWNa+YDYB9QgalT4gGYmdWfwee27eelHYdpvu6+bf8jRytxd/oAeKV4mV6Zc9UND0ZAmi2BsVaFXhVKjgbocHop/akWCGUszZYAoFdACEFyWMDLzy9j9YrZCCHQNI1j31fx+Or3OP3rZSA04HsO/AJAVuYE0mwJZE+fCMD56gdUAYC83FQAfqxo59P9pwiofQBsWrdA9/n9cqgCiQmP6MNpMhl5Y/tyDu/ZQk52EgDdPX5ef/sYAD+cuEhTiwuAuTlTqHPcYGy8AoCrs4trjc4HJGCBDQBN09j75WkAkpOsLMwN2d2dXXi7egGwpYwLEw3o8dMzxvPhu+sQQgDg84UGdvfnP+s+n+w5SdGanXz1TYVuu5c2uqfP0HlzUjDKBgJqH2o4+xvW5urrN1pv6te2lNAAb9r6GQAZ6Y9ilA2UV15F00LvlcV5aZw5e4WLl1oAiImOJDLSqO/hcnehaRrnqxtZ+cTM+xcQbY4gZ0YSZRWh3rXERrO8cIa+3treLyA1XAFHfSvert47sliwaBrbtxWy9cUvdNvej58lMz1Rv1+1/iNqapuprG7A6fJiMhlve+kNhKirq9NSU1MHFdHh9OJyewFQFDPjwr0K4LnVQ2tbJwATx8dhMhlpanHT0NSB19uLpmmMHh3FlKR4Pe6voTfIBpKTrLc9q7Xdg8fjQwjB5ElWJEkgSeIOTna7/d4FDEfY7faR/zH3UMBQ438hwK2q6lDz+NcIc3ZLkiSVejyeEafA4/EEJEkqlX0+XzFQAIy4X4tAsYCR/XP3T6N8y7XxxywcAAAAAElFTkSuQmCC);
    }
    .cc-number.mastercard {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAABHNCSVQICAgIfAhkiAAABOFJREFUWIXVmF1MU2cYx3/ncA4t/dRWPhRECU07DKhoYIuZJFomQXAsuzHZsi3Ri+GyZHGZyZxuu+BCb4xemDi3ZDeDRU0Mm86wRYmZeuEEHImT0VKCfPnBV7GlhdLS7uLoxoXA230J/+RcnPR53vf3vH3e532fIwF4vd5s4HgikXAnEgkbi1iSJI1JktQM7Hc6nYNSe3t7tsFguGO3200Wi0VVFOV5M86rWCxGIBCIjo6OToTD4SLFYDAct9vtZpvNtrjJn0hRFGw2mwqYgONyPB4vt1gsSwJ+tiwWixqPx8tlYPliT5tn6Qnzcvl5g/xT/e2lj42M4G9sJHj5MpHeXuLBIEp6OmmFhVh37sRSWYkkz1qf+AwM/AR9P4C/AyaHQDWDeQ1kvwJrX4O09KQ5pM7OzoTL5RJ2iEciPKirY+jECeKh0Jx2OqeTnGPHWFZdDb0X4eYBeOyZe2DFCIUfwObPIEUnxOLxeJILIPrwIb6aGsK3bgnZI0m4vngDEw1i9gDpJVDxPRhWLmjq8XgQ3gMzoRC+qipxeCDFomfoqwYeNQu7wHALNFVBdO5/d7aEAxg8eJDw7dvCHMaS9eS9NYn9JdBnQiIu7Aqjv8Ktj4VMhVIo0tPDb04nxGLCDKkZOlRj5M93XQbk7RF2B0mB3V6w5M1p4vF4xKrQ2JkzyHo9OoeDKY+H1NxcmJkh4vM9G35tLo53+p49WKoVbBtg/HeYGp570uUF0H0Gig/OyyYUQPDqVZbV1JBXX493xw4cFy4w3tiI//x5FJuNsbNnSSsoIK24GOJxrNXVdL//NtZdrzPZ3kZ8IoiavZoMdwrm2gYIdMO9Rgg/AFmnldYVm2CiX1vxmWnYehquv/vvBBAdGMDidjPd349t925iw8NMeb3onU5MZWWYt23DWl3Ng7o6dA4Hkiyz+lQDU11dZHz0KWP19azYu5eZ/lboqodfDoB+Bbj2wJoaWLMLVlfA/Z/BmK1N6r8LoYEF2YQ3cVphIaHWVsxuNxGfjxSTCWtVFXqXi6muLibv3sVYUoIuP5+hkycxl5dj2LCB6P376NetY/DwYe0wG2nTBszaqoGb14IpF7rPgmKAts+hv0kLQEBCAag5OaQVFRFuayPQ1IQuP58Uu53Y6Kj2e2YmweZmDKWlqKtWYdi4kemeHkKtrfjPnUNfUEC4pYVY549QegS2fgk5FTDRBymp2jPcoqVW0Yfwwl7ttDbmLMgmlEKW7dvpra1lqqODRCzG46YmJm7cwLRlC7HxcSRZRl25Em9ZGUpmJgATTV9jfNlNtKeL4aM+CHaiDt6B6/dAVmCoRcv7jtPau78DfN9C5hbtDBjv0IJZQP9ZGc19z4Fe/1eVUq2gzxJ2Fy6jQimky8sjfd++JGaHvlPdPLoMj65oT2wiKXdYVzsv/FMJb+LsI0cwbNokDpBIoOZvxroect8Ek0PcFXsxlB4VMhUOIMVoxHHpEobSUmGOke/aiPAiqcuEXbTLXOUlUI1C5kk1NGpWFq5r18g6dAjZOP8EOqeT/IsXyfnmJlRcAOsCN17FCBs/gVevC91EnyrpfuCpZjc00319zAQC/3tDk3Q/sNiUVD+wWCUD/lgS9X2x6AmzX5Zl+UogEFhyEQQCgagsy1eUcDi8HygHltynRWC/BEv74+4fAxroUkHf2nEAAAAASUVORK5CYII=);
    }
    .cc-number.amex {
        background-image: url(data:image/png;base64,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);
    }
    .cc-number.discover {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAABHNCSVQICAgIfAhkiAAABMNJREFUWIXVWF1oU2cYfnJ6WrTYbE2oBEpko9JQaosQsChjggqhiobdWC+qd2V/udCOXUmkdlUYvciuKsxhV3B0qx1tJrgJrZqua1eKmmKWpkbr2lg12BobNSfJ+c55djEX7FrFn2KTB76L877v937PA8/Hd3gNAHD9+vVSAB6S20makMUwGAwPDAZDP4BD5eXlMwa/319aWFh4zWw2rzEajfmyLK80xxdCCIF4PK7Ozc09TiQSVXJhYaHHbDYXmUym7Gb+FLIsw2Qy5QNYA8Aj6bq+w2g05gT5Z2E0GvN1Xd8hASjOdtsshaeci6WVJvKmyHkBi7xz9OhRRCIRrFq1Cna7Hfv374csy3C73XC5XFAUBS0tLYhGo6ivr0ddXR1mZ2fR2tqKYDCIyspKHD58GEVFRdBu/QF1+FsgEYNU9iHyP3Dh+9OdMJlMcDqdAIBTp05h3bp1GBgYwJ07dwAAJSUlOH78OBoaGgAAxcXFOHDgAKqqqhYrCIVCfBbV1dU8efIke3t76XQ6uWfPHpKkzWbjxMQEHQ4HW1tbOTw8zNHRUSqKQpvNxubmZgYCAXo8HobDYYrpUT5pfp9Pmt/LrOSZz3j27Flu3LiRJJlOp2mxWDg9Pc2Kigq2t7ezv7+fQ0NDFEJQkiSOjIywvb2dFouF/0coFOKSt3fTpk2orq7Grl27YLFYEIlEMrnS0lJ4vV6sX78eu3fvRl9fH8xmM9xuNwCgsrISAJD65UsAXNBXGz+H2sYWfP7gAcbGxnDjxg1s3rwZVqsVADA5OYlEIgGr1QqDwQAAiEQimJ6eRklJyctZaEFSllFQUABVVTOxEydOoKurC8eOHYPX64XT6cTq1asXb5byluwp5eWhoaEBHR0dmJiYQGNjYyaXTCahKApSqRQAgCR8Ph86OzsRCoWWJrmUhS5evMhgMEiXy8WtW7cusJDP52MsFmNPTw/tdjvn5uZosVjY3d1NIQS7u7sZCAQoZvx88lXZQgv1HCJJ3r17l2vXruWGDRsy51ZUVHBwcJDRaJTRaJRCCObl5ZEkHQ4H29ralrTQIgH19fWsqanhtm3b2NTUxPn5eZLk3r17OTU1xSNHjrC8vJx2u52XLl0iSfr9fu7cuZNlZWWsra1lOBwmSYrIFSbPfEqlo47pwTbqIpU55+DBg+zo6Mh879u3jzU1NZmlqiq3bNlCkgwEAnQ4HFQUJVOvhs4vLSAXIG4NMdG2naFQiDn3DujRcaTOfALoGoAce8j0e0EkT9cDyXgmljM/Qdrfw0h1fQykHi2I54QA9fIPUH9rAnSxKJfVAph6jPSvbmjXep9bk7UCtKkRpL1fgPMzL6zLOgFMxJC+8DW0qz+9VH3WCKCWhrjSCdX3DaA8fOl9Ky6AugYt4IXq84APb7/y/hUTQFWB8HdB/PndaxH/D29dgD57E+LqjxBj3a9klefhrQig8hBa6DzE2M/QI6PL01T6l7oMICaEWPbJBB/fhxa+ABE8B/3WHwC1Ze2Pd60AEJMlSeqLx+Mfvelgi2oS+u3L0G4OQJv8HYyOLw/R5yBlcwpJkvpee7RITYV+7y/ot69An7kKPToOaIuf+mWFXAC8Y0XK5hT3iyoeAagyALk93P0HjHXGXp92US0AAAAASUVORK5CYII=);
    }

    .one-card > div {
        height: 150px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .two-card > div {
        height: 80px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 48%;
    }

    .two-card div.amex-cvc-preview {
        float: right;
    }


    .amex-cvc-preview {
        background-image:url(data:image/png;base64,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);
    }

    .visa-mc-cvc-preview {
        background-image:url(data:image/png;base64,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);

    }
    .menu li .submenu li:not(:last-child) {
        border-bottom: 1px solid  rgb(236, 236, 236) !important;
    }

    .menu li .submenu li a {
        padding: 5px 15px;
        display: block;
    }

    .menu li .submenu li a:hover {
        padding-left: 20px;
        color: #8ACC5E;
    }

    .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    li {
        font-size: 14px;
    }

    li a {
        padding: 0 7px;
    }
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 600;
    margin: -5px 9px 0;
    font-size: 90%;
}

@media (max-width: 767px) {
    .menu-item-has-children > a {
        justify-content: space-between;
    }
}

.select-bar {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    height: 37px;
    line-height: 37px;
    padding-left: 12px;
    padding-right: 27px;
    margin: 0 15px;
}

.select-bar::after {
    border-color: #ffffff;
}

.select-bar .list {
    max-height: 200px;
    overflow-y: auto;
    background: #313552;
}

.select-bar .list .option {
    padding-top: 0;
    padding-bottom: 0;
}

.select-bar .list .option.selected, .select-bar .list .option.focus, .select-bar .list .option:hover {
    background: #fa983a;
}

@media (max-width: 991px) {
    .select-bar .right__side .select-bar {
        margin: 0 10px;
    }

    .select-bar .right__side .select-bar .current {
        font-size: 14px;
    }
}

.reaload-btn {
    line-height: 1;
    border-radius: 4px;
    color: #fa983a;
}

@media (max-width: 991px) {
    .reaload-btn {
        font-size: 16px;
    }
}

.profile__thumb {
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.profile__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header__wrapper {
        position: relative;
    }

    .menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        background: white;
        box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        justify-content: space-between;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        transition: all ease 0.5s;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }

    .menu > li {
        width: calc(50% - 15px);
        padding: 0;
        margin-bottom: 20px;
    }

    .menu > li:nth-last-of-type(1), .menu > li:nth-last-of-type(2) {
        margin-bottom: 0;
    }

    .menu > li > a {
        padding: 10px 0;
        font-size: 18px;
        border-bottom: 1px solid #a7a7a7;
        margin-bottom: 15px;
        /* color: #ffffff; */
    }

    .menu > li > a::after {
        display: none;
    }

    .menu > li .submenu li a {
        font-size: 90%;
        /* color: #dbd8ff; */
    }
    .menu > li > a > b {
        color: #646464;
    }
}

@media screen and (max-width: 767px) and (max-width: 499px) {
    .menu > li {
        width: 100%;
    }

    .menu > li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .menu.active {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

/*Header Bar Starts*/
.header-bar {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 14px;
    margin-left: auto;
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #E55A42;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(2px, -5px);
    -ms-transform: rotate(-45deg) translate(2px, -5px);
    transform: rotate(-45deg) translate(2px, -5px);
}

header {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.active {
    top: 0;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.right__menu__btn {
    position: relative;
    display: flex;
}

.right__menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 240px;
    border-radius: 5px;
    z-index: 9;
    background: #1f2235;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 90%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.right__menu li {
    padding: 0;
}

.right__menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.right__menu li a {
    padding: 5px 15px;
    display: block;
    color: #dbd8ff;
}

.right__menu li a:hover {
    color: #fa983a;
    padding-left: 20px;
}

.right__menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.right__menu .custom-button {
    color: #fff !important;
}

.author {
    padding: 10px;
}

.author .profile__thumb {
    width: 35px;
    height: 35px;
    padding: 0 !important;
}

.author .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.author .content .title {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

.author .content span {
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}

.fz-14 {
    font-size: 14px;
    line-height: 1.2;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background: #eaf7e4;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #eaf7e4;
}

*::-webkit-scrollbar-button {
    background: #fa983a;
}

*::-webkit-scrollbar-thumb {
    background: #fa983a;
}

.banner__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}

.banner__item .banner__content {
    padding: 120px 30px 30px;
    height: 100%;
    max-width: 520px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.select-box{
    position: relative;
}

input[type="tel"]{
    border-radius: 0.5rem .5rem 0 0;
}
.select-box:focus{
    border: 1px solid black;
}
.selected-option{
    background-color: #eee;
    display:flex;
    justify-content:space-between;
    align-items: center;
    border-radius: 5px;
    margin-right: 4px;
}
.selected-option div{
    position: relative;
    width: 10rem;
    height: 2.8rem;
    padding-top: 10px;
    text-align: center;
    color:black;
    cursor: pointer;
}

.select-box .options{
     position: absolute;
     top: 4rem;
     width:100%;
     background-color: white;
     border-radius:10px;
     display: none;
}
.select-box .options.active {
    display:block;
}
.select-box .options::before{
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width:0;
    height:0;
    border: .6rem solid transparent;
    border-bottom-color: rgb(236, 236, 236);
}
.select-box ol {
    list-style: none;
    max-height: 12rem;
    padding-left: 0px;
    overflow: overlay;
    color: #000;
}
.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.select-box ol li:hover {
    background-color:rgb(236, 236, 236);
    color: red;
}

.banner__item .banner__content-content {
    flex: 1 0 auto;
    padding: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    position: relative;  /* updated */
    top: -35px;  /* updated */
    background: radial-gradient(black, transparent);
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
    /* margin-bottom: 20px; */
}

@media (max-width: 767px) {
    .banner__item .banner__content {
        /* background: rgba(49, 53, 82, 0.8); */
        backdrop-filter: unset;
    }
}

.banner__item .banner__title {
    margin: 0;
    font-size: 40px;
    color: white;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
}

.banner__item .banner__subtitle {
    font-size: 30px;
    line-height: 1.4;
    color: #fa983a;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media screen and (max-width: 450px) {
    .banner__item {
        font-size: 16px;
        line-height: 1.5;
    }

    .banner__item .banner__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner__item .banner__title {
        font-size: 30px;
    }

    .banner__item .banner__subtitle {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .banner__item {
        min-height: 100vh;
    }
}

@media (max-width: 991px) {
    .banner__item {
        min-height: calc(100vh - 140px);
    }
}

@media (max-width: 575px) {
    .banner__item {
        min-height: calc(100vh - 110px);
    }
}

.sign-in-btn {
    display: flex;
    text-align: center;
    height: 60px;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #8ACC5E;
    justify-content: center;
    color: #ffffff;
}

.sign-in-btn .right {
    padding: 0 20px;
    clip-path: polygon(100% 0%, 100% 47%, 100% 100%, 20px 100%, 0% 50%, 20px 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 54, 140, 0.2);
}

.sign-in-btn .left {
    padding: 16px 10px;
}

.sign-in-btn * {
    margin: 0;
    color: #ffffff;
}

.sign-in-btn > * {
    flex-grow: 1;
}

/* .sign-in-btn2 {
    display: flex;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #8ACC5E;
    justify-content: center;
    color: #ffffff;
} */

/* .sign-in-btn2 .right {
    padding: 0 20px;
    clip-path: polygon(100% 0%, 100% 47%, 100% 100%, 20px 100%, 0% 50%, 20px 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 54, 140, 0.2);
}

.sign-in-btn2 .left {
    padding: 30px 10px;
} */

.sign-in-btn2 * {
    margin: 0;
    color: #ffffff;
}

/* .sign-in-btn2 > * {
    flex-grow: 1;
} */
.img-div{
    width: 50%;
}
.img-div2{
    width: 50%;
}
.appstore2{
    padding: 7px;
    margin-top: 2px;
}
@media screen and (max-width: 450px) {
    .sign-in-btn {
        font-size: 14px;
    }

    .sign-in-btn .btn-title {
        font-size: 16px;
    }
}

.banner__thumbs__wrapper {
    padding: 20px;
}

@media (min-width: 992px) {
    .banner__thumbs__wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 520px;
        background: rgba(49, 53, 82, 0.8);
        z-index: 2;
    }
}

.banner__thumbnails {
    height: 120px;
    cursor: pointer;
    position: relative;
    background: #1f2235;
}

.banner__thumbnails::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(250, 152, 58, 0.3);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.banner__thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .banner__thumbnails {
        height: 100px;
    }
}

@media (max-width: 575px) {
    .banner__thumbnails {
        height: 70px;
    }
}

@media screen and (max-width: 450px) {
    .banner__thumbnails {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
}

.owl-item.synced .banner__thumbnails::before {
    opacity: 1;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #fa983a;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-prev:hover, .owl-next:hover {
    background: white;
}

.owl-prev:hover.disabled, .owl-next:hover.disabled {
    opacity: .2;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel:hover .owl-prev {
    left: 10px;
    opacity: 1;
}

.owl-carousel:hover .owl-next {
    right: 10px;
    opacity: 1;
}

.owl-carousel:hover .owl-prev.disabled, .owl-carousel:hover .owl-next.disabled {
    opacity: .2;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    margin: 3px;
}

.owl-dots .owl-dot.active {
    width: 20px;
    background: #fa983a;
}

.banner-section {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .banner-section {
        display: flex;
        flex-direction: column;
    }
}

/*Account Section Starts Here*/
.account-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    min-height: 100vh;
    position: relative;
}

.account-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(236, 236, 236);
}

.account-section .container {
    position: relative;
}

.account-wrapper {
    background: #E55A42;
    -webkit-border-radius: 5px;
    position: relative;
    top: 50px;
    margin-bottom: 100px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
    padding: 40px 30px;
}

.account-wrapper .account-title {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white !important;
}

.account-wrapper .account-subtitle {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white !important;
}

@media (max-width: 575px) {
    .account-wrapper {
        padding: 30px 15px;
    }
}

.text--base {
    color: #8ACC5E;
}

.account-form-area {
    /* background: #313552; */
    padding: 30px 30px 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .account-form-area {
        padding: 30px 15px;
        font-size: 14px;
    }
}

.input--group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.input--group input {
    height: 50px;
    /* background: #1f2235; */
    color: black;
}

.input--group .form-label {
    width: 170px;
    margin: 0;
    font-size: 16px;
}

.input--group .group--input {
    width: calc(100% - 170px);
    padding-left: 15px;
    /* display:flex; */
}

.input--group:not(:last-child) {
    margin-bottom: 20px;
}

.input--group .checkgroup {
    align-items: center;
    display: flex;
}

.input--group .checkgroup input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: -3px;
    opacity: 0;
}

.input--group .checkgroup label {
    padding-left: 5px;
    position: relative;
}

.input--group .checkgroup label::before {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 600;
    position: absolute;
    right: calc(100% + 5px);
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    text-align: center;
    background: #ffffff;
    color: #ffffff;
    font-size: 12px;
    padding: 0;
    line-height: 14px;
}

.input--group .checkgroup input:checked ~ label::before {
    background: #fa983a;
}

@media (max-width: 575px) {
    .input--group .form--label {
        width: 100%;
    }

    .input--group .group--input {
        width: 100%;
        padding: 10px 0px 0;
    }
}

a {
    text-decoration: none;
    color: #E55A42
}

.fs-14 {
    font-size: 14px !important;
    line-height: 1.6;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 1.6;
}

/*TOS*/
.cmn__card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cmn__card .card__header {
    background: #fa983a;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 14px;
    text-align: center;
}

.cmn__card .card__body {
    padding: 30px;
    background: #1f2235;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn__card .card__body .tos-subtitle {
    font-weight: 500;
}

.cmn__card .card__body:first-child {
    background: #E55A42;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.cmn__card .card__body:last-child {
    background:  #E55A42;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}

.cmn__card .card__footer {
    background: #313552;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px) {
    .cmn__card.betting--card .card__body {
        padding: 0;
        background: transparent;
        border: none;
    }
}
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }

  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  #myInput:focus {outline: 3px solid #ddd;}

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {background-color: #ddd;}

  .show {display: block;}
.form--check {
    font-size: 16px;
}

.form--check input:checked {
    background-color: #fa983a;
    border-color: #fa983a;
}

.form--check input:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 152, 58, 0.25);
}

.bets__item {
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fb6f57;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.bets__item .add__btn {
    position: absolute;
    right: -15px;
    top: -15px;
}

.bets__item-title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fa983a;
}

.bets__item-title a {
    color: #fa983a;
    background-color: #212529;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.bets__item-subtitle {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
    color:white;
}

.bets__item-thumb {
    max-width: 300px;
    display: flex;
    margin: -4px;
}

.bets__item-thumb .thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 55px;
    overflow: hidden;
    display: block;
    margin: 4px;
}

.bets__item-thumb .thumb img {
    width: 100%;
}

.bets__item-content {
    width: calc(100% - 300px);
}

.bets__item:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .bets__item-content, .bets__item-thumb {
        width: 100%;
    }

    .bets__item-thumb {
        padding-top: 25px;
    }

    .bets__item-thumb .thumb {
        width: 40px;
    }

    .bets__item-subtitle {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .bets__item:not(:last-child) {
        margin-bottom: 15px;
    }

    .bets__item-thumb {
        padding-top: 20px;
    }
}

.add__btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    color: #3b368c;
    font-size: 24px;
    font-weight: 700;
}

.bets__area {
    position: relative;
}

.bets__area .add__btn {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9;
}

.steps__list {
    margin: 0 auto 30px;
    justify-content: center;
    /* background: #1f2235; */
    overflow: hidden;
    width: 100%;
    clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%, 0% 0%);
}

.steps__list li {
    flex-grow: 1;
    padding: 0;
    position: relative;
}

.steps__list li a {
    padding: 15px 35px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

.steps__list li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%, 0% 0%);
    background: #1f2235;
}

.steps__list li.active::before {
    z-index: 1;
    background: #8ACC5E;
}

@media (max-width: 767px) {
    .steps__list li::before {
        clip-path: polygon(calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 0% 100%, 8px 50%, 0% 0%);
    }

    .steps__list li a {
        padding: 5px;
        font-size: 14px;
    }
}

.steps__list.style__two {
    flex-wrap: nowrap;
}

.steps__list.style__two li a {
    font-size: 14px;
}

@media (max-width: 767px) {
    .steps__list.style__two {
        clip-path: polygon(calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 0% 100%, 8px 50%, 0% 0%);
    }

    .steps__list.style__two li::before {
        clip-path: polygon(calc(100% - 4px) 0%, 100% 50%, calc(100% - 4px) 100%, 0% 100%, 4px 50%, 0% 0%);
    }

    .steps__list.style__two li a {
        font-size: 10px;
        padding: 8px 5px;
    }
}

.form--control {
    height: 50px;
    /* background: #1f2235; */
    color: black;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 0 25px;
}

.form--control::placeholder {
    color: #dbd8ff;
}

.step__wrapper {
    background: #fb6f57;
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}

.step__wrapper .input-group-text{
    color: #fff!important;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #8ACC5E;
    /* border: 1px solid #505365; */
    border-radius: .25rem;
}

.step__wrapper .title {
    margin-bottom: 20px;
    color: white;
}

.step__wrapper .form--control {
    background: white;
    color: black;
}

.step__wrapper.setup-content .add-btn {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background: #fa983a;
    display: flex;
    align-items: center;
    justify-content: center;
}


.step__wrapper .form-check-input:checked {
    background-color: #8ACC5E;
    border-color: #fa983a;
}
.step__wrapper .form-check-input-font{
    font-size: 16px;
}
@media (max-width: 575px) {
    .step__wrapper {
        padding: 30px 20px;
    }
}

.mw-750 {
    /*max-width: 750px;*/
    margin: 0 auto;
}

.game__type {
    margin: -5px -10px;
}

.game__type .item {
    padding: 5px 10px;
}

.game__type .radio__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.game__type .radio__wrapper .form--check {
    padding: 5px 25px;
}

@media (max-width: 575px) {
    .game__type .radio__wrapper .form--check {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.step__buttons {
    display: flex;
    margin: -10px;
    margin-top: 35px;
    justify-content: center;
}

.step__buttons button.cmn-btn {
    height: 45px;
}

.step__buttons .cmn-btn {
    max-width: 50%;
    justify-content: center;
    margin: 10px;
    overflow: hidden;
}

.step__buttons .cmn-btn i {
    padding: 0 !important;
    padding-right: 10px;
}

.step__buttons .cmn-btn:last-child i {
    padding-left: 10px;
}

@media (max-width: 575px) {
    .step__buttons .cmn-btn {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        justify-content: center;
        text-align: center;
    }
}

.step__buttons a.cmn-btn {
    line-height: 48px;
    height: 45px;
}

.h--60px {
    height: 60px;
}

.ui-state-default {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fa983a;
    box-shadow: 0px 9px 20px 0px #e9ecef;
    outline: none;
    cursor: pointer;
    top: -7px;
    position: absolute;
    z-index: 10;
}

.ui-state-default::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    top: 3px;
    left: 3px;
    display: block;
}

.ui-widget.ui-widget-content {
    position: relative;
    height: 8px;
    border: none;
    margin-right: 20px;
    margin-bottom: 25px;
}

.ui-widget.ui-widget-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    width: calc(100% + 20px);
}

.ui-slider-range {
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fa983a;
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.price-range {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.price-range label {
    margin: 0;
    font-weight: 500;
    color: #171d1c;
}

.price-range input {
    height: unset;
    width: unset;
    padding: 7px;
    background: transparent;
    border: none;
    text-align: right;
    font-weight: 500;
    color: #171d1c;
    padding-right: 0;
}

.amount-tooltip {
    position: absolute;
    bottom: calc(100% + 15px);
    padding: 3px 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #313552;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.amount-tooltip::before {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 15px;
    background: #313552;
}

textarea.form--control {
    height: 140px;
}

.stake__opponent {
    display: flex;
}

.stake__opponent__item {
    /* display: block; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(250, 152, 58, 0.25);
    width: 10%;
}


.stake__opponent__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.opponent_select {
    border: 4px solid rgb(46 204 113);
}


.accepted__user-thumb {
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.accepted__user-thumb img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.accepted__user-thumb .checked__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #fa983a;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    color: #ffffff;
    position: absolute;
}

.about-video {
    min-height: 300px;
    position: relative;
}

@media (min-width: 992px) {
    .about-video {
        width: 100%;
        height: 100%;
    }
}

.lists li {
    display: flex;
}

.lists li i {
    color: #fa983a;
    margin-right: 7px;
    margin-top: 6px;
}

.about--thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    max-height: 435px;
}

.about--thumb iframe, .about--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-bg {
    background-color: white;
    border-radius: 25px;
    padding-left: 20px;
    padding-bottom: 50px;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}
.section__title {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section__title {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .section__title {
        margin-bottom: 50px;
    }
}

.section__title-title {
    margin-bottom: 20px;
    color: #E55A42;
}

.section__title .section__cate {
    color: #fa983a;
    display: block;
    margin-bottom: 14px;
}

.section__title .section__title-txt:not(:last-child) {
    margin: 0;
    margin-bottom: 25px;
}

.section__title-shape {
    color: #fa983a;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.section__title-shape::before, .section__title-shape::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fa983a;
}

.section__title-center {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.faq-section {
    background-color: white;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
    font-size: 16px;
}

.faq-item .faq-title {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    cursor: pointer;
}

.faq-item .faq-title .title {
    width: calc(100% - 30px);
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}

.faq-item .faq-title .plus {
    width: 20px;
    height: 20px;
    position: relative;
}

.faq-item .faq-title .plus::before, .faq-item .faq-title .plus:after {
    background: #dbd8ff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item .faq-title .plus::before {
    width: 20px;
    height: 2px;
}

.faq-item .faq-title .plus::after {
    height: 20px;
    width: 2px;
}

.faq-item.open .faq-title .plus::after {
    height: 0;
}

.faq-item.open .faq-title .plus::before, .faq-item.open .faq-title .plus::after {
    background: #fa983a;
}

.faq-item.active .faq-content {
    display: block;
}

@media (min-width: 992px) {
    .faq-item:first-child {
        padding-top: 0;
    }
}

.faq-content {
    padding: 0 0 10px;
    display: none;
}

.faq-content p {
    margin: 0;
}

.faq-content p:not(:last-child) {
    margin-bottom: 20px;
}
.how-to-section{
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}
.how__box {
    text-align: center;
    position: relative;
}

.how__box .how__img {
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
}
.title-3{
    font-size: 18px;
    margin-top: -6px;
    color: #2c2c2c;
    margin-left: 30px;
}
.how__box .how__img img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}
.how__img_1{
    position: relative;
    left: -25px;
}
.how__img__2{
    height: 170% !important;
    position: relative;
    left: -70px;
    top: -50px;
}
.how__img__3{
    height: 100%;
    width: 85%;
    position: relative;
    left: 0;
    top: -20px;
}
@media (max-width: 991px) {
    .how__box .how__img {
        height: 60px;
        width: 60px;
    }
    .how__img__3{
        height: 100%;
        width: 50%;
        position: relative;
        left: 73px;
        top: -15px;
    }
    .title-3{
        font-size: 18px;
        margin-top: -6px;
        color: #2c2c2c;
        margin-left: 80px;
    }
}

.how__box::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 100%;
    top: 50%;
    font-size: 40px;
    line-height: 1;
    opacity: .1;
}

div[class*="col"]:nth-of-type(4n + 4) .how__box::after {
    display: none;
}

@media (max-width: 991px) {
    div[class*="col"]:nth-of-type(4n + 2) .how__box::after {
        display: none;
    }
}

@media (max-width: 575px) {
    div[class*="col"]:not(:last-child) .how__box::after {
        margin-top: 10px;
        display: block !important;
        content: "\f309";
        position: relative;
        left: unset;
        top: unset;
    }
}


.bet__wrapper {
    text-align: center;
}

.bet__wrapper .subtitle {
    margin-bottom: 15px;
}

.bet__wrapper-sports {
    margin: -5px;
    justify-content: center;
}

.bet__wrapper-sports li {
    padding: 5px;
    flex-grow: 1;
    width: 120px;
    max-width: 200px;
}

.phone-input {
    display: flex;
}
.country-code {
    flex: 1;
    margin-right: 10px;
}
.phone-number {
    flex: 2;
}
.bet__wrapper-sports li a {
    background: #1f2235;
    padding: 15px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    color: #ffffff;
}

.bet__wrapper-sports li a i {
    font-size: 40px;
    line-height: 1;
    color: #fa983a;
    display: block;
    margin-bottom: 10px;
}

.bet__wrapper-sports li a .sports-title {
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
}

.game-area li {
    padding: 0;
}

.game-area li:not(:last-child) {
    margin-bottom: 10px;
}

.game-area li a {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1f2235;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 15px;
}

.game-area li a .game-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.game-area li a .date {
    color: #dbd8ff;
    font-size: 14px;
    line-height: 1.5;
}

.game-area li a:hover .game-title {
    color: #fa983a;
}


.line__item {
    display: block;
    background: #1f2235;
    padding: 20px 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}

.line__item .line-title {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
}

.line__item span {
    font-size: 14px;
    line-height: 1.4;
    color: #dbd8ff;
    text-transform: uppercase;
}

@media screen and (max-width: 400px) {
    .line__item .line-title {
        font-size: 12px;
    }
    .how__img__3{
        height: 100%;
        width: 40%;
        position: relative;
        left: 25% !important;
        top: -11px;
    }
    /* p:last-child {
        margin-bottom: -7px !important;
        color: #2c2c2c;
        height: 430px;
    } */
    .about-us-bg{
        padding-bottom: 20px;
    }
    .line__item span {
        font-size: 10px;
    }
}

.prop-area li {
    padding: 0;
}

.prop-area li:not(:last-child) {
    margin-bottom: 10px;
}

.prop-area li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1f2235;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 15px;
}

.prop-area li a .prop-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-right: 10px;
}

.prop-area li a .date {
    color: #dbd8ff;
    font-size: 14px;
    line-height: 1.5;
}

.prop-area li a:hover .game-title {
    color: #fa983a;
}

.pick__area {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 30px 20px;
}

.pick__area .pick__title {
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
}

.pick__area .date {
    font-size: 14px;
}

.pick__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1f2235;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 15px;
    display: block;
    color: #dbd8ff;
}

.pick__item .pick-title {
    margin: 0;
}

.pick-subtitle {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.add-people-form .form--control {
    height: 60px;
    color: black !important;
    background: #fff !important;
}

.oponent__wrapper .oponent__title {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.oponent-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #8ACC5E;
    border-radius: 25px;
    padding: 10px;
    margin: 10px;
}

.oponent-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.oponent-item .thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 45px;
}

.oponent-item .thumb img {
    width: 100%;
    border-radius: 50%;
}

.oponent-item .content {
    margin-right: auto;
    margin-left: 10px;
}

.oponent-item .content .oponent-title {
    margin: 0;
    font-size: 16px;
    margin-bottom: -5px;
    line-height: 1.3;
    word-break: break-all;
    text-align: initial;
}
.oponent-item .content .oponent-title a,
.oponent-item .content .oponent-title:hover
{
	cursor: text;
	color: #fff;
}
.oponent-item .content span {
    font-size: 15px;
    line-height: 2.0;
    display: flex;
}

.oponent-item .add-btn {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background: #fa983a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.app-btn-area {
    margin: -10px;
}

.app-btn-area li {
    padding: 10px;
}

.app-btn-area li a {
    display: inline-block;
}

.app-btn-area li img {
    max-width: 100%;
}

.app-thumb img {
    max-width: 100%;
}


.cmn-btn {
    color: #ffffff;
    line-height: 50px;
    background: #8ACC5E;
    padding: 0 35px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
}

.cmn-btn i {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-left: 10px;
    display: inline-block;
}

.cmn-btn:hover {
    color: #ffffff;
}

.cmn-btn:hover i {
    padding-left: 15px;
}

@media (max-width: 575px) {
    .cmn-btn.btn-sm {
        padding: 0 30px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .gateway .card-body .card-body2{
        padding: 0.5rem 0.5rem;
    }
    .d-flex{
        justify-content: space-around;
    }
}

@media (max-width: 365px) {
    .gateway .card-body .card-body2{
        padding: 0.2rem 0.2rem;
    }
    /* p:last-child {
        margin-bottom: -7px !important;
        color: #2c2c2c;
        height: 460px;
    } */
}

@media (max-width: 320px) {
    .gateway .card-body .card-body2 {
        padding: 0.2rem 0.1rem;
    }

    .h6{
        color: #2c2c2c;
    }
    .card-body .card-body2 .cmn-btn {
        padding: 0 0;
    }

    .lh-xs-35 {
        line-height: 35px !important;
    }

}

.cmn-btn.btn--sm {
    line-height: 1;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block !important;
}

.cmn-btn.white {
    background: #ffffff;
    color: #3b368c;
}

button.cmn-btn {
    border: none;
}

.btn-group {
    margin: -5px;
}

.btn-group > * {
    margin: 5px;
}

.m--5px {
    margin: 5px;
}

.m--5px-none {
    margin: -5px;
}


/*
*  Custom Css
*/

.Faq-row{
    display: flex;
    width: 1000px;
}
.client__item {
    position: relative;
    padding-top: 10px !important;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

@media (max-width: 767px) {
    .client__item {
        padding: 30px 20px;
    }
    .how__img__3{
        height: 100%;
        width: 65%;
        position: relative;
        left: 41px;
        top: -11px;
    }
    .title-3{
        font-size: 18px;
        margin-top: 0px;
        color: #2c2c2c;
        margin-left: 42px;
    }
}

.client__item .client__author {
    position: relative;
    padding-left: 74px;
    padding-top: 14px;
    padding-bottom: 30px;
    line-height: 18px;
}

.client__item .client__author img {
    position: absolute;
    width: 54px;
    height: 54px;
    overflow: hidden;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.client__item .client__author .author__title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    margin-bottom: 10px;
}

.client__item .client__author .author__meta {
    font-size: 15px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-bottom: 8px;
}

.client__item .client__author:after {
    position: absolute;
    content: "\f10e";
    font-family: "Line Awesome Free";
    font-size: 100px;
    font-weight: 900;
    line-height: 0;
    bottom: 50px;
    right: -15px;
    color: #7f8897;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.1;
}

.client__item .client__desc .client__desc {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.appstore{
    width: 150px;
    position: relative;
    top: 40px;
}
.playstore{
    width: 150px;
}
.client__item {
    position: relative;
    padding: 40px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #bababa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

@media (max-width: 767px) {
    .client__item {
        padding: 30px 20px;
    }
}

.client__item .client__author {
    position: relative;
    padding-left: 74px;
    padding-top: 14px;
    padding-bottom: 30px;
    line-height: 18px;
}

.client__item .client__author img {
    position: absolute;
    width: 54px;
    height: 54px;
    overflow: hidden;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.client__item .client__author .author__title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    margin-bottom: 10px;
}

.client__item .client__author .author__meta {
    font-size: 15px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-bottom: 8px;
}

.client__item .client__author:after {
    position: absolute;
    content: "\f10e";
    font-family: "Line Awesome Free";
    font-size: 100px;
    font-weight: 900;
    line-height: 0;
    bottom: 50px;
    right: -15px;
    color: #7f8897;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.1;
}

.client__item .client__desc .client__desc {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-section{
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}

.feature__item {
    text-align: center;
    position: relative;
    padding: 120px 25px 40px;
    overflow: hidden;
}

.feature__item-icon {
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 35px;
    height: 70px;
    width: 70px;
    background-color: rgb(236, 236, 236);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.feature__item-icon img {
    width: 50%;
}

.feature__item-title {
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.feature__item p {
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 12px;
    margin-bottom: 0;
}

.feature__item:hover .feature__item-icon {
    top: 23px;
    -webkit-animation: iconJump .4s ease-in-out;
    animation: iconJump .4s ease-in-out;
    background: rgba(250, 152, 58, 0.5);
    color: #ffffff !important;
}

.feature__item:hover p, .feature__item:hover .feature__item-title {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.feature__item:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 23px;
}



.featured-area div[class*="col"]:nth-of-type(4n + 4) {
    border: none;
}

@media (max-width: 991px) {
    .featured-area div[class*="col"]:nth-of-type(4n + 2) {
        border: none;
    }
}

@media (max-width: 575px) {
    .featured-area div[class*="col"] {
        border: none;
    }
    .how__img__3{
        height: 100%;
        width: 40%;
        position: relative;
        left: 135px;
        top: -11px;
    }
    .title-3{
        font-size: 18px;
        margin-top: 0px;
        color: #2c2c2c;
        margin-left: 0px;
        text-align: center;
    }
}

@keyframes iconJump {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}


/*---------------------------
** Partner section css
---------------------------*/

.partner-section .top-border {
    border-top: 2px solid #dbddde;
}

.single-partner-item {
    height: 196px;
    text-align: center;
}

.single-partner-item .outer-container {
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    /*display: block;*/
    /*width: 75%;*/
}


.secbg {
    background: #1f2235;
}
.secbg-2 {
    background: white;
    margin-bottom: 30px;
}
.bankcard{
    padding: 50px;
    border-radius:25px;
    background-color:#E55A42;
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}
.text-danger {
    color: #363737 !important;
}
.text-dangers {
    color: #dc3545 !important;
}
.card2 {
    background: #E55A42;
    border: 1px solid white;
    border-radius: 25px;
}

.section--bg .card {
     background: white;
     border: 1px solid white;
     box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}

.secbg .img-thumbnail {
    /* background-color: #f9973a;
    border: 1px solid #946c33; */
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}

.secbg .form-control {
    background: rgb(236, 236, 236) !important;
    color: black !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: none !important;
}


.modal-content.form-block {
    /* background-color: #313552; */
}

.modal-content.form-block .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #26293b;
    border: 1px solid #505365;
    border-radius: .25rem;
}

.modal-content.form-block .form-control {
    background: rgb(236, 236, 236) !important;
    color: black !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: none !important;
}

.w-30p {
    width: 30px;
}

.w-15 {
    width: 15%
}

.w-150px {
    width: 150px
}

.wh-200-150 {
    width: 200px;
    height: 150px;
}

.fileinput .btn-success {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.fileinput .btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.bg-warning {
    background-color: #fa983a !important;
}

.bg-success {
    background-color: #2ecc71 !important;
}

.bg-danger {
    background-color: #e74c3c !important;
}


.text--success {
    color: #2ecc71;
}

.text--danger {
    color: #e74c3c;
}
.card-header{
    background-color: white !important;
}
.card-body{
    background-color: white !important;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}
.card-body2{
    /* background-color: white !important; */
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}
.card-footer{
    background-color: white !important;
}
.twofa{
    background-color: white !important;
}
.btn-info {
    color: #000;
    background-color: #81ecec;
    border-color: #81ecec;
}


.image-input {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: white;
}

.image-input #image {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.image-input #image-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 100px;
    z-index: 5;
    opacity: 0.3;
    cursor: pointer;
    background-color: #fff;
    font-size: 25px;
    border: 2px dashed #000;
    margin: auto;
    text-align: center;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}


/*
    Pagination Css
 */
.page-link {
    color: #fa983a;
}

.page-item:hover .page-link {
    color: #fff;
    background-color: #313552;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #fa983a;
    border-color: #fa983a;
}

.page-link:hover {
    color: #fa983a;
}

.page-link {
    color: #fa983a;
    background-color: #313552;
}

.disabled.page-item .page-link {
    color: #fff;
    background-color: #b5773b;
    border-color: #b5773b;
}


.btn-close {
    box-sizing: content-box;
    /* width: 1em; */
    /* height: 1rem; */
    padding: 1rem;
    color: #fff;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    font-size: 30px;
    background: transparent;
}

.btn-close:focus,
.btn-close:hover {
    color: #fa983a;
}


/**Global for this css **/
#Notiflix-Icon-Info,
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}

[v-cloak] {
    display: none !important;
}

#copyBoard {
    cursor: pointer;
    color: #fa983a;
}

.btn-success {
    background-color: #8ACC5E !important;
    border-color: #8ACC5E !important;
}

.btn-danger {
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
}


@media screen and (max-width: 991px) {
    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: none;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    table td:last-child {
        border-bottom: 0;
    }
}


/*Support Ticket*/
.chat-box.scrollable.position-relative.scroll-height {
    background: rgb(236, 236, 206);
    padding: 10px;
    margin-top: 15px;
}

.escrow-title{
    color: black;
}
.escrow-invoice{
    color: black;
}
.escrow-rules{
    color: black;
}
.invitor-fullname{
    color: black;
}
.invitor-email{
    color: black;
}
.invitor-username{
    color: black;
}
.bet__balance{
    color: #fa983a;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    font-weight: 900;
    /* font-family: 'Line Awesome Free'; */
}
.chat-list .chat-item .chat-content .msg {
    background-color:rgb(0 0 0 / 11%);
    font-size: 14px;
    max-width: 95%;
    border-radius: 6px;
    margin-top: 5px;
}

li.chat-item.list-style-none.replied.mt-3.text-right {
    display: flex;
    flex-direction: row-reverse;
}

.chat-img {
    padding-top: 9px;
}

.chat-list .chat-item.replied .chat-img {
    margin-left: 15px;
}

.chat-list .chat-item.replied .chat-content .msg {
    text-align: left;
}

.chat-list .chat-item.replied .w-100.text-right {
    text-align: right;
}

.chat-content.d-inline-block.pl-3 h6,
.chat-content.d-inline-block.pr-3 h6 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}

.chat-content.d-inline-block.pl-3 {
    padding-left: 12px;
}

.ticket-link {
    color: #ffffff;
    padding: 0 5px;
    display: block;
    text-decoration: none;
    background: #777777;
    border-radius: 5px;
    font-size: 12px;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    background: #00bfff;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

#upload {
    opacity: 0;
    cursor: pointer;

}

.new-file-upload {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #5f76e8;
    cursor: pointer;
}

.new-file-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}

.new-file-upload span,
.new-file-upload span::before {
    cursor: pointer;
}

.new-file-upload a {
    color: #fff;
}

.upload-btn {
    position: relative;
}

.select-files-count {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    bottom: -15px;
}

.ticket-box {
    height: 90px !important;
    max-height: initial;
    background: #131e51;
}

button[name="replayTicket"] {
    border-radius: .2rem;
}

.card-body-inner {
    border: 1px solid rgba(0, 0, 0, .125);
}
.card-body2{
    padding: 50px;
    border-radius: 25px !important;
}
.card-body-buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn {
    position: relative;
}

.submit-btn .cmn-btn .lab.la-telegram-plane {
    padding-left: 0;
}

.submit-btn button {

    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #2ecc71;
    cursor: pointer;
}

.chat-time {
    font-size: 10px;
}

.float-right {
    float: right;
}

.w-15 {
    width: 15%
}

.w-150px {
    width: 150px
}

.wh-200-150 {
    width: 200px;
    height: 150px;
}

#myTab {
    border-bottom:2px solid #E55A42;
    padding-bottom: 5px;
}

#myTab .nav-item .nav-link {
    color: #E55A42 !important;
}

#myTab .nav-link:focus,
#myTab .nav-link:hover,
#myTab .nav-item.show .nav-link,
#myTab .nav-link.active {
    color: #ffffff !important;
    background-color: #8ACC5E !important;
    /* border-color:  #fb6f57; */
    border-radius: 10px;
}

.pointer {
    cursor: initial;
}

.more-action {
    position: absolute;
    right: 15px;
    top: 15px;
}

.more-action .btn-group-sm > .btn {
    padding: 0 0;
    font-size: initial;
    border-radius: 0;
}

.more-action button i.las.la-chevron-circle-down {
    font-size: 20px;
    padding: 0 0;
}

.more-action .btn-check:focus + .btn-dark, .more-action .btn-dark:focus {
    box-shadow: none;
}

.more-action .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}


.more-action .dropdown-menu {
    padding: 0 0;
    min-width: 6rem;
    background: #535b63;
}


.more-action .dropdown-menu li {
    padding: 1px 0;
}

.more-action .dropdown-menu li a.dropdown-item {
    padding: 5px 10px;
    display: block;
    color: #fff;
    background-color: #202021;
    font-size: 16px;
}

.more-action .dropdown-menu li a.dropdown-item:hover,
.more-action .dropdown-menu li a.dropdown-item:focus,
.more-action .dropdown-menu li a.dropdown-item:active {
    color: #fa983a;
}

/*WA CHat Box*/

.report .card {
    border: none;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-image:linear-gradient(rgb(193 165 137 / 55%), rgb(193 165 137 / 55%)), url(../../../../assets/uploads/logo/wa-white.jpg);
}

.report img {
    border-radius: 20px;
}


.report .adiv {
    background: rgb(132 132 132 / 80%);
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    height: 46px
}

.report .adiv p {
    font-size: 18px;
    margin-top: 0;
}

.report .chat {
    border: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.report .bg-white {
    border: 1px solid #d1c2b2;
    border-bottom: 2px solid #d1c2b2;
    font-size: 14px;
    border-radius: 10px;
    background-color: #dcf8c6 !important;
}

.text-wa {
    color: #635a5a;
    line-height: 1.8;
    font-size: 14px;
}

.report .myvideo img {
    border-radius: 20px
}

.writing-box {
    background: rgb(132 132 132 / 80%) !important;
}

.writing-box .send {
    padding-right: 10px;
}

.report .writing-box .input--group.px-3 {
    padding: 25px 15px 0 20px !important;
    width: 100%;
}

.report .form--control {
    background: #33383B;
    border-radius: 15px;
    min-height: 20px;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: pre-wrap;
    outline: none;
    padding: 10px 20px;
}

.report .form-control:focus {
    box-shadow: none
}

.report .form-control::placeholder {
    font-size: 8px;
    color: #E3E3E5;
}

.timmer {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 20px;
}

.chat-length {
    min-height: 500px;
    max-height: 600px;
    overflow-x: hidden;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

/* End WA chat*/
.mw-130 {
    min-width: 130px;
}

.payout-detail {
    word-break: break-all;
}

.w-15px {
    max-width: 30px;
}

.card-counter {
    position: relative;
    box-shadow: 2px 2px 10px #2d2c60;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 120px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #2d2c60;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #f53b57;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #34ace0;
    color: #FFF;
}

.card-counter.splash {
    background-color: #05c46b;
    color: #FFF;
}

.card-counter.fluorescent {
    background-color: #ff5252;
    color: #FFF;
}

.card-counter.pumkin {
    background-color: #ff793f;
    color: #FFF;
}

.card-counter.celestial {
    background-color: #33d9b2;
    color: #FFF;
}

.card-counter.purple {
    background-color: #808e9b;
    color: #FFF;
}

.card-counter.pink {
    background-color: #ef5777;
    color: #FFF;
}

.card-counter.purple2 {
    background-color: #706fd3;
    color: #FFF;
}

.card-counter.liberty {
    background-color: #c44569;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 24px;
    display: block;
    color: #fff;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 70px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.card-counter .count-subtitle {
    color: #dedada;
    position: absolute;
    right: 35px;
    top: 45px;
    font-size: 14px;
    display: block;
    font-style: italic;
    text-transform: capitalize;
}


/* Notification*/
.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.account {
    position: relative;
}

.account-dropdown {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.account-dropdown .dropdown-toggle {
    position: relative;
    color: #8ACC5E;
    font-size: 20px;
}

.account-dropdown .dropdown-toggle .rotate-icon {
    font-size: 20px;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.account-dropdown .dropdown-toggle .badge {
    position: absolute;
    top: -3px;
    right: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    border: 0;
    border-radius: 50%;
    background-color: rgb(253, 51, 76);
}

.account-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}

.account-dropdown .dropdown-menu {
    min-width: 299px;
    background-color: white;
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5) !important;
}

.account-dropdown .dropdown-content {
    margin: 0;
    padding: 2px 0 0;
    max-height: 390px;
    border-top: 2px solid rgb(236, 236, 236);
    overflow: hidden;
    overflow-y: scroll;
}

.dropdown-right {
    left: initial;
    right: 0;
}

.media {
    display: flex;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.account-dropdown .dropdown-content .dropdown-item:first-child {
    margin-top: 0;
}

.account-dropdown .dropdown-content .dropdown-item:last-child {
    margin-bottom: 11px;
}

.account-dropdown .dropdown-content .dropdown-item:hover {
    background-color: #fa983a;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.account-dropdown .dropdown-content .dropdown-item .media {
    padding-bottom: 15px;
    border-bottom: 1px dashed #fa983a;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.account-dropdown .dropdown-content .dropdown-item .media .media-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background-color: #fff;

}

.account-dropdown .dropdown-content .dropdown-item .media .media-body h6 {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.35s ease-in-out;
    white-space: break-spaces;
}

.account-dropdown .dropdown-content .dropdown-item .media .media-body p {
    margin: 0;
    padding: 0;
    color: #E55A42;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
}

.account-dropdown .dropdown-menu .btn-viewnotification, .account-dropdown .dropdown-menu .btn-clear {
    color: #E55A42 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.account-dropdown .dropdown-menu .btn-clear {
    font-size: 16px;
}

.account-dropdown .dropdown-menu .btn-viewnotification,
.account-dropdown .dropdown-menu .btn-clear {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.account-dropdown .dropdown-menu .btn-clear {
    font-size: 16px;
    background: transparent;
    border: none;
}

.account-dropdown .dropdown-menu .btn-viewnotification:hover,
.account-dropdown .dropdown-menu .btn-clear:hover {
    color: #8ACC5E !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ml-15 {
    margin-left: 15px !important;
}

/*---- BLOG ----*/
#blog {
    margin: 0 0;
    padding: 150px 0 120px;
}
#blog .blog-wrapper {
    margin-top: 65px;
}
#blog .blog-wrapper .row .col-lg-4 {
    margin-bottom: 30px;
}
.card-blog.card {
    position: relative;
    padding: 30px 30px;
    border: 0;
    border-radius: 4px;
    background-color: #E55A42;
    box-shadow: none;
    color: #fff;
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.5);
}
.card-blog.card h5{
    word-break: break-all;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
}
.card-blog .fig-container {
    position: relative;
}
.card-blog .fig-container img {
    border-radius: 4px;
}
.blogdetailimg {
    width: 670px;
    height: 424px;
}
.card-blog .date-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 75px;
    min-height: 70px;
    display: inline-flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background-color: #fa983a;
}
.card-blog .date-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -10px;
}

.card-blog .card .text{
    color: #fff;
}
@media (max-width: 991px) {
    #blog .blog-wrapper .row .col-lg-4 {
        margin-bottom: 30px;
    }
    #blog .blog-wrapper .row .col-lg-4:last-child {
        margin-bottom: 30px;
    }
    .card-blog .fig-container img {
        height: 30vh;
    }
}

/*--------------------------------------------------------------------
PAGE STYLES - BLOG ALL PAGES
----------------------------------------------------------------------*/
#blog.blog-sidebar-page .row .col-lg-8 .card-blog {
    margin-bottom: 30px;
}
.blog-sidebar {
    position: relative;
    background-color: #E55A42;
}
.sidebar-wrapper {
    position: relative;
    padding: 30px 28px;
    border-radius: 4px;
}
.blog-sidebar .sidebar-wrapper .h6 {
    font-size: 20px;
}
.post-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.post-search .form-group .form-control {
    height: 48px;
    padding: 15px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #0f143a;
    transition: all 0.35s ease-in-out;
}
.post-search .form-group .form-control:hover {
    border-color: #fd334c;
    transition: all 0.35s ease-in-out;
}
.post-search .form-group .form-control:hover ~ .btn-search {
    color: #fd334c;
    transition: all 0.35s ease-in-out;
}
.post-search .form-group .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    padding: 12px 15px;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    transition: all 0.35s ease-in-out;
}
.blog-categories li {
    margin-bottom: 15px;
}
.blog-categories li:last-child {
    margin-bottom: 0;
}
.blog-categories li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    transition: all 0.35s ease-in-out;
}

.recent-post .text, .blog-related-post .row .col-md-6 .media .text {
    line-height: 26px;
    transition: all 0.35s ease-in-out;
}
.blog-categories li a:hover {
    color: #fa983a;
    transition: all 0.35s ease-in-out;
}
.recent-post .media {
    margin-bottom: 20px;
}
.recent-post .media:last-child {
    margin-bottom: 0;
}
.recent-post .media .media-body {
    overflow: hidden;
}
.recent-post .text,
.blog-related-post .row .col-md-6 .media .text {
    line-height: 26px;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    word-break: break-all;
}
.recent-post .date-show{
    font-size: 14px;
}
.recent-post .media:hover .hover-text,
.blog-related-post .row .col-md-6 .media:hover .hover-text {
    transition: all 0.35s ease-in-out;
    color: #fa983a;
}
.tags-wrapper {
    display: flex;
    flex-flow: row wrap;
}
.tag-link {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    line-height: normal;
    border: 0;
    border-radius: 4px;
    transition: all 0.35s ease-in-out;
}
.tag-link:hover,
.tag-link:focus {
    padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    line-height: normal;
    transition: all 0.35s ease-in-out;
}
.blockqoute {
    position: relative;
    margin: 30px 0 !important;
    padding: 25px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 0;
    border-radius: 4px;
    background-color: #0f143a;
}
.blockqoute i {
    color: #ffffff;
    font-size: 36px;
    font-family: IcoFont;
}
.blog-tags .tag-link {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.blog-tags .tag-link:last-child {
    margin-right: 0;
}
.blog-social .social-icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}
.blog-related-post > .h6,
.blog-comments-wrapper > .h6,
.leaves-comment > .h6 {
    padding-bottom: 25px !important;
    font-size: 20px;
    border-bottom: 1px solid #a1a1a1;
}
.blog-related-post .row .col-md-6 {
    margin-top: 25px;
}
.blog-comments-wrapper > .media > .media-body > .reply > .textarea-control {
    background-color: #0f143a;
    transition: all 0.35s ease-in-out;
}
.reply {
    display: none;
}
.blog-comments-wrapper > .media > .media-body > .star-ratings i {
    color: gold;
    font-size: 14px;
}
.btn-post-comment {
    padding: 10px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 23px;
    transition: all 0.35s ease-in-out;
}

.gateway_image_preview{
    max-width:100px; max-height:100px; margin:0 auto;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom:  15px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.w-fill {
    width: 100% !important;
}
.br-4 {
    border-radius: 4px !important;
}

.p-16{
    font-size: 16px;
}
.paragraph p {
 margin-top: 0px;
font-size: 16px;
font-weight: 300;
line-height: 24px;
letter-spacing: normal;
}

.recent-post .media-img img {
    max-width: 80px;
}
.wrapper {
    position: relative;
    padding: 0;
    z-index: 0;
}
.text-wrapper {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding-left: 65px;
}




@media (max-width: 991px) {
    #blog.blog-sidebar-page .row .col-lg-8 {
        order: 2;
    }
    #blog.blog-sidebar-page .row .col-lg-4 {
        order: 1;
        margin-bottom: 30px;
    }
}
.stepwizard-step a[disabled] {
    pointer-events: none;
    opacity: 0.5; /* You can reduce opacity to make them look disabled */
}
.was-validated .form-control:valid {
background-image: none;
border-color: transparent;
}
.was-validated .form-control:valid:focus{
    border-color: transparent;
}

.flags{
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
}
.custom-opacity {
      opacity: 0.4;
    }
    .custom-opacity:hover {
        opacity: 0.3;
    }
/* Bank account information */
.no-external{
    display:flex; 
    justify-content: center;
}
.bank-icon{
    font-size: 5vw;
}
@media (max-width: 576px) {
    .bank-icon{
        font-size: 12vw !important;
    }
}
@media (max-width: 991px) {
    .bank-icon{
        font-size: 9vw !important;
    }
}
media (max-width: 1600px) {
    /* .card-blog .fig-container img {
        height: 290px;
        width: 336px;
    } */
    .card-blog .fig-container img {
        height: 440px;
        width: 344px;
    }
}


/* Add Bank */
.input-1-add,.input-2-add,.input-3-add{
    margin: 10px;
}
.select-1-add{
    margin: 10px;
}