<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*////////////////////////////////////////////
Style.css
////////////////////////////////////////////*/

@import url("../css/all.css");

/* D-DIN Condensed */

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DINCondensed.ttf');
    src: url('../fonts/D-DINCondensed.woff2') format('woff2'),
    url('../fonts/D-DINCondensed.woff') format('woff'),
    url('../fonts/D-DINCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DINCondensed-Bold.ttf');
    src: url('../fonts/D-DINCondensed-Bold.woff2') format('woff2'),
    url('../fonts/D-DINCondensed-Bold.woff') format('woff'),
    url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('./fonts/fonts.css');

/*
font-family: 'Actor', sans-serif;
font-family: 'Adamina', serif;
font-family: 'Poppins', sans-serif;
*/

/* essential css */

/* html, */

* {
    outline: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'D-DIN Condensed';
    font-size: 16px;
    color: #161616;
    font-weight: normal;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet {
    margin-left: 1.5em;
}

.bullet&gt; li {
    list-style-type: none;
    position: relative;
    padding-left: 5px;
}

.bullet li {
    padding-bottom: 1.3px;
}

.bullet&gt; li::before {
    content: "â€¢";
    display: block;
    position: absolute;
    top: -2px;
    left: -12px;
    font-size: 20px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

::-moz-selection {
    color: #fff;
    background: #a1999b;
}

::selection {
    color: #fff;
    background: #a1999b;
}

img {
    max-width: 100%;
}

img,
label {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.p_ul_detail p {
    margin-bottom: 15px;
}

.p_ul_detail ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

.p_ul_detail li {
    list-style-type: disc;
}

.fw_smbold {
    font-weight: 600;
}

.color_black {
    color: #000000;
}

.color_white {
    color: #ffffff;
}

.color_gray {
    color: #979797;
}

.color_gray2 {
    color: #757575;
}

.color_red {
    color: #fd4300;
}

.text_outline_white {
    /* -webkit-text-stroke: 1px #fff; */
    color: #1f1f1f;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7), -1px -1px 0 rgba(255, 255, 255, 0.7), 1px -1px 0 rgba(255, 255, 255, 0.7), -1px 1px 0 rgba(255, 255, 255, 0.7), 1px 1px 0 rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
}

.text_outline_black {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7), -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.buycoins_container .hero_heading .text_outline_white {
    color: #242424;
}

.buycoins_container .hero_heading {
    font-size: 35px;
    text-align: left;
}

.player-blog img {
    margin-bottom: -28px;
    max-width: 200px;
}

.btn_red,
.btn_red:hover {
    background-color: #fe5733;
    color: #ffffff;
}

.btn_smwhite_outline,
.btn_smwhite_outline:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.btn_smred_outline,
.btn_smred_outline:hover {
    border: 1px solid #fff;
    color: #fff;
}

.more_review_btn_desktop {
    display: block;
    margin: 30px auto 0 auto;
}

.more_review_btn {
    text-align: center;
    font-weight: 300;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.btn_orange_shadow {
    -webkit-box-shadow: 0 5px 15px 0 rgba(254, 67, 0, .6);
    box-shadow: 0 5px 15px 0 rgba(254, 67, 0, .6);
}

/* section heading */

.section_heading {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;

}

.p_style {
    color: #757575;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

/* margin and padding utility classes */

.mr_5 {
    margin-right: 5px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.mr_10 {
    margin-right: 10px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_45 {
    margin-top: 45px;
}

.mb_45 {
    margin-bottom: 45px;
}


.pl_5 {
    padding-left: 5px;
}

.pr_5 {
    padding-right: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pr_10 {
    padding-right: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pt_45 {
    padding-top: 45px;
}

.pb_45 {
    padding-bottom: 45px;
}

/* bg box */
.bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.cmn_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* header start */

.header_top {
    padding: 0 7.5px;
    background-color: #1f1f1f;
}

.header_top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    color: #979797;
    font-size: 16px;
    font-weight: bold;
}

.header_top .item_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    /* font-family: 'Actor', sans-serif; */
    color: #979797;
    font-size: 14px;
    font-weight: bold;
}

.header_top .header_left {
    padding-left: 40px;
}

.header_social a {
    padding: 0 7.5px;
}

.account_link span, .account_link i {
    color: #979797;
}

/* .header_top a .dnum {
    font-family: 'Adamina', serif
} */

.header_bottom {
    background: #000000;
    padding: 0;
}

.header_bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_logo {
    width: 193px;
}

.header_logo img {
    width: 100%;
}

.lang_cur_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1001;
}

.dropdown-toggle::after {
    background-image: url(../images/down-arrow.png);
    border: none;
    margin: 0;
    vertical-align: unset;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 10px;
    height: 10px;
    width: 10px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}


.dropdown-menu a {
    color: #161616;
    font-size: 18px;
}

.language-switcher,
.currency-switcher {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
}

.selected-currency {
    text-transform: uppercase;
    color: #979797;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    font-weight: bold;
}

.current_user {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
}

.current_user i {
    margin-right: 5px;
}

/* .btn-user-login &gt; span {
    font-size:12px;
    color:red;
} */

.user_info_box a i, .user_info_box a img ,.user_info_box div i{
    margin-right: 7px;
    width: 18px;
}

.language-switcher,
.currency-switcher {
    padding-right: 30px;
    padding-left: 15px;
}

.selected-currency {
    font-size: 18px;
}

.language-switcher .dropdown-menu a span,
.currency-switcher .dropdown-menu a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-switcher .dropdown-menu a span img,
.currency-switcher .dropdown-menu a span span {
    margin-right: 6px;
}

.language-switcher {}

/* .currency-switcher {
    margin-bottom: -2px;
    margin-right: 15px;
} */

.lang_cur_option .dropdown-menu, .user_info_box {
    border-radius: 0;
    /*background: #1f1f1f;*/
    background: #000000;
    top: 100% !important;
    margin: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 15px 15px;
    /* min-width: 200px; */
    box-shadow: none;
    border-radius: 0;
}

@media only screen and (max-width: 575px) {
    .lang_cur_option {
        right: 110px;
        padding-right:86px;
    }
}

@media only screen and (max-width: 361px) {
    .lang_cur_option {
        right: 110px;
    }
}

.user_dropdown {
    padding-left: 15px;
    cursor: pointer;
}

.current_user {
    height: auto;
    line-height: 1.5;
}

.user_info_box {
    left: 0 !important;
    min-width: 200px;
}

.buycoins_dropdown {
    position: relative;
}

.buycoins_dropdown .dropdown-menu {
    border-radius: 0;
    background: #1f1f1f;
    top: 100% !important;
    margin: 0;
    left: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 10px 15px;
    min-width: 200px;
    -webkit-box-shadow: 0 2px 4px rgba(14, 14, 15, .4), 0 8px 24px rgba(14, 14, 15, .4);
    box-shadow: 0 2px 4px rgba(14, 14, 15, .4), 0 8px 24px rgba(14, 14, 15, .4);
    border-radius: 2px;
}

.lang_cur_option .dropdown-menu a, .buycoins_dropdown .dropdown-menu a, .user_dropdown .user_info_box a , .user_dropdown .user_info_box div {
    color: #979797;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0;
    align-items: center;
}

.lang_cur_option .dropdown-menu li.selected a,
.lang_cur_option .dropdown-menu a:hover,
.buycoins_dropdown .dropdown-menu a:hover,
.user_info_box div:hover,
.user_info_box a:hover {
    color: #fff;
}

.lang_cur_option .currency-switcher li a {
    font-size: 18px;
}

.header_top .container-fluid {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.header_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header_nav .nav-toggle {
    display: none;
}

.header_nav_menu.dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: unset;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
}

.header_nav_menu li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
}

.header_nav_menu&gt;li&gt;a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.header_nav_menu a:hover {
    color: #fd4300;
}

.btn-signin {
    padding: 12px 18px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}

.btn-signin .selected-currency {
    width: auto;
    height: auto;
    line-height: unset;
}

.mobile-menu {
    display: none;
}

.btn-signin img {
    display: none;
}

.btn-signin:hover,
.btn-signin:focus {
    color: #fff;
}


.language-switcher:after {
    top: -3px;
    position: relative;
}

.buy_coin_btn,
.buy_coin_btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe5733;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.buy_coin_btn {
    width: 181px;
    height: 57px;
    line-height: 57px;
}
@media (max-width: 575px){
    .buy_coin_btn {
        z-index:1002;
    }
}

.buy_coin_btn2 {
    width: 204px;
    height: 48px;
    line-height: 48px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    opacity: 0;
}

.buy_coin_btn:hover,
.buy_coin_btn2:hover {
    background-color: #fe5733;
    color: #ffffff;
}

.buy_coin_btn2.buy_coin_fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* header end */

/* hero section start */

.hero_section {
    position: relative;
    background: #20232F;
    padding-bottom: 50px;
}

.hero_section .container {
    position: relative;
}

.hero_main_img {
    width: 80%;
}

.hero_heading {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-family: Helvetica Neue LT Pro-83 Heavy Extended, Helvetica Neue LT Pro;
    line-height: 45px;
}

.hero_heading2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: italic;
}

.hero_row3 {
    margin-top: 15px;
}

.dcode_box {
    position: relative;
    margin-bottom: 15px;
}

.hero_dots_img {
    position: absolute;
    left: 10%;
    bottom: 10%;
    max-width: 100%;
}

.hero_heading_col {
    /* padding-bottom: 160px; */
}

.hero_row2 {
    /* margin-top: -175px; */
}

.hero_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.hero_btn_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 208px;
    height: 55px;
    line-height: 55px;
}

.hero_btn_box .btn_red {
    font-size: 16px;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.hero_btn_box .btn_red span {
    margin-right: 7px;
}

.hero_btn_box .btn_smwhite_outline {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.top-section-button .btn_red img {
    position: relative;
    top: -2px;
}

/* hero section end */

/* trusted brands section */

.tb_section .container {
    max-width: 400px;
}

/* trusted brands section end*/

/* review section start */

.review_box {
    font-family: 'Poppins', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #161616;
    margin-top: 0;
}

.review_box + .review_box {
    margin-top: 15px;
}

.review_time {
    background-color: #161616;
    color: #fff;
    font-size: 14px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    padding: 10px 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.review_box_inner {
    position: relative;
    padding: 20px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.review_box_inner h6 .color_gray {
    font-size: 15px;
    font-weight: 300;
}

.rewiew_img_box {
    position: relative;
    width: 53px;
    min-width: 53px;
    height: 53px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
}

.rewiew_img_box i {
    font-size: 28px;
}

.review_img_box i.fa-playstation {
    color:#003087;
    font-size: 17px;
}

.review_img_box i.fa-xbox {
    color: #107C10;
    font-size: 17px;
}

.review_img_box i.fa-laptop {
    color: #E16C00;
    font-size: 17px;
}

.right-trapezoid__content .fa-laptop{
    font-size: 17px;
}

@media (max-width: 767px) {
    .right-trapezoid__content .fa-laptop{
        font-size: 12px;
    }
}
.rewiew_img_box img {
    max-width: 26px;
    border: solid #fff 2px;
    border-radius: 100%;
}

.review_img_icon {
    position: absolute;
    top: -8px;
    right: -15px;
}

.review_rating {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review_rating span {
    background-color: #00b878;
    color: #ffffff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    margin-left: 1px;
}

.review_option_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review_carousel_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review_option_box .carousel-control-next, .review_option_box .carousel-control-prev {
    position: unset;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_option_box .carousel-control-prev {
    margin-right: 10px;
}

/* review section end */

/* stay home section start */

.sh_section {
    position: relative;
    background-color: #01030f;
    padding-bottom: 70px;
}

.sh_top_imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sh_top_imgbox img {
    width: 100%;
    max-width: 170px;
    margin-left: 7px;
}

.sh_dots_img {
    position: absolute;
    left: -45px;
    bottom: 45px;
}

.sh_dots2_img {
    position: absolute;
    top: 0;
    right: 0;

}

.sh_box {
    background-color: #ffffff;
    padding: 20px 10px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-shadow: 0 10px 17px 0 rgba(142, 142, 142, .27);
    box-shadow: 0 10px 17px 0 rgba(142, 142, 142, .27);
}

.sh_img_box {
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
}

.sh_img_box img {
    width: 100%;
}

.sh_box h4 {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}

.sh_box p {
    color: #757575;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

/* stay home section end */

/* faq section start */

.faq_section .section_heading {
    font-size: 44px;
}

.faq_dots_img {
    position: absolute;
    top: 95px;
    right: 0;
    z-index: -1;
    max-width: 255px;
}

.faq_dots2_img {
    position: absolute;
    left: -15px;
    bottom: 60px;
    z-index: -1;
    max-width: 255px;
}

.faq_box {
    display: block;
    margin-top: 15px;
    border-bottom: 1px solid rgba(117, 117, 117, 0.3);
    border-radius: 0;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.faq_box_borderless{
    display: block;
    margin-top: 15px;
    border-bottom: none;
    border-radius: 0;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.faq_box_borderless_container div p a {
    padding-bottom: 0;
}
.faq_box_borderless_container div {
    padding-bottom: 16px;
}

.faq_box_borderless_container{
    border-bottom: 1px solid rgba(117, 117, 117, 0.3);
}
/* .faq_box[aria-expanded="true"] {
    border-color: rgba(254, 67, 0, 0.5);
} */

.faq_box[aria-expanded="true"] .acc_arrow {
    background-color: #fe4300;
}

.faq_box[aria-expanded="true"] .faq_title {
    color: #fe4300;
}

.faq_box2[aria-expanded="true"] .acc_arrow {
    background-color: #fe4300;
}

.faq_box2[aria-expanded="true"] .faq_title {
    color: #fe4300;
}

.faq_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #010423;
    font-size: 17px;
    font-weight: normal;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}

.acc_arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #161616;
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.card-header {
    background-color: transparent;
    border: none;
}

.faq_accordion .card-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;

}

.faq_body {
    padding-top: 10px;
}

.faq_body p , .faq_body p a, .faq_body_edited p , .faq_body_edited p a{
    font-size: 15px;
    color: #757575;
    font-weight: 300;
}
.faq_body2 p{
    padding: 5px 0;
}

.faq_body_edited{
    padding-top: 0;
    margin-top: -16px;
}
.faq_btn {
    display: block;
    margin: 30px auto 0 auto;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 7px 35px;
}



/* faq section end */

/*  blog section  */

.blog_section {
    position: relative;
    background-color: #161616;
}

.blog_dots_img {
    position: absolute;
    top: 70px;
    right: 0;
}

.blog_box {
    margin-top: 0;
}

.blog_detail {
    background-color: #fff;
    padding: 20px;
    margin-top: 1px;
    font-family: 'Poppins', sans-serif;
}

.blog_detail h5 {
    font-weight: 600;
    font-size: 24px;
    min-height: 50px;
    line-height: 30px;
}

.blog_date {
    margin: 15px 0 10px;
    color: #8a8a8a;
    font-weight: 400;
    font-size: 15px;
}

.blog_detail p {
    font-size: 15px;
    color: #272727;
}

.blog_readbtn {
    display: inline-block;
    width: 148px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
}

.blog_option_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.blog_option_box .owl-controls {
    position: absolute;
    top: 5.5px;
    left: 0;
}

.blog_option_box .owl-controls button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 1;
    color: #ffffff;
    border: 1px solid rgb(255, 255, 255, 0.5) !important;
    font-size: 12px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-nav.owl-nav {
    display: flex;
}

.blog_option_box .owl-controls .owl-prev {
    margin-right: 10px;
}

.view_blog_btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 8.23px 55px;
}

/*  blog section */

/* info section */

.info_heading {
    font-weight: bold;
    text-transform: uppercase;
}

/* info section end */

/* accoutn option form modal */
body.modal-open {
    padding-right: 0 !important;
}

.acc_option_modal .modal-content {
    background-color: #1f1f1f;
    padding: 30px;
    position: relative;
}

.acc_modal_close,
.acc_modal_close:hover {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    z-index: 9999;
    padding: 7px;
}


.acc_modal_close svg {
    fill: rgba(255, 255, 255, 0.6);
}

.acc_modal_close:hover svg {
    fill: rgba(255, 255, 255, 0.9);
}

.acc_option_container .form_tab_container ul {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: inherit;
}

.acc_option_container .form_tab_container ul .nav-link {
    color: #ffffff;
    border-radius: 0;
    padding: 12px 2px;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 18px;
    width: auto;
}

.acc_option_container .form_tab_container ul .nav-link.active {
    border-bottom: 2px solid #ffffff;
}


.acc_option_container .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.acc_option_container form {
    padding-top: 25px;

    /* nice select */
    /* end nice select */
}



.acc_option_container .form-control {
    outline: none;
    border: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: rgba(255, 255, 255, 0.8);
}

.acc_option_container .form-control:focus {
    border-color: #ffffff;
}


.acc_option_container button {
    width: 100%;
    border: none;
    display: inline-block;
    background-color: #fe4300;
    color: #ffffff;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.acc_form_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;

}

.acc_form_links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.acc_form_links a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.acc_option_container .logo_box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* footer */

.footer {}

.footer_top {
    background-color: #161616;
}

.footer_top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_social a {
    color: #d9d9d9;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_social a:hover {
    color: #fe4300;
}

.footer_payment {
    text-align: center;
    padding: 15px 0;
}

.footer_payment img {
    display: inline-block;
    max-width: 100%;
    max-height: 18px;
    margin: 10px;
}

.footer_nav {
    background-color: #161616;
    padding: 20px 0;
}

.footer_nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_nav a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 0 10px;
    color: #999;
    border-right: 1px solid #999;
}

.footer_nav a:nth-last-child(1) {
    border: none;
}

.footer_cpyright {
    color: #666;
    text-align: center;
    padding: 12px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* footer end */


/* buy coins page */


.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #757575;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: none;
}

.invalid-feedback {

    text-align: left !important;
}

.bc_hero_section {
    position: relative;
    background-color: #040404;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bc_hero_section .heaing-left-center {
    margin-bottom: 20px;
}

.bc_heading_mobile {
    margin-bottom: 45px;
}

.bc_hero_section .bg_box {
    z-index: 1;
}

/* .bc_hero_section .bg_box {
    width: 100%;
    height: auto;
    max-height: 100%;
    text-align: right;
    z-index: 1;
    overflow: hidden;
}

.bc_hero_section .bg_box img {
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: 415px;
    object-fit: none;
}

.bc_hero_section .bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, transparent, #040404);
} */

.bc_hero_section .container {
    position: relative;
    z-index: 2;
}

.bc_section_heading {
    position: relative;
}

.bc_dots_img {
    position: absolute;
    max-width: 100%;
    bottom: -5px;
    left: -50%;
}

.buy_coins_tab_content {
    max-width: 620px;
    margin: auto;
    width: 100%;
}

.buycoins_container .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.buycoins_container .nav-pills .nav-link {
    text-align: left;
    padding: 0;
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    display: flow-root;
    margin: 12px 0;
}

.buycoins_container .nav-link span.tab_num {
    font-size: 22px;
}

.buycoins_container .nav-pills .nav-link.active .tab_num {
    color: #fd4300;
}

.console_tab .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.console_box {
    /* display: block; */
    position: relative;
    width: 100%;
    /* padding-bottom: 100%; */
    padding-bottom: 75%;
    margin: 0 0 20px 0;
}

.console_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.console_ps {
    background-color: #003087;
}

.console_pc {
    background: rgb(225, 108, 0);
}

.console_xbox {
    background-color: #107c10;
}

.console_ps_bg {
    background: #003087 !important;
    border: none !important;
}

.console_pc_bg {
    background: rgb(225, 108, 0) !important;
    border: none !important;
}

.console_xbox_bg {
    background: #107c10 !important;
    border: none !important;
}

.console_disabled {
    background-color: #262629;
    pointer-events: none;
}

.console_disabled::after {
    border-color: rgba(255, 255, 255, 0.1);
}

.console_ps .console_box_content,
.console_xbox .console_box_content {
    color: #ffff;
}

.console_disabled .console_box_content {
    color: hsla(0, 0%, 100%, .1);
}

.console_box_content {
    color:white;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 19px 5px;
    gap: 10px;
    background: #2f3447;
    border: 0.5px solid #565656;
    border-radius: 10px;
}

.console_icon i {
    font-size: 27px;
    /* NEW*/
    /* padding-bottom: 3px; */
    /*background-color: #aca3a3;*/
    /*opacity: 50%;*/
    /* NEW*/
}

.console_box_content .console_name {
    font-size: 22px;
    line-height: 1.5;
    /* margin-top: 5px; */
    font-weight: bold;
    /* color:red; */
}

.console_box-details {
    background-color: black;
    opacity: 50%;
    padding: 2px 8px;
    border-radius: 6px;

    /*felan*/
    display: none;
}

.console_box-details span {
    opacity:100%;
    color: white !important;
    /* border:solid red; */
}
.console_box-detail-coin{
    margin-left: 4px;
    margin-right: 4px;
}
.console_box-detail-price{
    margin-left: 4px;
}
.free_coins {
    position: absolute;
    right: 1px;
    top: 160px;
    z-index: 9999;
    color: #ffffff;
    background-color: #fe5733;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    cursor: pointer;
}

/* coins tab */

.coins_slider_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coin_slider_box {
    padding: 45px 20px 5px 20px;

}

.slider_meter {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}

.slider_meter svg {
    width: 100%;
}

.slider_meter svg&gt;g {
    cursor: pointer;
}

path.rs-transition.rs-border {
    stroke-width: 0;
    stroke: transparent;
}

.coins_slider .rs-range-color {
    /* background: linear-gradient(to right, #ff9973 ,#f74100 ); */
    background: #f74100;
}

.rs-svg-container&gt;svg {
    z-index: 2;
}

path.rs-transition.rs-border {
    cursor: pointer;

}

.rs-svg-mode .rs-range {
    stroke: #fe5733;
    stroke-linecap: round;

}

.rs-svg-mode .rs-path {
    stroke: none;
    cursor: default;
}

span.rs-tooltip.rs-tooltip-text.rs-edit,
span.rs-tooltip.rs-tooltip-text.rs-hover {
    width: 200px !important;
    height: 200px !important;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center !important;
    background-color: #fff !important;
    border-radius: 100% !important;
    border: none !important;
    outline: none !important;
}

.coins_value_container {
    font-family: 'D-DIN Condensed';
    line-height: 1;
}

.coins_value_container .coins_value,
.rs-input.rs-tooltip-text {
    color: #fe5733 !important;
    font-weight: bold;
    position: relative;
    z-index: 9999999;
    overflow: auto;
}

.rs-input.rs-tooltip-text {
    font-size: 38px !important;
    min-width: 150px;
    margin-left: -20px;
}

.rs-input.rs-tooltip-text.rs-money-type{
    min-width: unset;
    margin-left: -5px;
}

.coins_value_container .coins_value {
    font-size: 52px !important;
}

/* .coins_value_container .coins_value::after {
    content: "K";
} */

.coins_value_container h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    color: #757575;
}

.coins_value_container h5 {
    color: #fe5733;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}


.rs-svg-container,
.rs-block {
    position: relative;
}

.rs-svg-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 100%;
    border: 1px solid #c5c5ce;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.coins_slider .rs-handle {
    background-color: #fe5733;
    padding: 7px;
    border: none !important;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .5);
    -webkit-animation: glowing 1500ms 5;
    animation: glowing 1500ms 5;
}

.coins_slider .rs-handle.animated {
    -webkit-animation: none;
    animation: none;
}


/* @keyframes glowing {
    0% { background-color: #fd4300; box-shadow: 0 0 3px #fd4300; }
    50% { background-color: #ff5c21; box-shadow: 0 0 40px #ff5c21; }
    100% { background-color: #fd4300; box-shadow: 0 0 3px #fd4300; }
  } */
@-webkit-keyframes glowing {
    0% {
        background-color: #fd4300;
        -webkit-box-shadow: 0 0 3px #fd4300;
        box-shadow: 0 0 3px #fd4300;
    }

    50% {
        background-color: #ff6d38;
        -webkit-box-shadow: 0 0 40px #ff6d38;
        box-shadow: 0 0 40px #ff6d38;
    }

    100% {
        background-color: #fd4300;
        -webkit-box-shadow: 0 0 3px #fd4300;
        box-shadow: 0 0 3px #fd4300;
    }
}

@keyframes glowing {
    0% {
        background-color: #fd4300;
        -webkit-box-shadow: 0 0 3px #fd4300;
        box-shadow: 0 0 3px #fd4300;
    }

    50% {
        background-color: #ff6d38;
        -webkit-box-shadow: 0 0 40px #ff6d38;
        box-shadow: 0 0 40px #ff6d38;
    }

    100% {
        background-color: #fd4300;
        -webkit-box-shadow: 0 0 3px #fd4300;
        box-shadow: 0 0 3px #fd4300;
    }
}

.coins_slider .rs-handle.rs-focus {
    border-color: #33B5E5;
}

.coins_slider .rs-handle:after {
    display: none;
}

.coins_slider .rs-border {
    border-color: transparent;
}

.coin_slider_box {
    position: relative;
}

.num_val {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    z-index: 5;
    cursor: pointer;
}

.num_val1 {
    left: 12px;
    bottom: 6px;
}

.num_val2 {
    left: -26px;
    bottom: 194px;
}

.num_val3 {
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.num_val4 {
    right: -12px;
    bottom: 196px;
}

.num_val5 {
    right: 26px;
    bottom: 6px;
}


.coin_offer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    background: #fff;
    width: 100%;
    border-radius: 5px;
}

.coin_offer_box {
    flex-flow: column;
}

.coin-offer-box-top {
    width: 100%;
    display: flex;
    padding: 20px 30px;
}

.coin-offer-box-bottom {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px 0px 20px;
}

.offer_num {
    font-size: 78px;
    font-weight: bold;
    color: #fd4300;
    position: relative;
}

.offer_num span {
    text-transform: uppercase;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 2;
}

.offer_num sup {
    position: absolute;
    top: 15px;
    right: -12px;
    font-size: 18px;
    line-height: 1;
}

.offer_cur_amount {
    font-size: 30px;
    line-height: 24px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-align: right;
    margin-top: 7px;
}

.offer_prev_amount {
    font-size: 18px;
    line-height: normal;
    text-decoration: line-through;
    color: #9b9b9b;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.offer_prev_amount img {
    margin-left: 5px;
}

.offer_prev_amount.small img {
    position: relative;
    top: -2px;
}

.offer_prev_amount.small {
    font-size: 14px;
    font-weight: 500;
}

.offer_amount {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.cm_btn,
.cm_btn:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe5733;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 400px;
    height: 52px;
    line-height: 52PX;
    border: none;
    cursor: pointer;
    box-shadow: 0px 10px 25px -15px rgba(0,0,0,.25);
    margin: 0px auto 15px;
}

.form-group.backup_code_group {
    margin-bottom: 30px;
}

.coin-offer-box-top {
    width: 100%;
    display: flex;
    padding: 8px 20px 10px 20px;
    justify-content: space-between;
    max-width: 440px;
}

/* checkout payments tab css */
.checkout_container {
    position: relative;
}

.transaction_alert {
    margin-top:24px;
    background-color: #edb9c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    /*margin-top: 1.5rem;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    border: none;
    border-radius: 0;
}

.alert_positive {
    background-color: #000;
    color: #acacac;
    border-radius: 8px;
}

.alert_negative {
    background-color: #edb9c7;
    color: #c5586f;

}

.alert_warning {
    background-color: #F0AD4E;
    color: #fff;
}

.transaction_alert .alert_icon {
    margin-right: 10px;
    font-size: 20px;
}

.transaction_alert h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 10px;
}

.transaction_alert .alert_icon {
    margin-right: 10px;
    padding-left: 10px;
    color: #006a70;
    width: 42px;
    /* border: solid #006a70 1px; */
    padding-right: 10px;
    height: 42px;
    /* border-radius: 100%; */
    display: flex;
    align-items: center;
}

.transaction_alert p {
    font-size: 12px;
}

.alert_close {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: transparent;
    border: none;
    z-index: 9999;
    padding: 7px;
}

.alert_positive .alert_close svg {
    fill: #fff;
}

.alert_negative .alert_close svg {
    fill: #7b2215;
}

.alert-dismissible .close {
    padding: .75rem 1rem;
}

.transaction_alert .alert_note {
    padding-right: 20px;
}

.py_form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: ease all 0.1s;
    border-bottom: 1px solid #C7C7C75E;
}

.py_form_group:last-child{
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.py_form_group:hover,
.py_form_group:focus {
    background-color: #E5E5E5;
}

.py_form_group label {
    width: 100%;
    margin-bottom: 0;
}

/*.py_circle:hover ,. .py_circle:focus {*/
/*    border: 1.5px solid #fff*/
/*}*/

/*.py_input:checked + .py_label .py_circle{*/
/*    border: 1.5px solid #fff*/
/*}*/


.py_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
}

.py_input:checked+.py_label {
    background-color: #cdcdcd;
    border-radius: 0 0 5px 5px;
}

.py_input:checked+.py_label .py_circle {
    border-color: #000;
}

.py_input:checked+.py_label .py_name_method {
    color: #000;
}

.py_input:checked+.py_label .py_circle::after {
    opacity: 1;
    visibility: visible;
}

.py_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
}

.py_circle_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.py_circle {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1.5px solid #ADADAD;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
    background-color:#ADADAD3D;
}

.py_circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fd4300;
    opacity: 0;
    visibility: hidden;
}

.py_name_method {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.py_name{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: white;
}

.py_name_small {
    font-size: 12px;
    color: #777;
    position: relative;
    font-weight: 300;
    line-height: normal;
}

.py_img {
    width: 160px;
    min-width: 160px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
}

.py_img img {
    max-width: 100%;
    max-height: 100%;
}

.smry_container {
    background-color: #fff;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.smry_acc_title {
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    padding: 7px 0;
    font-weight: bold;
    font-size: 20px;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.smry_acc_title svg {
    width: 14px;
    height: 14px;
    height: auto;
    fill: #757575;
    margin-left: 5px;
    margin-bottom: -2px;
}

.smry_box[aria-expanded="true"] .smry_acc_title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.smry_list {
    padding-top: 20px;
}

.smry_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #757575;
    font-size: 18px;
    line-height: 1.5;
}

.smry_list li span {
    color: #757575;
}

.smry_disc {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 5px -10px 10px -10px;
    border-bottom: 1px solid #757575;
}

.smry_disc .form-control {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 10px;
    font-size: 18px
}

.smry_disc button {
    background-color: #d3d3d4;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 28px;
    color: #fd4300;
    border: none;
    margin: 0 10px 7px 0;
}

.smry_final {
    max-width: 450px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.smry_list {
    max-width: 420px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    border-bottom: 1px solid #C7C7C75E;
    padding-bottom: 31px;
}

.smry_form .cm_btn {
    max-width: 100%;
}

.smry_total h5 {
    align-content: center;
    align-items: center;
}

.smry_final {
    padding-top: 30px;
}

.smry_container .cm_btn.cm_btn_payment_submit {
    margin-bottom: 7px;
}

.smry_container #tw-target-text {
    font-size: 15px;
    line-height: 1;
}

form.smry_form .input-group {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.smry_form .form-control {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    color: #757575;
    padding: 0 0 0 10px;
    font-size: 18px;
}

.smry_form .form-control::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

.smry_form .form-control::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

.smry_form .form-control:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

.smry_form .form-control::-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

.smry_form .form-control::placeholder {
    color: #757575;
    opacity: 1;
}

.smry_form .input-group-text {
    border: none;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    padding: 10px;
}

.smry_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 15px;
}

.smry_total h5, .smry_total .smry_cur_amount {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 5px;
    color: #111;
    display: flex;
    align-items: center;
}

.smry_prev_amount {
    text-transform: uppercase;
    font-size: 21px;
    color: #666;
    margin-right: 5px;
    line-height: 36px;
    font-weight: normal;
    text-decoration: line-through;
}

.smry_total {
    text-transform: uppercase;
    font-size: 21px;
    color: #666;
    margin-right: 5px;
    line-height: 36px;
    font-weight: 600;
}

.smry_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.smry_final p {
    text-align: center;
    color: #999;
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 14px;
}
.smry_final p a {
    color: #999;
    text-decoration: underline;
}

/* transfer coins tab */
.tc_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

.tc_detail p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 8px;
}

.tc_detail p a {
    color: #989898;
    text-decoration: underline;
    font-size: 12px;
}

.tc_detail {
    margin-left: 15px;
}

.tc_box h3 {
    font-size: 28px;
    font-weight: bold;
}

.tc_box p {
    color: #cbcbcb;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.25px;
    margin-top: 8px;
    line-height: 21px;
}

.tc_box img {
    position: relative;
    top: 8px;
}

.transfer_progress_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin: 55px 0 40px;
    position: relative;
    padding-top: 15px;
}

.transfer_pogressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #757575;
}

