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

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

.page-breadcrumb {
    padding-left: 0px;
}

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

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

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

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

.subscribe-form input {
    font-size: 0.5rem;
}

.fa-arrow-left:before {
    content: "\f061";
}

.btn-arrow {
    position: absolute;
    left: 48%;
    /* right: 50%; */
    /* transform: translate(-50%, -50%); */
    bottom: 5%;
    background-color: #cca354;
    padding: 0px 10px;
    border-radius: 10px;
    font-size: 0.5rem;
}

.how__to--play-ul-1 {
    text-align: end;
}

.how_play_content {
    border: 1px solid #cca354;
}

.how_play_content {
    margin: 0px auto 75px auto;
}

.how_play_content h2 {
    margin-bottom: 0px;
    color: #cca354;
}

.how__to--play h4,
.how__to--play p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.how__to--play-ul {
    list-style-type: none;
}

.how__to--play-ul > li > h4 {
    color: #cca354;
}

.how-to-play_img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%;
            width: 90%; */
    max-height: 500px;
}

.how__to--play-ul-1 {
    /* padding-right: 2rem; */
    padding-left: 0;
}

.how__to--play-ul-2 {
    padding-left: 0;
}

.how__to--play-ul-1 li {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
    .how__to--play-ul-1 li {
        display: flex;
        flex-direction: inherit;
    }
    .how__to--play-ul-2 {
        padding-left: 0;
    }
    .how__to--play-ul-1 p {
        text-align: justify !important;
    }
    .how__to--play-ul-1 {
        padding-right: 0;
    }
}

.how__to--play-ul-1 p {
    margin: 0px;
    text-align: end;
}

/* ..................................how to play....................................... */

/* .....................................................Faq section starts.......................................................... */

/* .faq_arrow__div {
            align-items: center;
            justify-content: center;
        } */

/* #accordionExample {
            height: 100%;
        }
        
        .card.card_faq {
            height: 50%;
        } */

.card-body {
    padding: 1.25rem 0;
}

.faq_marg {
    margin-left: 0;
    margin-right: 0;
}

.go_faq_btn {
    padding: 0px 17px;
}

.go_faq_btn:hover,
.go_faq_btn:focus {
    cursor: pointer;
}

.para_align {
    text-align: center;
}

.a_faq {
    padding: 6px 20px;
    /* background-color: #cca354; */
    color: white;
    background: #cca354;
    /* width: 50%; */
    text-align: center;
    border-radius: 10px;
}

.client_user_img .user_slider_item {
    margin: 20px 0px;
}

.card_faq_btn {
    font-size: 16px;
}

.card_faq_btn:focus {
    box-shadow: none;
    text-decoration: none;
}

.card_faq_btn:hover {
    text-decoration: none;
}

.card_faq .card-header {
    padding: 0px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    height: 50px;
}

.card_faq {
    background: transparent;
    box-shadow: none;
}

.card_faq h2 {
    margin-top: 9px;
}

.faq_collapse_btn {
    position: relative;
    float: right;
    top: -50px;
    color: #cca354;
}

.faq_collapse_btn:hover {
    cursor: pointer;
}

.faq_collapse_btn.collapsed:before {
    float: right !important;
    content: "\002B";
}

.card_faq_btn + a::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\2212";
    padding-right: 5px;
}

.card_faq_btn {
    color: #cca354 !important;
}

.card_faq_btn:hover {
    color: #b78b36 !important;
}

.b_color_h1 {
    color: #cca354;
}

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

/*................................................... faq ends....................................................... */

/* .............................................Testimonial Section starts............................................... */

.testimonial {
    text-align: center;
}

.testimonial .pic {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 40px;
    border: 4px solid #cca354;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    color: white;
    font-size: 15px;
    /* font-style: italic; */
    line-height: 24px;
    margin-bottom: 20px;
}

.testimonial .testimonial-prof {
    margin: 20px 0;
}

.testimonial .title {
    font-size: 20px;
    color: #cca354;
    /* margin-right: 20px; */
    text-transform: capitalize;
}

/* .testimonial .title:after {
            content: "";
            margin-left: 30px;
            border-right: 1px solid #808080;
        } */

