* {
    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 {
    background-color: #000000;
    font-family: 'DM Sans', sans-serif;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}


/* header css start */
.header_section {
    padding-bottom: 5px;
    padding-top: 5px;
    background: rgba(30, 30, 44, 0.25);
}

.header_section .navbar-brand img {
    width: 150px;
}

.header_section .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    font-feature-settings: 'liga'off;
    margin: 0 20px;
    color: #FFFFFF;
    transition: all linear .2s;
}

.header_section .navbar-nav .nav-item .nav-link.active,
.header_section .navbar-nav .nav-item .nav-link:hover {
    color: #6f00ff;
}

.header_section .form-inline a:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    font-feature-settings: 'liga'off;
    color: #fff;
    padding: 8px 30px;
    transition: all linear .2s;
    background: transparent;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-right: 12px;
}

.header_section .form-inline a:nth-child(2):hover {
    background: #6f00ff;
    border-color: #6f00ff;
}

.header_section .form-inline a:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    font-feature-settings: 'liga'off;
    color: #fff;
    padding: 8px 30px;
    transition: all linear .2s;
    background: #6f00ff;
    border-radius: 10px;
    border: 1px solid #6f00ff;
}

.header_section .form-inline a:last-child:hover {
    background: transparent;
    color: #6f00ff;
}

.hero_section {
    padding-top: 70px;
    padding-bottom: 90px;
    background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0d0d0d;
}

.hero_txt {
    text-align: center;
    background-image: url(../images/hero_txt_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero_txt h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.hero_txt h6::before {
    position: absolute;
    content: "";
    left: -65%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.hero_txt h6::after {
    position: absolute;
    content: "";
    right: -65%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.hero_txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 20px 0px;
}

.hero_txt h1 span {
    color: #6f00ff;
}

.hero_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.hero_txt .btn_custom_2 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    font-feature-settings: 'liga'off;
    color: #fff;
    padding: 12px 30px;
    transition: all linear .2s;
    background: transparent;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-left: 16px;
}

.hero_txt .btn_custom_2:hover {
    background: #6f00ff;
    color: #fff;
    border-color: #6f00ff;
}

.hero_txt .btn_custom {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    font-feature-settings: 'liga'off;
    color: #fff;
    padding: 12px 30px;
    transition: all linear .2s;
    background: #6f00ff;
    border-radius: 10px;
    border: 1px solid #6f00ff;
}

.hero_txt .btn_custom:hover {
    background: transparent;
    color: #6f00ff;
}

.hero_txt .btn_custom img {
    margin-left: 5px;
    transition: all linear .2s;
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(232deg) brightness(102%) contrast(106%);
}

.hero_txt .btn_custom:hover img {
    filter: invert(28%) sepia(86%) saturate(4593%) hue-rotate(338deg) brightness(91%) contrast(92%);
}

.hero_btm {
    text-align: center;
    margin-top: 120px;
}

.hero_btm h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 17.2169px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.hero_btm ul li {
    display: inline-block;
}

.hero_btm ul li a {
    display: block;
    margin: 0 5px;
}

/* best selling css start */
.best_selling_product {
    padding: 120px 0px;
}

.comon_heading {
    margin-bottom: 40px;
}

.comon_heading h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.comon_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
}

.heading_btn {
    text-align: right;
}

.heading_btn a {
    background: #181818;
    border-radius: 16.2846px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    font-feature-settings: 'liga'off;
    color: #FFFFFF;
    display: inline-block;
    padding: 17px 30px;
    transition: all linear .2s;
}

.heading_btn a:hover {
    background-color: #6f00ff;
}

.heading_btn a img {
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(232deg) brightness(102%) contrast(106%);
    margin-left: 5px;
}

.gift_cards_wrap {
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #6f00ff;
    padding: 15px;
    margin-bottom: 30px;
}

.gift_cards_wrap .gift_card_img img {
    display: block;
    width: 100%;
}

.gift_card_txt {
    padding-top: 15px;
}

.gift_card_txt h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.209848px;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 15px;
}

.gift_card_btm_btm {
    width: 40%;
}

.gift_card_btm_btm h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.gift_card_btm_btm span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #00C344;
}

.gift_card_txt button {
    background: #6f00ff;
    border-radius: 13px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 8px 20px;
    border: 2px solid #6f00ff;
    transition: all linear .2s;
    display: inline-block;
    width: 60%;
    text-align: center;
}

.gift_card_txt button:hover {
    background: transparent;
    border-color: #fff;
}

/* best selling css end */

/* choice css start */
.why_choice_sec {
    padding: 120px 0px;
}

.heading_btn_2 a:first-child {
    background-color: transparent;
    margin-right: 15px;
}

.heading_btn_2 a:last-child {
    background-color: #6f00ff;
}

.heading_btn_2 a:first-child:hover {
    background-color: #6f00ff;
}

.heading_btn_2 a:last-child:hover {
    background-color: #181818;
}

.feature_wrap_box {
    background: #181818;
    border-radius: 17.1014px;
    padding: 25px;
    height: 100%;
}

