@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/Poppins-Light.ttf");
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

b,
button {
    font-family: 'Poppins-Regular';
}

h2,
h1 {
    font-family: 'Poppins-Bold';
}

h3,
h4,
h5 {
    font-family: 'Poppins-Regular';
}

p,
span,
label,
textarea,
a {
    font-family: 'Poppins-Light';
}

ul {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}

.lSSlideOuter {
    position: relative;
    overflow: visible !important;
}

.lSSlideWrapper {
    position: static !important;
}

.fixed-top {
    background: #fff;
    padding: 10px 114px;
    box-shadow: 0 0 5px #ff1818;
    transition: 0.3s ease;
    /* z-index: 1100 !important; */
}
#navbar_top {
    box-shadow: 0 0 5px #ff1818;

}

.navbar-toggler {
    height: 40px;
}

.HeaderSec {
    background: #fff;
    padding: 10px 0;
    clear: both;
}
.DesktoplogoCsa{
    display: none;
}
.MbleLogos {
     display: none;
 }
 .profile_icon{
        position: absolute !important;
        right: 0px;
        top: 10px;
        display: none;
        width:50px !important;
    }
    .user_pro{
           max-width: 33px !important;
    }
    .user_level{
        color: #ffc107 !important;
    }
@media only screen and (min-width:300px) and (max-width:992px){
    .HeaderSec {
    display: none !important;
}

.border_bottom_nav{
   border-bottom: 1px solid #f6000d;
}
.DesktoplogoCs {
        display: none !important;
    }
.DesktoplogoCsa {
        display: block ;
    }
    .MbleLogos {
        position: absolute;
        width: 52px !important;
        left: 0;
        right: 0;
        top: 4px;
        margin: auto;
        z-index: 9999;
    }
    .profile_icon {
        z-index: 9999 !important;
    }
   .MbleLogos {
        display: block;
    }
    .profile_icon{
        display: block;
    }
    .profile_icon_lg{
        display: none !important;
    }
}
.Myshopcode-navigation .SearchBar {
    margin-top: 0px !important;
    margin-left: 2%;
}

.Myshopcode-navigation .SearchBar span.bg-transparent {
    width: 20%;
}

.Myshopcode-navigation .SearchBar span.bg-transparent select {
    appearance: auto;
    width: 100%;
}

.Myshopcode-navigation .SearchBar input {
    padding: 10px 40px 10px 10px;
    width: 100vh;
    border-radius: 10px !important;
    position: relative;
    border: 1px solid #ff1616 !important;
}

.Myshopcode-navigation .flex-row-reverse .navbar-nav li {
    margin: 0 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -100px;
    position: absolute !important;
}

.Myshopcode-navigation .flex-row-reverse .navbar-nav li a {
    padding: 7px 0;
}

.loginBtn {
    background-color: #f6000d;
    border: 1px solid #f6000d;
    padding: 8px 15px !important;
    color: #fff !important;
}

.Myshopcode-navigation li.AdminIcon:hover .Accountbtns {
    display: block !important;
    position: fixed;
    background: #ddd;
    top: 62px;
    transition: 0.5s ease;
    padding: 10px !important;
    border-radius: 10px;
}

.Myshopcode-navigation .SearchBar span.searchIcon:before {
    background: url("../images/search-icon-red.png") no-repeat;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    right: 12px;
    top: 14px;
    z-index: 999;
}

/* CategorySec */

.CategorySec {
    padding: 30px;
}

.CategorySec .col-md-4 {
    width: calc(calc(100% - 45px)/3);
    margin: 6px 6px 15px;
    text-align: center;
    border: 2px solid #ddd;
    padding: 0px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.CategorySec .col-md-4:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 11px #00000085;
    transition: 0.3s ease;
}

.CategorySec .col-md-4:hover .HoverBtns {
    display: block !important;
    position: absolute;
    background: #dddddd9e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 1s ease;
    z-index: 99;
}

.CategorySec .col-md-4:hover .HoverBtns .InnerBtns {
    position: absolute;
    display: inline-flex;
    bottom: 20px;
    left: 0;
    right: 0;
    gap: 10px;
    margin: 0 auto;
    width: 90%;
    background: #ddd;
}

.CategorySec .col-md-4:hover .HoverBtns .InnerBtns .btnRed {
    width: 100% !important;
    padding: 14px;
    background-color: #f6000d;
    border: 1px solid #f6000d;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.CategorySec .col-md-4:hover .HoverBtns .InnerBtns .BtnReserved {
    background-color: #282828 !important;
}

.CategorySec .col-md-4:hover .HoverBtns .InnerBtns .btnRed:hover {
    background-color: #282828;
    transition: 1s ease;
}

.CategorySec .col-md-4:hover .HoverBtns .InnerBtns .BtnReserved:hover {
    transition: 1s ease;
    background-color: #f6000d !important;
}

.CategorySec .col-md-4 img {
    height: 40px;
    margin: 0 auto 20px;
    display: block;
}

.CategorySec .col-md-4 a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.CategorySec .col-md-4 p {
    color: #bbb8b8;
    margin: 15px 0 0;
    font-size: 18px;
}

.CategorySec .col-md-4 a svg,
.CategorySec .col-md-4 i {
    position: absolute;
    fill: #686868;
    width: 33px;
    top: 15px;
    right: 15px;
    z-index: 999;
}

.CategorySec .col-md-4 a svg:hover {
    fill: #f6000d;
}

/* MainDetail page */
.MainDetail,
.MainSuccessDiv,
.AccountSec,
.SignInPasswordSec,
.MainCreateOffer,
.ContactUsSec,
.How_It_Work,
.FaqsPageSec,
.PricingPageSec,
.AboutPageWrap {
    overflow: hidden;
    clear: both;
    padding: 75px 0 0;
}

.MainDetail .custom-left-slidr-img {
    border: 1px solid #ff1616;
    box-shadow: 0 0 10px #ff161626;
    border-radius: 15px;
    overflow: hidden;
}

.MainDetail .InnerBox {
    padding: 0 0 0 50px;
}

.MainDetail .col-md-6 .Description_Txt.Description_Txt_first {
    border: unset;
    padding: unset;
    box-shadow: unset;
}

.MainDetail .col-md-6 .Description_Txt {
    padding: 20px;
    border: 1px solid #ff1616;
    border-radius: 15px;
    box-shadow: 0 0 10px #ff161626;
}

.MainDetail .col-md-6 .Description_Txt ul.list-block {
    padding: 0 0 0 20px !important;
}

.MainDetail .col-md-6 .Description_Txt ul li {
    list-style: circle !important;
}

.MainDetail .col-md-6 h2.p-0 {
    color: #282828;
}

.MainDetail .col-md-6 h2 {
    text-transform: capitalize;
}

.MainDetail .ImgCs img.ProfileImg {
    border: 1px solid #ddd;
    padding: 3rem;
    width: 100%;
    border-radius: 10px;
}

.MainDetail .btns {
    text-align: center;
}

.MainDetail .btns .blueBtn {
    position: absolute;
    right: 14%;
    padding: 5px 25px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #2121b5;
    color: #2121b5;
    font-weight: 600;
}

.MainDetail .btns .buyBtn {
    background: #f6000d;
    border: 1px solid #f6000d;
    padding: 7px 35px !important;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    transition: 0.5s ease-out;
}

.textareaa {
    border: 1px solid #000 !important;
}

.MainDetail .btns .buyBtn:hover,
.SignInSec form .btnRed:hover,
.AccountSec form .btnRed:hover,
.SignInSec .btnOutline:hover,
.ContactUsSec .ContactUsForm form .btnRed:hover,
.MainDetaildes .btns .btnOffer:hover,
.PricingPageSec .btnRed:hover {
    background: #282828;
    border: 1px solid #282828;
    color: #fff;
    transition: 0.5s ease-in;
}

.PopupDetailSec .modal-body {
    padding: 90px 10px;
}

.PopupDetailSec .modal-body h2 {
    color: green;
    text-align: center;
}

/* MainDetaildes */
.MainDetaildes .container {
    padding: 3rem;
    border: 1px solid #000;
    position: relative;
}

.MainDetaildes .container h2.topBar {
    width: 100%;
    background: #f6000d;
    color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.MainDetaildes .UploadImg .col {
    text-align: center;
}

.MainDetaildes .UploadImg div img {
    display: block;
    margin: 0 auto 10px;
}

.MainDetaildes #File-Body>#File-For {
    display: none;
}

.MainDetaildes #Filebutton {
    width: 150px;
    height: 100px;
    border: 1px solid #acabab;
    border-radius: 5px;
    padding: 24px 0;
    margin: 0 auto 20px;
}

.MainDetaildes #File-Lable {
    font-size: 10px;
}

#uploadPreview {
    border: 1px solid red;
    height: auto;
    padding: 30px;
}

.UploadImgCS {
    position: relative;
}

#uploadImage {
    width: 100px;
    position: relative;
    padding: 7px 100px;
    vertical-align: top;
    margin-right: 0;
    cursor: pointer;
}

input#uploadImage:before {
    content: "Upload Img";
    position: absolute;
    padding: 7px;
    font-size: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #f6000d;
    border-right: 7px;
}

/* MainDetaildes */

.MainDetaildes .col-md-6 .Description_Txt {
    border: 1px solid #000;
}

.MainDetaildes .col-md-6 form .form-control {
    margin-bottom: 15px;
    padding: 12px;
    appearance: auto;
    border: 1.5px solid #000;
    border-radius: 0;
}

.MainDetaildes .col-md-6 form .form-control:hover,
.MainDetaildes .col-md-6 .Description_Txt:hover {
    border-color: #32389f;
}

.MainDetaildes .col-md-6 form .d-flex {
    gap: 20px;
    margin-top: 15px;
    position: relative;
}

.MainDetaildes .col-md-6 form .form-check input {
    border: 1px solid #000;
    padding: 10px;
    margin-right: 10px;
}

.MainDetaildes .col-md-6 form .form-check label {
    color: #000;
    float: left;
}

