.icon {
    color: white;
}




 /* */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
}

ul li {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
span,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5, h6 {
    color: #000;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #11141C;
}

.form-control:focus-within {
    background-color: #11141C;
    box-shadow: none;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

/* header css start */
.header_section {
    padding-bottom: 10px;
    padding-top: 5px;
    background: rgba(25, 29, 39, 0.25);
    border-bottom: 1px solid rgba(72, 94, 237, 0.25);
}

.header_section .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: 'liga'off;
    color: #FFFFFF;
    margin: 0 14px;
    transition: all linear .2s;
    position: relative;
    border-radius: 10px;
    padding: 10px 15px;
}

.header_section .navbar-nav .nav-item .nav-link.active,
.header_section .navbar-nav .nav-item .nav-link:hover {
    background: #485EED;
}


.header_section .navbar-brand img {
    width: 150px;
}

.header_section .form-inline a:first-child {
    background: #8C9EFF;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.header_section .form-inline a:nth-child(2) {
    background: #1DA1F2;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.header_section .form-inline a:nth-child(3) {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off;
    color: #fff;
    padding: 12px 20px;
    transition: all linear .2s;
    border-radius: 12px;
    margin-right: 15px;
    border: 1px solid transparent;
}

.header_section .form-inline a:nth-child(4) {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off;
    color: #FFFFFF;
    padding: 12px 20px;
    transition: all linear .2s;
    background: #485EED;
    border-radius: 12px;
    border: 1px solid #485EED;
}

.header_section .form-inline a:nth-child(3):hover {
    background: #485EED;
    color: #fff;
}

.header_section .form-inline a:nth-child(4):hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.header_section .registerd_user a:nth-child(2) {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off;
    color: #FFFFFF;
    padding: 12px 20px;
    transition: all linear .2s;
    background: #002DA0;
    border-radius: 8px;
    border: 1px solid #002DA0;
}

.header_section .registerd_user a:nth-child(2):hover {
    background-color: transparent;
    border-color: #fff;
}

.header_section .registerd_user a:nth-child(3) {
    background-color: transparent;
    padding: 0;
    border: none;
    width: 45px;
}

/* header css end */


/* home css start  */
.home_hero_section {
    padding-top: 60px;
}

.hero_txt {
    text-align: center;
    padding-bottom: 30px;
}

.hero_txt h6 {
    background: rgba(72, 94, 237, 0.1);
    border-radius: 37.1659px;
    display: inline-block;
    font-style: normal;
    font-size: 16.9901px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 12px 12px;
}

.hero_txt h6 span {
    background: #485EED;
    border-radius: 30.1918px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16.9901px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 5px 10px;
}

.hero_txt h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 25px 0px;
    position: relative;
    display: inline-block;
}

.hero_txt h1::before {
    position: absolute;
    content: "";
    left: 60px;
    top: 17px;
    width: 30%;
    height: 30%;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20%;
}

.hero_txt h1::after {
    position: absolute;
    content: "";
    right: 60px;
    top: 17px;
    width: 30%;
    height: 30%;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 20%;
}


.hero_frm_wrap {
    background: #1A1E29;
    border-radius: 30px;
    padding: 30px 70px;
}

.exchange_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.echange_input input {
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
    background-color: #1A1E29;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    height: 47px;
    padding-left: 15px;
}

.echange_input select {
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    background-color: #1A1E29;
    border-radius: 0px 10px 10px 0px;
    height: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-left: -3px;
    color: #FFFFFF;
    padding-left: 40px;
}

.echange_input {
    position: relative;
}

.echange_input img {
    position: absolute;
    top: 12px;
    right: 60px;
}

.echange_rgt .echange_input img {
    right: inherit;
    left: 11px;
}

.echange_centr {
    text-align: center;
    cursor: pointer;
}

.echange_lft p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: right;
    margin-top: 3px;
}

.echange_rgt p {
    text-align: left;
}

.echange_rgt input {
    border-radius: 0px 10px 10px 0px;
}

.echange_rgt select {
    border-radius: 10px 0px 0px 10px;
    margin-left: 0;
    margin-right: -3px;
}

.middle_input_wrap input {
    border: 2px solid #485EED;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16.384px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background-color: transparent;
    height: 47px;
}

.middle_input_wrap {
    position: relative;
    margin-top: 30px;
}

.middle_input_wrap img {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 25px;
}

.middle_inpt_wrap {
    margin-top: 25px;
    text-align: center;
}

.middle_inpt_wrap a {
    background: transparent;
    border: 1px solid #D1D1D1;
    font-style: normal;
    font-weight: 500;
    font-size: 16.384px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 20px;
    transition: all linear .2s;
}

.middle_inpt_wrap a:first-child {
    border-radius: 10px 0px 0px 10px;
}