.testimonial .testimonial-prof small {
    display: inline-block;
    color: #8a9aad;
    font-size: 17px;
    text-transform: capitalize;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
}

.owl-buttons {
    position: absolute;
    top: 8%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 30%;
}

.owl-next {
    position: absolute;
    right: 30%;
}

.owl-prev:after,
.owl-next:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: #808080;
    transition: all 0.15s ease 0s;
}

.owl-next:after {
    content: "\f061";
}

@media only screen and (max-width: 479px) {
    .owl-prev {
        left: 10%;
    }
    .owl-next {
        right: 10%;
    }
}

/* .testimonial .title:after {
            content: "";
            margin-left: 30px;
            border-right: 1px solid #808080;
        } */

/* .............................................Testimonial Section ends............................................... */

/* .....................................tips and tricks starts............................................... */

/* .single-slide h2 {
            position: absolute;
            font-size: 22px;
            top: 111px;
            margin-left: 28px;
        }
        
        .sing_slide1 h2 {
            position: absolute;
            font-size: 22px;
            top: 34px;
            margin-left: 28px;
        }
        
        .sing_slide3 h2 {
            position: absolute;
            font-size: 22px;
            top: 34px;
            margin-left: 28px;
        }
        
        .sing_slide5 h2 {
            position: absolute;
            font-size: 22px;
            top: 34px;
            margin-left: 28px;
        } */

.space_tip {
    height: 15px;
}

.single-slide img {
    width: 100%;
}

.single-slide img:hover {
    animation: top_bot 3s ease;
}

@keyframes top_bot {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}

.sing_slide2 {
    margin-top: 80px;
}

.sing_slide4 {
    margin-top: 80px;
}

.sing_slide6 {
    margin-top: 80px;
}

.padd_left {
    padding-left: 0;
}

.tophit1 {
    background-position: 95%;
    background-size: cover;
}

.section_content__tips h2 {
    color: #cca354;
}

