* {
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
}

a {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* form submit loader css */
.form_process_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50px;
}

.form_process_loader img {
    width: 60px;
}

.custom_container {
    max-width: 1300px;
    margin: 0 auto;
}

input:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

input:focus-visible,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

/* header style  */

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.horizontal-scrolling-parent {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 12px 0px;
}

.horizontal-scrolling-items {
    display: flex;
    font-size: 16px;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 20px;
    letter-spacing: 0px;
    color: #010000;
    gap: 20px;
    text-transform: uppercase;
}

.horizontal-scrolling-items__item a {
    gap: 10px;
    align-items: center;
    display: flex;
}

.horizontal-scrolling-img {
    gap: 5px;
    align-items: center;
    display: flex;
}

.horizontal-scrolling-img img {
    height: 30px;
    width: 30px;
}

.horizontal-scrolling-img span {
    color: #7a889b;
    font-weight: normal;
    font-size: 14px;
}

.horizontal-scrolling-val {
    display: flex;
    align-items: center;
    gap: 5px;
}

.horizontal-scrolling-val span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.horizontal-scrolling-val span.positive {
    color: #16a34a;
}

.desk_header {
    border-top: 1px solid #4d4d4d;
    padding: 15px 15px;
}
.header_bar_listing {
    margin-left: 30px;
}
.header_bar_listing a {
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.42px;
    color: #000;
}

.header_bar_listing a:last-child {
    margin-right: 0px;
}
.language_btn button {
    padding: 9px 15px !important;
    width: 90px;
    color: #000;
    height: 38px;
}
.language_btn button i {
    color: #000;
}
.language_btn button::after {
    right: 12px;
    position: absolute;
    color: #000;
}
.language_btn ul.dropdown-menu {
    background: #fff !important;
}
.language_btn button {
    background: #fff !important;
    color: #000 !important;
}
.language_btn:hover .language_menu {
    display: block;
    margin-top: 0;
}
.language_menu li a {
    cursor: pointer;
}
.header_logo {
    width: 152px;
}

/* responsive sidebar css */
.res_sidebar {
    background: #fff;
}

.sidebar_close_btn {
    background: #000;
    padding: 11px 15px 9px 15px;
    margin-bottom: 30px;
}

.sidebar_close_btn i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 16.8px;
}

.res_header_links_list {
    margin-bottom: 40px;
}

.res_header_links_list a {
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    color: #000 !important;
    font-size: 20px;
}

@media (max-width: 991px) {
    .header_toggle_btn i {
        color: #000;
        font-size: 20px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .header_toggle_btn i {
        margin-right: 20px;
    }
    .header_logo {
        width: 112px;
    }
}

/* header css end */

/* home banner css start */
.home_banner_parent {
    width: 100%;
    display: block;
    padding: 50px 15px 0px 15px;
    margin-bottom: 90px;
}
.home_banner_parent_2 {
    padding: 90px 15px 90px 15px;
    margin-bottom: 90px;
        background-color: transparent;
    background-image: radial-gradient(at top center, #132d97 0%, #06063c 100%);
}
.home_banner_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px 70px;
    margin: 30px 0px;
}
.home_banner_grid span {
    color: #bfbfbf;
    font-size: 14px;
}
.home_banner_grid figure {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home_banner_grid > figure img {
    object-fit: contain;
        max-width: 100px;
}
.home_banner_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 43px;
    width: 100%;
}
.home_banner_body.home_banner_body1{
  grid-template-columns: 1fr 1.5fr;
}
.home_banner_des.home_banner_des_2 {
    margin-top: 80px;
}

.home_banner_body figure {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}
.home_banner_body video {
    width: 100%;
    height: 100%;

}

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

.home_banner_content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.home_banner_data {
    display: flex;
    flex-direction: column;
}

.home_banner_data h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 35px;
    color: #000;
}

.home_banner_des {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.home_banner_des p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(18, 18, 18, 1);
}

.home_banner_btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home_banner_btn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    background: #f4f5f7;
    color: #000;
    padding: 5px 20px;
    border-radius: 4px;
}