.feature_wrap_box img {
    background: rgba(224, 40, 68, 0.1);
    border-radius: 12.8261px;
    width: 55px;
    height: 55px;
    padding: 13px;
}

.feature_wrap_box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 22.2319px;
    line-height: 29px;
    margin: 15px 0px;
    color: #FFFFFF;
}

.feature_wrap_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.25);
}

/* choice css end */

/* reviews css start */
.reviews_section {
    padding: 80px 0px;
}

.reviews_txt_wrap {
    background: #181818;
    border-radius: 17.1014px;
    padding: 20px;
    margin-bottom: 20px;
}

.reviews_txt_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 15.3913px;
    line-height: 161.9%;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.reviews_txt_wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18.0936px;
    line-height: 161.9%;
    color: #FFFFFF;

}

.reviews_txt_wrap h6 img {
    margin-right: 8px;
    width: 45px;
}

.reviews_txt_wrap .d-flex {
    justify-content: space-between;
    align-items: center;
}

.reviews_txt_wrap span {
    background: rgba(0, 195, 68, 0.25);
    border-radius: 12.8261px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15.3913px;
    line-height: 161.9%;
    padding: 4px 8px;
    color: #00C344;
}

/* reviews css end */

/* get start css start */
.get_start_sec {
    padding: 60px 0px;
}

.get_start_bg {
    background-image: url(../images/get_start_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #181818;
    padding: 60px 90px;
    border-radius: 25px;
}

.get_start_bg h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.get_start_bg .get_bttn {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    font-feature-settings: 'liga'off;
    color: #fff;
    padding: 12px 30px;
    transition: all linear .2s;
    background: #6f00ff;
    border-radius: 10px;
    border: 1px solid #6f00ff;
    margin-right: 12px;
}

.get_start_bg .get_bttn img {
    margin-left: 6px;
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(232deg) brightness(102%) contrast(106%);
}

.get_start_bg .get_bttn:hover {
    background-color: transparent;
    color: #6f00ff;
}

.get_start_bg .get_bttn:hover img {
    filter: invert(24%) sepia(93%) saturate(3017%) hue-rotate(337deg) brightness(90%) contrast(94%);
}

.get_start_bg a:last-child img {
    width: 50px;
}

/* get start css end */

/* footer css start */
.footer_section {
    background: rgba(24, 24, 24, 0.4);
    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: 20px;
    width: 45%;
    margin-bottom: 15px;
}

.ftr_logo ul {
    display: flex;
    align-items: center;
}

.ftr_logo ul li {
    margin-right: 15px;
}

.ftr_links {
    margin-top: 40px;
}

.ftr_links h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 13.5347px;
    line-height: 18px;
    color: #6f00ff;
}

.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_copy_txt {
    border-top: 1px solid rgba(190, 190, 190, 0.5);
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 45px;
}

.ftr_copy_txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.6956px;
    line-height: 19px;
    color: #FFFFFF;
}

.ftr_copy_txt p a {
    color: #fff;
}

.ftr_copy_txt span i {
    font-size: 5px;
    color: #fff;
    margin: 0 25px;
}

/* footer css end */

/* product css start */
.product_hero_section {
    padding: 30px 0px;
    padding-bottom: 0;
}

.product_hero_section .hero_txt {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 110px;
}

.terms_hero_section .hero_txt,
.faq_hero_section .hero_txt{
    background-image: inherit;
}
.terms_hero_section .hero_txt h1,
.faq_hero_section .hero_txt h1,
.product_hero_section .hero_txt h1 {
    font-size: 56px;
}

.product_filter_wrap {
    background: #0A0A0A;
    border: 1px solid #6f00ff;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -60px;
}

.product_filtr_search {
    width: 48%;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.263);
    margin-right: 1.5%;
}

.product_filtr_select {
    width: 35%;
}

.product_filtr_select a.drp {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-left: 10px;
}

.product_filtr_btn {
    width: 15%;
}

.product_filtr_search img {
    position: absolute;
    left: 0px;
    top: -8px;
}

.product_filtr_search input {
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 50px;
    width: 100%;
}

.product_filtr_btn button {
    background: #6f00ff;
    border-radius: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 12px 45px;
    display: inline-block;
    border: 2px solid #6f00ff;
    transition: all linear .2s;
}

.product_filtr_btn button:hover {
    background-color: transparent;
    border-color: #fff;
}

.product_item_pagginaiton {
    margin-top: 30px;
}

.product_item_pagginaiton .pagination {
    justify-content: center;
}

.product_item_pagginaiton .pagination li a {
    font-style: normal;
    font-size: 16px !important;
    line-height: 21px;
    color: #6f00ff;
    border: 2px solid #6f00ff;
    margin: 0 5px;
    border-radius: 8px !important;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
}

.product_item_pagginaiton .pagination li.disabled a {
    color: rgba(255, 255, 255, 0.582);
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.582);
}

.product_item_pagginaiton .pagination li a:hover,
.product_item_pagginaiton .pagination li.active a {
    background-color: #6f00ff !important;
    color: #fff !important;
    border-color: #6f00ff;
}