.transfer_pogressbar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    height: 15px;
    /* background: linear-gradient(to right, #fe7f51, #fd4300); */
    background: #fe5733;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
}

.transfer_progress_item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 2.5px 0 2.5px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}

.transfer_progress_item.disabled {
    color: #757575;
}

.transfer_progress_item::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -32px;
    left: 50%;
    width: 36px;
    height: 36px;
    line-height: 35px;
    font-weight: bold;
    border-radius: 100%;
    background-color: #FE5733;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .5);
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
}

.transfer_progress_item.disabled::after {
    background-color: #565656;
    color: #d1d3dc;
    font-family: 'D-DIN Condensed';
    font-size: 20px;
}

.transfer_progress_item.active::after {
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    background-color:#fe5733;
}

.transfer_progress_item.edit-item::after {
    content: "\f304" !important;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    background-color: #fe5733;
    cursor: pointer;
}

.transfer_progress_item .normal {
    display: block;
}

.transfer_progress_item.edit-item .normal {
    display: none;
}

.transfer_progress_item .edit {
    display: none;
}

.transfer_progress_item.edit-item .edit {
    display: block;
}

.transfer_progress_item:nth-child(1).disabled::after {
    content: "1";
}

.transfer_progress_item:nth-child(2).disabled::after {
    content: "2";
}