.middle_inpt_wrap a:last-child {
    border-radius: 0px 10px 10px 0px;
    margin-left: -2px;
}

.middle_inpt_wrap a.active,
.middle_inpt_wrap a:hover {
    background: #485EED;
}

.stand_for {
    text-align: center;
    margin-top: 10px;
}

.stand_for a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.exchange_btn {
    text-align: center;
    margin-top: 30px;
}

.exchange_btn .btn {
    background: #485EED;
    border: 2px solid #485EED;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 60px;
    display: block;
    width: 45%;
    margin: 0 auto;
}

.exchange_btn .btn:hover {
    background-color: transparent;
    border-color: #fff;
}

/*  hero css end */

/* choice css start */
.why_choice {
    padding: 90px 0px;
}

.common_heading {
    text-align: center;
    margin-bottom: 40px;
}


.common_heading h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    color: #FFFFFF;
}

.common_heading h2 span {
    color: #485EED;
}

.common_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 15.6399px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.feat_box_wrap {
    text-align: center;
    margin-bottom: 20px;
    background: #1A1E29;
    border-radius: 10px;
    padding: 40px 20px;
}

.feat_box_wrap img {
    width: 100px;
}

.feat_box_wrap h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 10px 0px;
}

.feat_box_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    width: 85%;
    margin: 0 auto;
}

.feat_mt50 {
    margin-top: 50px;
}

/* choice css end */


/* faq css start */
.faq_section {
    padding: 60px 0px;
}

.faq_txt_wrap .card-header {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0px;
}

.faq_txt_wrap .card {
    margin-bottom: 20px;
    border-radius: 9px !important;
    background: rgba(26, 30, 41, 0.25) !important;
    border: 2px solid rgba(72, 94, 237, 0.25) !important;
    padding: 6px 10px;
}

.faq_txt_wrap .card-header button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding-left: 20px;
}

.faq_txt_wrap .card-header button:hover,
.faq_txt_wrap .card-header button:focus {
    text-decoration: none;
}

.faq_txt_wrap .card-header button span {
    width: 97%;
    text-align: left;
}

.faq_txt_wrap .card-header button i {
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    background: rgba(72, 94, 237, 0.25);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transition: all linear .2s;
}

.faq_txt_wrap .card-body {
    padding-top: 0;
}

.faq_txt_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.75);
    width: 96%;
}

.faq_txt_wrap [data-toggle="collapse"][aria-expanded="true"]>i {
    transform: rotate(180deg) !important;
    color: #fff !important;
    background-color: #485EED !important;
}

.card.show {
    border-color: #485EED !important;
    background: #1A1E29 !important;
}

.card.show i {
    color: #fff !important;
}

.faq_more_bttn {
    margin-top: 40px;
    text-align: center;
}

.faq_more_bttn p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
}

.faq_chat_box {
    border: 2px solid #8C9EFF;
    box-sizing: border-box;
    border-radius: 14.0603px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.faq_chat_box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;

}

.faq_chat_box h6 img {
    width: 40px;
    margin-right: 10px;
}

.faq_chat_box a {
    background: #8C9EFF;
    border-radius: 7.49884px;
    font-style: normal;
    font-weight: 500;
    font-size: 13.123px;
    line-height: 17px;
    transition: all linear .3s;
    border: 1px solid #8C9EFF;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
    margin-left: 25px;
}

.faq_chat_box a:hover {
    background: transparent;
    color: #8C9EFF;
}

/* faq css end */


/* footer css start */

.footer_section {
    background: rgba(26, 30, 41, 0.5);
    padding-top: 40px;
    padding-bottom: 10px;
}


.ftr_logo p {
    font-style: normal;
    font-weight: 500;
    font-size: 13.5347px;
    line-height: 166.5%;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    width: 60%;
}

.ftr_logo ul {
    display: flex;
    align-content: center;
    margin-top: 10px;
}

.ftr_logo ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13.53px;
    line-height: 18px;
    color: #FFFFFF;

}

.ftr_logo ul li span i {
    font-size: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.ftr_social,
.ftr_links {
    margin-top: 40px;
}

.ftr_social h6,
.ftr_links h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 13.5347px;
    line-height: 18px;
    color: rgba(72, 94, 237, 0.9);
}

.ftr_links ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15.2265px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-top: 14px;
}

.ftr_social h6 {
    margin-bottom: 15px;
}


.ftr_social ul {
    display: flex;
    align-items: center;
}

.ftr_social ul li a {
    margin-right: 15px;
}


.ftr_copy_txt {
    border-top: 1px solid rgba(190, 190, 190, 0.25);
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 35px;
}

.ftr_copy_txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.6956px;
    line-height: 19px;
    color: #FFFFFF;

}

.ftr_copy_txt span i {
    font-size: 5px;
    color: #fff;
    margin: 0 25px;
}

/* footer css end */