.MainDetaildes .btnOffer {
    background: #f6000d;
    border: 1px solid #f6000d;
    padding: 10px;
    width: 50%;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

/* MainSuccess Sec */
.MainSuccessDiv .ImgCs h3 {
    border: 1px solid #ddd;
    padding: 5rem 1rem;
    background: #dddddd9c;
    width: 50%;
    margin: 0 auto 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}

/* How_It_Work Page Sec */
.How_It_Work .col {
    text-align: center;
    position: relative;
    width: calc(calc(100% - 230px)/3);
    border-radius: 12px;
    background-color: red;
    padding: 20px;
    color: #fff;
    display: inline-block;
    margin-right: 110px;
    height: 233px;
    max-height: 300px;
    vertical-align: text-top;
}

.How_It_Work .col:last-child {
    margin-right: 0;
}

.How_It_Work .col:before {
    content: "";
    background: url("../images/arrow.png") no-repeat;
    right: -103px;
    top: 80px;
    background-size: 100%;
    position: absolute;
    width: 30%;
    height: 60%;
}

.How_It_Work .col:last-child:before {
    background: none !important;
}

.How_It_Work .BottomTxt p.btmInnertxt {
    position: absolute;
    bottom: -50px;
    color: #282828;
    left: 0;
    right: 0;
}

.How_It_Work .col h4 {
    color: #282828;
    font-size: 40px;
    font-weight: bold;
}

.How_It_Work .col b {
    color: #282828;
}

/* SignIn Sec */
.SignInSec form {
    width: 50%;
    margin: 50px auto;
}

.SignInSec form .btn,
.SignInSec form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 20px;
}

.SignInSec form .btnRed,
.AccountSec form .btnRed,
.ContactUsSec .ContactUsForm form .btnRed,
.PricingPageSec .btnRed {
    background: #f6000d;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 12px;
}

.SignInSec .btnOutline {
    color: #282828;
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
}

/*  account Sec*/
.AccountSec form .form-control,
.ContactUsSec .ContactUsForm form .form-control,
.AccountSec form select,
.AccountSec form .dropdown button {
    padding: 10px;
    border: unset;
    border-radius: 25px !important;
    margin-bottom: 20px !important;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    border: 1px solid transparent;
}

.AccountSec form .form-control:hover,
.SignInSec form input:hover,
.modal-body form .form-control:hover,
.ContactUsSec .ContactUsForm form .form-control:hover {
    border: 1px solid #ff1616;
}

.AccountSec form .form-control.textarea-box {
    border-radius: 10px !important;
}

.AccountSec form input[type="checkbox"] {
    display: block;
    box-shadow: 0px 0px 5px #f6000d4d;
    border: 1px solid transparent;
    border-radius: 15px;
}

.subCategory {
    /* display: none; */
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    box-shadow: 0px 0px 5px #f6000d4d;
    border: 2px solid #f6000d;
    border-radius: 25px;
    padding: 20px;
    background: linear-gradient(-24deg, #f6000d, #ffc107);
    color: #fff;
}

.subCategory span {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.tab-paneBusinessDetails .iti {
    height: 47px;
    margin-bottom: 20px;
}

.tab-paneBusinessDetails .iti .iti__selected-flag {
    background-color: #ff1616;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    color: #fff;
}

.tab-paneBusinessDetails .iti .iti__selected-flag:hover {
    background-color: #ff1616;
}

.tab-paneBusinessDetails .iti .iti__selected-flag .iti__arrow {
    border-top: 6px solid #fff;
}

.tab-paneBusinessDetails .iti .iti__selected-flag .iti__arrow.iti__arrow--up {
    border-bottom: 6px solid #fff;
    border-top: 6px solid transparent;
}

.tab-paneBusinessDetails .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #ff1616;
}


/* profile setting */
/* profile setting */
.shopcode-profile .profile .profile-left .profile-left-inner {
    border-left: 1px solid #f6000d;
    padding: 10px;
}

.shopcode-profile .profile .profile-left .nav-tabs {
    background-color: transparent;
    border-bottom: 1.5px solid #f6000d !important;
    border: unset;
    box-shadow: unset;
    padding: 10px !important;
}

.shopcode-profile .profile .profile-left .nav-tabs .nav-item {
    margin: 0 2px 0 2px;
}

.shopcode-profile .profile .profile-left .nav-tabs .nav-link {
    background: #ffc107;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 8px;
}

.shopcode-profile .profile .profile-left .nav-tabs .nav-link.active {
    background: #f6000d;
}

.shopcode-profile .profile .profile-right .profile-right-inner {
    border-left: 1px solid #f6000d;
    padding: 10px;
}

.shopcode-profile .profile .profile-right .social-links .list-inline-item a i {
    background-color: #ffc107;
    padding: 9px;
    border-radius: 50%;
    color: #f6000d;
    box-shadow: 0 0 5px #f6000d;
}

.shopcode-profile .profile .profile-right .social-links .list-inline-item a i:hover {
    background-color: transparent;
    border-radius: 10px;
    transition: .5s;
}

.shopcode-profile .profile .profile-left .shopcode-profile-edit-img {
    width: 230px;
    margin: auto;
}

/* ------------country flags dropdown-------------- */
.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

/* .dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
    background-image: url(../../frontend/images/countryflags.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
} */
.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 8px;
    white-space: nowrap;
}

.dropdown dt a img {
    position: relative;
    z-index: 1;
}

.dropdown dt a span span:first-child:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.dropdown dt a span span:first-child {
    padding: 7px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    /* color: #fff !important; */
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #fff;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
    color: #5d4617;
}

.dropdown dt a {
    position: relative;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 25px !important;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    border: 1px solid transparent;
}

.dropdown dt a:after {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    background-image: url(../../frontend/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 14px top 14px;
}

.dropdown dd ul {
    background: #fff;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    width: 100%;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    border: 1px solid transparent;
    top: 5px;
    z-index: 2;
}

li a {
    font-size: 13px;
}

li a span:nth-child(2) {
    line-height: 2em;
}

.dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px !important;
}

.dropdown dd ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
    display: inline-block;
    width: 100%;
}

dl.dropdown span:nth-child(3) {
    color: rgba(0, 0, 0, 0.4)
}

dl.dropdown>span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

dl.dropdown span:nth-child(3) {
    float: right;
}

dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}

dl.dropdown dt span:nth-child(3) {
    display: none;
}