/* store css end */

/* faq css start */
.faq_section {
    padding: 60px 0px;
}
.terms_hero_section,
.faq_hero_section{
    padding: 50px 0px;
}
.faq_hero_section .hero_txt .btn_custom img{
    filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}
.faq_hero_section .hero_txt .btn_custom:hover img{
    filter: invert(27%) sepia(53%) saturate(6695%) hue-rotate(339deg) brightness(92%) contrast(90%);
}
.faq_txt_wrap .card-header {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0px;
}

.faq_txt_wrap .card {
    margin-bottom: 20px;
    border-radius: 15px !important;
    border: 2px solid rgba(224, 40, 68, 0.5) !important;
    background: transparent !important;
    padding: 7px 10px;
}

.faq_txt_wrap .card-header button {
    font-style: normal;
    font-weight: 500;
    font-size: 15.4px;
    line-height: 20px;
    font-feature-settings: 'liga'off;
    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: 30px;
    font-size: 24px;
    color: #fff;
    transition: all linear .2s;
}

.faq_txt_wrap .card-body {
    padding-top: 0;
}

.faq_txt_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.3px;
    line-height: 27px;
    text-align: justify;
    font-feature-settings: 'liga'off;
    color: rgba(255, 255, 255, 0.75);
    width: 96%;
}

.faq_txt_wrap [data-toggle="collapse"][aria-expanded="true"] {
    color: #6f00ff !important;
}

.faq_txt_wrap [data-toggle="collapse"][aria-expanded="true"]>i {
    transform: rotate(180deg) !important;
    color: #6f00ff !important;
}

.card.show {
    border-color: #6f00ff !important;
    background: #181818 !important;

}

.card.show i,
.card.show button {
    color: #6f00ff !important;
}


.terms_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 174.7%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.terms_txt p a {
    color: #fff;
}

/* faq css end */

/* cart css start */
.cart_section {
    padding: 60px 0px;
}

.cart_head h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 13.9258px;
    line-height: 18px;
    letter-spacing: 0.35em;
    color: rgba(234, 0, 40, 0.74);
}

.cart_head h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cart_head_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.cart_head_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.76);
}

.cart_head_wrap span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.cart_head_wrap span select {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    background: #242424;
    border: none;
    margin-left: 5px;
}

.cart_product_feature {
    margin-top: 25px;
}

.cart_item_lists_wraps {
    background: #181818;
    border-radius: 15px;
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.cart_item_lft_img {
    margin-right: 10px;
}

.cart_item_lft_img img {
    width: 90px;
}

.cart_item_title {
    margin-right: 25px;
}

.cart_item_title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.cart_item_title p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.51);
}

.cart_drp_dwn .incre input, .cart_item_lists_wraps .incre input {
    font-style: normal;
    font-weight: 600;
    font-size: 11.432px;
    line-height: 149.75%;
    color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 17px;
    margin-right: 17px;
}

.cart_drp_dwn .incre input {
    color: #000;
    border-color: #000;
}

.cart_drp_dwn .incre,
.cart_item_lists_wraps .incre {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
}

.cart_drp_dwn .incre a,
.cart_item_lists_wraps .incre a {
    display: inline-block;
    transition: all linear .2s;
    text-align: center;
}

.cart_drp_dwn .incre a i,
.cart_item_lists_wraps .incre a i {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-top: 5px;
    display: block;
}

.cart_drp_dwn .incre a i {
    color: #000;
}

.incre {
    margin-right: 25px;
}

.cart_item h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.025em;
    color: #fff;
}

.cart_item h5 span {
    color: rgba(255, 255, 255, 0.25);
}

.frm_cntrl {
    position: relative;
}

.frm_cntrl img {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 17px;
}

.frm_cntrl .form-control:focus-within {
    box-shadow: none;
}

.frm_cntrl .form-control {
    border: 2px solid #6f00ffb9;
    box-sizing: border-box;
    border-radius: 10px;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    height: 55px;
    padding-left: 50px;
}

.cart_invo_wrap p {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 20px 0px;
}

.log_btns a:first-child {
    background: #6f00ff;
    border-radius: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #6f00ff;
    transition: all linear .2s;
    display: inline-block;
}

.log_btns a:first-child:hover {
    background: transparent;
    color: #6f00ff;
}

.log_btns a:last-child {
    background: transparent;
    border-radius: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid transparent;
    transition: all linear .2s;
    margin-left: 10px;
    display: inline-block;
}

.log_btns a:last-child:hover {
    background: #6f00ff;
    color: #fff;
    border-color: #6f00ff;
}

.signup_frm_wrap h6, p{
    color: white;
}

.signup_frm_wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px;
}

.signup_frm_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

.signup_frm_wrap .form-control {
    border: 2px solid #6f00ffb9;
    box-sizing: border-box;
    border-radius: 10px;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    height: 55px;
    padding-left: 50px;
}