.clar_ty {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ul_h2_tips {
    color: white !important;
}

.tips__tricks_p p {
    text-align: justify;
    /* margin-left: 39px; */
}

/* ........................................tips and tricks ends............................................... */

/* ..........................................about us page starts................................................ */

/* .about_us_box {
            border-left: 2px solid #0004ff;
            position: absolute;
            top: 10%;
            bottom: 0;
        } */

@media (max-width: 575px) {
    .about_us_right {
        margin: 30px 0;
    }
    .hero.hero_index.bg_img {
        background-position: 7% 100%;
    }
}

@media (min-width: 576px) {
    .margin_slider {
        margin-bottom: 29px;
    }
}

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

@media (max-width: 991px) {
    .section_about::before {
        display: contents;
    }
}

.about_sec__top {
    background-position: 26%;
}

.marrgin_perk {
    margin-bottom: 0;
}

/* .slick__left {
            left: 111%;
        }
        
        .slick__right {
            right: 111%;
        } */

.eas_y_about {
    background-position: 30%;
}

.about1 {
    background-position: 93%;
    background-size: cover;
}

.win__with {
    margin: 0 !important;
}

.about_sec__top {
    padding-top: 0;
}

.box-about_us-page h2 {
    margin-top: 0;
    margin-bottom: 0px !important;
}

.card__suffle {
    /* max-width: 800px; */
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 8em;
    position: relative;
    margin-right: 50px;
}

.rel_time_sc {
    flex-wrap: nowrap !important;
}

.cards {
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 31%;
    transition: all 400ms ease;
    background-size: cover;
    background-position: center;
}

.cards:hover:not(.active).left {
    transform: translateX(-70%) rotate(-4deg) scale(0.9);
}

.cards:hover:not(.active).left1 {
    transform: translate(-110%) rotate(-4deg) scale(0.9);
}

.cards:hover:not(.active).right {
    transform: translateX(100%) rotate(4deg) scale(0.9);
}

.cards:hover:not(.active).right1 {
    transform: translateX(64%) rotate(4deg) scale(0.9);
}

.cards.left {
    transform: translateX(-56%) scale(1);
    z-index: 1;
}

.cards.left1 {
    transform: translate(-120%) scale(0.9);
}

.cards.right {
    transform: translate(120%) scale(0.9);
}

.cards.right1 {
    transform: translateX(56%) scale(1);
    z-index: 1;
}

.cards.active {
    z-index: 5;
    position: relative;
}

.cards__inner {
    position: relative;
    padding-bottom: 158.8235294118%;
}

.section_margin_header {
    border: 2px solid #cca354;
    border-bottom-style: none;
    padding: 10px;
}

.section_margin_header::before {
    content: "";
}

.more_about-us {
    padding: 5px 30px;
}

.user_img_slider {
    padding: 20px;
}

.counter-count {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: white;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* .im_back {
            background-image: url(../../assets/images/brand/count.png);
        } */

.mb30_30 {
    margin-bottom: 0;
}

.one_bot {
    margin-top: -42px;
}

.why_do_we {
    margin-top: -46px;
}

.one_bot {
    margin-bottom: 19px;
}

.w1_width {
    width: 58%;
}

/* .cureency-card {
            border: 1px solid #cca354;
            border-radius: 32%;
            box-shadow: 0 0 12px;
            width: 70%;
            margin: 0 auto;
        } */

.cureency-card h6 {
    color: #cca354;
    font-size: 22px;
}

.span_k {
    padding: 2px;
    font-size: 24px;
}

.about_us_right {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px;
}

.slick-prev:before {
    content: "\e257";
}

.slick-next:before {
    content: "\e258";
}

.section_margin_header {
    margin-top: 134px;
}

.margin-top-1 {
    margin-top: 0.5rem;
}

.about-content p {
    text-align: justify;
}

.about_us_right h4 {
    color: #2e3138;
}

.about_us_right p {
    margin: 0;
}

.card_suffle_div {
    margin: auto 0;
}

/* .................................................About Us ends................................................... */

/* .....................................more maches starts slider........................................ */

/* 3d slider */

.more_match_img img {
    height: 600px;
    margin: auto;
}

.ball_slider_wave {
    background-image: url(../../assets/images/blog/ball.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: 100% 37%;
    background-size: auto;
    animation: bounce21 8s ease infinite;
}

.ball_height {
    height: 100% !important;
    /* width: 100%; */
    /* position: absolute; */
    /* margin-left: -113px; */
    padding-left: 344px !important;
    animation: bounce21 8s ease infinite;
}

@keyframes bounce21 {
    0% {
        background-position: 10% 0%;
        /* transform: translate(-10px, -200px) scale(1); */
    }
    10% {
        background-position: 10% 70%;
        /* transform: translate(-40px, -120px) scale(1); */
    }
    20% {
        background-position: 50% 70%;
        /* transform: translate(-80px, -50px) scale(1.1); */
    }
    30% {
        background-position: 90% 50%;
        /* transform: translate(-120px, -100px) scale(1); */
    }
    40% {
        background-position: 30% 10%;
        /* transform: translate(-160px, -130px) scale(1); */
    }
    50% {
        background-position: 60% 30%;
        /* transform: translate(-200px, -105px) scale(1); */
    }
    60% {
        background-position: 60% 10%;
        /* transform: translate(-240px, -50px) scale(1.1); */
    }
    70% {
        background-position: 90% 30%;
        /* transform: translate(-280px, -80px) scale(1); */
    }
    80% {
        background-position: 20% 40%;
        /* transform: translate(-320px, -90px) scale(1); */
    }
    90% {
        background-position: 40% 70%;
        /* transform: translate(-360px, -65px) scale(1); */
    }
    100% {
        background-position: 100% 100%;
        /* transform: translate(-400px, -50px) scale(1.1); */
    }
}

.carousal_height {
    /* height: 400px; */
    /* width: 100%; */
    height: 600px;
}

div#carousel {
    perspective: 1200px;
    background: transparent;
    padding-top: 2%;
    font-size: 0;
    /* margin-bottom: 3rem; */
    overflow: hidden;
}

figure#spinner {
    transform-style: preserve-3d;
    /* height: 300px; */
    height: 20rem;
    transform-origin: 50% 50% -500px;
    transition: 1s;
}

.app_carousal_360 {
    margin-top: 70px;
}

figure#spinner img {
    width: 20%;
    max-width: 425px;
    position: absolute;
    left: 30%;
    transform-origin: 68% 50% -500px;
    outline: 1px solid transparent;
}