.transfer_progress_item:nth-child(3).disabled::after {
    content: "3";
}

.transfer_progress_item:nth-child(4).disabled::after {
    content: "4";
}

.transfer_progress_item.active+li+li+li+.transfer_pogressbar::before {
    width: 15%;
}

.transfer_progress_item.active+li+li+.transfer_pogressbar::before {
    width: 36%;
}

.transfer_progress_item.active+li+.transfer_pogressbar::before {
    width: 61%;
}

.transfer_progress_item.active+.transfer_pogressbar::before {
    width: 86%;
}

.transfer_progress_menu li.transfer_progress_item.last-child.active +.transfer_pogressbar::before {
    width: calc(100% + 2px);
}

.transfer_progress_item.disabled::before {
    background-color: #757575;
}

.tc_form {
    margin-bottom: 45px;

}

.cmn_form_box {
    padding: 25px 0 30px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0;
}

.cmn_form_container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.cmn_form_container input {
    text-align: left;
}

.tc_form .form-control {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    color: #757575;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    padding: 0;
}

.tc_form .backup_code_group .form-control {
    font-size: 18px;
}

.form_guide_link {
    display: inline-block;
    margin-left: auto;
    margin-top: 5px;
    color: #ec490e;
    text-decoration: underline;
    font-size: 15px;
}