.signup_frm_wrap input[type="text"] {
    background-image: url(../../assets/images/user.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 30px 30px;
}

.signup_frm_wrap input[type="password"] {
    background-image: url(../../assets/images/lock_icon.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 30px 30px;
}

.signup_frm_wrap input[type="email"] {
    background-image: url(../../assets/images/user.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 30px 30px;
}

.signup_frm_wrap .btn_submit{
    background: #6f00ff;
    border-radius: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #6f00ff;
    transition: all linear .2s;
    display: inline-block;
}

.signup_frm_wrap {
    margin-bottom: 0px;
    margin-top: 20px;
    margin: 0 auto;
}

.signup_frm_wrap .btn_submit:hover {
    background: transparent;
    color: #6f00ff;
}

.signup_frm_wrap .frgt_pass{
    color: white;
}

.cart_invo_wrap {
    padding: 35px 40px;
    background-image: url(../images/subtract_bg.svg);
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    border-radius: 15px;
    border: 1px solid #6f00ff;
    background-color: #181818;
}

.guest_checkout {
    border: 2px solid rgba(190, 190, 190, 0.5);
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.cart_invo_wrap h6 {
    font-style: normal;
    font-size: 23px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.copun_enter_input input {
    background: transparent;
    border-radius: 10px;
    font-style: normal;
    font-size: 14.4811px;
    line-height: 149.75%;
    color: #fff;
    padding-left: 15px;
    width: 73%;
    display: block;
    margin-right: 2%;
    border: none;
    border: 2px solid #6f00ffa9;
}

.copun_enter_input button {
    background: #6f00ff;
    border-radius: 13px;
    padding: 10px 15px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    transition: all linear .2s;
    text-align: center;
    width: 25%;
    margin-left: 1%;
    border: 1px solid #6f00ff;
}

.copun_enter_input button:hover {
    background: transparent;
    border-color: #fff;
}

.cont_shjop {
    margin-top: 25px;
}

.cont_shjop a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.cont_shjop a img {
    margin-left: 12px;
}

/* .subtotal_tab{
    border-top: 2px solid rgba(6, 18, 55, 0.25);
    padding-top: 15px;
} */
.proceesd_btnns {
    text-align: center;
}

.proceesd_btnns a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px;
    display: block;
}

.btn_submit:focus-within {
    box-shadow: none !important;
}

.total_invo_btn .btn_submit:hover img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(224deg) brightness(114%) contrast(101%);
}

.copun_enter_input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.subtotal_tab table {
    width: 100%;
}

.subtotal_tab tr td:last-child {
    text-align: right;
}

.subtotal_tab table tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 15px;
    text-align: center;
}

.subtotal_tab table tr:last-child td {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    border-top: 1px solid #676767;
    padding-top: 15px;
}

.subtotal_tab table tr:last-child td span {
    color: #fff;
}

.total_invo_btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_invo_btn span {
    width: 40%;
    margin-right: 15px;
}

.total_invo_btn span p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #6f00ff;
    margin: 0;
}

.total_invo_btn span h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}

.total_invo_btn .btn_submit {
    background: #6f00ff;
    padding: 17px 20px;
    padding-bottom: 15px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    border-radius: 12px;
    transition: all linear .2s;
    border: 2px solid #6f00ff;
    width: 55%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.total_invo_btn .btn_submit img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(270deg) brightness(107%) contrast(103%);
    transition: all linear .2s;
    margin-left: 9px;
}

.total_invo_btn .btn_submit:hover {
    background: transparent;
    color: #6f00ff;
    border-color: #6f00ff;
}

.total_invo_btn .btn_submit:hover img {
    filter: invert(27%) sepia(53%) saturate(6695%) hue-rotate(339deg) brightness(92%) contrast(90%);
}

.payment_method_wrap {
    margin-bottom: 25px;
}

.paymnt_methd_bttn p {
    font-style: normal;
    font-weight: 500;
    font-size: 13.3107px;
    line-height: 17px;
    color: #061237;
    margin-top: 25px;
}

.payment_boxs_wrap {
	border: 1.43946px solid rgba(190, 190, 190, 0.25);
	box-sizing: border-box;
	border-radius: 10.7689px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0px;
	margin-bottom: 15px;
	margin-right: 2%;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.payment_boxs_wrap.actt {
    background: rgba(224, 40, 68, 0.25);
    border-color: #6f00ff;
}

.payment_boxs_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.9017px;
    line-height: 19px;
    color: #fff;
    margin: 0;
}

.payment_boxs_wrap img {
    width: 30px;
    margin-right: 5px;
}

.disabled_pay {
    user-select: none;
    pointer-events: none;
    opacity: .3;
}