figure#spinner img:nth-child(1) {
    transform: rotateY(0deg);
}

figure#spinner img:nth-child(2) {
    transform: rotateY(-45deg);
}

figure#spinner img:nth-child(3) {
    transform: rotateY(-90deg);
}

figure#spinner img:nth-child(4) {
    transform: rotateY(-135deg);
}

figure#spinner img:nth-child(5) {
    transform: rotateY(-180deg);
}

figure#spinner img:nth-child(6) {
    transform: rotateY(-225deg);
}

figure#spinner img:nth-child(7) {
    transform: rotateY(-270deg);
}

figure#spinner img:nth-child(8) {
    transform: rotateY(-315deg);
}

div#carousel ~ span {
    color: #fff;
    margin: 7%;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.6s color;
    position: relative;
    margin-top: -10rem;
    border-bottom: none;
    line-height: 0;
}

div#carousel ~ span:hover {
    color: #888;
    cursor: pointer;
}

/* 3d slider */

.more_matches_slider {
    /* width: 85%; */
    /* width: 200px; */
    width: 100%;
    margin: 0px auto;
}

.more_match_img img {
    padding: 10px;
}

i.las.la-angle-right {
    border: 1px solid #f5ebe6;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    background: #f5ebe6;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

i.las.la-angle-left {
    border: 1px solid #f5ebe6;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    background: #f5ebe6;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

/* .more_match_img {
            width: 60%;
            margin: 30px;
            height: 200px;
        } */

/* .....................................more maches starts......................................... */

/* ..........................................point system starts table................................... */

.score1 {
    background-position: 93%;
    background-size: cover;
}

.tr_table {
    font-size: 16px;
}

.tab-score {
    border: 1px solid rgba(204, 163, 84, 0.25);
    border-radius: 0px 5px 5px 10px;
}

@media (max-width: 319px) {
    .fa-ature_txt {
        position: absolute;
        bottom: 5%;
        padding: 23px 78px 23px 23px;
        font-size: 8px !important;
        line-height: 22px;
    }
    .t-f-ont {
        font-size: 9px !important;
    }
}

@media (min-width: 333px) and (max-width: 437px) {
    .mar_btm {
        margin-top: 15px;
    }
    .ul_point li:nth-child(4) {
        margin-top: 15px;
    }
}

@media (max-width: 333px) {
    /* .a_3-b {
                margin-top: 15px;
            } */
}

@media (max-width: 340px) {
    .sel_cap {
        text-align: initial;
    }
    tr.t-11.tr_table th {
        font-size: 8px;
    }
    tr td {
        font-size: 8px !important;
    }
}

@media (max-width: 375px) {
    /* .text-white.inMail.color_inp {
                position: relative;
                left: -113%;
                top: -51px;
            }
            .inText.color_inp.in_tex {
                position: absolute;
                left: -31%;
                top: -64px;
            }
            .re_gistr_btn {
                background-size: cover;
                position: relative;
                left: -10%;
                top: -1px;
            } */
    /* .a_3-b1 {
                margin-top: 13px;
            } */
    .team-pic img {
        width: 245px !important;
    }
    .team-desc {
        width: 245px !important;
    }
    .team-pic::after {
        bottom: 74%;
        left: 87%;
        /* border-top: 6px solid #c81c6c; */
        border-right: 6px solid #c81c6c;
        content: "";
        display: block;
        height: 26%;
        width: 0;
        position: absolute;
    }
    .team-desc::after {
        bottom: 53%;
        left: 57%;
        border-top: 6px solid #c81c6c;
        border-right: 3px solid #c81c6c;
        content: "";
        display: block;
        height: 18%;
        width: 32%;
        position: absolute;
    }
    .call_er {
        position: absolute;
        top: 34%;
        left: 0% !important;
    }
    .color_inp {
        height: 22px !important;
        width: 75px;
        background: transparent !important;
        color: #000 !important;
    }
    .dynamic-title {
        font-size: 25px !important;
    }
    .hero__content h2 {
        font-size: 30px !important;
    }
    span.gold-title {
        font-size: 30px !important;
    }
}

@media (max-width: 550px) {
    .hea_point {
        font-size: 27px !important;
    }
    .btn_contac_s {
        font-size: 9px !important;
        padding: 8px 9px !important;
    }
    .side-box {
        /* background: url(../images-event/pm/side1.jpg) center center no-repeat; */
        background-size: 180% 100% !important;
    }
    .ul_3rd_line {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    .m-c-modal {
        margin-top: 62%;
        width: 88%;
    }
}

@media (max-width: 320px) {
    .hea_point {
        font-size: 23px !important;
    }
}

.t-f-ont {
    font-size: 12px;
}

@media (max-width: 425px) {
    .ta-b-le1 {
        padding-left: 0px !important;
    }
    .page-breadcrumb {
        justify-content: center;
    }
    .history_left h2 {
        text-align: center;
    }
}

.tab-bor:nth-last-of-type(3) {
    display: block;
}

.tab-bor {
    display: none;
}

.ul_point li a:hover {
    background-color: #b78b36 !important;
    /* transition: 4s; */
}

.ul_point {
    background-color: #101113;
    border: none;
}

.ul_point li:nth-child(3) {
    /* margin-right: 15px; */
    margin-top: 15px;
}

.ul_point li:nth-child(4) {
    /* margin-right: 15px; */
    margin-top: 15px;
}

.point-header {
    margin-bottom: 65px;
}

.things-to-do {
    margin-top: 24px;
}

.ul-nav {
    /* margin-top: 100px; */
    margin-bottom: 42px;
}

.point_system .section-title {
    margin-top: 65px !important;
}

/* .tab-border {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        } */

.tab-score {
    width: 100%;
}

.banner-png img {
    position: relative;
    background: no-repeat scroll bottom center;
    background-size: cover;
    height: 50%;
    width: 100%;
}

.exp_per {
    font-family: "Train One", cursive;
}

.box-wrapper {
    background: #000;
}

.h-4-t {
    border-bottom: 0px !important;
    margin-top: 58px;
}

.tab-score {
    margin: 0px;
    /* border-collapse: collapse; */
    /* width: 100%;
            border: 2px solid #02c3ef;
            box-shadow: 0 0px 10px 8px #873FF8;
            border-radius: 10px !important;
            border-style: hidden; */
}

.tab-score {
    border-collapse: collapse;
    width: 100%;
}

.tab-score th,
td {
    padding: 0.25rem;
    text-align: left;
    /* border: 1px solid #ccc; */
    border-top: 1px solid #dee2e6;
}

.ac-tive1 {
    background: #c81c6c;
}

.t-11 {
    background-color: #cca354;
}

.t-12 {
    background-color: #873ff8;
}

.point-header {
    color: white;
    text-align: justify;
    word-spacing: 0px;
}

/* .tab-bor {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        } */

.r-ow-point {
    margin-left: -19px;
}

.r-ow-point .ul-nav {
    margin-left: auto;
    margin-right: auto;
}

.ul_point {
    border-bottom: 0px;
}

.ul_point li a {
    background: #cca354;
    font-size: 0.5rem;
}

/* .ul_point li {
            background-color: #c51e73;
        } */

/* .nav-tabs>li.active>a {
            background-color: #470546 !important;
            background: #811a96 !important;
            color: white !important;
        } */

.table th {
    /* border: 1px solid #dddddd; */
    /* text-align: left; */
    padding: 10px;
    /* border: 1px solid #607ee0; */
}

.table td {
    padding: 10px;
    font-size: 0.5rem;
    border-top-color: rgba(204, 163, 84, 0.25);
}

.table_others th {
    padding: 10px;
}

.table_others tr th {
    background: #cca354;
}

.table1 th {
    color: #fff;
    font-size: 20px;
}

.table1 table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #02c3ef;
    box-shadow: 0 0px 10px 8px #02c3ef;
    border-radius: 10px !important;
    border-style: hidden;
}

.table1 table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table1 table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table_others {
    width: 100%;
    margin-left: 30px;
}

.mommodo-list {
    list-style-type: disc;
}

.table_others {
    border: 1px solid rgb(204 163 84 / 25%);
}

.table_others td {
    border: 1px solid rgb(204 163 84 / 25%);
}

.div_others {
    margin-top: 40px;
}

/* .table1 th  {
           padding: 20px;
          }
          .table1 td  {
            padding: 20px;
           } */

.table1 tr:nth-child(even) {
    background-color: #205cb6;
}

@media (min-width: 280px) and (max-width: 480px) {
    .table1 table td,
    .table1 table th {
        padding: 0.5rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 12px;
        line-height: 20px;
    }
    .aboutimg {
        margin-top: 20px;
    }
}

.tab-score td {
    border-bottom: 1px solid rgba(204, 163, 84, 0.25);
    border-right: none;
    border-top: none;
    border-left: none;
}

.tab-score th {
    border: none !important;
}

.table.tab-score {
    box-shadow: 0 5px 5px 0 rgb(204 163 84 / 25%);
}

.point_7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.point_6 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

/* ..........................................point system ends................................................... */

/* a:visited.a:focus,
        a:focus-visible {
            border: none!important;
            outline: none!important;
            border: 0;
        } */

.btn:focus {
    box-shadow: unset;
}

/* ..............................................media queries @media starts............................... */

@media (min-width: 575px) {
    .h3_count_down {
        display: none;
    }
}

@media (max-width: 575px) {
    .h3_count_up {
        display: none;
    }
    .section-title + p {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .margin_slider {
        margin-bottom: 44px;
    }
    .show_whychoose_btn {
        position: absolute;
        top: 90%;
        left: 50%;
    }
    .m-c-modal {
        margin-top: 18%;
        width: 33%;
    }
    /* .hero_index {
                padding-bottom: 65px;
            } */
    .hero__content {
        margin-left: 34px;
        /* margin-top: -89px; */
    }
    .anchor_after::after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -8px 25px 0 5px;
        pointer-events: none;
        position: absolute;
        left: 65%;
    }
    .anchor_after1:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . .  ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after2:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after3:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after4:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . .   . . . . . . . .  . . . . . . . . . .  ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after5:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after6:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . .  . .     ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .anchor_after7:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . .   ";
        display: inline-block;
        font-size: 0.5em;
        line-height: 40px;
        margin: -10px 25px 0 5px;
        pointer-events: none;
        position: absolute;
    }
    .landing__content {
        position: relative;
        top: 11%;
    }
    .cot_icon {
        position: absolute !important;
        left: 35% !important;
        top: 19% !important;
    }
}

@media (min-width: 1400px) {
    /* .anchor_after::after {
                content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . .   ";
                width: 21%;
                left: 74%;
            } */
    .anchor_after::after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ";
        left: 62%;
    }
    .anchor_after1:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . .  ";
    }
    .anchor_after2:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . ";
    }
    .anchor_after3:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . ";
    }
    .anchor_after4:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . .   . . . . . . . .  . . . . . . . . . .  ";
        left: 63%;
    }
    .anchor_after5:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    }
    .anchor_after6:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . .  . .     ";
    }
    .anchor_after7:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . .   ";
    }
}