.form_guide_link:hover {
    color: #fd4300;
}

.st_text {
    text-align: center;
    color: #01ac72;
    margin-top: 10px;
    font-size: 18px;
}

.cmn_form_container {}

.transfer_wp_heading {
    text-align: center;
    text-transform: uppercase;
    color: #fe5733;
    font-weight: bold;
    font-size: 24px;
}

.transfer_wp_info {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.transfer_wp_info span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}

.transfer_time_box {
    text-align: center;
}

.transfer_time_box h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #10be6d;
}

.loading_spinner {
    margin-right: 5px;
    -webkit-animation: 1.2s Loaderspin infinite linear;
    animation: 1.2s Loaderspin infinite linear;
}

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

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

.transfer_time_box p {
    color: #757575;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}

.transfer_bonus_box {
    margin-top: 20px;
}

.transfer_bonus_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.transfer_bonus_top img {
    max-width: 100%;
}

.transfer_bonus_top h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    color: #fd4300;
}

.transfer_bonus_top h3 i {
    font-size: 64px;
    margin-right: 10px;
}

.transfer_bonus_box p {
    margin-bottom: 30px;
    color: #757575;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
}

.s_e_nav {
    border-bottom: 1px solid #9e9e9e;
}

.s_e_nav li {
    width: 50%;

}