.cart_item_upload_wrap .upload {
    background: rgba(229, 240, 255, 0.1);
    border: 2px dashed #F38300;
    text-align: center;
    padding-top: 30px;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.cart_item_upload_wrap .upload p {
    font-style: normal;
    font-weight: 500;
    font-size: 14.1055px;
    line-height: 18px;
    color: #F38300;
    padding-bottom: 30px;
}

.cart_item_upload_wrap .upload label {
    cursor: pointer;
}

.cart_item_upload_wrap .upload label input {
    display: none;
}

.cart_item_upload_wrap .upload label span {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
    background: rgba(20, 85, 254, 0.1);
}

.cart_item_upload_wrap .upload label span i {
    position: absolute;
    font-size: 25px;
    color: #F38300;
}

.cart_item_upload_wrap .upload label span:hover {
    transform: scale(0.8);
}

/* .checkout_user_wrap{
    border: 2px solid #F38300;
    box-sizing: border-box;
    border-radius: 7.83641px;
    padding: 15px;
    margin-bottom: 30px;
} */
.checkout_user_wrap .d-flex a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #EE3A43;
}

.checkout_user_wrap .d-flex {
    align-items: center;
    justify-content: space-between;
}

.checkout_user_wrap .form-group {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.checkout_user_wrap .form-group img {
    position: absolute;
    left: 8px;
    top: 14px;
    width: 30px;
}

.checkout_user_wrap .form-group input {
    width: 100%;
    border: 2px solid #6f00ff;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 15px;
    border-radius: 12.1531px;
    height: 60px;
    font-style: normal;
    font-size: 17.5855px;
    line-height: 22px;
    color: #fff;
    padding-left: 45px;
}

.checkout_user_wrap .form-group input:focus-within {
    box-shadow: none;
}

.checkout_user_wrap .form-group i {
    position: absolute;
    right: 16px;
    top: 22px;
    color: #6f00ff;
    font-size: 15px;
}

.checkout_user_wrap .frm_grp_2 i {
    position: inherit;
    margin-right: 8px;
    transition: all linear .2s;
}

.checkout_user_wrap .frm_grp_2 a {
    background: #6f00ff;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 149.75%;
    color: #FFFFFF;
    width: 40%;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all linear .2s;
    margin-left: 15px;
    additive-symbols: 14px 25px;
    border: 2px solid #6f00ff;
}

.checkout_user_wrap .frm_grp_2 a:hover {
    background: transparent;
    border-color: #fff;
}

.checkout_user_wrap .frm_grp_2 a:hover i {
    color: #fff;
}

.checkout_user_wrap .frm_grp_2 input {
    width: 35%;
}

.checkout_user_wrap .form-group a i {
    font-size: 15px;
    color: #fff;
}

.custm_width {
    width: 95%;
    margin-left: auto;
}

.section_head_wrap h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.cart_tablee tr th {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0px;
    color: rgba(255, 255, 255, 0.527);
    border-bottom: 1px solid #676767;
}

.cart_tablee tr td {
    padding-top: 25px;
}

.cart_tablee tr td .media {
    align-items: center;
}

.cart_close img {
    width: 30px;
}

.cart_tablee tr:last-child td {
    border-bottom: 1px solid #676767;
    padding-bottom: 20px;
}

/* cart css end */


/* modal css start */
.modal_section .modal-dialog {
    max-width: 550px !important;
}

.modal_section .modal-content {
    background-color: transparent;
}

.modal_section .modal-body {
    background: #000000;
    border: 3px solid #6f00ff;
    box-sizing: border-box;
    box-shadow: 0px 4.25882px 26.6176px #1B1A1A;
    border-radius: 15.9706px;
    padding: 25px;
}

.product_categ_wrap h4,
.modal_section .product_modal_head h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.209848px;
    color: #FFFFFF;
}

.product_categ_wrap h4 {
    font-size: 28px;
}

.product_categ_wrap .badge_blue,
.modal_section .product_modal_head h4 .badge_blue {
    font-style: normal;
    font-size: 12.9954px;
    line-height: 18px;
    color: #00DC82;
    background: rgba(93, 207, 103, 0.25);
    border-radius: 10.2753px;
    box-sizing: border-box;
    padding: 3px 7px;
    display: inline-block;
}

.product_modal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product_categ_wrap {
    border: 2.12941px solid rgba(225, 222, 222, 0.25);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.product_categ_wrap:hover,
.product_categ_wrap.active {
    background: rgba(224, 40, 68, 0.5);
    border-color: rgba(224, 40, 68, 0.5);
}

.product_categ_wrap h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 21.2941px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.product_categ_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.41);
}

.modal_section .incre input {
    font-style: normal;
    font-size: 14.0369px;
    line-height: 18px;
    color: #fff;
    width: 35px;
    height: 40px;
    border: none;
    background: transparent;
    text-align: center;
    border: 1.31944px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
}

.modal_section .incre input {
    color: #fff;
    border-color: #fff;
}

.modal_section .incre {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
}

.modal_section .incre a {
    display: inline-block;
    transition: all linear .2s;
    text-align: center;
}

.modal_section .incre a i {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-top: 5px;
    display: block;
    margin: 0 10px;
}

.modal_section .product_details_bttn {
    text-align: right;
}

.modal_section .product_details_bttn a:first-child {
    font-style: normal;
    font-size: 17.2215px;
    line-height: 25px;
    font-feature-settings: 'salt'on, 'liga'off;
    color: #022A34;
    padding: 10px 40px;
    transition: all linear .2s;
    background: #BEBEBE;
    border-radius: 7.61905px;
    border: 2px solid #BEBEBE;
    display: inline-block;
    margin-right: 10px;
}