.countryFlag {
    padding: 0;
    background-image: url(../../frontend/images/flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BFBFC1 #B6B6B6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

::placeholder {
    color: #000;
}

.AccountSec .form-check label a {
    position: absolute;
    right: 0;
    color: red;
    font-weight: 600;
    text-decoration: none;
}

.AccountSec .nav-tabs {
    border-bottom: 0;
    border: 1px solid #f6000d;
    padding: 20px 10px !important;
    border-radius: 15px;
    box-shadow: 0 0 8px #9a9999;
    background: #ffc107;
}

.AccountSec .nav-tabs li {
    margin-bottom: 20px;
}

.AccountSec .nav-tabs li:last-child {
    margin-bottom: unset;
}

.AccountSec .nav-tabs li .active {
    background-color: #f6000d;
    color: #fff;
    font-weight: 600;
    border: 1px solid #bb050e;
    box-shadow: 0 0 5px #f6000d;
}

.AccountSec .nav-tabs li a {
    padding: 8px 10px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid #f6000d;
}

.AccountSec .AccountSec-table .tab-pane {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 8px #9a9999;
    overflow-x: scroll;

}

.AccountSec .AccountSec-table .table-sm>:not(caption)>*>* {
    padding: 10px;
}

.discount-saleStatus {}

.discount-saleStatus select {
    width: 100px !important;
    padding: 5px;
}

.transaction-checkbox {}

.shopCode-radio.shopCode-transaction-radio {}

.shopCode-radio.shopCode-transaction-radio [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.shopCode-radio.shopCode-transaction-radio [type="checkbox"]+label {
    top: -12px;
}

.AccountSec .tab-content .overview_container .client-db-card .client-db-card-inner {
    border: 1.5px solid #ff1616;
    border-radius: 20px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 195px;
    box-shadow: 0 0 8px #9a9999;
}

.AccountSec .tab-content .overview_container .client-db-card .client-db-card-inner h6 {
    margin-top: 15px;
}

.avatar-upload.BD-avatar-upload .avatar-edit {
    position: unset;
    margin: 15px auto;
    width: 50%;
}

.avatar-upload.BD-avatar-upload .avatar-preview {
    width: 190px;
    height: 190px;
    margin: 15px auto;
    border-radius: 50%;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    /* bottom                 : -60px; */
    border: 2px solid #f6000d;
    width: 70%;
    left: 15%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(-24deg, #f6000d, #ffc107);
    margin: auto;
}

.avatar-upload .avatar-edit:hover {
    box-shadow: 0px 0px 10px #f6000d4d;
    background: transparent;
}

.avatar-upload .avatar-edit:hover label {
    color: #f6000d;
}

#imageUpload {
    /* display: none; */
    visibility: hidden;
}

.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.avatar-upload .avatar-edit label:hover {
    /* background: transparent;
border-color: #f6000d; */
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 350px;
    /* position  : relative; */
    border: 2px solid #f6000d;
    box-shadow: 0px 0px 10px rgb(246 0 13 / 38%);
    border-radius: 15px;
    overflow: hidden;
}

.estimated_audience {
    width: 100%;
    height: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* position    : relative; */
    /* border      : 2px solid #f6000d; */
    box-shadow: 0px 0px 10px rgb(246 0 13 / 38%);
    border-radius: 15px;
    overflow: hidden;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.shopCode-goback {
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d7a;
    background: linear-gradient(-24deg, #f6000d, #ffc107);
}

.shopCode-goback:hover {
    background: transparent;
    color: #f6000d;
}

.product-service-content {
    box-shadow: 0px 0px 5px #f6000d4d;
    border: 2px solid #f6000d;
    border-radius: 25px;
    padding: 20px;
    background: linear-gradient(-24deg, #f6000d, #ffc107);
}

.product-service-content label {
    color: #fff;
}

.product-service-content input {}

/* ----------radio button---------- */
.shopCode-radio [type="radio"]:checked,
.shopCode-radio [type="radio"]:not(:checked),
.shopCode-radio [type="checkbox"]:checked,
.shopCode-radio [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.shopCode-radio [type="radio"]:checked+label,
.shopCode-radio [type="radio"]:not(:checked)+label,
.shopCode-radio [type="checkbox"]:checked+label,
.shopCode-radio [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.shopCode-radio [type="radio"]:checked+label:before,
.shopCode-radio [type="radio"]:not(:checked)+label:before,
.shopCode-radio [type="checkbox"]:checked+label:before,
.shopCode-radio [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    border: 1px solid transparent;
}

.shopCode-radio [type="radio"]:checked+label:after,
.shopCode-radio [type="radio"]:not(:checked)+label:after,
.shopCode-radio [type="checkbox"]:checked+label:after,
.shopCode-radio [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f6000d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shopCode-radio [type="radio"]:not(:checked)+label:after,
.shopCode-radio [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.shopCode-radio [type="radio"]:checked+label:after,
.shopCode-radio [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#shopCode_shopNow {
    display: none;
}

/* ----------radio button---------- */
.AccountSec .AccountSec-balance {
    color: #fff;
    background: #ffc107;
    border: 1px solid #f6000d;
    border-radius: 15px;
    box-shadow: 0 0 8px #9a9999;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.AccountSec .AccountSec-balance span {
    color: #f6000d;
    padding: 0 10px;
}

/* Popup Style */
.show_On_Load .modal-content {
    background: #f6c100;
}

.steps_models .modal-content {
    background: #f6c100;
}

.modal-body form .form-control {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #282828;
}

.show_On_Load .modal-body form .form-group .col {
    margin-right: 10px;
    width: calc(calc(100% - 44px)/4);
    display: inline-block;
}

.show_On_Load .modal-body form .form-group .col:last-child {
    margin-right: 0;
}

.show_On_Load .modal-body form .form-group {
    display: flex;
}

.show_On_Load .modal-body form .form-group .captcha {
    position: relative;
    width: 26%;
}

.show_On_Load .modal-body form .form-group .captcha small {
    font-size: 10px;
    position: absolute;
    top: -25px;
}

.show_On_Load .modal-body form .form-group .captcha small span {
    background: #fff;
    border-radius: 50%;
    padding: 0px 3px;
    font-weight: bold;
}

.show_On_Load .modal-body form .form-group .captcha .captcha-refresh {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
    color: #f6000d;
}

.modal-footer .btnSkip {
    border: 1px solid #282828;
    padding: 8px;
}

.show_On_Load .modal-dialog {
    margin-top: 10rem;
}

.steps_models .modal-dialog {
    margin-top: 10rem;
}

/* Favourite Page */
.FavouriteSec .col svg {
    fill: red;
}

/* Contact Us Page */
.ContactUsSec h3 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 20px;
}

.ContactUsSec .contct-info p i {
    font-size: 22px !important;
    color: #f6000d;
    margin-bottom: 10px;
    display: block;
}

/* FAQs Page Page */
.FaqsPageSec .accordion h2.TitleHeading,
.How_It_Work h2.TitleHeading {
    color: #f6000d;
}

.FaqsPageSec .FaqsSec .accordion-item {
    padding: 0;
    border: 0;
    margin: 0 10px 20px;
    overflow: hidden !important;
    clear: both;
    border-radius: 0 !important;
    box-shadow: 1px 2px 8px #00000075;
}

.FaqsPageSec .FaqsSec .accordion-button:not(.collapsed) {
    color: #fff;
    border-radius: 0 !important;
    background-color: #f6000d;
    box-shadow: 0px 4px 5px #00000085 !important;
}

.FaqsPageSec .FaqsSec .col .accordion-collapse p {
    padding: 10px 10px;
}

.FaqsPageSec .FaqsSec .col h4 {
    font-weight: bold;
}

/* Pricing Page */
.PricingPageSec .HeadingText p {
    width: 50%;
    padding: 17px;
    background-color: #f6000d;
    border-radius: 16px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
}

.PricingPageSec .InnerBox h6 {
    padding-left: 50px;
}

.PricingPageSec .PriceBox .InnerBox .InnerBoxCS {
    vertical-align: text-top;
    display: inline-block;
    background: #fff;
    border: 1px solid #f6000d;
    padding: 40px;
    text-align: center;
}

.PricingPageSec.shopCode-payment .PriceBox .InnerBox .InnerBoxCS {
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d99;
    border-radius: 15px;
}

.PricingPageSec.shopCode-payment .PriceBox .InnerBox .InnerBoxCS:hover {
    border: 2px solid #ffc107;
    box-shadow: 0 0 10px #ffc10794;
}

.PricingPageSec .PriceBox .InnerBox .InnerBox-benefits {
    border: 2px solid #f6000d;
    width: 55%;
    margin: auto;
}

.PricingPageSec .PriceBox .InnerBox .InnerBoxCS .text-danger,
.PricingPageSec .InnerBox .InnerBoxCS h4,
.PricingPageSec .InnerBox .InnerBoxCS h5,
.PricingPageSec .InnerBox h6 {
    color: #0a58ca !important;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS h4 {
    color: #ffc107 !important;
    margin-bottom: unset !important;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS h6 {
    padding-left: unset;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS h3 {
    font-size: 20px;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS h1 {
    font-size: 70px;
    line-height: 80px;
    position: relative;
    color: #0a58ca !important;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS h1 span {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 30%;
}

.PricingPageSec.shopCode-payment .InnerBox .InnerBoxCS .InnerBox-benefits {
    padding: 4px 30px !important;
}

.PricingPageSec .InnerBox h4 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}

.PricingPageSec .InnerBox .text-danger {
    color: #f6000d !important;
    margin-bottom: 22px;
}

.PricingPageSec .InnerBox ul {
    list-style: disc !important;
    text-align: justify;
    display: grid;
    justify-content: center;
}

.PricingPageSec .InnerBox ul li.B_red {
    list-style: none !important;
}

.PricingPageSec .InnerBox ul li.B_red::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -0.9em;
    font-size: 21px;
}

.PricingPageSec .InnerBox h3 {
    font-size: 48px;
}

.PricingPageSec .btnRed {
    width: 80% !important;
    margin-top: 25px !important;
}

.paymentMain.PricingPageSec .btnRed {
    width: 100% !important;
}

.paymentMain.PricingPageSec .shopCode-postOffer-options-para {
    text-align: left;
}

.PricingPageSec .pricing_Faqs .col {
    display: inline-block;
    width: calc(calc(100% - 25px)/2);
    margin: 5px;
    border: 0 !important;
    padding: 10px;
    vertical-align: text-top;
}

.PricingPageSec .pricing_Faqs .col:hover {
    box-shadow: 0 0 5px #000;
    transition: 0.5s ease;
}

.PricingPageSec .PricingSubscriptionBtm .TabsBtns .nav {
    justify-content: center;
    border: unset;
}

.PricingPageSec .PricingSubscriptionBtm .TabsBtns .nav .nav-link {
    border: 1px solid #f6000d;
    color: #000;
    font-size: 20px;
    border-radius: 0;
    padding: 3px 20px;
}

.PricingPageSec .PricingSubscriptionBtm .TabsBtns .nav .nav-link.active {
    background: #f6000d;
    color: #fff;
}

.PricingPageSec .PricingSubscriptionBtm .fade:not(.show) {
    display: none;
}

.PricingPageSec .PricingSubscriptionBtm .fade.show {
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card {
    border: 2px solid #f6000d;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px #f6000d26;
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card ul {
    margin-bottom: unset;
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card ul h6 {
    background: #808080;
    padding: 10px;
    color: #fff;
    margin-bottom: unset;
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card ul li {
    margin: 30px 0;
    background: #E6E6E6;
    padding: 10px;
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card .tabContentBtn {
    background: #f6000d;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.PricingPageSec .PricingSubscriptionBtm .tabContent .tabContentRow .card .tabContentBtn:hover {
    text-decoration: underline;
}

/* Post offer */
.shopCode-postOffer-options {
    text-align: center;
}

.shopCode-postOffer-options .postOffer-options-wrp {
    padding: 20px;
}

.shopCode-postOffer-options .postOffer-options-wrp h3,
.shopCode-postOffer-options .postOffer-options-wrp h1 {
    margin: 10px 0 30px 0;
}

.shopCode-postOffer-options .postOffer-options-wrp span {
    display: inline-block;
    padding: 30px 50px;
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d99;
    border-radius: 5px;
    font-size: 35px;
    color: #ffc107;
    font-weight: bold;
    font-family: arial;
}

.shopCode-postOffer-options .postOffer-options-wrp span span#span1,
.shopCode-postOffer-options .postOffer-options-wrp span span#span2 {
    padding: unset;
    border: unset;
    box-shadow: unset;
}

/* Payment Page */
.offerConfirm .offerConfirm-wrp {
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d99;
    border-radius: 6px;
}

.offerConfirm .offerConfirm-wrp .confirm_code form input {
    width: 45px;
    text-align: center;
    background: #fff;
    border: 2px solid #ff1616;
    border-radius: 5px;
    padding: 5px;
    color: #ff1616;
    box-shadow: 0 0 5px #f6000da3;
    margin: 2px;
    outline: none;
}

.offerConfirm .offerConfirm-wrp .confirm_code form input::placeholder {
    color: #ff1616;
}

.offerConfirm .offerConfirm-wrp .confirm_code form a {
    color: #ff1616;
}

/* Payment Page */
.paymentMain .paymentTop .paymentCard-wrp .paymentCard {
    border: 2px solid #c1c1c1;
    box-shadow: 0px 0px 10px #bdbbbb;
    position: relative;
}

.paymentMain .paymentTop .paymentCard-wrp .paymentCard.paymentCard-wrp {
    border: 2px solid #f6000d;
    position: relative;
}

.paymentMain .paymentTop .paymentCard-wrp .paymentCard.paymentCard-wrp::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    bottom: -25px;
    font-size: 25px;
    left: calc(50% - 25px);
    color: #f6000d;
}

.paymentMain .paymentTop .paymentCard-wrp .paymentCard a {
    background-color: #c1c1c1;
    color: #fff;
    width: 100%;
    text-decoration: none;
    border: 1px solid #c1c1c1;
    padding: 6px;
    border-radius: 6px;
}

.paymentMain .paymentTop .paymentCard-wrp .paymentCard a:hover {
    background-color: #fff;
    color: #f6000d;
    box-shadow: 0 0 10px #f6000d99;
}

.paymentMdl .range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.paymentMdl #range {
    -webkit-appearance: none;
    width: 100%;
}

.paymentMdl #range:focus {
    outline: none;
}

.paymentMdl #range::before,
#range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.paymentMdl #range::before {
    left: 0;
    content: attr(data-min);
}

.paymentMdl #range::after {
    right: 0;
    content: attr(data-max);
}

.paymentMdl #range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #ffc107 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}

.paymentMdl #range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #ffc107;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 22px;
    width: 22px;
    transform: translateY(calc(-50% + 4px));
}

.paymentMdl #tooltip {
    position: absolute;
    top: -2.25rem;
}

.paymentMdl #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #ffc107;
    font-size: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 12px;
}

.paymentMdl #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffc107;
}

.paymentMdl .range-credits {
    color: #fff;
    background: linear-gradient(90deg, rgb(246 0 13) 26%, rgb(246 0 13) 0%, rgb(240 130 136) 100%);
    border-radius: 10px;
}

.paymentMdl .range-credits .range-credits-inner {
    padding: 50px;
    position: relative;
}

.paymentMdl .range-credits .range-credits-inner .range-credits-inner-border {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paymentMdl .range-credits .range-credits-inner .range-credits-inner-border i {
    margin-right: -6px;
    background: #f42934;
    padding: 5px 0;
}

.paymentMdl .range-credits h4 {
    margin-bottom: unset;
}

.paymentMdl .paymentMdl-card {
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d99;
}

.paymentMdl .paymentMdl-card:hover {
    border: 2px solid #ffc107;
    box-shadow: 0 0 10px #ffc10794;
}

.paymentBtm .paymentMdl-card ul li {
    background: #f7fbfd;
    padding: 15px;
    border-bottom: 2px solid #e2e6ec;
    font-weight: 500;
}

.paymentBtm .paymentMdl-card ul li span {
    float: right;
    font-weight: 600;
}

.paymentBtm .paymentMdl-card ul li:first-child {
    border-top: 2px solid #e2e6ec;
}

.paymentBtm .paymentMdl-card .paymentBtm-cnt h6 {
    color: #878787;
}

.paymentBtm .paymentMdl-card .paymentBtm-cnt a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background: #f6000d;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #f6000d;
    margin-top: 30px;
}

.paymentBtm .paymentMdl-card .paymentBtm-cnt a:hover {
    border: 2px solid #f6000d;
    box-shadow: 0 0 10px #f6000d99;
    background-color: transparent;
    color: #f6000d;
}

.paymentBtm-checkbox {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.paymentBtm-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -20px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #f6000d;
}

.paymentBtm-checkbox:hover input~.checkmark {
    border: 1px solid #f6000d
}

.paymentBtm-checkbox input:checked~.checkmark {
    background-color: red;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.paymentBtm-checkbox input:checked~.checkmark:after {
    display: block;
}

.paymentBtm-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Terms and service */
.Term_servicesSec,
.Privacy-statement,
.CareersSec {
    padding: 60px 0;
}

.Term_servicesSec div,
.Privacy-statement div {
    margin-bottom: 25px;
}

.Term_servicesSec div h4,
.Privacy-statement div h4,
.Privacy-statement div h5 {
    text-decoration: underline;
}

/* Footer */
footer {
    padding: 50px 0 0;
    background-color: #282828;
}

footer .col {
    padding-bottom: 30px;
    display: inline-block;
    width: calc(calc(100% - 20px)/4);
    vertical-align: text-top;
}

footer .col ul li {
    margin-bottom: 5px;
}

footer .col ul li a {
    font-size: 16px;
    color: #fff;
}

footer .col ul li a:hover,
footer .col ul li a i:hover,
.navbar-nav .nav-item a:hover {
    /* color: #fff; */
    color: #000000;
    transition: 0.5s ease;
}

footer .col h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}

footer .col ul li a i {
    color: #fff;
    font-size: 25px;
}

footer p.text-center {
    background: #f6000d;
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 13px;
}

.offer_baddge {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: red;
    position: absolute;
    top: 50px;
    left: 15px;
}

.offer_baddge2 {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: red;
    position: absolute;
    top: 82px;
    left: 27px;
}

.offer_baddge3 {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: red;
    position: absolute;
    top: 35px;
    left: 27px;
}

.offer_baddge span {
    font-size: 19px;
    font-weight: bold;
}

.offer_baddge2 span {
    font-size: 19px;
    font-weight: bold;
}

.offer_baddge3 span {
    font-size: 16px;
    font-weight: bold;
}

.double_strike {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 35%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.strikke {
    text-decoration: none;
    position: relative;
}

/* ----------------- Bottom Navbar ---------------- */
.bottom-navbar-nav {
    background: #f6000d;
    margin-bottom: 20px;
}

.shopCode-menu-left-img img {
    width: 30px;
    display: none;
}

.shopCode-menu-left-img span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 3px;
    font-weight: bold;
    margin-top: 6px;
}

.shopCode-menu-left {
    width: 75px;
    padding-top: 8px;
}

.shopCode-menu-mdl {
    width: calc(100% - 150px);
    overflow: hidden;
}

.shopCode-menu-mdl ul {
    margin-bottom: unset;
    width: 2500px;
}

.shopCode-menu-mdl ul li {
    display: inline-block;
    padding: 11px 13px;
}

.shopCode-menu-mdl ul li:nth-of-type(1n+9) {
    display: none;
}

.shopCode-menu-mdl ul li a {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 16px;
}

.shopCode-menu-mdl ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area .form-inner {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
    width: 100%;
}

.shopCode-menu-mdl ul li.shopCode-menu-filter-name a {
    color: #ff1616;
    animation: pulsate 1.5s infinite alternate;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 2px 15px;
    box-shadow: 0 0 8px #ff1616, 0 0 8px #ffc107, 0 0 8px #ff161675, 0 0 8px #ff161675, 0 0 8px #ff161675, inset 0 0 8px #ffc107;
    background-color: #fff;
    font-weight: bold;
}

.shopCode-menu-mdl .btm-slider {
    padding-top: 8px;
}

.shopCode-menu-mdl .btm-slider .btm-slider-img {
    padding: 6px 8px;
    height: auto;
}

.shopCode-menu-mdl .btm-slider .slider-container .custom-slider-box {
    height: unset !important;
}

.shopCode-menu-mdl .btm-slider .slider-container .custom-slider-box .lslide {
    width: unset !important;
    margin-right: unset !important;
}

.shopCode-menu-mdl .btm-slider .lSAction>.lSNext:after {
    display: none;
}

.shopCode-menu-right {
    width: 75px;
    padding-top: 3px;
}

.shopCode-menu-right .nav-item.dropdown {
    font-weight: bold;
}

.shopCode-menu-right .nav-item.dropdown .dropdown-menu {
    background: #f6000d;
    border-radius: unset;
    border: unset;
    box-shadow: 0 0 10px #f6000d;
    z-index: 1100;
}

.subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px;
    border-bottom: 1px solid #a3a1a1;
    font-size: 14px;
    -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    color: #000 !important;
}

.shopCode-menu-right .nav-item.dropdown .dropdown-menu li a:hover {
    background-color: #fff;
    color: #f6000d !important;
}

.shopCode-menu-right .nav-item.dropdown .dropdown-menu li a {
    padding: 8px 10px;
    border-bottom: 1px solid #f6000d;
    font-size: 14px;
    -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

@keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

.shopCode-menu .navbar-collapse ul li a {
    color: #000;
    font-size: 15px;
}

.shopCode-menu .navbar-collapse ul li.dropdown a {
    font-weight: bold;
}

.shopCode-menu .navbar-collapse ul li.dropdown ul {
    background: #e6e6e6;
    border: unset;
    box-shadow: 0 0 10px #b5b5b5;
}

.shopCode-menu .navbar-collapse ul li.dropdown ul li a {
    font-weight: normal;
}

.subCategory-slider .subCategory-slider-left {
    width: calc(100% - 50px);
    overflow-x: clip;
}

.subCategory-slider .subCategory-slider-left .slider-container .custom-slider-box {
    height: unset !important;
    margin-bottom: unset !important;
    position: absolute;
    overflow: visible;
    z-index: 1050;
}

.subCategory-slider .subCategory-slider-left .slider-container .custom-slider-box .btm-slider-img {
    background-color: transparent;
    height: unset;
    border: unset;
}

.subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown {
    background-color: transparent;
}

.subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown .dropdown-menu {
    background: #e6e6e6;
    border: unset;
    box-shadow: 0 0 10px #e6e6e6;
}

.subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown .dropdown-menu .dropdown-item:hover {
    color: #ff1616;
}

.subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown button {
    background-color: transparent;
    color: #000;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.btm-slider-img2 {
    /* background-color: transparent;
    color: #000;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding: 6px;
    width: unset !important; */

    background-color: transparent;
    color: #000;
    border: unset;
    outline: unset;
    box-shadow: unset;
    width: unset !important;
    /* padding      : 6px; */
    /* border       : 2px solid grey; */
    text-align: center;
    border-radius: 32px;

}

.btm-slider-img2 li a {
    color: white;
    text-decoration: none;
}

.Btm_slider_2CS {
    height: max-content !important;
    display: flex;
    align-items: center;
}

.subCategory-slider .subCategory-slider-left .lSAction>.lSNext:after {
    width: 30px;
    right: -20px;
    top: 25px;
}

.subCategory-slider .subCategory-slider-right {
    width: 50px;
    margin-top: 10px;
    text-align: right;
}

/* ------------side bar------------ */
.subCategory-sidebar::-webkit-scrollbar {
    width: 0px;
}

.subCategory-sidebar::-webkit-scrollbar-track,
.subCategory-sidebar::-webkit-scrollbar-thumb {
    display: none;
}

.subCategory-sidebar ul::-webkit-scrollbar {
    width: 6px;
}

.subCategory-sidebar ul::-webkit-scrollbar-track {
    background-color: #ff1616;
}

.subCategory-sidebar ul::-webkit-scrollbar-thumb {
    background-color: #ffc10792;
    width: 8px;
    margin: auto;
    border-radius: 50px;
}

.subCategory-sidebar {
    position: fixed;
    border: 1.5px solid #ff1616;
    border-radius: 15px;
    top: 25px;
    right: 45px;
    background: #ffc107;
    padding: 15px 0;
    z-index: 1100;
    opacity: 0;
    transition: .5s;
    display: none;
    box-shadow: 0 0 8px #9a9999;
    height: calc(100% - 50px);
    overflow-y: scroll;
    width: 270px;
}

.subCategory-sidebar img.close-icon {
    width: 25px;
    position: absolute;
    right: 10px;
    padding: 2px;
    height: 25px;
    border-radius: 50%;
    top: 10px;
}

.subCategory-sidebar ul {
    margin-bottom: unset;
    margin-top: 15px;
    height: 88%;
    overflow-y: scroll;
}

.subCategory-sidebar ul li {
    border-bottom: 1px solid #f6000d38 !important;
    padding: 5px 10px 15px;
    border: 1px solid transparent;
    text-align: left;
}

.subCategory-sidebar ul li:last-child {
    border-bottom: unset !important;
}

.subCategory-sidebar ul li a {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.subCategory-sidebar ul li label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.subCategory-sidebar ul li select {
    background-color: #fff;
    border: 1px solid #ff1616;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    border-radius: unset;
    border-radius: 30px;
}

.subCategory-sidebar ul li select option {
    background-color: #ff1616;
    color: #fff;
}

.select2-container {
    width: 100% !important;
}

.dropdown-el {
    position: relative;
    display: inline-block;
    max-height: 30px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #ff1616;
    border-radius: 30px;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    width: 100%;
}

.dropdown-el input:focus+label {
    background: #def;
}

.dropdown-el input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}

.dropdown-el label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}

.dropdown-el label:nth-child(2) {
    margin-top: 2em;
    border-top: 0.06em solid #d9d9d9;
}

.dropdown-el input:checked+label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.dropdown-el input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.dropdown-el::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 0.9em;
    border: 0.3em solid #ff1616;
    border-color: #ff1616 transparent transparent transparent;
    transition: 0.4s all ease-in-out;
}

.dropdown-el.expanded {
    border: 1px solid #ff1616;
    border-radius: 10px;
    padding: 0;
    box-shadow: rgb(255 22 22 / 24%) 0px 0px 10px;
    max-height: 15em;
}

.dropdown-el.expanded label {
    border-top: 0.06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
    color: #ff1616;
}

.dropdown-el.expanded input:checked+label {
    color: #212529;
}

.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: 0.55em;
}

.subCategory-sidebar ul li select:focus {
    outline: unset;
    box-shadow: unset;
    border: 1px solid #ff1616;
}

.subCategory-sidebar.sidebar-show {
    display: block;
    opacity: 1;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.subCategory-sidebar .subCategory-slider-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #f6000d38 !important;
    padding: 10px 0;
    background-color: #ffc107;
}

.subCategory-sidebar .subCategory-slider-btn button {
    background: #ff1616;
    color: #fff;
    border: 2px solid #ff1616;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.subCategory-sidebar .subCategory-slider-btn button:hover {
    color: #ff1616;
    background: #fff;
    box-shadow: 0 0 8px #ff161696;
}


.slider-container .custom-slider-box {
    height: 80px !important;
}

.btm-slider-img {
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    background-size: cover;
    padding: 8px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #ff1616;
}

.btm-slider-img p {
    margin-bottom: unset !important;
}

.lSAction>a {
    color: black;
    opacity: 1 !important;
}

.lSAction>a {
    right: 10px !important;
    top: 45% !important;
}

.lSAction>.lSNext:after {
    height: 30px;
    background-image: url(../../frontend/images/next.png);
    content: "";
    width: 50px;
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    right: -35px;
}

.bottom-navbar-nav.nav_parent .lSAction>.lSNext:after {
    background-image: url(../../frontend/images/right_arrow.png);

}

.custom-search-bar {
    width: 100% !important;
}

.custom-search-form {
    width: 100% !important;
}

.custom-slider-row {
    margin: 0 10px !important;
}

.drp-toggle-btn::after {
    display: none !important;
}

.drp-toggle-btn i {
    font-size: 25px;
    color: #ff1616;
}

.Myshopcode-collapse {
    width: 200px;
}

/* sub category */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 70%;
    margin: auto;
}

.btm-slider.subCategory-slider .slider-container .custom-slider-box {
    margin-bottom: unset;
    height: unset !important;
}

/* sub category */
.custom-hst-img {
    height: 50px !important;
    width: 75px !important;
}

.custom-hst-row {
    padding: unset !important;
}

.custom-hs-table.table>:not(caption)>*>* {
    border-bottom-width: 0;
    padding: 10px 0px !important;
}

/* -------- shoping point -------- */
.shp-read-input {
    width: 70%;
}

.shp-enter-input {
    width: calc(30% - 10px);
    margin: 15px 0 0 15px;

}

.shp-input {
    justify-content: space-between;
    background: #e6e6e6;
    color: rgba(134, 134, 134, 255);
    display: flex;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
}

.shp-enter-data {
    border: 2px solid #bcbcbc;
    background: #e6e6e6;
    padding: 20px;
    text-align: center;
}

.shp-enter-data input {
    border: 2px solid #bab2b2;
    padding: 10px 5px;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
}

.shp-enter-data button {
    border: none;
    background: #f24726;
    color: white;
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 5px;
    margin: 15px 0 0 0;
    font-weight: 500;
}

.shp-enter-data button:hover {
    background: #000;
}

.shp-enter-data span {
    background: black;
    color: white;
    padding: 10px 15px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
}

.shp-search-bar {
    width: 38%;
    margin: auto;
    position: relative;
}

.shp-search-input::placeholder {
    color: #000 !important;
}

.shp-search-bar i {
    position: absolute;
    top: 12px;
    font-size: 16px;
    left: 10px;
}

.shp-search-bar input {
    border: 2px solid #ccc;
    padding-left: 30px;
}

/* --------------------- Slider img ------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    display: flex !important;
    gap: 10px;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
    display: none;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.carousel {
    background: #FAFAFA;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 300px;
    background: #8C8;
    border-radius: 5px;
}

/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
}

.custom-down-img .flickity-slider {
    transform: unset !important;
}

.custom-down-img .carousel-cell img {
    height: 90px;
}

.custom-down-img .carousel-cell {
    height: 90px;
}

.custom-down-img .carousel-cell {
    position: initial !important;
    transform: none !important;
}

.custom-left-slidr-img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bottom-scroll-img {
    background: none !important;
    padding: 15px 0 0 10px !important;
}

.slider-left {
    height: auto !important;
}

.slide-img-price span {
    color: #f6000d;
    padding-left: 12px;
    font-size: 25px;
}

.custom-left-slidr-img .slide-move-img {
    width: 100% !important;
    height: 300px !important;
}

.link-buy-shop {
    text-decoration: none;
    font-size: 22px;
    color: #f6000d;
}

.link-buy-shop:hover {
    color: #000;
}

.shop-right-top-img {
    height: 28px !important;
    width: 28px !important;
}

.right-side-top-bar .top-right-bar {
    font-size: 14px;
    text-align: center;
}

.right-side-top-bar i {
    font-size: 24px;
}

.right-side-top-bar span {
    color: #F24726;
}

.right-side-top-bar .size-cover {
    font-size: 14px !important;
}

.right-side-top-bar .share-icon {
    padding-top: 12px !important;
}
.MbleView{
    display: none;
}
@media only screen and (max-width: 600px) and (min-width: 300px) {
    .CategorySec .col-md-4 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .MainSuccessDiv .ImgCs h3 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 300px) {

    .MainDetail,
    .MainSuccessDiv,
    .AccountSec,
    .SignInPasswordSec,
    .MainCreateOffer,
    .ContactUsSec,
    .How_It_Work,
    .FaqsPageSec,
    .PricingPageSec,
    .AboutPageWrap {
        overflow: hidden;
        clear: both;
        padding: 50px 20px;
    }

    .Myshopcode-navigation .SearchBar {
        width: 45%;
        display: none;
    }

    .Myshopcode-navigation li.AdminIcon:hover .Accountbtns {
        top: 50%;
        z-index: 999;
        width: 90%;
        right: 20px;
    }

    .MbleView {
        display: block;
        position: relative !important;
        max-width: 500px !important;
    }
  .HeaderSec .MbleView {
        display: block !important;
        text-align: center !important;
    }

    .logo.MbleLogo {
        position: absolute;
        width: 52px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .logo.MbleLogo img {
        width: 45px;
        height: 45px;
    }

    .Myshopcode-navigation .SearchBar span.bg-transparent {
        width: 100%;
    }


    .Myshopcode-navigation span.searchIcon,
    .Myshopcode-navigation .SearchBar input {
        display: none !important;
    }

    .MbleView span.searchIcon:before {
        background: url("../images/search-icon-red.png") no-repeat;
        content: "";
        display: block;
        position: absolute;
        width: 19px;
        height: 19px;
        right: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 999;
    }

  
    .HeaderSec .MbleView li select.mbleImg {
        background: url("../images/filter-icon.png") no-repeat;
        width: 100%;
        appearance: none;
        background-position: center;
    }

    .HeaderSec .MbleView li input.form-control {
        width: 100%;
        margin: 0;
        padding: 10px 50px 10px 10px;
        border-radius: 10px;
        border: 1px solid #ff1616;
        margin-top: 10px;
    }

    .fixed-top {
        padding: 10px !important;
    }

    
    .MainDetail,
    .MainSuccessDiv,
    .AccountSec,
    .SignInPasswordSec,
    .MainCreateOffer,
    .ContactUsSec,
    .FaqsPageSec,
    .How_It_Work {
        padding: 50px 15px;
    }

    .CategorySec {
        padding: 25px 10px;
    }

    .CategorySec .col-md-4 {
        width: calc(calc(100% - 29px)/2);
        padding: 40px 10px;
        margin: 0 0 10px 0;
    }

    .show_On_Load .modal-body form .form-group {
        display: block;
    }

    .modal-body {
        margin-top: 20px;
    }

    .show_On_Load .modal-body form .form-group .captcha small {
        font-size: 16px;
        top: -50px;
    }

    .MainDetail .col-md-6 h2.p-0 {
        margin: 40px 0 !important;
    }

    .MainDetail .ImgCs img.ProfileImg {
        padding: 2rem;
        width: 100%;
    }

    .MainDetail .btns,
    .AboutPageWrap .col-md-6 h2 {
        margin-top: 20px !important;
        display: block !important;
    }

    .MainDetail .btns .blueBtn,
    .MainDetail .btns .buyBtn {
        position: inherit;
        right: 0;
        margin-top: 15px;
        padding: 10px 10px;
        width: 60%;
    }

    .MainDetail .InnerBox {
        padding: 0 !important;
        margin-top: 30px;
    }

    .MainDetaildes .container {
        padding: 2.3rem;
    }

    .MainDetaildes .btnOffer {
        width: 70%;
        padding: 10px !important;
    }

    .SignInSec form {
        width: 100%;
        padding: 0 40px;
    }

    .How_It_Work .col:before {
        background: none;
    }

    .How_It_Work .BottomTxt {
        margin-bottom: 50px !important;
    }

    .PricingPageSec .PriceBox .col,
    .PricingPageSec .pricing_Faqs .col,
    .How_It_Work .col {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .PricingPageSec .btnRed {
        width: 100% !important;
    }

    .PricingPageSec .HeadingText p {
        width: 100% !important;
    }

    .PricingPageSec .PriceBox .InnerBox,
    .PricingPageSec .PriceBox .InnerBox:last-child {
        padding: 10px !important;
    }

    footer .col {
        width: 100%;
        text-align: center;
    }

    .show_On_Load .modal-dialog .modal-body form .form-group .col {
        width: calc(calc(100% - 30px)/2);
        margin-bottom: 15px;
    }

    .CareersSec img.w-50 {
        width: 100% !important;
    }

    /* shopping point */
    .shp-read-input {
        width: 100%;
    }

    .shp-point-read-data {
        flex-direction: column-reverse;
    }

    .shp-enter-input {
        width: unset;
        margin: 15px 0 0 0px;

        width: 100% !important;
    }

    .shp-search-bar {
        width: 100%;
    }

    .AccountSec .nav-tabs {
        width: 100%;
        margin-bottom: 15px;
    }

    .tab-content {
        padding: unset !important;
    }

    .custom-left-slidr-img {
        padding: unset !important;
    }

    .link-buy-shop {
        display: block;
    }

    .bottom-scroll-img {
        padding: 10px !important;
    }

    .paymentMdl .range-credits .range-credits-inner .range-credits-inner-border {
        position: absolute;
        width: 100%;
        bottom: 0;
        top: 0;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .paymentMdl .range-credits .range-credits-inner .range-credits-inner-border i {
        margin-bottom: -8px;
        background: #f42934;
        padding: 0px 10px;
        position: absolute;
        bottom: 0;
        transform: rotate(90deg);
    }

    #profile-edit .col-form-label,
    #profile-change-password .col-form-label {
        text-align: left;
        padding-left: unset;
    }

    #profile-edit .col-md-8,
    #profile-change-password .col-md-8 {
        padding-left: unset;
        padding-right: unset;
    }

    #profile-edit .col-md-8 input,
    #profile-change-password .col-md-8 input {
        margin-bottom: unset !important;
    }

    .shopcode-clientDashboard {
        /* margin-top: 15px; */
    }

    .shopcode-clientDashboard .ps-3 {
        padding-left: unset !important;
    }

    .offerConfirm .offerConfirm-wrp .confirm_code form input {
        width: 40px;
    }

    .shopCode-createOffer-right {
        padding-top: 75px;
    }

    .detail_page_main .produt_off {
        font-size: 15px !important;
    }
    .detail_page_main .product_limt {
        font-size: 10px !important;
    }
    .detail_page_main .product_time {
        font-size: 9px !important;

    }
}