.home_banner_btn a:first-child {
    background: #4965d2;
    border-radius: 10px;
    padding: 12px 43px;
    color: #fff;
    font-size: 18px;
}
.home_banner_app_sec {
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
}
.home_banner_app_sec span {
    font-size: 16px;
    padding-bottom: 15px;
}
.home_banner_app_btn_list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.home_banner_app_btn_list a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f2fb;
    border-radius: 10px;
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 500;
    color: #4965d2 !important;
}
.home_banner_img_group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.home_banner_tabs {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.home_banner_tabs p {
    color: #8a8a8a;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.home_banner_des_2 > p {
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 24px;
}
.home_banner_grid figure img {
    object-fit: contain;
}
@media (max-width: 1024px) {
 
    .home_banner_parent {
        margin-bottom: 60px;
    }
.home_banner_parent_2 {
    padding:60px 15px;
    margin-bottom: 60px;
}
    .home_banner_data h3 {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 25px;
    }

    .home_banner_data p {
        font-size: 16px;
        line-height: 24px;
    }

    .home_banner_des {
        gap: 10px;
        margin-bottom: 30px;
    }

    .home_banner_btn {
        gap: 15px;
    }

    .home_banner_parent {
        padding: 30px 15px 0px 15px;
    }
}

@media (max-width: 768px) {
    .home_banner_body {
        grid-template-columns: 1fr;
    }
    .home_banner_body.home_banner_body1{
   grid-template-columns: 1fr;
}

    .home_banner_data h3 {
        line-height: 30px;
        font-size: 24px;
        padding-bottom: 20px;
    }
    .home_banner_data p {
        font-size: 14px;
        line-height: 21px;
    }
    .home_banner_body figure {
        max-width: 230px;
        margin: auto;
    }
    .home_banner_btn {
        flex-direction: column;
        align-items: flex-start;
    }
        .home_banner_grid {

    grid-template-columns: 1fr 1fr;

}
}
/* home banner css end  */

/* home sec 1 css start */
.home_cus_sec1 {
    margin-bottom: 90px;
    padding: 0px 15px;
}
.home_cus_sec1_data h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700 !important;
    padding-bottom: 40px;
    text-transform: capitalize;
}
.home_cus_sec1_listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.home_cus_sec1_single_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home_cus_sec1_single_list strong {
    font-size: 35px;
    color: #000;
}
.home_cus_sec1_single_list p {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .home_cus_sec1 {
        margin-bottom: 60px;
    }
    .home_cus_sec1_data h3 {
        font-size: 28px;

        padding-bottom: 30px;
    }
    .home_cus_sec1_single_list strong {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .home_cus_sec1_data h3 {
        font-size: 24px;
    }
    .home_cus_sec1_single_list strong {
        font-size: 24px;
    }
    .home_cus_sec1_single_list p {
        font-size: 16px;
    }
}
/* home sec 1 css end */


/* home sec 5 css start */
.home_cus_sec5 {
  
    padding: 90px 15px;
    background-color:#F8F8F8;
}
.home_cus_sec6{
        padding: 90px 15px;
    background-color:#fff;
}
.home_cus_sec5_data h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700 !important;
    padding-bottom: 40px;
    text-transform: capitalize;
}
.home_cus_sec5_listing {
    display: grid;
    align-items: center;
    gap: 30px 100px;
    grid-template-columns: 1fr 1fr 1fr;
}
.home_cus_sec5_single_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home_cus_sec5_single_list strong {
       font-size: 30px;
    color: #000;
}
.home_cus_sec5_single_list p {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .home_cus_sec5 {
       padding: 60px 15px;
    }
    .home_cus_sec6{
        padding: 60px 15px;

}
    .home_cus_sec5_data h3 {
        font-size: 28px;

        padding-bottom: 30px;
    }
    .home_cus_sec5_single_list strong {
        font-size: 28px;
    }
      .home_cus_sec5_listing {
    gap: 30px 60px;
  
}
}
@media (max-width: 768px) {
    .home_cus_sec5_data h3 {
        font-size: 24px;
    }
    .home_cus_sec5_single_list strong {
        font-size: 24px;
    }
    .home_cus_sec5_single_list p {
        font-size: 16px;
    }
    .home_cus_sec5_listing {
 
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 540px) {
.home_cus_sec5_listing {

    grid-template-columns: 1fr;
}
}
/* home sec 5 css end */

/*  home section 2 css start */
.home_cus_2 {
    display: block;
    width: 100%;
    padding: 90px 15px 90px 15px;
    float: left;
    background-color: transparent;
    background-image: radial-gradient(at top center, #132d97 0%, #06063c 100%);
}
.home_cus_2_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.home_cus_2_header h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
.home_cus_2_header a {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    font-weight: 600;
}
.home_cus_2_header a svg {
    color: #fff !important;
    fill: #fff;
}

.home_cus_2_listing {
    float: left;
    width: 100%;

    position: relative;
}

.home_cus_2_listing > ul {
    margin: 0px -10px;
    padding: 0px;
}

.home_cus_2_listing > ul li.single_slider {
    list-style: none;
    width: 25%;
    padding: 0px 10px 0px 10px;
    float: left;
    margin: 0px !important;
}

.brand_figure_box {
    float: left;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: flex-start;
    background: #293f9b;
    padding: 12px 15px;
    border-radius: 13px;
}

.brand_figure_box figure {
    width: 100%;
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.brand_figure_box figure img {
    width: 35px;
    object-fit: cover;
    height: 100%;
}
.brand_figure_box figure figcaption {
    color: #fff;
}
.product_brand_slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.product_brand_slider ul.slick-dots li {
    width: 10px;
    height: 10px;
    display: flex;
}
.product_brand_slider ul.slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cdeef4;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: 0;
}
.product_brand_slider ul.slick-dots li.active button {
    background-color: #0ab9d3;
    transition: 0.3s ease-in-out;
}
.brand_figure_box span {
    color: #fff;
}

@media (max-width: 1024px) {
    .home_cus_2 {
       padding: 60px 15px 60px 15px;
    }
    .home_cus_2_listing > ul {
        margin: 0px -6px;
    }

    .home_cus_2_listing > ul li.single_slider {
        padding: 0px 6px 0px 6px;
    }
    .product_brand_slider ul.slick-dots li {
        width: 10px;
        height: 10px;
    }
    .product_brand_slider ul.slick-dots {
        margin-top: 25px;
    }
}
@media (max-width: 540px) {
    .home_cus_2_header {
        flex-direction: column;
        gap: 20px;
    }
}
/* home section 2 css end */

/* home section 3 css start  */

.home_cus_sec3 {
    margin-bottom: 70px;
    padding: 0px 15px;
}

.home_cus_sec3_data h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 35px;
    color: #000;
}

.home_cus_sec3_data ul {
    overflow-x: auto;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.08), 0 1px 0 0 rgba(0, 0, 0, 0.08),
        1px 1px 0 0 rgba(0, 0, 0, 0.08), 1px 0 0 0 rgba(0, 0, 0, 0.08) inset,
        0 1px 0 0 rgba(0, 0, 0, 0.08) inset;
}