.s_e_nav li a {
    text-align: center;
    color: #666;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 16px;
}

.tc_form.cmn_form_box .item {
    padding: 0 15px;
}

.s_e_nav li a.active {
    border-color: #fd4300;
}

.s_e_tab_content {
    margin: 20px 0 30px 0;
}

.s_e_tab_content .input-group {
    height: 35px;
}

.s_e_tab_content .form-control {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    color: #000000;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    height: auto;
}


.s_e_tab_content .form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}


.s_e_tab_content .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
}


.s_e_tab_content .form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}


.s_e_tab_content .form-control::-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}


.s_e_tab_content .form-control::placeholder {
    color: #000000;
    opacity: 1;
}

.email_friend_tabpanel .form-control::-webkit-input-placeholder {
    color: #757575;
}

.email_friend_tabpanel .form-control::-moz-placeholder {
    color: #757575;
}

.email_friend_tabpanel .form-control:-ms-input-placeholder {
    color: #757575;
}

.email_friend_tabpanel .form-control::-ms-input-placeholder {
    color: #757575;
}

.email_friend_tabpanel .form-control,
.email_friend_tabpanel .form-control::placeholder {
    color: #757575;
}

.email_friend_tabpanel .form-group {
    margin-bottom: 20px;
}

.email_friend_tabpanel label {
    color: #757575;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}

.s_e_tab_content .input-group-text {
    border: none;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    padding: 5px 0 5px 2px;
    color: #000000;
}

.share_bonus h6 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #333;
    font-weight: 800;
}

.share_bonus_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin-top: 20px;
}

.share_bonus_options a {
    color: #222;
    margin-right: 14px;
    font-size: 18px;
}

.share_bonus_options a:hover,
.share_bonus_options a:focus {
    color: #fd4300;
}

.transfer_review_box {
    margin-top: 45px;
}

.transfer_review_rating_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.transfer_review_rating_box h6 {
    font-size: 18px;
    margin-right: 12.5px;
}

.transfer_review_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.transfer_review_rating span {
    color: #fff;
    margin: 0 2.5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
}

.trr_positive {
    background-color: #4ab67d;
}

.trr_negative {
    background-color: #9a9a9a;
}

.trasfer_review_comment {
    margin: 15px 0 20px 0;
}

.form-control.trasfer_review_comment {
    color: #000000;
}

.form-control.trasfer_review_comment::-webkit-input-placeholder {
    color: #000000;
}

.form-control.trasfer_review_comment::-moz-placeholder {
    color: #000000;
}

.form-control.trasfer_review_comment:-ms-input-placeholder {
    color: #000000;
}

.form-control.trasfer_review_comment::-ms-input-placeholder {
    color: #000000;
}

.form-control.trasfer_review_comment::placeholder {
    color: #000000;
}

.transfer_review_submit,
.transfer_review_submit:hover {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #4ab67d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 205px;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: auto;
}

/* buy coins page end */


/* devices section */

.device_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.device_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}

.device_icon {
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #999999;
}

.device_icon i {
    font-size: 48px;
    margin-bottom: 5px;
}

.device_icon span {
    font-size: 18px;
    line-height: 1;
}

.device_name {
    font-size: 22px;
    color: #999999;
    margin-top: 15px;
}



/* end devices section */


/* new style modifications */

.offer_num {
    font-size: 80px;
    font-weight: bold;
    color: #fe5733;
    position: relative;
}

.offer_num sup {
    position: absolute;
    top: 18px;
    right: -26px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0;
}

.offer_num span {
    text-transform: uppercase;
    font-size: 32px;
    position: absolute;
    right: -41px;
    bottom: 14px;
    z-index: 2;
    font-weight: 800;
}

/* transfer progress container */
.transfer_progress_container {
    margin-top: 45px;
}

.transfer_progress_container .progress-bar {
    overflow: visible;
}

.transfer_progress_container .progress {
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: visible;
    position: relative;
}

.transfer_progress_container .progress .progress-bar {
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.transfer_progress_container .progress .progress-icon,
.transfer_progress_container .progress .progress-value {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 35px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: -17px;
    right: -5px;
}

.transfer_progress_container .progress .progress-icon {
    right: auto;
    left: -5px;
}

.transfer_progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
}

.transfer_progress .progress-icon,
.transfer_progress .progress-value {
    border: 7px solid #fd4300;
    color: #fd4300;
}

.progress_val_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progress_val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.transfer_progress_container .progress_val img {
    -webkit-filter: brightness(0) invert(34%) sepia(40%) saturate(6051%) hue-rotate(1deg) brightness(102%) contrast(106%);
    filter: brightness(0) invert(34%) sepia(40%) saturate(6051%) hue-rotate(1deg) brightness(102%) contrast(106%);
    width: 24px;
    height: auto;
    margin-bottom: 2px;
    margin-top: -10px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/** new css 5 april 2021 **/

input[type="number"],input[type="number"]:hover, input[type="number"]:focus {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
}

.transfer_bonus_top &gt; img {
    display: none !important;
}

.user_dropdown .user_info_box {
    z-index: 99999;
}

.user_info_box a:hover * , .user_info_box div:hover * {
    color: #fff;
}


#verticle_slider .carousel-inner .carousel-item img {
    position: relative;
}

.refund_icon {
    position: relative;
}


.n_article-content h4, .n_article-content h3, .n_article-content h2 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.modal-content {
    background: #1f1f1f;
    border: none;
    padding: 30px;
    border-radius: 0;
}

.bonus_img img {
    width: 210px;
    margin: 20px auto 0;
    display: flex;
}

.bonus_content p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
    padding: 0;
}

.button_write button {
    width: 90%;
    background: #21a56e;
    border: none;
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 15px;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-top: 30px;
}

.closebutton button {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: none;
    box-shadow: none;
}

.closebutton {
    text-align: center;
}

.trust_img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.closebutton button:hover,
.closebutton button:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

.closebutton button b {
    color: #727272;
}

/*body.modal-open main {*/
/*    filter: blur(5px);*/
/*}*/

.modal-dialog {
    /*max-width: 480px;*/
    width: 94%;
    margin: 15px auto 0;
}