@media only screen and (max-width: 999px) and (min-width: 769px) {
    .Myshopcode-navigation .SearchBar input {
        width: 35vh;
    }

    .PricingPageSec .PriceBox .col,
    .PricingPageSec .pricing_Faqs .col,
    .How_It_Work .col {
        width: calc(calc(100% - 50px)/2);
        margin-bottom: 35px !important;
        margin: 10px;
        height: auto;
    }

    .custom-search-form {
        display: none;
    }

    input.form-control {
        width: 100%;
        margin: 0;
        padding: 10px 50px 10px 10px;
        padding: 10px 40px 10px 10px;

        border-radius: 10px !important;
        margin-left: 10px !important;
        border: 1px solid #ff1616 !important;
    }

    .MbleView::before {
        background: url(../images/search-icon-red.png) no-repeat;
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        right: 12px;
        top: 14px;
        z-index: 999;
    }

    .nav_mob,
    .MbleView {
        position: relative !important;
    }

    

    .How_It_Work .col:before {
        background: none;
    }

    .nav_mob {
        flex-flow: row-reverse !important;
    }

    .HeaderSec .MbleView {
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    .CategorySec .col-md-4 {
        width: calc(calc(100% - 29px)/2);
        padding: 0px;
        margin: 0 0 10px 0;
    }

    .MainDetail .InnerBox {
        padding: 0 0 0 30px !important;
    }

    .PricingPageSec .HeadingText p {
        width: 100% !important;
    }

    .PricingPageSec .PriceBox .InnerBox,
    .PricingPageSec .PriceBox .InnerBox:last-child {
        padding: 10px !important;
    }

    footer .col {
        width: 45% !important;
    }

    /* shopping point */
    .shp-read-input {
        width: 100%;
    }

    .shp-point-read-data {
        flex-direction: column-reverse;
    }

    .shp-enter-input {
        width: unset;
        margin: 15px 0 0 0px;

    }

    .shp-search-bar input {
        border: 2px solid #ccc !important;
        padding-left: 35px !important;
        margin: 0 !important;
    }

    .shp-search-bar i {
        position: absolute !important;
        top: 15px !important;
        font-size: 18px !important;
        left: 15px !important;
    }

    .shp-search-bar {
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .Myshopcode-navigation .SearchBar input {
        width: 70vh !important;
    }

    .shopCode-menu-mdl ul li {
        padding: 11px 16px;
    }

    .shopCode_Main .container-fluid {
        max-width: 1340px;
    }
}

.value_parent {
    position: relative;
}
.value_parent .value_currency {
    position: absolute;
    left: 1px;
    top: 33px;
    width: 64px;
    box-shadow: none;
    border: none !important;
}
.value_parent .value_number {
    padding-left: 74px !important;
}



@media only screen and (max-width: 768px) {
    /* ---------------- */
    .HeaderSec.HeaderSec-show {
        display: block !important;
        padding-right: 0;
        width: 130px;
        border-radius: 6px;
        box-shadow: 0 0 10px #b8b8b8;
        margin-top: 4px;    
        position: absolute;
        z-index: 999;
    }
    .HeaderSec.HeaderSec-show ul {
        padding: 0 10px !important;
    }
    .HeaderSec.HeaderSec-show ul li {
        border-bottom: unset;
        font-size: 16px;
    }
    .Myshopcode-toggler:focus {
        box-shadow: unset !important;
    }
    /* -------------- */
    .bottom-navbar-nav-show .collapse.navbar-collapse {
        display: block;
    }

    .HeaderSec {
        padding: 20px;
    }

    .HeaderSec .container {
        padding: unset;
    }

    .HeaderSec .container .Myshopcode-navigation .container {
        display: block;
    }

    .HeaderSec .container .Myshopcode-navigation .container .MbleLogo {
        display: block !important;
        right: 0;
        left: unset;
    }

    .HeaderSec .Myshopcode-navigation .container-fluid {
        padding: unset;
    }

    .HeaderSec.HeaderSec-show .Myshopcode-navigation .collapse {
        display: block;
    }

    .HeaderSec.HeaderSec-show .Myshopcode-navigation .collapse .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .HeaderSec.HeaderSec-show .Myshopcode-navigation .collapse .navbar-nav li .drp-toggle-btn i {
        padding-left: unset;
    }

    .HeaderSec.HeaderSec-show .Myshopcode-navigation .collapse .navbar-nav li a {
        display: inline-block;
    }

    .Myshopcode-navigation .flex-row-reverse .navbar-nav {
        position: relative;
    }

    .Myshopcode-navigation .flex-row-reverse .navbar-nav li:nth-child(1) {
        position: absolute;
        right: 0;
        margin-right: unset;
    }

    .Myshopcode-navigation .flex-row-reverse .navbar-nav li:nth-child(2) {
        margin: unset;
    }

    .Myshopcode-navigation.navbar-expand-lg .navbar-nav .dropdown-menu {
        left: unset;
        width: 100%;
    }

    .Myshopcode-navigation.navbar-expand-lg .navbar-nav .dropdown-menu li {
        position: unset;
    }

    .shopCode-menu .navbar-collapse ul li.dropdown ul {
        left: unset;
        position: unset !important;
    }

    .shopCode-menu-mdl ul li {
        padding: 5px 2px;
    }

    .shopCode-menu-mdl ul li a,
    .shopCode-menu-right .nav-item.dropdown .dropdown-toggle {
        font-size: 12px;
    }

    .shopCode-menu-right .nav-item.dropdown .dropdown-menu li a {
        font-size: 10px;
    }

    .shopCode-menu-mdl ul {
        text-align: center;
    }

    .shopCode-menu-mdl ul li:nth-of-type(1n+5) {
        display: none;
    }

    .shopCode-menu-left-img img {
        width: 20px;
    }

    .shopCode-menu-left-img span {
        font-size: 10px;
    }

    .subCategory-sidebar.sidebar-show {
        width: 180px;
        right: 10px;
    }

    .subCategory-sidebar img.close-icon {
        width: 18px !important;
        height: 18px;
    }

    .subCategory-sidebar ul li a {
        font-size: 14px;
    }

    .shopCode-menu-mdl ul li.shopCode-menu-filter-name a {
        padding: 3px;
        border-radius: 5px;
    }

    .subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown .dropdown-menu {
        font-size: 9px;
    }

    /* .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .navbar-toggler.Myshopcode-toggler {
        display: none;
    } */


    .subCategory-slider .subCategory-slider-right {
        width: 20px;
    }

    .subCategory-slider .subCategory-slider-right img {
        width: 16px;
        margin-top: 3px;
    }

    .subCategory-slider .subCategory-slider-left {
        width: calc(100% - 20px);
    }

    .subCategory-slider .subCategory-slider-left .btm-slider-img .dropdown button {
        font-size: 9px;
    }

    .subCategory-slider .subCategory-slider-left .lSAction>.lSNext:after {
        width: 20px;
        right: -10px;
        top: 23px;
    }

    .btm-slider-img p {
        font-size: 13px;
    }

    /* top section */
    .shopCode-menu-mdl .btm-slider .slider-container .custom-slider-box {
        height: 45px !important;
        padding-top: 8px;
    }

    .shopCode-menu-right {
        width: 50px;
        display: flex;
        align-items: center;
    }

    .shopCode-menu-left {
        width: 50px;
        padding-top: unset;
        display: flex;
        align-items: center;
    }

    .shopCode-menu-mdl {
        width: calc(100% - 100px);
        display: flex;
        justify-content: center;
    }

    .shopCode-menu-mdl .btm-slider {
        padding-top: unset;
    }

    .slider-container .custom-slider-box {
        height: 75px !important;
        margin-bottom: unset;
    }

    .btm-slider-img {
        height: 75px;
    }

    /* profile setting */
    .shopcode-profile .pagetitle h1 {
        margin: 20px 0 10px;
    }

    .shopcode-profile .text-start {
        text-align: center !important;
    }

    .shopcode-profile .profile .profile-left .nav-tabs {
        padding: 0 0 10px 0 !important;
    }

    .shopcode-profile .profile .profile-left .nav-tabs .nav-item {
        margin: 3px !important;
    }

    .shopcode-profile .profile .profile-left .profile-left-inner {
        margin-bottom: 20px;
    }

    .shopcode-profile .profile .profile-left .profile-left-inner,
    .shopcode-profile .profile .profile-right .profile-right-inner {
        border-left: unset;
        border-bottom: 1px solid #f6000d;
    }

    /* shopcode payment */
    .PricingPageSec.shopCode-payment,
    .paymentMain.PricingPageSec {
        padding: 30px 20px;
    }

    .PricingPageSec.shopCode-payment h3 {
        margin-bottom: 20px !important;
    }

    .PricingPageSec.shopCode-payment .PriceBox {
        padding-top: unset !important;
    }

    /* post offer */
    .paymentMain.PricingPageSec .paymentMdl {
        margin-top: unset !important;
        padding-top: unset !important;
    }

    .AccountSec .tab-pane {
        /* margin-top: 20px; */
        margin-left: 10px;
    }
}

@media only screen and (max-width: 370px) and (min-width: 300px) {
    .shopCode-menu .navbar-collapse ul li.dropdown ul {
        left: unset;
        position: unset !important;
    }

    .shopCode-menu-mdl ul li {
        padding: 3px 0;
    }

    .shopCode-menu-mdl ul li a,
    .shopCode-menu-right .nav-item.dropdown .dropdown-toggle {
        font-size: 10px;
    }

    .shopCode-menu-right .nav-item.dropdown .dropdown-menu li a {
        font-size: 10px;
    }

    .shopCode-menu-right {
        width: 35px;
        display: flex;
        align-items: center;
    }

    .shopCode-menu-left {
        width: 45px;
        padding-top: unset;
        display: flex;
        align-items: center;
    }

    .shopCode-menu-mdl {
        width: calc(100% - 80px);
        display: flex;
        justify-content: center;
    }

    .offerConfirm .offerConfirm-wrp .confirm_code form input {
        width: 32px;
    }
}

.color_input {
    padding: 10px;
    border: unset;
    border-radius: 25px !important;
    margin-bottom: 20px !important;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    /* border       : 1px solid transparent; */
    width: 100%;
    /* border       : 1px solid #ff1616 !important; */
}



.slider_box {
    /* width: 162px !important; */
    padding: 0px;
}

.slider_box .box {
    max-width: 120px;
    min-width: 100%;
    height: 140px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 1px;
    /* display   : grid;
    place-items  : center; */
    padding: 18px 3px 3px 3px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgb(165 158 158);
    margin-left: auto;
    margin-right: auto;
}

.slider_interest .slider_box .box.activee {
    /* background-color: green; */
    transform: scale(1.05);
    position: relative;
    border: 1px solid #ff0000;
    box-shadow: unset !important;
}

.slider_interest .slider_box .box.activee::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 5px;
    background-image: url(../../frontend/images/check.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 24px;
    height: 20px;
}

.slider_interest .lSAction>.lSNext:after {
    background-image: url(../../frontend/images/right_arrow.png);
    filter: invert();
    position: absolute;
    left: 25px;
}

.slider_interest .lSAction>.lSPrev {
    background-image: url(../../frontend/images/right_arrow.png) !important;
    background-size: 26px;
    background-repeat: no-repeat;
    filter: invert();
    position: absolute;
    left: -25px !important;
    transform: rotate(180deg);
}



.slider_box .box img {
    max-width: 35% !important;
}

#slider-213 {
    height: 500px !important;
}
#slider-212 {
    height: 490px !important;
}