/* terms css start */
.terms_section {
    padding: 50px 0px;
}

.terms_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 174.7%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.terms_txt p a {
    color: #fff;
}

/* terms css end */

/* about css start */
.about_us_section {
    padding: 60px 0px;
}

.about_header_wrap {
    background: #485EED;
    border-radius: 25px;
    padding: 45px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_titles {
    margin-top: 20px;
}

.about_titles h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 6px;
}

.about_titles h4 span {
    color: #485EED;
}

.about_titles p {
    font-style: normal;
    font-weight: 400;
    font-size: 15.6399px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
}

.about_titles ul {
    margin-top: 25px;
}

.about_titles ul li i {
    margin-right: 5px;
    font-size: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.about_titles ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 15.6399px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
}

/* about css end */

/* order css start */
.order_details_sec {
    padding: 60px 0px;
}

.order_details_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detials_ordr_lft {
    background: #1A1E29;
    border-radius: 10px;
    padding: 25px;
    text-align: right;
}

.detials_ordr_rgt {
    text-align: left;
}

.detials_ordr_lft p {
    font-style: normal;
    font-weight: 700;
    font-size: 16.384px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.processing_step_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.process_step_box {
    text-align: center;
    padding: 0 40px;
}



.rgt_line_bar_2,
.rgt_line_bar {
    position: relative;
}

.rgt_line_bar::before {
    position: absolute;
    content: "";
    right: -61px;
    top: 21px;
    background-color: #1F2754;
    width: 73%;
    height: 6px;
}

.rgt_line_bar_2::before {
    position: absolute;
    content: "";
    right: -50px;
    top: 20px;
    background-color: #1F2754;
    width: 62%;
    height: 6px;
}



.process_step_box span {
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #1F2754;
}

.process_step_box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16.384px;
    line-height: 21px;
    color: #485EED;
    margin-top: 7px;
    margin-bottom: 7px;
}

.task_cmplt h6 {
    color: #00DC82;
}

.process_step_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.task_cmplt span,
.task_cmplt:before {
    background-color: #485EED;
}

.ordr_desc_wrap {
    background: #1A1E29;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.ordr_desc_wrap span {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 45px;
}

.ordr_desc_wrap span:last-child {
    border-right: 0px;
    padding-right: 0;
}

.ordr_desc_wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.ordr_desc_wrap p {
    font-style: normal;
    font-weight: 700;
    font-size: 15.7706px;
    line-height: 20px;
    color: #FFFFFF;
}

.ordr_addrs_wrap {
    background: #1A1E29;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.ordr_addrs_wrap .d-flex {
    justify-content: space-between;
    align-items: center;
}

.ordr_addrs_wrap a {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: underline;
}

.ordr_addrs_wrap h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.ordr_addrs_wrap h4 span {
    color: #485EED;
}

.code_copy {
    background: rgba(72, 94, 237, 0.25);
    border-radius: 8.8853px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}

.code_copy span {
    font-style: normal;
    font-weight: 500;
    font-size: 17.7706px;
    line-height: 23px;
    color: #FFFFFF;
    margin-right: 12px;

}

.code_copy img {
    cursor: pointer;
}


.ordr_addrs_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 10px;
}

.ordr_addrs_eth {
    background: #1A1E29;
    border-radius: 10px;
    padding: 32px 20px;
    margin-top: 25px;
}

.ordr_addrs_eth h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.ordr_addrs_eth h4 span {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8.32178px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 5px 10px;
}


.ordr_status {
    background: #1A1E29;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.ordr_status h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.ordr_status p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

.ordr_status form input {
    border: 1.56175px solid rgba(209, 209, 209, 0.1);
    border-radius: 7.80877px;
    background-color: transparent;
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 13.2749px;
    line-height: 17px;
    color: #FFFFFF;
    height: 47px;
}

.ordr_status form input:focus-within {
    box-shadow: none;
    background-color: transparent;
}

.ordr_status form .btn_sub {
    background: rgba(72, 94, 237, 0.25);
    border: 2px solid #485EED;
    border-radius: 6.65311px;
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 15px;
    height: 47px;
}

.ordr_details_btm {
    background: #1A1E29;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.ordr_details_btm h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 23.1018px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.ordr_details_btm ul li i {
    font-size: 5px;
    margin-right: 9px;
    margin-top: 12px;
}

.ordr_details_btm ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 155.9%;
    color: #FFFFFF;
    display: flex;
}

.coin_change_emrgncy {
    border: 2px solid #E02844;
}

.coin_change_emrgncy p {
    color: rgba(255, 255, 255, 0.5);
}

.coin_change_emrgncy h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 151.9%;
    color: #FFFFFF;
    margin-top: 10px;
}

.coin_change_emrgncy h6 input {
    margin-right: 8px;
}