.home_cus_sec3_data ul li {
    list-style: none;
    grid-template-columns: 2fr 2fr 2fr 1fr;
    gap: 15px 20px;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.08), 0 1px 0 0 rgba(0, 0, 0, 0.08),
        1px 1px 0 0 rgba(0, 0, 0, 0.08), 1px 0 0 0 rgba(0, 0, 0, 0.08) inset,
        0 1px 0 0 rgba(0, 0, 0, 0.08) inset;
    padding: 15px 10px;
}
.home_cus_sec3_data ul li h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 18px;
}
.home_cus_sec3_data ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000 !important;
}

.home_cus_sec3_data ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #16a34a !important;
}

.home_cus_sec3_data ul li a {
    border: unset;
    width: 80px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 35px;
    background: #03aac7;
}
.home_cus_sec3_btn {
    margin-top: 30px;
}
.home_cus_sec3_btn a {
    border: unset;
    width: 162px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 35px;
    background: #03aac7;
    text-transform: capitalize;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .home_cus_sec3 {
        margin-bottom: 40px;
    }

    .home_cus_sec3_data h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .home_cus_sec3_data h3 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 30px;
    }
}
/* home section 3 css end */

/* home sec 4 css start */
.home_cus_sec4 {
    width: 100%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 70px;
}

.home_cus_sec4_body {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px 43px;
    width: 100%;
    align-items: center;
}
.home_cus_sec4_reverse {
    grid-template-columns: 1fr 1.5fr;
}
.home_cus_sec4_body figure {
    margin-bottom: 0px;
    width: 100%;
}

.home_cus_sec4_body figure img {
    width: 100%;
    height: unset;
    object-fit: cover;
}