@media screen and (max-width:768px) {
    .slider_box {
        /* width: 103px !important; */
        padding: 0px;
    }

    .slider_box .box {

        max-width: 114px;
        min-width: 92px;
        height: 92px;

        padding: 10px 3px 3px 3px;
        font-size: 13px;
    }
}


/*  */

.main_wrapper {
    position: relative;
}


.aside_bar {
    height: auto;
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif;
    /* padding-bottom: 170px; */
    border-radius: 8px;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
}

.aside_bar .d-flex span {}

.aside_bar input[type="checkbox"] {
    display: block !important;
    box-shadow: 0px 0px 5px #f6000d !important;
    border: 1px solid transparent !important;
    border-radius: 15px !important;
    margin-right: 10px;
}

.aside_bar .form-check-input:checked {
    background-color: #f6000d !important;
}

.InnerMain {
    overflow: hidden;
}



.product_card {
    border-radius: 8px;
    border: 1px solid #d9caca;
    box-shadow: 0px 2px 5px 0px #d9caca;
}

.product_card:hover {
    border: 1px solid #f6000d;
}

.product_card .card_text {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.product_card .product_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}

.product_limt {
    color: #FB0B0B;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.produt_off {
    color: #DB3414;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.product_time {
    color: #F4A424;
    font-weight: 800;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}