.modal-dialog {
    box-shadow: 0 0 15px 10px rgba(0,0,0,.5);
    border-radius: 0;
}

#bonus_pup .modal-dialog {
    margin-top: 50px;
}

.closebutton button.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    outline: none;
}

.trust_img img {
    width: 130px;
}

.inner_model_blog .transfer_bonus_top {
    margin-bottom: 0;
}

.payment_icon {
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.coupon-blog {
    background: #e5e5e5;
    border-radius: 3px;
}

.coupon-blog p {
    text-align: left;
    color: #1f1d1d;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
}

.coupon-blog p a {
    color: #1f1d1d;
    text-decoration: none;
}

.coupon-blog p a:hover,
.coupon-blog p a:focus {
    text-decoration: underline;
}

.coupon-blog {
    background: #e5e5e5;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.coupon-blog .coupon-btn {
    border-radius: 3px;
    background: #006a70;
    padding: 10px 13px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-right: 0;
    cursor: pointer;
}

.coupon-blog .coupon-btn.with-cashback {
    display: flex;
    gap: 5px;
}

.coupon-blog p b {
    color: #006a70;
    margin: 0 5px;
}

.coupon-blog .coupon-btn img {
    width: 25px;
    position: relative;
}

.coupon-blog .coupon-btn span {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.coupon-blog .coupon-btn.with-cashback span {
    top: 0px !important;
}

.payment_icon ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.payment_icon ul li {
    padding: 0;
}

.hero_container p {
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

.hero_container h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

.stay-home-code h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 60px;
    font-style: italic;
}

.stay-home-code h3 span {
    color: #020321;
    position: relative;
    left: 0;
    top: -4px;
}

.stay-home-code {
    display: flex;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 0;
    min-width: auto;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.stay-home-code h3 {
    margin-right: 20px;
}

.hero_container p b {
    font-weight: 800;
}

.hero_container h2 b {
    font-weight: 800;
}

.stay-home-code p {
    font-style: italic;
}

.hero_btn_box &gt; a {
    margin-top: 4px;
}

.default-player {
    text-align: center;
}

.features-section {
    background: #242424;
    padding-bottom: 50px;
    padding-top: 25px;
}

.features-section .column-feature {
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
}

.features-content {
    padding-top: 2px;
}

.features-content h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.features-section .column-feature .icon-feature img {
    margin-right: 10px;
    /* padding-top: 4px; */
    width: 56px;
}

.column-feature p {
    color: #b7b7b7;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: 0.2px;
}

.column-feature p b {
    font-weight: 600;
}

.icon-feature svg path {
    fill: #fe5733;
}

.icon-feature svg {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 4px;
}

.layout-padding {
    padding: 70px 0;
}

.simple-buy-section {
    background: #fe5733;
    position: relative;
    padding: 40px 0 50px;
}

.heaing-left-center {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin: 0 auto 15px;
    text-transform: uppercase;
    position: relative;
    max-width:  fit-content;
}

.heaing-sub-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.heaing-sub-title a {
    color: white;
}

.simple-buy-section .heaing-left-center {
    position: relative;
    margin: 0;
    z-index: 2;
}

.simple-buy-section .heaing-left-center {
    margin-bottom: -90px;
    margin-top: 25px;
}

.simple-buy-section #fifa-coin-slider {
    display: flex;
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: inherit;
}

#fifa-coin-slider ul.carousel-indicators {
    order: 0;
    margin: 0;
    position: absolute;
    text-align: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 150px;
    height: 60px;
}

#fifa-coin-slider ul.carousel-indicators li {
    width: 54px;
    background: #fe5733;
    border-radius: 100%;
    margin: 0;
    color: #fff;
    position: relative;
    opacity: 1;
    z-index: 1;
    box-shadow: 0 0px 0 2px #fff;
    top: 0;
    height: 32px;
    display: flex;
    align-items: center;
    text-indent: inherit;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 2px;
}

#fifa-coin-slider ul.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,.15);
    color: #fe5733;
}

.simple-buy-section .slide-img-coin img {
    width: 278px;
    position: relative;
    left: -6px;
    top: 0px;
    border-radius: 25px;
}

#fifa-coin-slider ul.carousel-indicators li span::after {
    content: "0";
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#fifa-coin-slider .owl-dots .owl-dot.active span::after {
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    border-radius: 100%;
}

#fifa-coin-slider .owl-dots .owl-dot:nth-child(1) span::after {
    content: '1';
}

#fifa-coin-slider .owl-dots .owl-dot:nth-child(2) span::after {
    content: '2';
}

#fifa-coin-slider .owl-dots .owl-dot:nth-child(3) span::after {
    content: '3';
}

.slide-content {
    padding-top: 210px;
    position: relative;
    z-index: 1;
}

#fifa-coin-slider .slide-img-coin + .slide-content {
    display: block;
}

#fifa-coin-slider .carousel-indicators {
    max-width: 320px;
    width: 100%;
}

.slide-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    max-width: 500px;
}

.slide-content p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    margin-top: 25px;
    letter-spacing: 0.2px;
    max-width: 500px;
}

#fifa-coin-slider .carousel-indicators li:nth-child(2) {
    margin: 0;
}

#fifa-coin-slider .carousel-indicators::after {
    content: '';
    width: 98%;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 40%;
    left: 1%;
}

#fifa-coin-slider .carousel-indicators li.active::after {
}

.slide-img-coin {
    text-align: center;
    display: flex;
    justify-content: center;
    order: 1;
}

.slide-img-coin {
    position: absolute;
    right: 14px;
    top: 27px;
    height: auto;
    width: 278px;
}

.slide-img-coin img {
    border-radius: 30px !important;
}

#fifa-coin-slider::before {

    content: "";
    background-image: url('../images/mobile-frame.webp');
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    background-size: auto auto;
    background-position: -278px 6px;
    background-repeat: no-repeat;
    z-index: 0;
    border: none;
    z-index: 1;

}

.simple-buy-section #fifa-coin-slider .carousel-item .slide-content {
    padding-top: 140px;
    margin-bottom: 20px;
    min-height: 380px;
}

.offer_cur_amount + br {
    display: none;
}

.review_section {
    background: #0d0d0d;
}

.review_section h2 span.theme-color {
    color: #fe5733;
}

.trustpilot-reviews {
    display: flex;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 30px;
}

.trustpilot-reviews ul {
    display: flex;
}

.trustpilot-reviews ul li {
    color: #b7b7b7;
}

.trustpilot-reviews ul li b {
    font-weight: 600;
}

.trustpilot-reviews ul li a {
    color: #b7b7b7;
    text-decoration: underline;
}

.trustpilot-reviews ul li img {
    position: relative;
    top: -2px;
}

.trustpilot-reviews ul li {
    color: #b7b7b7;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.trustpilot-reviews ul li + li {
    margin-left: 10px;
}

.review_box {
    border: solid #666 1px;
    margin-bottom: 10px;
}

.light-bg-section .heaing-left-center {
    color: #0d0d0d;
}

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

.fa-arrow-right::before {
    content: "\f054";
}

.bg_box {
    background: #242424;
}

.review_box {
    border: solid #666 1px;
    margin-bottom: 15px;
    border-bottom-width: 2px;
}

.tabs_heading_container {
    padding: 0 10px;
    border-radius: 5px;
}

.tabs_heading_container ul.nav li {
    width: 100%;
}

.tabs_heading_container .nav-pills .nav-link {
    border-radius: 5px;
}

.buycoins_container .nav-pills .nav-link span {
    width: 100%;
    float: left;
    text-align: center;
}

.nav-tabs-navigation .nav-item img {
    height: 20px;
    margin-bottom: 6px;
}

.tabs_heading_container .nav-item a.nav-link {
    padding: 12px 0;
}

.tabs_heading_container .nav-item.active .nav-link {
    background-color: #fff;
}

.tabs_heading_container .nav-item.active .nav-link span {
    color: #fe5733;
}