@media (max-width: 1200px) {
    .show_whychoose_btn {
        position: absolute;
        top: 90%;
        left: 50%;
    }
    .more_match_img img {
        padding: 9px;
    }
}

@media (min-width: 1024px) {
    .margin_slider {
        margin-bottom: 73px;
    }
}

@media (min-width: 1400px) {
    .margin_slider {
        margin-bottom: 78px;
    }
}

@media (max-width: 1024px) {
    /* .hero_index {
                padding-bottom: 55px;
            } */
    /* .hero__content {
                margin-top: -63px;
            } */
    .play_now_indexbtn {
        padding: 9px 14px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .tips__tricks_p p {
        /* text-align: justify; */
        margin-left: 39px;
    }
    .cot_icon {
        position: absolute;
        left: 25%;
        top: 22%;
    }
    .margin_slider {
        margin-bottom: 54px;
    }
}

@media (min-width: 600px) {
    .cot_icon {
        position: absolute;
        left: 25%;
        top: 20%;
    }
}

@media (max-width: 992px) {
    .show_whychoose_btn {
        position: absolute;
        top: 94%;
        left: 50%;
    }
    .hero_index {
        padding-bottom: 54px;
    }
    /* .hero__content {
                margin-top: -66px;
            } */
    /* .hero__container {
                margin-left: 20px;
            } */
    .more_match_img img {
        padding: 13px;
    }
    .why_do__we {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .show_whychoose_btn {
        position: absolute;
        top: 96%;
        left: 46%;
    }
    .show_whychoose_btn2 {
        position: absolute;
        top: 101%;
        left: 46%;
    }
    .play_now_indexbtn {
        font-size: 12px;
        padding: 8px 13px;
    }
    .hero__content {
        margin-top: -69px;
    }
    .hero_index {
        padding-bottom: 58px;
    }
    .landing__content {
        position: relative;
        top: 13%;
    }
}

@media (max-width: 550px) {
    .show_whychoose_btn2 {
        position: absolute;
        top: 101%;
        left: 47%;
    }
    .hero__content {
        margin-top: -80px;
    }
    .hero_index {
        padding-bottom: 43px;
    }
    .play_now_indexbtn {
        font-size: 12px;
        padding: 8px 13px;
    }
    .hero__container {
        margin-left: 0 !important;
    }
    .more_match_img img {
        padding: 44px;
    }
    .card-body {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    /* .hero__container {
                margin-left: 20px;
            } */
    .more_match_img img {
        padding: 12px;
    }
    .ul_1st_line {
        padding-left: 0;
    }
    .ul_2nd_line {
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .play_now_indexbtn {
        font-size: 10px;
        padding: 8px 11px;
    }
    .hero__content {
        margin-top: -87px;
    }
    .hero__title {
        font-size: 25px;
    }
    .hero__content h3 {
        font-size: 17px;
    }
    .hero_index {
        padding-bottom: 52px;
    }
    .hero__container {
        margin-left: 0;
    }
    .more_match_img img {
        padding: 9px;
    }
    .box-about_us-page p {
        text-align: justify;
    }
}

@media (max-width: 320px) {
    .a_plus {
        margin-top: 16px;
    }
    /* .a_plus3 {
                margin-top: inherit;
            }
            .a_plusone {
                margin-top: inherit;
            } */
    .card_faq_btn:nth-child(n) {
        font-size: 10px !important;
    }
    /* .faq_collapse_btn:nth-child(2) {
                margin-top: inherit;
            } */
    .choose-card__header {
        display: block;
    }
    .header .site-logo img {
        max-width: 114px;
    }
    .about_us_right h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
    }
    .about_us_right .icon {
        position: absolute;
        font-size: 27px;
        left: 45%;
        width: 44px;
        height: 44px;
    }
    .about_us_right p {
        font-size: 12px;
        padding: 5px;
        text-align: justify;
    }
    .about_us_right .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .about_us_right {
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .a_plus {
        margin-top: inherit;
    }
    .a_plus3 {
        margin-top: inherit;
    }
    .a_plusone {
        margin-top: inherit;
    }
    .card_faq_btn:nth-child(n) {
        font-size: 14px !important;
    }
    .faq_collapse_btn:nth-child(2) {
        margin-top: inherit;
    }
}

@media (min-width: 375px) {
    .m-c-modal {
        margin-top: 47%;
        width: 88%;
    }
    .faq_collapse_btn:nth-child(2n) {
        margin-top: inherit;
    }
}

@media (min-width: 425px) {
    .history_left {
        margin-left: 25px;
    }
}

@media (min-width: 550px) {
    .history_left {
        margin-left: 50px;
    }
}

@media (min-width: 768px) {
    .m-c-modal {
        margin-top: 25%;
        width: 54%;
    }
}

@media (min-width: 993px) {
    .landing__content {
        position: relative;
        top: 11%;
    }
}

@media (min-width: 1200px) {
    .m-c-modal {
        margin-top: 20%;
        width: 33%;
    }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
}