.product_count {
    border: 1px solid #f6000d;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 0px !important;
    display: grid;
    place-items: center;
    margin: auto;
    font-size: 12px;
}

.explore_more {
    cursor: pointer;
    display: none;
}

.explore_more .explore_icon {
    transform: rotate(180deg)
}

.aside_bar .explore_container h5 {
    color: #f6000d;
}
.aside_bar .explore_container_business h5 {
    color: #f6000d;
}

.explore_container {
    max-height: 172px;
    overflow: hidden;
}
.explore_container_business {
    max-height: 194px;
    overflow: hidden;
}

.explore_container.explore_innerfx {
    min-height: fit-content;
    padding: 0px 3px;
    max-height: fit-content;
}
.explore_container_business.explore_innerfx {
    min-height: fit-content;
    padding: 0px 3px;
    max-height: fit-content;
}

.explore_innerfx {
    height: auto;
    transition: 2s;
    transition-delay: 1s;
}

.card_product_main{
    display: grid;
    grid-template-columns: 240px 1fr;
}
.product_card_img {
    height: 127px;
    /* background-image: url('../../frontend/images/home_pro_1.png'); */
    width: 20%;
    margin: 0px 1%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.business_link {
    text-decoration:none;
    color:inherit;
}
.business_div {
    width:33px; 
    height:30px; 
    display: inline-block;
}
.business_div img {
    width:100%; 
    height:100%;
    border-radius: 50%;
    border: 0.4px solid #f6000d;
}

.loader_div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    background-image: url(../../frontend/images/img/fb_loader1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}

.content_div {
    position: relative;
    overflow: hidden;
    padding: 0px 1px;
}
.close_card {
    right    : 0px;
    top      : 0px;
    z-index      : 9;
    cursor:pointer;
    color    : #FB0B0B;
    font-size: 17px;
    border: 2px solid grey;
    border-radius: 5px;

}
.close_card:hover {
    color: white;
    background-color: #FB0B0B;
}

/* detail page raza */
.main_img_detail {
    max-width: 300px;
    margin: auto;
}

.detail_page_main .product_description {
    font-size: 18px;
}

.detail_page_main del {
    color: #DB3414;
}

.detail_page_main .off_price {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail_page_main .product_buy {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 6px 30px;
    margin-top: 20px;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    border-radius: 6px;
}

.detail_page_main .product_buy:hover {
    border: 1px solid #f6000d;
}

.detail_page_main .product_limt {
    color: #FB0B0B;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.detail_page_main .produt_off {
    color: #DB3414;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail_page_main .product_time {
    color: #F4A424;
    font-weight: 800;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}


.detail_page_main .related_card_container .related_box {
    padding: 10px 14px;
    height: 390px;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    border-radius: 8px;
}

.related_box .related_img {
    height: 150px;
    max-width: 228px;
    margin: auto;
    
}
.related_img_main {
    height: auto;
    /* width: 400px; */
    margin: auto;
    border: 1px solid #f6000d;
    border-radius: 19px;
    padding: 12px;
    box-shadow: 0px 0px 5px 0px #d9caca;
}
.related_img_main img{
    /* width: auto; */
    width: 100%;
    /* height: 100%; */
}

.category_name {
    padding: 2px 15px;
    border: 1px solid #f6000d;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.filter_icon {
    width: 40px !important;
    height: 40px !important;
    z-index: 10;
    color: #f6000d;
    border: unset;
    background-color: unset;
    font-size: 25px;
    display: none;
}

.detail_page_main h1,
h2,
h3,
h4,
h5,
h6,
span,
button,
p {
    font-family: 'Open Sans', sans-serif !important;
}

.content_area {
    /* height: 100vh; */
}

.aside_bar {
    height: 100%;
}

.product_card {
    height: fit-content;
}

.product_card button {
    display: none;
}

/* account level style */
.ms-progressbarlevel {
    margin-top: 2rem;
}


.ms-progressbarlevel {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.ms-progressbarlevel>.ms-progressbarlevel-step {
    padding: 0;
    position: relative;
}




.ms-progressbarlevel>.ms-progressbarlevel-step .ms-progressbarlevel-step-number {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}



.ms-progressbarlevel>.ms-progressbarlevel-step>.ms-progressbarlevel-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ffc107;
    top: 23px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step>.ms-progressbarlevel-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffc107;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.ms-progressbarlevel>.ms-progressbarlevel-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.ms-progressbarlevel>.ms-progressbarlevel-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ffc107;
}

.ms-progressbarlevel>.ms-progressbarlevel-step.complete>.progress>.progress-bar {
    width: 100%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step.active>.progress>.progress-bar {
    width: 50%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step.disabled>.ms-progressbarlevel-dot {
    background-color: #f5f5f5;
}

.ms-progressbarlevel>.ms-progressbarlevel-step.disabled>.ms-progressbarlevel-dot:after {
    opacity: 0;
}

.ms-progressbarlevel>.ms-progressbarlevel-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step:last-child>.progress {
    width: 50%;
}

.ms-progressbarlevel>.ms-progressbarlevel-step.disabled a.ms-progressbarlevel-dot {
    pointer-events: none;
}

.level_content,
.level_wrapper {
    border: 1px solid;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    border-radius: 6px;
}

.level_content .row {
    row-gap: 21px;
}

.level_content .row .box div .level_num {
    width: 100px;
    top: -18px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    background-color: #f6000d;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 0px;

}

.level_content .row .box div {
    border: 1px solid;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    border-radius: 6px;
    padding: 35px 25px;
    height: 100%;
}

.level_content .row .box div:hover {
    border: 1px solid #f6000d;
}

.level_content .row .box div p span {
    max-width: 20px;
    margin-right: 1rem;
    display: inline-block;
}


.level_number .fa-info {}

.hoverCnt1,
.hoverCnt2,
.hoverCnt3 {
    display: none;
    border: 1px solid;
    border: 1px solid #d9caca;
    box-shadow: 0px 0px 5px 0px #d9caca;
    border-radius: 6px;
    padding: 20px 15px;
    height: 100%;
    max-width: 280px;
    background-color: #fff;
    position: absolute;
    height: fit-content;
    z-index: 9;
}

.hoverCntWrp1:hover+.hoverCnt1 {
    display: block;
}

.hoverCntWrp2:hover+.hoverCnt2 {
    display: block;
}

.hoverCntWrp3:hover+.hoverCnt3 {
    display: block;
}

.hoverCnt1 span,
.hoverCnt2 span,
.hoverCnt3 span {
    max-width: 20px;
    margin-right: 1rem;
    display: inline-block;
}


.level_number .fa-info {
    border: 1px solid;
    width: 8px;
    height: 8px;
    padding: 4px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.level_number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;

}

@media screen and (max-width:1024px) {
    .aside_main {
        transform: translate(-4000px, 1px);
        position: absolute;
        background: #fff;
        max-width: 320px !important;
    }

    .product_card button {
        display: block;
    }

    .ani_right {
        z-index: 1;
    }

    .content_area {
        width: 100% !important;
        height: 100%;
    }

    .main_wrapper {
        height: 100%;
    }

    .filter_icon {
        display: block;
    }

    .aside_bar_show {
        transform: translate(1px, 1px);
        background: #fff;
        z-index: 9;
        position: absolute;
        /* height           : calc(100vh - 241px); */
        height: 100%;
        overflow: auto;
        border-radius: 21px;
        border: 1px solid #d9caca;
        box-shadow: 0px 0px 5px 0px #d9caca;
        padding: unset !important;
        /* padding-bottom   : calc(100px - 10px); */
        /* transition       :all ease-in-out 0.3s; */
        animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
        padding-bottom: 140px
    }

    @keyframes slide-in-left {
        0% {
            transform: translateX(-1000px);
            opacity: 0
        }

        100% {
            transform: translateX(0);
            opacity: 1
        }
    }


    .aside_bar_show .aside_bar {
        /* background-color: #efe9e952; */
        background-color: #f8f8f8;
        color: #000;
        height: 100%;
        overflow-y: scroll;
    }

    .aside_bar_show .aside_bar .explore_more img {
        /* filter: invert(); */
    }

    .product_title {
        font-weight: bold !important;
        font-size: 15px;
    }

    .produt_off {
        font-size: 1.4rem;
    }

    .product_limt {
        font-size: 13px;
    }

    .product_time {
        font-size: 14px;
    }

    .product_card .card_text {
        font-size: 15px;
    }

    .product-body {
        height: 76px;
        overflow: hidden;
    }

    .product_card button {
        right: 0;
        bottom: 11px;
        margin: auto;
        left: 0;
        width: 130px;
        background-color: #fff;
        color: #000;
        padding: 6px 0px;
        border: 1px solid #d9caca;
        box-shadow: 0px 0px 5px 0px #d9caca;
        border-radius: 6px;
    }
}

@media screen and (max-width:768px) {
    .aside_bar_show {
        transform: translate(1px, 1px);
        background: #fff;
        z-index: 9;
        position: absolute;
        /* height           : calc(100vh - 241px); */
        height: 100%;
        border-radius: 21px;
        border: 1px solid #d9caca;
        box-shadow: 0px 0px 5px 0px #d9caca;
        overflow: auto;
        padding: unset !important;
        /* padding-bottom   : calc(100px - 10px); */
        /* transition       :all ease-in-out 0.3s; */
        max-width: 250px !important;
        animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
        padding-bottom: 140px
    }

    .produt_off {
        font-size: 0.8rem;
    }

    .product_time {
        font-size: 8px;
    }

    .product_limt {
        font-size: 12px;
    }

    .product_title {
        /* font-size: 9px; */
    }

    .product_card .card_text {
        font-size: 10px;
    }
     .product_card_img {
    height: 75px;
    }
    
.card_product_main{
    grid-template-columns: 135px 1fr;
}
}
.product-body {
    width: 78%;
}

@media screen and (max-width:512px) {
    .product_card button {
        bottom: 5px;
        width: 118px;
        padding: 2px 0px;
    }

    .product_card_img {
        height: 64px;
    }
.card_product_main{
    grid-template-columns: 90px 1fr;
}
    .close_card {
        right: 1px;
        top: -15px;
        color: #FB0B0B;
        font-size: 12px;
        border: 1px solid grey;

    }
     .product_card button {
        bottom: 4px;
        width: 86px;
        padding: 0px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

}
@media screen and (max-width:375px) {
    .card_product_main{
        grid-template-columns: 60px 1fr;
    }

}
.AccountSec .select2-container {
    z-index: 9 !important;
}
.select2-container {
    z-index: 999999 !important;
}

.deals_select2 {
    border: unset !important;
}

.multiple_select2Wrp .deals_select2 {
    border-radius: unset;
    box-shadow: unset;
}

.multiple_select2Wrp .select2-selection--multiple {
    border-radius: unset !important;
    box-shadow: unset;
    background-image: unset;
    border: unset !important;
    border-bottom: 2px solid #d4d4d4 !important;
}

.adlist_no {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finddeal_btn {
    border-radius: 5px;
    color: #ffff;
    background-color: #ff0000;
    margin-top: 22px;
    width: 160px;
}


.finddeal_btn:hover {
    background-color: #ff0000;
    border: 1px solid white;
    color: #ffff;
}


/* nav ali */

.HeaderSec.HeaderSec-show{
    display: block !important;
}
.detail_para {
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}
.name_text_2_line {
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-fluid1 {
    max-width: 21%; 
    height: auto;
}

.skip_btn {
    background: #ff0000 !important;
    float: right;
    color: white !important;
}
.intesest_icon {
    border: 1px solid #f6000d;
    border-radius: 5px;
    padding: 5px 6px !important;
    font-size: 12px;
    float: right;
}
.back_arrow {
    background: #f6000d;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    margin: 0px -11px 10px;
    padding: 10px;
}
.back_arrow:hover {
    background: #212529;
    color: white;

}

/* ------------ Modal changing css code --------- */
.modal_tick_main img{
    width: 55px;
}
.SD_modal_custom h3{
    color: #f6000d;
}
.SD_modal_border {
    border-top: 7px dotted #ffc720;
}
.SD_modal_bdrbotm {
    border-bottom: 7px dotted #ffc720;
}
.modal_body_btn button{
    justify-content: center;
    display: flex;
    margin: 20px 5px;
    padding: 10px 5px;
    border: 0;
    /* background: red; */
    /* color: white; */
    border: 1px solid #f6000d4d;
    box-shadow: 0px 0px 5px #f6000d4d;
    border-radius: 5px;
    gap: 5px;
}
.modal_body_btn button:hover{
    color: white;
    background-color: #f6000d;
}
.modal_body_btn{
 font-size: 15px;
 display: flex;
 
}

.FaqsPageSec .form_switch_custom {
    display: flex;
    width: 50%;
    font-size: 35px;
    justify-content: center;
}

.FaqsPageSec .SP_notificaton_title {
    font-size: 35px;   
}
.FaqsPageSec .SP_notificaton_para {
    font-size: 12px;   
}
.FaqsPageSec .SP_notification_main {
    padding: 40px 0 0 30px;
}
.table-responsive thead tr th{
    background-color: #f6000d !important;
    /* border-radius: 5px; */
}
.payment_form_control .form-control:focus {
    border-color: #f6000d !important;
}
.nav_pills_custom .nav-link.active, .nav-pills .show > .nav-link {
 background-color:  #f6000d !important;
}
.SP_multiple_select .select2-container--default .select2-selection--multiple {
    padding: 0px 20px;
    min-height: 35px;
    border-radius: 25px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    box-shadow: 0px 0px 5px #f6000d4d;
    background-color: #fff !important;
    border: 1px solid transparent;
}
.SP_multiple_select .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-top: 10px !important;
}
.specific_user_parent .select2-search {
    padding-top: 10px !important;
    height: 40px !important;
}
.SP_multiple_select .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid  #f6000d !important;
}
.SP_multiple_select .select2-container--default .select2-selection--multiple{
    padding-bottom: unset !important;
}

/* ---------- new modal changing -------- */


.container_con {
    display: block;
    position: relative;
    padding-left: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.container_con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

.container_con:hover input~.checkmark_mark {
    background-color: #ccc;
}


.container_con input:checked~.checkmark_mark {
    background-color: #f6000d;
}

.checkmark_mark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_con input:checked~.checkmark_mark:after {
    display: block;
}

.container_con .checkmark_mark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxxx {
    padding: 8px 10px;
    border-radius: 7px;
    font-weight: 600;
    box-shadow: 0px 0px 4px 0px rgb(152 145 145);
    margin-bottom: 12px;
    height: 42px;
    margin-top: 8px;
    /* width: calc(100% / 4 - 10px); */
    float: left;
    margin: 5px;
}
.Custm_modal_boxx {
    overflow-y:scroll; 
    width:100%; 
    max-height: 250px; 
    height:250px;
}


/* ------------ Welcome Modal ---------- */
.cong_modal_title {
    text-align: center;
    padding: 20px;
}
.cong_modal_title h4{
    font-weight: 600;
    color: #ff1616;
   
}