.login-checkout-form {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.login-checkout-form form {
    padding-top:25px;
    padding-right:30px;
    padding-bottom:18px;
    padding-left:30px;
}

.form-bottom {
    width: 100%;
    background: #ededed;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.form-bottom .social-icon {
    float: left;
}

.form-bottom .social-icon li {
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    font-size: 21px;
}

.form-bottom .social-icon li a {
    color: #fe5733;
}

.login-checkout-form input {
    width: 100%;
    border-bottom: solid #a7a8a9 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 1px;
}

.login-checkout-form input[type="text"] {
    background-image: url('../images/user-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}

.login-checkout-form input[type="email"] {
    background-image: url('../images/user-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}

.login-checkout-form input[type="password"] {
    background-image: url('../images/pass-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    margin-bottom: 0;
}

.field-button button {
    background: #fe5733;
    color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .25px;
    padding: 12px 40px;
    min-width: 170px;
}

.field-button button + a {
    background: #fff;
    color: #fe5733;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .25px;
    padding: 12px 40px;
    border: solid #fe5733 1px;
    min-width: 170px;
}

.field-button {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.form-bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
}

.payment_icon img {
    height: 34px;
}

.nav-tabs-navigation {
    margin-bottom: 15px;
}

.top-section-button {
    display: flex;
    order: -1;
    margin-top:10px;
}

.fifa-coin-slider .slide-content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    transition: ease all 0.5s;
}

.club-content-list {
    background: #373333;
    width: 100%;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom:19px;
}

.club-content-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.club-content-list ul li {
    color: #999;
    line-height: normal;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.club-content-list ul li img {
    margin-right: 6px;
}

.club-content-list ul li + li + li img {
    margin-right: 0;
}

.transfer_wp_info + .cm_btn.btn_orange_shadow {
    margin-bottom: 8px;
}

form.tc_form.cmn_form_box + .tc_box {
    margin-top: 20px;
}

header .dropdown-menu {
    /* z-index: 1; */
    z-index: 1000;

}

.cashback-blog {
    max-width: 420px;
    background: #fe5733;
    margin: 0 auto 30px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0 25px;
    color: #fff;
    background-image: url('../images/piggi-image.png');
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: normal;
    background-size: 65px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.my-account-wallet {
    background-image: url('../images/wallet-icon.png');
}

.cashback-blog h3 {
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    margin-top: 10px;
}

.my-account-wallet h3 {
    font-weight: 600;
}

.small-heading {
    font-family: 'Poppins', sans-serif;
    color: #e0dcdb;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.cash-back-table {
    margin-top: 20px;
    overflow: auto;
}

.table-large-content table {
    min-width: 360px;
}

.cash-back-table table {
    font-family: 'Poppins', sans-serif;
    color: #e0dcdb;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #646464;
    border-top: none;
    font-size: 15px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.table tbody td {
    vertical-align: bottom;
    border-bottom: 0 solid #646464;
    border-top: none;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0;
}

.account_link.white-link span, .account_link.white-link span i {
    color: #b8b8b8;
    line-height: 41px;
}

.account_link.white-link span i {
    position: relative;
    top: -1px;
}

.column-feature p a {
    color: #b7b7b7;
    font-weight: 700;
}

.account_link img {
    position: relative;
    top: 0px;
}

.header_top a span {
    display: flex;
    align-items: center;
}


@media (max-width:  330px) {

    .fifa-coin-slider::before {
        left: -10px;
    }

}

@media (min-width: 1200px) {
    .hero_detail_col .hero_row2 .align-center {
        text-align: right;
    }
}

@media (max-width: 767px) {

    .hero_row_main .align-center {
        text-align: center;
    }
}



#fifa-coin-slider ul.carousel-indicators li:nth-child(2) + li {
    pointer-events: none;
}

#fifa-coin-slider ul.carousel-indicators li:nth-child(2).active + li {
    pointer-events: visible;
}

@media (min-width: 992px) {

    .account_link img {
        position: relative;
        top: -1px;
        right: 0px;
    }

    .account_link.white-link.user-icon img {
        position: relative;
        top: 0px;
    }

    .coin-offer-box-top .offer_num + .offer_amount {
        position: relative;
        left: 30px;
    }

    .stay-home-code {
        margin-right: 0;
    }

    .offer_amount {
        margin-top: 5px;
    }

}

.tooltip-inner {
    background-color: #fe5733;
    font-size: 15px;
    color: #fff;
    opacity: 1;
    font-weight: 600;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fe5733;
}

.line-thourw-none {
    text-decoration: none !important;
}

.offer_prev_amount a {
    color: #9b9b9b;
    display: flex;
    align-items: center;
}

p.welcome-info {
    padding: 18px 21px 16px;
    font-size: 13px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    letter-spacing: 0.15px;
}

.welcome-info-desc{
    font-size: 13px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    letter-spacing: 0.15px;
    padding: 18px 25px 10px 25px;
}

p.welcome-info b {
    font-weight: 700;
}

p.welcome-info:after {
    background: url(../images/user-icon.png);
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    background-size: cover;
}

.current_user span {
    text-transform: capitalize;
}

/** after login menu css */

.user_info_box {
    right: 0 !important;
    left: unset !important;
    min-width: 200px;
}

.user_dropdown .user_info_box li &gt; a ,.user_dropdown .user_info_box li &gt; div{
    display: flex;
}

@media (min-width: 992px) {

    .offer_cur_amount {
        margin-bottom: 5px;
    }

}

.custom_modal_content{
    color: #fe5733;
    font-size: 18px;
    margin-top: 45px;
}


/*custom slider coins*/
.smry_total {
    text-decoration: none;
}

.btn-use-cashback:hover {
    color: #fff;
}

.slider_box {
    background: #373333;
    border-radius: 5px;
    width: 100%;
}

.calculate-slider {
    padding-top: 40px;
}
.noUi-connect {
    background: #fe5733;
}

.noUi-target {
    background: #9ca0a5;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 12px;
    margin: 0 32px 0 32px;
}

.noUi-pips-horizontal{
    /* font-weight: bold; */
    font-weight: normal;

}

.noUi-horizontal .noUi-handle {
    width: 33px;
    height: 33px;
    right: -17px;
    top: -10px;
    border-radius: 50%;
    background: #fe5733;;
}

.noUi-handle::after, .noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    top: 8px;
}

.calculate-input {
    /* margin: 90px auto 0 38px; */
    margin: 90px auto 0 63px;

    padding-bottom: 20px;
    /* width: 90%; */
    width:80%;

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

.minus, .plus {
    /* width: 36px;
    height: 36.3px; */
    /* */
    width: 45px;
    height: 43.3px;
    /*    */
    background: #fe5733;
    border-radius: 4px;
    border: 1px solid #fe5733;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* padding: 6px; */
    padding: 0px 6px 6px 6px;
    cursor: pointer;
    /* */
    font-size: 30px;
    font-weight: bold;
    /* */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    touch-action: manipulation;
}
input {
    /* height: 39px; */
    height: 43.3px;
    width: 80%;
    text-align: center;
    font-size: 26px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #111418;
    border: none;
    outline: none;
    font-weight: bold;
    color: #fe5733;
}

@media (max-width: 768px) {
    .minus, .plus {
        height: 38px;
        width:40px;
        font-size: 26px;
    }
    .calculate-input #text {
        height: 40.3px;
    }
    .calculate-input {
        /* padding-left: 8px; */
    }
}


.noUi-value-large {
    /* padding-top: 8px; */
    padding-top: 2px;
}

.noUi-handle {
    border: 1px solid #fe5733;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer !important;
    box-shadow: inset 0 0 1px #fe5733,inset 0 1px 7px #fe5733,0 3px 6px -3px #fe5733;
}
.calculate-order_completion{
    text-align: center;
    padding-bottom: 17px;
    color: #00b67a;
    font-size: 17px;
}

.active-pip{
    font-weight: bolder;
    color: #fe5733;
    font-size:18px;
}


@media (max-width: 480px) {
    .slider_box {
        margin: 0px 10px 0 10px;
    }

    .calculate-slider{
        padding-top: 30px;
    }
}
@media (max-width: 1060px) {
    .calculate-input #text {
        /* width: 74%; */
        width: 72%;
    }
}
@media (max-width: 620px) {
    .calculate-input {
        margin: 90px auto 0 auto;
        padding-bottom: 40px;
        width: 95%;
    }
    .noUi-value {
        font-size: 14px;
    }
    .noUi-horizontal {
        margin: 0 20px 0 20px;
    }
}

/*title_box_amount_section*/
.title_box {
    background: #373333;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.title_box-text{
    text-align: center;
    padding: 11px;
    color: white;
    font-weight: bolder;
    font-size: 25px;
}

.title_box-icon-space{
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #999;
}

.title_box-icon-item{
    padding-right: 39px;
}

.title_box-icon{
    text-align: center;
}

.title_box-icon-text{
    padding-left: 5px;
}

.transfer_progress_menu_checkout{
    top:34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    padding-top: 15px;
    pointer-events: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

#nav-tabs-navigation-pc{
    pointer-events: none;
}

@media (max-width: 767px){
    .tabs_heading_container {
        padding: 0 10px;
        border-radius: 5px;
        height: 73px;
    }

    #nav-tabs-navigation-pc{
        display: none;
    }
}

@media (min-width: 768px){
    .transfer_progress_menu_checkout {
        display: none;
    }

    .tabs_heading_container {
        background: #000;
        width:100px;
    }
}

.text-align-control {
    text-align: left;
}

.rating_blade_rating_submit_inner {
    display: flex;
    align-items: flex-end;
}
.rating_blade_rating_submit_inner input {
    width: 2%;
}
.rating_blade_rating_submit_inner label {
    margin-right: 8px;
}

@media (max-width: 768px){
    .rating_blade_rating_submit_inner input{
        width: 6%;
    }
}

//added for regulate hoeizontal gaps in mobile...
      /* @media (max-width: 768px){
          .mobile-margin-top30 {
            margin-top: 26px;
        }

        .more_style {
          margin-top: -6px;
          margin-bottom: -6px;
          border: solid red;border:solid red;
        }

        .title_box {
          margin-bottom:4px;
           border:solid red;
        }

        /* #console {
          margin-top: 12px; border:solid red;
        } */

  #checkout {
      margin-top: 28px;
  }
/*} */

.pass-proccess-bar{
    background-color:orange;
    border-radius:10%;
    height:4px;
    width:0px;
}

.passNotations-container {
    width:310px;
    display:none;
}

.passNotations-container span {
    color:red;
    font-size: 14px;
}
#pasword-show-icon , #login-pasword-show-icon{
    position:absolute;
    right:-4px;
    top:12px;
    cursor:pointer;
    color:#a7a8a9;
    display:inline;
}
#pasword-hide-icon , #login-pasword-hide-icon{
    position:absolute;
    right:0px;
    top:12px;
    cursor:pointer;
    color:#a7a8a9;
    display:none;
}