.modal_section .product_details_bttn a:first-child:hover {
    background: transparent;
    color: #6f00ff;
}

.modal_section .product_details_bttn a:last-child {
    font-style: normal;
    font-size: 17.2215px;
    line-height: 25px;
    font-feature-settings: 'salt'on, 'liga'off;
    color: #0C246F;
    padding: 9px;
    transition: all linear .2s;
    background: rgba(190, 190, 190, 0.25);
    border-radius: 7.29671px;
    border: 2px solid rgba(190, 190, 190, 0.25);
    display: inline-block;
    text-align: center;
    padding-right: 2px;

}

.modal_section .product_details_bttn a:last-child img {
    margin-right: 10px;
}



.modal_section .product_details_bttn a:last-child img {
    transition: all linear .2s;
}

.modal_section .product_details_bttn a:last-child:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(127deg) brightness(106%) contrast(107%);
}

.product_details_bttn_2.active a {
    background-color: #6f00ff !important;
    border-color: #6f00ff !important;
    color: #fff !important;
}
.modal_section .product_details_bttn a:last-child:hover {
    background: rgba(224, 40, 68, 0.25)!important;
    color: #fff;
    border-color: #6f00ff;
}
.product_details_bttn_2.active a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(127deg) brightness(106%) contrast(107%) !important;
}


/* Back to top btn part Start */
.back-top-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    display: none;
    width: 48px;
    height: 48px;
    background: #E63757;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 4px 14px rgba(230, 55, 87, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.back-top-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(230, 55, 87, 0.55);
}
.back-top-btn i {
    color: #fff;
    line-height: 48px;
    font-size: 20px;
}
@media (max-width: 575px) {
    .back-top-btn {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
    }
    .back-top-btn i {
        line-height: 42px;
        font-size: 18px;
    }
}
/* Back to top btn part End */