.coin_change_emrgncy .btn {
    background: #485EED;
    border-radius: 6.65311px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px; 
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 30px;
    margin-top: 25px;
    border: 2px solid #485EED;
}

.coin_change_emrgncy .btn:hover{
    background-color: transparent;
    border-color: #fff;
}
/* order css end */




/* common css start */
.common_heading {
    text-align: center;
    margin-bottom: 40px;
}

.common_heading h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    color: #FFFFFF;
}

.common_heading h2 span {
    color: #485EED;
}

.common_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 15.6399px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

/* common css end */


/* footer css start */

.ftr_copy_txt {
    border-top: 1px solid rgba(190, 190, 190, 0.25);
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 35px;
}

.ftr_copy_txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.6956px;
    line-height: 19px;
    color: #FFFFFF;

}

.ftr_copy_txt span i {
    font-size: 5px;
    color: #fff;
    margin: 0 25px;
}

/* footer css end */


/* login css start */
.login_section {
    padding: 60px 0px;
}

.notification_wrap {
    text-align: center;
    margin-bottom: 30px;
}

.notification_wrap p {
    background: rgba(0, 220, 130, 0.25);
    border: 1px solid #00DC82;
    border-radius: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 50px;
}


.signup_inner_wrap {
    background: #1A1E29;
    border-radius: 30px;
    padding: 40px;
    width: 90%;
    margin: 0 auto;
}

.signup_frm_wrap h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
}

.signup_frm_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.signup_frm_wrap .form-group {
    position: relative;
    margin: 30px 0px;
}

.signup_frm_wrap .form-group i {
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 17px;
    color: #fff;
}

.signup_frm_wrap .form-group .form-control {
    border: 2px solid rgba(209, 209, 209, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background-color: transparent;
    height: 55px;
    padding-right: 45px;
    padding-left: 15px;
}

.signup_frm_wrap .form-group span {
    position: absolute;
    right: 11px;
    top: 14px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.signup_frm_wrap .form-groupa p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
}

.signup_frm_wrap .form-group .btn_submit {
    background: #485EED;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #485EED;
    transition: all linear .2s;
    text-transform: capitalize;
    padding: 13px 40px;
    display: block;
    width: 100%;
    text-align: center;
}

.signup_frm_wrap .form-group .btn_submit:hover {
    background: transparent;
    color: #485EED;
}

.signup_frm_wrap .form-group p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.signup_frm_wrap .form-group a {
    color: #fff;
}

/* login css end */


/* signup css start */
.caution_wrap p {
    background: rgba(220, 198, 0, 0.25);
    border: 1px solid #DCC600;
}

.error_wrap p {
    background: rgba(224, 40, 68, 0.25);
    border: 1px solid #E02844;
}

/* signup css end */

/* order css start */
.my_order_sec {
    padding: 60px 0px;
}

.order_search_wrap {
    margin-top: 10px;
}

.order_search_wrap input {
    border: 1px solid rgba(209, 209, 209, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background-color: transparent;
    padding-left: 10px;
    height: 47px;
    width: 75%;

}

.order_search_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_search_wrap span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: inline-block;
}

.order_main_table {
    background: #1A1E29;
    border-radius: 30px;
    padding: 25px;
    margin-top: 30px;
}

.order_main_table table {
    width: 100%;
}

.order_main_table tr th {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-bottom: 15px;
}

.order_main_table tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 12px 0px;
    text-align: center;
}
.order_main_table tr:first-child{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order_main_table tr td span.pending {
    background: rgba(220, 198, 0, 0.1);
    border-radius: 10px;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #DCC600;
    padding: 6px 10px;
    align-items: center;
}
.order_main_table tr td span.success{
    background: rgba(0, 220, 130, 0.1);
    color: #00DC82;
}
.order_main_table tr td span.cancle{
    background: rgba(224, 40, 68, 0.1);
    color: #E02844
}

.order_main_table tr td span i {
    font-size: 8px;
    margin-right: 7px;
}

.order_main_table tr td a {
    background: rgba(72, 94, 237, 0.25);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px; 
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
}
.order_main_table tr td a img{
    margin-left: 6px;
}


.product_item_pagginaiton {
    margin-top: 30px;
}

.product_item_pagginaiton .pagination {
    justify-content: center;
}

.product_item_pagginaiton .pagination li a {
    font-style: normal;
    font-size: 14px !important;
    line-height: 21px;
    color: #fff;
    border: 1px solid rgba(209, 209, 209, 0.25);
    margin: 0 5px;
    border-radius: 10px !important;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
}

.product_item_pagginaiton .pagination li.disabled a {
    color: #BCBCBC !important;
    background-color: transparent !important;
    border-color: #BCBCBC !important;
}

.product_item_pagginaiton .pagination li a:hover,
.product_item_pagginaiton .pagination li.active a {
    background-color: #485EED !important;
    border-color: #485EED;
}


/* order css end */