#pasword-confirm-show-icon{
    position:absolute;
    right:-4px;
    top:12px;
    cursor:pointer;
    color:#a7a8a9;
    display:inline;
}
#pasword-confirm-hide-icon{
    position:absolute;
    right:0px;
    top:12px;
    cursor:pointer;
    color:#a7a8a9;
    display:none;
}

#login-operation , #register-operation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#login-operation button , #register-operation button {
    width: 100%;
    border-radius: 8px;
}

#login-operation p , #register-operation p {
    color: #495057;
    margin-top: 16px;
}

#login-operation i , #register-operation i {
    color: #fe5733;
    margin-left: 8px;
    cursor:pointer;
    font-weight: bold;
    text-decoration-line: underline;
    font-size: 18px;
}

.checkout_login_message {
    color:red;
    font-size: 14px;
    display:none
}

.checkout_forget-password {
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
}

.checkout_forget-password a {
    font-weight: bold;
    color: #777;
}

.form-control {
    text-align:left;
}

.user_info_box:nth-child(2) {
    cursor:context-menu;
}

/*Forms Styles*/
.ref_modal_link_copy {
    cursor:pointer;
    position:absolute;
    bottom:10px;
    right:36px;
}

.modal_ref_modal_link{
    color: #59b9b7;
    border: none;
    padding: 0 0 0 8px;
    margin: 16px 0 0 0;
    width: 380px;
    font-size: 18px;
    cursor: default;
    text-align: left;
}

.modal{
    top:20px;
}


/*STYLES OF INFO SECTION OF HOME PAGE:
URL:http://stage.mrgeek.net
SOURCE: resources/views/partials/info.blade.php
*/
.display-class{
    display:flex;
    justify-content: space-between;
}
.info-left, .info-right{
    width:49%;
}

.info-left{
    padding-right: 42px;
}

.header-class{
    margin-top:24px;
    margin-bottom: 8px;
}
.header-bold{
    font-weight: bold;
}

.media-class{
    width:100%;
    height:auto;
    margin: 40px auto;
    display: block;
}

.ul-class,.ol-class {
    list-style: none;
    padding-left: 40px;
    padding-top: 9px;
    text-decoration: underline;
}
.ul-class li::before, .ol-class li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: black; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

@media (max-width: 768px) {
    .display-class{
        display:block;
    }
    .info-left, .info-right{
        padding-left:4px;
        padding-right:4px;
        width:100%
    }
    .info-left{
        /* padding-left:4px;
        padding-right:4px; */
        /* padding-right: 0; */
    }
    .media-class{
        height:230px;
    }
}
/*END OF STYLES OF INFO SECTION OF HOME PAGE.*/

/*FOR REVIEW BOXES...*/
.review_img_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    left: auto;
    right: -15px;
    top: -15px;
}

.review-box{
    background: white;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    margin-left: 4px;
    margin-right: 4px;
    font-style: normal !important;
}

.review-box__header {
    margin-bottom: 8px;
    display:flex;
    align-items: center;
}

.review-box__content{
    position:relative;
    border-top:solid 1px #e5e5dd;
    border-bottom:solid 1px #e5e5dd;
    padding: 10px 0 10px 0;
    height: 136px;
}

.review-box__content p {
    font-style: normal !important;
}

/* .review-box__content p{ */
/* white-space: nowrap; */
/* width: 50px;  */
/* width: 98%;
max-height: 84px;
color:black;
overflow: hidden;
text-overflow: ellipsis;
} */

.review-box__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#979797;
    margin-top: 8px;
}

.review-box__footer a:link, .review-box__footer a:visited, .review-box__footer a:hover, .review-box__footer a:active  {
    color:#5a5858;
}
.stars-container{
    position:relative; 
    left:0; top:0;
}

.stars-container span{
    background-color:#dcdce6;
    display: flex;
}
.review_rating .starCount-0 {
    background-color:#5a5858;
}
.starCount-1 span:nth-child(1) {
    background-color:#ff3722;
}
.starCount-2 span:nth-child(2), .starCount-2 span:nth-child(1) {
    background-color:#ff8622;
}
.starCount-3 span:nth-child(3), .starCount-3 span:nth-child(2), .starCount-3 span:nth-child(1) {
    background-color:#FFCE00;
}
.starCount-4 span:nth-child(4), .starCount-4 span:nth-child(3), .starCount-4 span:nth-child(2), .starCount-4 span:nth-child(1) {
    background-color:#73CF11;
}
.starCount-5 span{
    background-color:#00B67A;
}
.review-box__content p{
    width: 98%;
    max-height: 77px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    line-height: 26.1px;
}

/*.review-box__content .blur{*/
/*    position:absolute;*/
/*    bottom:0;*/
/*    backdrop-filter: blur(1px);*/
/*    -webkit-backdrop-filter: blur(1px);*/
/*    display:inline-block;*/
/*    width:100%;*/
/*    height:37px;*/
/*}*/

.review-box__header__content{
    width:100%;
    padding: 0 8px 0 8px;
    font-style:normal;
}

.review-box__content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review-box__header__avatar, .review-box__header__avatar_mobile {
    width:40px;
    height:40px;
    border-radius:50%;
}
.review-box__header__content__title{
    display:flex;
    justify-content:space-between;
}
.review-box__header__content__detail{
    display:flex;
    color:#979797;
    justify-content: space-between;
}

.box__header__content__detail_date{
    font-size : 16px
}

.box__header__content__detail_date i {
    font-style : normal ;
}

.review-box__header__content__detail span i {
    font-style : normal ;
    font-size: 14px;
}

.review-box__footer i {
    color:#0070d1;
    margin-right: 2px;
}
.review-box__footer span {
    font-size:14px;
}
/* END FOR REVIEW BOXES.*/


/*START FOR CHECKOUT SECTION.*/

.checkout_section_action{
    display: flex;
    text-align: right;
    font-size: 20px;
    color: #626769;
}

.checkout_section_action_platform{
    margin : 2% 76px 8% 0;
}

.checkout_section_action_platform i {
    margin-right: 3px;
    font-size: 19px;
}

.checkout_section_action_promo {
    margin-left: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-top : 2%;

}

.checkout_section_action_promo_title{
    color: #4D959A;
    text-decoration: underline;
    cursor: pointer;
}

.checkout_section_action_promo span {
    margin-left: 3px;
}

.payment_acc_title{
    border-radius: 5px 5px 0 0;
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    padding: 8px 0;
    font-size: 20px;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    font-weight: bold;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.payment_method_container{
    background-color: white;
    border-radius: 0 0 5px 5px;
}

.discount_promo_code {
    background: #e5e5e5;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.discount_promo_code_btn{
    border-radius: 3px;
    background: #006a70;
    padding: 10px 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-right: 0;
    cursor: pointer;
    border: 0;
    height: 41px;
}

.discount_promo_code_input{
    border: 0;
    background-color: #E5E5E5;
    height: 41px;
}

.discount_promo_code_input::after
,.discount_promo_code_input:focus{
    border: 0;
    background-color: #E5E5E5;
    height: 41px;
}

.discount_promo_code_input::placeholder{
    color: #282626;
}

.checkout_section_action_promo_show{
    display: block;
}

.page-default-img {
    height: 100%;
    width: 80%;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}</pre></body></html>