.home_cus_sec4_content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.home_cus_sec4_data {
    display: flex;
    flex-direction: column;
}
.home_cus_sec4_data small {
    color: #03aac7;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 5px;
}
.home_cus_sec4_data h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 35px;
    color: #000;
}

.home_cus_sec4_des {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.home_cus_sec4_des_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.home_cus_sec4_des_box_data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home_cus_sec4_des_box_data h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 34px;
}

.home_cus_sec4_des_box svg {
    min-width: 35px;
    min-height: 35px;
    padding: 7px;
    border-radius: 50%;
}
.home_cus_sec4_count {
    min-width: 35px;
    min-height: 35px;

    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_cus_sec4_des_box_data p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.home_cus_sec4_btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home_cus_sec4_btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    background: #0ab9d3;
    color: #fff !important;
    padding: 9px 20px;
    border-radius: 37px;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .home_cus_sec4 {
        margin-bottom: 40px;
    }

    .home_cus_sec4_data h3 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 25px;
    }

    .home_cus_sec4_des_box_data h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .home_cus_sec4_des_box_data p {
        font-size: 14px;
        line-height: 21px;
    }
    .home_cus_sec4_des_box_data {
        gap: 6px;
    }
    .home_cus_sec4_des {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home_cus_sec4_body {
        grid-template-columns: 1fr;
    }

    .home_cus_sec4_data h3 {
        line-height: 30px;
        font-size: 24px;
        padding-bottom: 20px;
    }

    .home_cus_sec4_data p {
        font-size: 14px;
        line-height: 21px;
    }
}

/* home sec 4 css end  */