/* Extra small devices (portrait phones, less than 576px) */ 
@media(min-width: 320px) and (max-width: 575px) {    
    .navbar-light .navbar-toggler{
        border-color: transparent;
    }
    .navbar-light .navbar-toggler:focus{
        outline: inherit;
    }
    .navbar-light .navbar-toggler span{
        font-size: 30px;
        color: #fff;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        margin: 0;
        margin-top: 5px;
        text-align: center;
    }
    .header_section .form-inline{
        width: 100%;
    }
    .header_section .form-inline a{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .header_section .form-inline a:nth-child(2){
        margin-right: 0;
    }
    br{
        display: none;
    }
    .hero_txt h6::before {
        left: -45%;
        width: 40%;
    }
    .hero_txt h6::after {
        right: -45%;
        width: 40%;
    }
    .hero_txt{
        background-image: inherit;
    }
    .hero_section{
        padding-top: 20px;
        background-position: top center;
    }
    .hero_txt h1{
        font-size: 40px;
        line-height: 50px;
    }
    .hero_txt p{
        font-size: 16px;
        line-height: 22px;
    }
    .hero_txt .btn_custom{
        padding: 12px 20px;
    }
    .hero_btm{
        margin-top: 50px;
    }
    .hero_btm ul li a{
        margin: 0 2px;
    }
    .get_start_bg h2,
    .comon_heading h2{
        font-size: 30px;
        line-height: 40px;
    }
    .heading_btn{
        text-align: left;
        margin-bottom: 25px;
    }
    .best_selling_product,
    .why_choice_sec{
        padding: 60px 0px;
    }
    .feature_wrap_box{
        margin-bottom: 15px;
    }
    .get_start_bg{
        padding: 25px;
    }
    .ftr_logo p{
        width: 100%;
    }
    .ftr_copy_txt{
        flex-direction: column;
    }
    .product_hero_section .hero_txt {
        background-size: cover;
        background-position: center center;
    }
    .hero_txt h6::after {
        right: -45%;
        width: 44%;
    }
    .hero_txt h6::before {
        left: -45%;
        width: 44%;
    }
    .product_hero_section .hero_txt h1{
        font-size: 40px;
        line-height: 46px;
    }
    .hero_txt p{
        font-size: 13px;
        line-height: 21px;
    }
    .product_filter_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .product_filtr_search input{
        width: 100%;
        
        margin-bottom: 10px;
    }
    .product_filtr_select a.drp{
        width: 100%;
    }
    .product_filtr_search{
        margin-top: 12px;
    }
    .product_filtr_select,
    .product_filtr_search{
        width: 100%;
        border: none;
        margin-bottom: 12px;
    }
    .terms_hero_section .hero_txt h1, .faq_hero_section .hero_txt h1, .product_hero_section .hero_txt h1{
        font-size: 36px;
        line-height: 40px;
    }
    .cart_item_lists_wraps{
        flex-wrap: wrap;
    }
    .cart_item_lists_wraps > div{
        flex: 50%;
    }
    .custm_width{
        width: 100%;
    }
    .cart_invo_wrap{
        padding: 25px;
    }
    .log_btns a:first-child{
        padding: 14px 22px;
    }
    .subtotal_tab{
        padding-top: 25px;
    }
    .incre{
        margin: 15px 0px;
        display: block;
    }
    .cart_item_title{
        margin-top: 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar-light .navbar-toggler{
        border-color: transparent;
    }
    .navbar-light .navbar-toggler:focus{
        outline: inherit;
    }
    .navbar-light .navbar-toggler span{
        font-size: 30px;
        color: #fff;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        margin: 0;
        margin-top: 5px;
        text-align: center;
    }
    .header_section .form-inline{
        width: 100%;
    }
    .header_section .form-inline a{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .header_section .form-inline a:nth-child(2){
        margin-right: 0;
    }
    br{
        display: none;
    }
    .hero_txt h6::before {
        left: -45%;
        width: 40%;
    }
    .hero_txt h6::after {
        right: -45%;
        width: 40%;
    }
    .hero_txt{
        background-image: inherit;
    }
    .hero_section{
        padding-top: 20px;
        background-position: top center;
    }
    .hero_txt h1{
        font-size: 40px;
        line-height: 50px;
    }
    .hero_txt p{
        font-size: 16px;
        line-height: 22px;
    }
    .hero_txt .btn_custom{
        padding: 12px 20px;
    }
    .hero_btm{
        margin-top: 50px;
    }
    .hero_btm ul li a{
        margin: 0 2px;
    }
    .get_start_bg h2,
    .comon_heading h2{
        font-size: 30px;
        line-height: 40px;
    }
    .heading_btn{
        text-align: left;
        margin-bottom: 25px;
    }
    .best_selling_product,
    .why_choice_sec{
        padding: 60px 0px;
    }
    .feature_wrap_box{
        margin-bottom: 15px;
    }
    .get_start_bg{
        padding: 25px;
    }
    .ftr_logo p{
        width: 100%;
    }
    .ftr_copy_txt{
        flex-direction: column;
    }
    .product_hero_section .hero_txt {
        background-size: cover;
        background-position: center center;
    }
    .hero_txt h6::after {
        right: -45%;
        width: 44%;
    }
    .hero_txt h6::before {
        left: -45%;
        width: 44%;
    }
    .product_hero_section .hero_txt h1{
        font-size: 40px;
        line-height: 46px;
    }
    .hero_txt p{
        font-size: 13px;
        line-height: 21px;
    }
    .product_filter_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .product_filtr_search input{
        width: 100%;
        
        margin-bottom: 10px;
    }
    .product_filtr_select a.drp{
        width: 100%;
    }
    .product_filtr_search{
        margin-top: 12px;
    }
    .product_filtr_select,
    .product_filtr_search{
        width: 100%;
        border: none;
        margin-bottom: 12px;
    }
    .terms_hero_section .hero_txt h1, .faq_hero_section .hero_txt h1, .product_hero_section .hero_txt h1{
        font-size: 36px;
        line-height: 40px;
    }
    .cart_item_lists_wraps{
        flex-wrap: wrap;
    }
    .cart_item_lists_wraps > div{
        flex: 50%;
    }
    .custm_width{
        width: 100%;
    }
    .cart_invo_wrap{
        padding: 25px;
    }
    .log_btns a:first-child{
        padding: 14px 22px;
    }
    .subtotal_tab{
        padding-top: 25px;
    }
    .incre{
        margin: 15px 0px;
        display: block;
    }
    .cart_item_title{
        margin-top: 15px;
    }
}


.order_details_wrapp p{
    color: #ffffff;
}

.order_details_wrapp .list-group-item{
    background-color: transparent;
}

.order_details_wrapp .form-control-dark{
    background-color: #121212;
}


/* tickt css start */
.ticket_subject_wrap{
    background: #1A1A1A;
   border-radius: 10px;
   padding: 20px;
   margin-top: 30px;
}
.tickt_sub_hed h5{
   font-style: normal;
   font-weight: 500;
   font-size: 30.467px;
   line-height: 39px;
   color: #FFFFFF;
   margin-bottom: 15px;
}
.tickt_sub_hed p{
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 151.75%;
   color: #FFFFFF;
   margin-bottom: 15px;
}
.tickt_sub_hed a{
   background: #380a11;
   border: 0.765087px solid #dc3545;
   box-sizing: border-box;
   border-radius: 4.47985px;
   font-style: normal;
   font-weight: 500;
   font-size: 15.0736px;
   line-height: 149.75%;
   color: #dc3545;
   padding: 10px 25px;
   display: inline-block;
   transition: all linear .2s;
}
.tickt_sub_hed a:hover{
   background: #dc3545;
   color: #211221;
}
.tickt_sub_bdy h5{
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 151.75%;
   color: #FFFFFF;
   margin-top: 25px;
}
.tickt_sub_bdy p{
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 27px;
   color: rgba(255, 255, 255, 0.51);
   margin-top: 15px;
   margin-bottom: 10px;
}
.tickt_sub_bdy h6{
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 149.75%;
   color: #dc3545;
}
.tickt_sub_bdy a,
.tickt_sub_bdy span{
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 27px;
   color: rgba(255, 255, 255, 0.51);
}
.tickt_sub_bdy .d-flex{
   margin-top: 15px;
}
.recent_mesage_wrap{
   background: #1A1A1A;
   border-radius: 10px;
   padding: 30px;
   margin-top: 30px;
}
.recent_mesage_wrap h5{
   font-style: normal;
   font-weight: 500;
   font-size: 30.467px;
   line-height: 39px;
   color: #FFFFFF;
   margin-bottom: 15px;
}
.reccnt_msg_bdy{
   background: #212121;
   color :#fff;
   border-radius: 12px;
   padding: 20px;
   margin-bottom: 20px;
   position: relative;
}
.reccnt_msg_bdy:before{
   position: absolute;
   content: "";
   right: -19px;
   bottom: 0;
   background: url(../images/b_rec.svg);
   background-size: 30%;
   width: 30%;
   height: 20%;
   background-position: bottom right;
}
.reccnt_msg_bdy_2{
   background: #380a11;
   border-radius: 12px;
   padding: 20px;
   margin-bottom: 20px;
   border: 1px solid #dc3545;
}
.reccnt_msg_bdy_2 .d-flex {
   margin-bottom: 15px;
}
.reccnt_msg_bdy_2 .d-flex span{
   font-style: normal;
   font-weight: 500;
   font-size: 15.2776px;
   line-height: 19px;
   color: #dc3545;
}
.reccnt_msg_bdy_2 .d-flex p{
   font-style: normal;
   font-weight: 500;
   font-size: 15.2776px;
   line-height: 19px;
   color: rgba(255, 255, 255, 0.51);
}
.reccnt_msg_bdy p{
   font-style: normal;
   font-weight: 500;
   font-size: 15.2776px;
   line-height: 19px;
   color: rgba(255, 255, 255, 0.51);
   margin-bottom: 15px;
}
.reccnt_msg_bdy_2 h6,
.reccnt_msg_bdy h6{
   font-style: normal;
   font-weight: 500;
   font-size: 17px;
   line-height: 31px;
   letter-spacing: -0.456231px;
   color: #FFFFFF;
}
.textarea_ticket{
   border-top: 1px solid #212121;
   margin-top: 25px;
   padding-top: 25px;
}
.textarea_ticket textarea{
   background: #212121;
   border-radius: 5.89454px;
   border: none;
   min-height: 160px;
   resize: none;
   display: block;
   font-style: normal;
   font-weight: 500;
   font-size: 17px;
   line-height: 149.75%;
    color: rgba(255, 255, 255, 0.81);
   padding-top: 10px;
   padding-left: 15px;
}
.textarea_ticket textarea:focus-within{
   box-shadow: none;
   background: #212121;
   color: rgba(255, 255, 255, 0.81);
}
.ticket_bttn{
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   justify-content: space-between;
   margin-top: 25px;
}
.ticket_bttn a{
   font-style: normal;
   font-weight: 500;
   font-size: 13.3876px;
   line-height: 17px;
   color: #FC3838;
   border: 2px solid #FC3838;
   padding: 10px 25px;
   border-radius: 5px;
   transition: all linear .2s;
}
.ticket_bttn a:hover{
   background: #FC3838;
   color: #212121;
}
.ticket_bttn .btn_submit{
   background: #dc3545;
   border-radius: 5.60481px;
   font-style: normal;
   font-weight: 500;
   font-size: 15.2443px;
   line-height: 19px;
   color: #121212;
   padding: 10px 25px;
   transition: all linear .2s;
   border: 1px solid #dc3545;
}
.ticket_bttn .btn_submit:hover{
   background: transparent;
   color: #dc3545;
}

.tickt_part{
    margin-bottom: 10px;
}


.mdl {
    background: #000000;
    border: 3px solid #6f00ff;
    box-sizing: border-box;
    box-shadow: 0px 4.25882px 26.6176px #1B1A1A;
    border-radius: 15.9706px;
    padding: 25px;
}

.mdl .form-control{
    background-color: #181818;
}

.mdl .close span{
    color: #ffffff;
}

.wekly_drops_wrap_badge{
    background: #380a11;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 13.5126px;
    line-height: 17px;
    color: #dc3545;
    padding: 7px 12px;
}


.ppp {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 20px;
}

.ppp a {
    color: #6f00ff;
}

/* Customize the label (the cont) */
.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.76);
}

.cont a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: underline;
}

/* Hide the browser's default checkbox */
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #6f00ff;
    border-radius: 6px;

}

/* On mouse-over, add a grey background color */
.cont:hover input~.checkmark {
    background-color: #6f00ffc0;
}

/* When the checkbox is checked, add a blue background */
.cont input:checked~.checkmark {
    background-color: #6f00ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cont input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.head_notify_box {
    background: rgba(224, 40, 68, 0.1);
    border: 1px solid #6f00ff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 12px;
}

.head_notify_box p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.head_notify_box img {
    margin-right: 7px;
    width: 26px;
}