.static_page_banner {
    padding: 40px 15px 30px 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.coin_listing_parent {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* .responsive_close_btn,
    .res_coin_listing_btn {
        display: none;
    } */

.coin_box_btn * {
    font-size: 20px;
    font-weight: bold;
}
.coin_box_btn {
    gap: 9px;
}

.coin_listing_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 99;
    padding: 0px 15px 15px 0px;
    transform: translatex(-100%);
    transition: 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.coin_listing_div.active {
    transform: translatex(0%);
    transition: 0.3s ease-in-out;
}

.coin_listing_header,
#coin-list {
    padding-left: 15px;
}

.responsive_close_btn,
.res_coin_listing_btn {
    display: flex;
}
@media (max-width: 1024px) {
    /* .static_page_banner {
            grid-template-columns: 1fr;
        } */
}
.static_sec1 {
    margin-bottom: 40px;
}

.static_sec1_btn {
    gap: 15px;
}

.static_sec1_btn a {
    border: unset;
    width: 162px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 35px;
    background: #03aac7;
    text-transform: capitalize;
    font-weight: bold;
    cursor: pointer;
}

.chcek_btn {
    margin-top: 24px;
}

.chcek_btn a {
    border: unset;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 35px;
    background: #03aac7;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}

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

.price_details {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.radio-group {
    display: flex;
    gap: 10px;
    margin: 20px 0px;
    overflow-x: auto;
}

.radio-option {
    position: relative;

    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    user-select: none;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option .label-top {
    font-size: 14px;
    font-weight: bold;
}

.radio-option .label-bottom {
    font-size: 12px;
    color: #333;
}

/* Checked style */
.radio-option input[type="radio"]:checked + .label-wrapper {
    border: 2px solid #0ab9d3;
    color: #0ab9d3;
}

.radio-option input[type="radio"]:checked + .label-wrapper .label-bottom {
    color: #0ab9d3;
}

.label-wrapper {
    border: 2px solid #000;
    border-radius: 6px;
    padding: 6px 15px;
}

.pricing_box {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing_box input {
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
}

.pricing_listing {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.order_type_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.order_type_box span {
    font-size: 16px;
    font-weight: bold;
}

.order_type_box select {
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
}

/* footer css start */
.footer-section {
    background: #fff;
    color: #000;
    float: left;
    width: 100%;
    padding: 60px 15px;
}

.footer-data-box {
    display: grid;
    width: 100%;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;

    gap: 30px 20px;
}

.footer-detail-box-one {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-one figure {
    margin: 0px !important;
    width: 140px !important;
    padding-bottom: 30px;
}

.footer-detail-box-one figure img {
    width: 100%;
}

.footer-detail-box-one p {
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    margin: 0px !important;
    padding-right: 23px;
    padding-bottom: 20px;
}

.footer-socail-links {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.footer-socail-links a {
    background: #000;

    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 20px;
}

.footer-socail-links a:last-child {
    margin-right: 0px;
}

.footer-socail-links a i {
    color: #ffffff;
    font-size: 16px;
}

.footer-detail-box-two {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-heading {
    position: relative;
    padding-bottom: 24px;
}

.footer-detail-box-heading h3 {
    margin: 0px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.footer-detail-box-content-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-detail-box-content-list li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}

.footer-detail-box-content-list li:last-child {
    padding-bottom: 0px;
}

.footer-detail-box-content-list li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}

.footer-detail-box-content-list li a:hover {
    color: #000;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-contact-list li {
    list-style: none;
    display: flex;
    padding-bottom: 12px;
    align-items: center;
}

.footer-contact-list li:last-child {
    padding-bottom: 0px;
}

.footer-contact-list li i {
    padding-right: 8px;
    font-size: 20px;
    line-height: 186%;
    color: #000;
}

.footer-contact-list li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 186%;
    letter-spacing: 0%;

    color: #000;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr;
    }
}

@media (max-width: 540px) {
    .footer-data-box {
        grid-template-columns: 1fr;

        gap: 30px 0px;
    }

    .footer-detail-box-one {
        justify-content: center;
        align-items: center;
    }

    .footer-detail-box-one p {
        padding-right: 0px;
        text-align: center;
    }

    .footer-detail-box-heading {
        padding-bottom: 0px;
    }

    .footer-contact-list {
        padding-top: 15px !important;
    }

    .footer-detail-box-content-list {
        padding-top: 15px !important;
    }

    .panel {
        display: none;
        overflow: hidden;
        transition: 0.5s ease-out;
        text-align: left;
    }

    .footer-detail-box-heading.accordion:after {
        content: "\002B";
        color: #000;
        font-family: "revicons";
        font-size: 26px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }

    .footer-detail-box-heading.active:after {
        content: "\2212" !important;
        color: #000;
        font-family: "revicons";
        font-size: 21px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }
}

@media (min-width: 540px) {
    .modcontent.panel {
        display: block !important;
    }
}

.trading_content_parent {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: #0000001a 0 5px 15px;
    padding: 15px;
    border-radius: 4px;
}
.trading_content_parent ul#myTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-color: #000;
}
.trading_content_parent ul#myTab li button {
    background: #03aac7;
    color: #fff !important;
    border: unset !important;
    border-radius: 6px !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.trade_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single_trade_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .trading_content_parent ul#myTab li button {
        font-size: 10px;
        padding: 7px 10px;
    }
    .single_trade_item strong {
        font-size: 14px;
    }
    .single_trade_item p {
        font-size: 12px;
    }
}

.user_assets_parent {
    box-shadow: #0000001a 0 5px 15px;
    padding: 20px 15px;
    max-width: 600px;
    margin: 40px auto;
}
.user_assets_box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.user_assets_short_data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.user_assets_short_data h3 {
    font-size: 20px;
    font-weight: bold;
}
.user_assets_tabs {
    box-shadow: #0000001a 0 5px 15px;
    padding: 14px 10px;
    background: #03aac7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_assets_tabs a {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.user_assets_listing {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.user_assets_listing h5 {
    text-transform: capitalize;
    font-size: 22px;
}
.user_single_asset {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ///////////// */

.widthdraw_coin_parent {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 15px;
}
.widthdraw_coin_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.widthdraw_coin_header h3 {
    font-size: 22px;
    font-weight: bold;
}
.widthdraw_coin_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.widthdraw_coin_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}
.widthdraw_coin_heading svg {
    cursor: pointer;
    margin-right: 10px;
}
.widthdraw_coin_heading h3 {
    font-size: 22px;
    font-weight: bold;
}
.widthdraw_coin_body {
    box-shadow: #0000001a 0 5px 15px;
    padding: 20px 15px;
    border-radius: 4px;
}
.widthdraw_coin_table {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.widthdraw_single_data {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    gap: 10px;
}
.widthdraw_record {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 768px) {
    .widthdraw_coin_box {
        grid-template-columns: 1fr;
    }
}

.accordion-item .accordion-header button.accordion-button {
    background: transparent !important;
    border: unset !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #000 !important;
    box-shadow: unset !important;
}
.accordion-item {
    border: unset !important;
}