.sign-up{
    float: right;
}
.agga div{
    min-width:40px;
    display:inline-block;
    font-size:80% !important;
    color:#ff6a00;
    color:red;
}
.sellerhints{
  position: fixed;
width: 100%;
right: 0;
top: 0;
background: #0003;
z-index: 100;
height: 100%;
  }
 .sellerhints > div {
background: white;
width: 90%;
position: fixed;
transform: translate(0,50%);
right: 5%;
box-sizing: border-box;
padding: 20px 40px;
line-height: 203%;
color: #4d4d4d;
font-size: 90%;
border-radius: 5px;
max-height: 340px;
overflow: auto;
   direction: rtl;
  }

.sendagain{
    color:white !important;
}
.editcapstyle .divTable .divRow {
    width: 50%;
    float: left;
}
.editcapstyle .divTable .divRow:first-child{
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: -6px;
}
.editcapstyle input[type=button]{
    float: left;
    width: 60px;
    padding: 5px 0 6px;
    height: auto;
    margin-top: 20px;
    color: white;
    font-size: 75%;
}
.editcapstyle .divTable{
    width: 95%;
    text-align: right;
    border: none;
    margin-left: 5%;
}
.editcapstyle input[type=text]{
    width: 150px;
    float: left;
    border: 1px solid #b9b9b9;
    margin-top: -20px;
    text-align: center;
    padding: 18px;
}
#SendMinAll:disabled,
#sendFreeMin:disabled{
    background: #efefef;
    color: #afafaf;
}
.ness::after {
    content: "*";
    color: red;
    position: relative;
    top: 2px;
    right: 5px;
}
.center-box{
    max-width: 1300px;
    background-color: #fff;
    width: 100%;
    margin: 40px auto;
    border-radius: 10px;
    padding:50px 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 200%;
    direction: rtl;
}

.col-2{
    width: 49%;
    display: inline-block;
}

.profileul3 {
    margin-bottom: 20px;
}
.col-2 > img{
    padding: 3px 5% 3px 20px;
}

.sign-in{
    border-right: 1px solid #7f7f7f;
}

.col-2>span{
    font-size: 30px;
    position: relative;
    top: -11px;
}

.CreateAcc{
    font-size: 12px !important;
    position: relative;
    margin: 0;
    top: -20px;
    right: 80px;
    display: none;
    color: #888;
    margin-top: 10px;
}

.CreateAcc > b{
    color: #0070c0;
    cursor: pointer;
}
.newstorecity{
    float: right;
    width: 100%;
    margin: 0 0 20px;
}
.newstorecity select{ 
float: right;
    width: 45%;
    margin-left: 5%;
    border: 2px solid #cccccc;
    box-sizing: border-box;
    padding: 3px 5px;
    height: 38px;
    font-size: 90%;
    background: #f2f3f7 !important;
    border-radius: 8px;
    box-shadow: none;
}
.center-box input {
    display: block;
    height: 27px;
    border-bottom: 1px solid #7f7f7f;
    box-shadow: none;
    width: 80%;
    padding-right:10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #464646;
    position: relative;
    top:-12px;
    transition: ease-in-out 0.4s !important;
    height: 40px;
}

.center-box input[type=number]::-webkit-inner-spin-button, 
.center-box input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.center-box input[type=text],.center-box input[type=password] {
    margin-bottom: 10px;
}

.center-box input[type=text]:focus,.center-box input[type=password]:focus,.center-box input[type=number]:focus{
    background-color: initial;
    border: none;
    box-shadow: none;
    color: inherit;
    border-bottom: 2px solid #ff6a00;
}

.center-box input[type=text]:hover,.center-box input[type=password]:hover,.center-box input[type=number]:hover {
    border-bottom: 1px solid #ff6a00;
    box-shadow: inherit;
}

::placeholder {
    color: #c3c3c3;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c3c3c3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c3c3c3;
}


.center-box .singleAddonContainer label{
    color: #636363;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

.center-box .form{
    margin: 10px 6% 0 0;
}

.center-box #code-in,.center-box #code-up{
    display: inline-block;
    width: 45%;
    margin-right: 15px;
}

.BotCode{
    max-width: 20%;
    position: relative;
    top: 15px;
    margin-right: 10px;
}

.rulss2{
    float:right;
    width:100%;
}

.center-box .container{
    font-size: 14px;
    padding:0;
}

.sell-type .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.center-box .container a{
    color: #2192d9;
    text-decoration: underline;
    position: relative;
    z-index: 99;
}


.center-box .checkmark {
    position: absolute;
    top: 8px;
    right: -25px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #aaa;
    cursor: pointer;
    box-sizing: border-box;
}
.center-box .container:hover input ~ .checkmark {
    background-color: #ccc;
}
.center-box .container input:checked ~ .checkmark {
    background-color: #ff6a00;
    border: none;
}
.center-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.center-box .container input:checked ~ .checkmark:after {
    display: block;
}
.center-box .container .checkmark:after{
    left: 6px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: 1px solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form>a{
    background-color: #ff6a00;
    padding: 5px 18px;
    border-radius: 6px;
    color: #fff;
    float: left;
    margin-top: 20px;
}

.sign-up .form>a{
    margin-left: 40px;
    margin-top: 30px;
}


.ForgetPass, .to-center>a, .back-btn{
    font-size: 12px;
    color: #2192d9;
    text-decoration: underline;
    margin-top: 90px;
}

.register-buttom{
    margin: 25px 0 0 5% !important;
}

.necessary::after {
    content: "(الزامی)";
    color: red;
    font-size: 80%;
    padding-right: 10px;
}

/* --------------------   email-confirm   -------------------- */


.to-center{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.to-center p{
    font-size: 14px;
    color: #646464;
}

.to-center>a{
    margin-top: 40px;
}

.to-center p span{
    font-size: 17px;
    color: #ff6a00;
}

.CodeArea{
    margin-top: 50px;
    margin-right: 80px;
}

.CodeArea div{
    display: inline-block;
}

.Code-palce{
    direction: ltr;
}

.pincode-input-text{
    display: inline-block;
    padding: 0.5rem;
    margin: 0px 0.2rem; 
    text-align: center;
    border-top: none; 
    border-right: none; 
    border-bottom: 3px solid rgb(226, 226, 226);
    border-left: none; border-image: initial; 
    background: rgb(254, 254, 254); 
    width: 2.5rem; height: 3rem; 
    border-radius: 0px; 
    font-size: 35px;
    color: #646464;
}

.confirm-btn a{
    background-color: #00b050;
    padding: 5px 18px;
    border-radius: 6px;
    color: #fff;
    margin: 0 25px;
    position: relative;
    top: -5px;
}

.greenLine{
    border-bottom: 3px solid #0e8243;
}


/* --------------------   Seller Type   -------------------- */

.center-box>span:nth-child(2){
    font-size: 20px;
    display: block;
}

.center-box>span:nth-child(2)::before, .mylastepd span:before{
    content: "\f0d9";
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 40px;
    position: relative;
    margin:0 50px 0 15px;;
    top: 8px;
}
.adressstr{
    background: white;
    width: 100%;
    margin-top: -31px;
    float: right;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 3px #ddd);
}
.mylastepd textarea{
    margin: 20px 5% 0;
    width: 90% !important;
}
.seller-type{
    padding: 35px 50px 0;
    box-sizing: border-box;
}

.seller-type img,.seller-logo span{
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #646464;
    max-width: 100%;
}

.select-side{
    width: 49%;
    height: 3px;
    position: relative;
    background-color: #ff6a00;
    top: 0;
    right: 0;
    display: none;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.seller-logo{
    cursor: pointer;
}


.sell-type{
    margin: 10px 5% 0 0;
}

.sell-type .container a{
    margin-right: 30px;
    color: #2192d9;
    text-decoration: underline;
}
.CType::before{
    content: "\f053";
    font-family: fontawesome;
    color: #ff6a00;
    margin-left: 10px;
}
.CType{
    font-size: 120%;
    margin-right: -50px;
}

.Required-Documents div{
    display: inline-block;
}
.Required-Documents ol {
    list-style: decimal;
}
.Required-Documents .upload-title{
    float: right;
}

.Required-Documents .upload-file{
    float: left;
    color: #fff;
    background-color: #ff6a00;
    padding: 0 25px;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin-right: 40px;
}

.Required-Documents li{
    margin: 20px 0;
    float: right;
    width: 100%;
}

.checkMark::before{
    content: "\f00c";
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 25px;
    float: right;
    margin: 3px -50px 0 30px;
}
.necessary label{
    color: #ee363c;
    font-size: 12px;
    font-weight: bold;
}

.legal-details , .true-details{
    display: none;
}

.clrfix{
    clear: both;
}

.next-btn{
    text-align: center;
    color: #fff;
    background-color: #ff6a00;
    padding: 6px 30px;
    border-radius: 6px;
    width: 80px;
    margin: 50px auto 0;
    display: none;
    cursor: pointer;
}

/* --------------------   Specifications   -------------------- */

.pFix{
    position: relative;
}

.seller-icon{
    position: absolute;
    top: 185px;
    left: 90px;
    width: 110px;
    max-width: 15%;
}


.seller-icon img{
    width: 100%;
}
.seller-icon span{
    color: #7f7f7f;
    text-align: center;
    display: flex;
}

.seller-info{
    width: 60%;
    padding: 50px 80px;
}

.PhoneNum input, .Seller-Address input{
    display: inline-block;
}
.PhoneNum span, .Seller-Address span{
    display: block;
}

.PhoneNum input:last-child{
    width: 20%;
}

.PhoneNum input:nth-child(2){
    width: 60%;
}

.seller-info .sell-type{
    display: inline-block;
}
.seller-info .container{
    display: inline-block;
}
.seller-info span{
    margin-left: 25px;
}

.Seller-Address input:nth-child(2),.Seller-Address input:nth-child(3){
    width: 40%;
    display: inline-block;
}

.center-box textarea{
    width: 80%;
    color: #7f7f7f;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

.pFix .next-btn{
    display: block !important;
}

.pFix .back-btn{
    text-align: center;
    display: block;
    margin-top: 5px;
}

/* --------------------   Specifications2   -------------------- */

.col-2 .seller-info{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 80px 50px 0;
}

.col-2 .company-info{
    padding: 30px 20px 50px 0;
}

.info-title::before{
    content: "\f053";
    font-family: fontawesome;
    color: #ff6a00;
    margin-left: 10px;
}

.FLeft{
    float: left;
}

.info-title{
    padding:0 60px 0 0;
}

.info-title span{
    font-size: 18px;
}

.pFix>.Seller-Address{
    padding: 0 80px;
}

/* --------------------  Final-Confirm  -------------------- */

.center-box>textarea{
    margin: 20px 50px 0;
    width: 90%;
}

.shabaNo{
    width: 90%;
    padding: 10px;
    border-radius: 6px;
}

.shabaNo span {
    position: relative;
    top: -12px;
}
input#shabaNumber {
    width: 40%;
    font-size: 1.1em;
    letter-spacing: 1px;
}
i.fa.fa-check {
    position: absolute;
    color: #fff;
    top: 4px;
    right: 48.5%;
}
.shabaNo input{
    width: 28%;
    display: inline-block;
    margin: 10px;
    border: 1px solid #bfbfbf;
}

.shabaNo span:nth-child(3)::before{
    content: "-";
    margin: 0 15px;
}

.desInfo{
    color: #7f7f7f;
    font-size: 14px !important;
}

.moreInfo{
    background-color: #00b050;
    width: 90%;
    color: #fff;
    padding: 10px 50px;
    margin: 20px auto;
    box-sizing: border-box;
    line-height: 90%;
    border-radius: 8px;
}
.moreInfo p {
    line-height: 190%;
    margin-bottom: 15px;
    text-align: justify;
}
.moreInfo p::before {
    content: "\f104";
    font-family: fontawesome;
    margin-left: 15px;
}

.finalConfirm .ruls{
    margin: 10px 50px;
    font-size: 16px !important;
    position: relative;
}


.finalConfirm .next-btn{
    display: block;
    width: inherit;
    max-width: 200px;
}

.finalConfirm .back-btn{
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.ruls>a{
    background-color: #2192d9;
    float: left;
    margin: 0 50px;
    padding: 4px 15px;
    border-radius: 6px;
    color: #fff;
}

/* --------------------  Progress-Bar  -------------------- */

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
}
#progressbar .active i{
    position: absolute;
    color: #fff;
    top: 4px;
    right: 50%;
    transform: translate(50%,0);
}
#progressbar li {
    list-style-type: none;
    color: #646464;
    font-size: 12px;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: "";
    counter-increment: step;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 2px solid #ccc;
    box-sizing: border-box;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: -1;
}
#progressbar li:first-child:after{
    content: ''; 
    width: 50%;
    background: #fff !important;
    border: 1px dashed #27ae60 !important;
    height: 0px;
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: #646464;
    border: none;
}





/* --------------------  ABout Us  -------------------- */

.img-part{
    width: 40%;
    float: left;
}

.img-holder{
    position: relative;
    float: left;
    left: 1.1em;
    top: 0.1em;
}

.img-holder .Circle-icon{
    width: 0.19em;
    position: absolute;
    top: 0;
    z-index: 90;
    opacity: 0;
}

.img-holder img:first-child{
    width: 1em;
    position: absolute;
    z-index: 100;
}

.img-holder .CI1{
    top: 0.456em;
    right: 0.066em;
    -webkit-animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 3s 1 forwards;
    animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 3s 1 forwards;
}

.img-holder .CI2{
    top: 0.027em;
    right: 0.528em;
    -webkit-animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s 1 forwards;
    animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s 1 forwards;
}

.img-holder .CI3{
    top: 0.106em;
    right: 0.203em;
    -webkit-animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s 1 forwards;
    animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s 1 forwards;
}

.img-holder .CI4{
    top: 0.35em;
    right: 0.745em;
    -webkit-animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s 1 forwards;
    animation: ShowCircleIcon 4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s 1 forwards;
}

@keyframes ShowCircleIcon{
    from{
        opacity: 0;
        transform: scale(0);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }    
}

@keyframes IconPuls{
    0%{
        transform: scale(0.8);
    }
    20%{
        transform: scale(1);
    }
    100%{
        transform: scale(1);
    }    
}

.img-holder .CI5{
    width: 0.705em;
    position: absolute;
    top: 0.094em;
    right: 0.149em;
    animation: CircleSpin 30s linear infinite;
}

@keyframes CircleSpin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.spinGear1{
    width: 0.05em;
    position: absolute;
    top: 0.7em;
    right: 0.75em;
}

.spinGear2{
    width: 0.04em;
    position: absolute;
    top: 0.15em;
    right: 0.75em;
    filter:invert(100%);
}

.spinGear3{
    width: 0.05em;
    position: absolute;
    top: 0.17em;
    right: 0.45em;
}

.spinGear4{
    width: 0.04em;
    position: absolute;
    top: 0.7em;
    right: 0.15em;
    filter:invert(100%);
}

.spinGear{
    animation: CircleSpin 5s linear infinite;
}

.sellerIMG


.img-holder img:first-child{
    width: 1em;
    position: absolute;
    z-index: 100;
}

.sellerIMG .CI1{
    top: 0em;
    right: 0.43em;
    -webkit-animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s 1 forwards;
    animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s 1 forwards;
}

.sellerIMG .CI2{
    top: 0.23em;
    right: 0.71em;
    -webkit-animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s 1 forwards;
    animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s 1 forwards;
}

.sellerIMG .CI3{
    top: 0.236em;
    right: 0.13em;
    -webkit-animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s 1 forwards;
    animation: ShowCircleIcon 3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s 1 forwards;
}

.sellerIMG .CI5{
    width: 0.613em;
    position: absolute;
    top: 0.08em;
    right: 0.215em;
    animation: CircleSpin 30s linear infinite;
}

.sellerIMG .spinGear1{
    width: 0.06em;
    position: absolute;
    top: 0.44em;
    right: 0.73em;
    filter:invert(100%);
}

.sellerIMG .spinGear2{
    width: 0.05em;
    position: absolute;
    top: 0.11em;
    right: 0.285em;
    filter:invert(0%);
}

.AbPageTitle{
    text-align: center;
    margin-bottom: 50px;
    color: #ff6a00;
    position: relative;
    width: 100%;
    font-size: 40px;
}

.text-part{
    width: 60%;
}

.text-part h2{
    color: #2192d9;
    font-size: 1.5em;
    margin: 1em;
    position: relative;
    margin-bottom: 45px;
}

.text-part h2::before{
    content: "\f104";
    font-family: fontawesome;
    padding-left: 18px;
    color: #ff6a00;
    position: relative;
    top: 7px;
    font-size: 1.5em;
}

.text-part h2::after{
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #2192d9;
    width: 170%;
    bottom: -5px;
    left: 0;
    margin-left: -75%;
}

.text-part>p {
    font-size: 1.2em;
    color: #555;
    margin: 15px 50px 20px;
    line-height: 1.8em;
    text-align: justify;
}

.text-part ul li{
    margin: 25px 0;
    color: #333;
}

/*
ul li span:nth-child(2) {
letter-spacing: 1.5px;
font-size: 1.2em;
font-weight: bold;
}
*/
.text-part ul li::before{
    content: "\f095";
    font-family: fontawesome;
    color: #ff6a00;
    position: relative;
    top: 4px;
    font-size: 1.2em;
    margin: 0 50px 0 20px;
}

.text-part ul li:nth-child(3)::before{
    content: "\f1ac";
}

.text-part ul li:nth-child(4)::before{
    content: "\f1fa";
}

.text-part ul li:nth-child(5)::before{
    content: "\f075";
}
.sellersEmail::before{
    content: "\f1fa" !important;
}
.partHolder{
    min-height: 450px;
    width: 100%;
    font-size: 14px;
}

.sendTicket{
    width: 100%;
}

.sendTicket h2::after{
    width: 100%;
    margin-left: -2%;
}

.sendTicket select{
    margin: 15px 0 25px 0;
    width: 80%;
    padding: 3px 20px;
}

.sendMassageBtn{
    margin: 10px 20%;
    float: left;
    background-color: #ff6a00;
    color: #fff;
    padding: 8px 25px;
    border-radius: 8px;
}

.ResCustomerImg{
    width: 70%;
    margin: auto;
    display: block;
}

/* --------------------  landing  -------------------- */

.BGMove{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    box-shadow: 0 0 4px #aaa;
    overflow: hidden;
    background-image: url("/app_themes/default/images/createstorelanding/create-store-pattern-min.png"), linear-gradient(135deg, #f7f7f7 0%,#f2f2f2 48%,#ccc 50%,#f2f2f2 52%,#f7f7f7 57%);
    background-size: 250px, 250% 100%;
    animation: fp-move 15s linear infinite;
    z-index: -1;
}

@keyframes fp-move {
    0% {
        background-position: 0 60%, 0 50%;
    }
    100% { 
        background-position: 0 60%, 100% 50%;
    }
}

.CRTitle h1{
    font-size: 2.4em;
    font-weight: bold
}

.CRTop{
    height: 40%;
    width: 100%;
    background-color: #ff6a00;
    position: relative;
}

.cls-1 {
    fill: #ff6a00;
    fill-rule: evenodd;
}

.page-content{
    height: 100%;
    width: 100%;
}

.CRHead{
    position: absolute;
    z-index: 2;
    top: calc(100% - 3px);
    width: 100%;
}

.CRTitle{
    position: absolute;
    top: 22%;
    right: 50%;
    transform: translate(50%,0);
    text-align: center;
    color: #fff;
    line-height: 80px;
    z-index: 10;
}
.TXcenter{
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.CRTitle a{
    color: #ff6a00;
    background-color: #fff;
    margin: 50px;
    padding: 8px 15px;
    border-radius: 3px;
}
.CRS{
    margin: 8% 0 0;
    position: relative;
    z-index: 15;
}

.CRSection h2{
    color: #464646;
    text-align: center;
    font-size: 2em;
    margin-bottom: 15px;
}
.CRSection{
    margin-bottom: 200px;
    position: relative;
}

.Licenses img{
    display: block;
    margin: 15px auto;
}

.WhyLDK{
    width: 50%;
    box-sizing: border-box;
    margin: 0 auto 50px;
}
.WhyLDK>p{
    line-height: 1.8em;
    text-align: center;
    color: #464646;
}
.cardList {
    width: 60%;
    margin: 25px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.WhyLDKCard .Card p{
    line-height: 1.6em;
    white-space: pre-wrap;
    box-sizing: border-box;
    text-align: center;
    color: #888;
    font-weight: 300;
}
.WhyLDKCard .Card img{
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    background-color: #e6e5e5;
    padding: 15px;
    box-sizing: border-box;
    margin:0 auto 15px;
    display: block;
}

.WhyLDKCard::-webkit-scrollbar { 
    display: none; 
}

.CradControl{
    content: " ";
    clear: both;
    width: 80%;
    position: relative;
    margin: 0 auto;
    top: 50px
}

.NextCard{
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 3px #aaa;
    transition-duration: 0.3s;
    cursor: pointer;
    right: 43%;
    top: -15px;
}

.NextCard::after{
    content: '\f105';
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 9px;
}
.PervCard{
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 3px #aaa;
    transition-duration: 0.3s;
    cursor: pointer;
    position: absolute;
    left: 43%;
    top: -15px;
}
.PervCard::after{
    content: '\f104';
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 12px;
}
.NextCard:hover,
.PervCard:hover{
    background-color: #ffe8d8;
}

.downKey::after{
    content: '\f107';
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 7px;
}

.CradControl::after, .CradControl::before, .TrustCard::after, .TrustCard::before{
    content: " ";
    position: absolute;
    width: 46%;
    height: 1px;
    background-color: #ff6a00;
    top: 22px;
    right: 0;
}
.CradControl::before, .TrustCard::before{
    left: 0;
    right: inherit;
}
.TrustCard::after, .TrustCard::before{
    bottom: -25px;
    top: inherit;
}

.becomeSeller a:hover {
  color: #fff;
}

.becomeSeller a::after {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  background: #ff6a00;
  top: -280px;
  left: -280px;
  transform: rotate(45deg);
  transition: all .5s ease;
  z-index: -1;
}
.becomeSeller a:hover::after {
  top: -100px;
  left: -100px;
}
.becomeSeller a {
  color: #ff6a00;
  padding: 10px 35px;
  border: 2px solid #ff6a00;
  border-radius: 6px;
  margin-top: 25px;
  position: relative;
  transition: all .5s ease;
  overflow: hidden;
  cursor: pointer;
}
.becomeSeller {
  justify-content: center;
}

.TrustCard{
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TrustLDK p{
    width: 50%;
    margin: 30px auto;
    line-height: 200%;
    text-align: justify;
}

.TrustLDK img {
    width: 16%;
    padding: 3%;
    box-sizing: border-box;
}

.downKey {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 3px #aaa;
    transition-duration: 0.3s;
    cursor: pointer;
    right: 50%;
    bottom: -40px;
    transform: translateX(50%);
}
.LDKStages {
    width: 50%;
    margin: 0 auto;
}
.LDKStages p,.LDKStages h2 {
    text-align: center;
    line-height: 2em;
}
.LDKStages p{
    color: #444;
}
.contractDownload {
    justify-content: center;
    width: 500px;
    background: #fff;
    padding: 15px 25px;
    margin: 0 auto 25px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.contractText>p {
    color: #464646;
    line-height: 1.5;
    width: 80%;
}
.contractQr {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.downloadContract {
    color: #ff6a00;
    border: 1px solid #ff6a00;
    padding: 6px 15px;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
}

.Card {
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    width: 23%;
    margin: 15px 0;
}

.LDKStagesPic li{
    display: inline-block;
    width: 19%;
    margin: 0 auto;
    position: relative;
}

.LDKStagesPic li img{
    max-width: 80%;
    margin: 0 auto;
    display: block;
    opacity: 0.9;
    background-color: #ddd;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    max-height: 300px;
}

.StageBack{
    width: 100%;
    position: relative;
}

.LDKStagesText p{
    display: none;
}

.LDKStagesPic{
    position: absolute;
    top: -50%;
}
.slick-track{
    height: 300px;
    left: 0;
}

.SliderBTN{
    display: none;
}

.card-slider img{
    max-width: 70%;
}

.card-slider .swiper-slide {
    width: 300px;
    height: 300px;
}

.card-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.card-slider .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}
.swiper-container.card-slider {
    width: 90%;
    position: relative;
    overflow: visible;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 70px;
}
.card-slider_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.panel p{
    text-align: center;
    color: #777;
    line-height: 180%;
}
.panel img{
    margin: 0 auto;
    display: block;
}
.panel {
    background: white;
    padding: 15px 15px 0;
    border: 1px solid #eee;
    box-shadow: 0 2px 15px 0 rgba(67, 134, 179, 0.25);
    height: 100%;
    border-radius: 5px;
    font-size: 18px;
}
.panel h3 {
    background: #0A9928;
    color: white;
    margin: -15px -15px 15px;
    padding: 30px 15px;
    border-radius: 4px 4px 0 0;
}
.panel ul {
    list-style-type: none;
    padding: 0;
    margin: -15px -15px 0;
}
.panel ul li {
    padding: 10px 15px;
    border-top: 1px solid #eee;
}
.panel ul li span {
    float: right;
}
.panel ul li span.no {
    color: #ccc;
}
@keyframes activeInRight {
    0% {
        transform: scale(0.8);
        z-index: 2;
    }
    50% {
        transform: translateX(20%) scale(0.9);
        z-index: 3;
    }
    100% {
        transform: translateX(0) scale(1);
    }
}
@keyframes activeOutLeft {
    0% {
        transform: scale(1);
        z-index: 3;
    }
    50% {
        transform: translateX(-20%) scale(0.9);
        z-index: 2;
    }
    100% {
        transform: translateX(0) scale(0.8);
    }
}
@keyframes activeInLeft {
    0% {
        transform: scale(0.8);
        z-index: 2;
    }
    50% {
        transform: translateX(-20%) scale(0.9);
        z-index: 3;
    }
    100% {
        transform: translateX(0) scale(1);
    }
}
@keyframes activeOutRight {
    0% {
        transform: scale(1);
        z-index: 3;
    }
    50% {
        transform: translateX(20%) scale(0.9);
        z-index: 2;
    }
    100% {
        transform: translateX(0) scale(0.8);
    }
}

.BestSeller{
    width: 80%;
    margin: 0 auto;
}

.BestSeller li{
    width: 33%;
    margin: 0 auto;
    display: inline-block;
}

.BestSeller img{
    width: 50%;
    margin: 25px auto;
    display: block;
    border-radius: 50%;
}
.BestSeller h4, .BestSeller h5, .BestSeller p{
    width: 80%;
    margin: 15px auto;
    display: block;
    color: #333;
    text-align: center;
}
.BestSeller p{
    text-align: justify;
    color: #666;
    line-height: 150%;
}
.CRFooter{
    height: 80px;
    background-color: #ff6a00;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}
.CRFooter a{
    font-size: 20px;
    color: #ff6a00;
    background-color: #fff;
    text-align: left;
    padding: 7px 20px;
    border-radius: 3px;
    margin-right: 10%;
}

.CRFooter p{
    font-size: 25px;
    color: #fff;
}

/* ---- reset ---- */

canvas {
    display: none !important;
    vertical-align: bottom;
}

.particles-js-canvas-el{
    display: block !important;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 110%;
    z-index: 5;
}


/* ---- stats.js ---- */

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* veiw chart */
.VeiwChart .divaside{
    padding: 25px 40px;
    margin: 15px 0;
}

.ProductInfo {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 20px;
}

.PI-name {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 80%;
}

.PI-name a {
    margin-top: 6%;
    font-weight: 400;
    background: #ff6a00;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: .9em;
    margin-right: 15px;
}
.SellDetails{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.SellDetails p{
    margin-left: 25px;
    font-size: .9em;
    color: #757575;
}
.SellDetails span{
    color: #0088DC;
    font-weight: 700;
    font-size: 1.5em;
}
.PI-BTN{
    align-self: flex-end;
}
.IncraceVeiw{
    margin: 60px auto 0;
    width: 75%;
}
.IncraceVeiw p {
    line-height:1.6;
    margin-bottom: 15px;
    color: #565656;
}
.IncraceVeiw span {
font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.IncraceVeiw p:not(:nth-child(2)){
    margin-right: 20px;
}

.PI-name span {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.PI-name h1,
.PI-name h2{
    font-weight: 400;
    margin-bottom: 5px;
}

.ChartHolder{
	position: relative;
  	width: 80%;
  	margin: 0 auto;
}

.ChartHolder canvas{
    display: block !important;
}

.PI-name .PI-BTN a:first-child {
    color: #ff6a00;
    background: #fff;
    border: 1px solid #ff6a00;
}

.chart-container {
    font-family: iranyekan !important;
}

.legend-dataset-text {
    text-anchor: end;
}
text.chart-label {
    text-anchor: end;
}
text.title {
    text-anchor: end;
}
.chart-container line.dashed {
    stroke: rgb(204, 25, 25) !important;
}

/* ------------------ Store Detail ------------------ */

.CreateDetails{
    display: flex;
  padding: 0 10px;
}
.enterDetails{
    flex: 5 0 0;
}
.StorePreview{
    flex: 8 0 0;
    padding: 0 20px 20px;
}
.FormTitle{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}
.FormTitle::before{
    content: '\E009';
    font-family: landikaiconfont;
    position: relative;
    top: 5px;
    color: #ff6a00;
    margin-left: 5px;
}
.textBoxHolder{
    position: relative;
    margin-bottom: 30px;
}
.latinName{
    direction: ltr;
}
.TxtStoreInfo{
    width: 100% !important;
    background-color: transparent;
    border: 1px solid #CFCFCF !important;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 0px 10px !important;
    min-height: 40px;
}
.textBoxHolder .textBoxLabel,
.textBoxHolder .DomainShow{
    position: absolute;
    top: -7px;
    line-height: 30px;
    pointer-events: none;
}
.latinName .textBoxLabel{
    left: 10px;
    color: #757575;
}
.textBoxHolder .textBoxLabel{
    right: 10px;
    color: #757575;
    display: inline-block;
    width: fit-content;
    padding: 0 8px;
    transition: all .3s ease;
}
.latinName .DomainShow{
    right: 10px;
    font-family: sans-serif;
    font-size: 1.1em;
}
.latinName .TxtStoreInfo{
    font-family: sans-serif;
    font-size: 1.1em;
}
.storeDes .TxtStoreInfo{
    height:100px;
}
.storeDes .textBoxLabel{
    top: 7px;
}
.TxtStoreInfo:focus ~ .textBoxLabel{
    top: -30px;
    right: 5px;
    font-size: .85em;
    color: #ff6a00;
    background: #fff;
    font-weight: bold;
}
.TxtStoreInfo:focus{
    border: 2px solid #ff6a00 !important;
}
.textBoxLabelFill{
    top: -30px !important;
    right: 5px !important;
    font-size: .85em !important;
    background: #fff !important;
    font-weight: bold !important;
}
.StoreImg{
    text-align: justify;
    cursor: pointer;
}
.siDes{
    font-size: .95em;
    line-height: normal;
    margin-bottom: 15px;
}
.siAlert{
    display: flex;
    align-items: center;
}
.siAlert .siLogo{
    background-image: url(../IMG/LanDiKa%20Logo%201.png);
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block;
}
.siAlert p{
    font-size: .8em;
    line-height: normal;
    color: #959595;
    flex: 8 0 0;
    padding-left: 25px;
}
.ChangeThisBtn{
    background: #00000088;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
}
.siBanner{
    flex-direction: column;
}
.siBanner p{
    margin-top:25px;
    padding: 0;
}
.siBanner .siLogo{
    width: 400px;
    height: 70px;
    background-image: url(../IMG/Img20180123-399.jpg);
    border-radius: 2px;
}
.levelBtn{
    display: flex;
    justify-content:space-between;
    margin-top: 30px;
    line-height: 1;
    font-weight: 100;
    direction: ltr;
}
.NextLvlBtn{
    background: #ff6a00;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.PervLvlBtn{
    color: #0088DC;
}
.NextLvlBtn,
.PervLvlBtn{
    text-align: center;
    padding: 7px 35px;
    margin: 0 0 0 25px !important;
}
.levelBtn span{
    font-size: .7em;
}
.pStoreBanner{
    width: 100%;
    background-image: url(../IMG/Img20180123-399.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pMenuTop{
    background: #ff6a00;
    height: 20px;
    position: relative;
}
.PreviewHolder{
    background: #F2F3F7;
}
.pCenter{
    width: 94%;
    margin: 0 auto;
}
.pStoreLogo{
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid #ff6a00;
    top: 0;
    right: 3%;
    transform: translate(0,-50%);
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.pStoreLogo img{
    width: 100%;
}
.pTitleText{
    padding: 6px 100px;
    display: flex;
}
.pTitleText .previewText{
    margin-left: 20px;
    position: relative;
}
.pTitleText .previewText::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: -6px;
    right: -10px;
    background: #FFBD8E;
}
.previewText{
    height: 8px;
    background: #ECECEC;
}
.perImage img{
    width: 100%;
}
.storeName{
    display: flex;
    justify-content: space-between;
    line-height: normal;
    margin: 30px 0 8px;
    background: #fff;
    border-radius: 3px;
    padding: 5px 10px;
}
.storeFarsiName{
    font-size: .9em;
}
.storeLatinName{
    font-size: .7em;
    direction: ltr;
    font-family: sans-serif;
    text-align: right;
    letter-spacing: 2px;
}
.storeName .previewText{
    height: 13px;
    margin-top: 11px;
}

/* -------- Sending Price -------- */



.choosSendPrice {
    padding: 0 33px;
}
.choosSendPrice p{
    font-size: .85em;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.custom-dropdown select {
float: right;
    width: 110px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
    padding: 3px 5px;
    height: 38px;
    font-size: 90%;
    background: #f2f3f7 !important;
    border-radius: 8px;
    box-shadow: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { 
    content: "\e008";
    font-family: landikaiconfont;
    height: 1em;
    line-height: 1;
    left: 10px;
    top: 47%;
    transform: translate(0,-50%);
    color: #ff6a00;
}
.otherCity{
    margin-top: 15px;
}
.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}
.custom-dropdown select{
    font-family: iranyekan;
    color: #949494;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cityPrice{
    display: flex;
}
.DropDownPrice{
  margin: 0 0px 10px 10px;
}
.cityPrice>span:last-child{
    font-size: .8em;
    color: #757575;
}
.sendPriceInfo .FormTitle{
    margin: 20px 0 0;
}
.AddonHolder{
    display: flex;
    margin-top: 20px;
}
.SingleAddon{
    padding: 0 10px;
    flex: 1 0 0;
}
.singleAddonContainer{
    box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 20px;
    border-radius: 10px;
    transition: all .4s ease,border 0;
    height: 100%;
    box-sizing: border-box;
}
.AddonHolder input[type="checkbox"]{
    position: relative;
    opacity: 0;
    height: 0;
    display: none;
}
.AddonHolder input[type="checkbox"]:hover + .singleAddonContainer{
    background: #fafafa;
}
.AddonHolder input[type="checkbox"]:checked + .singleAddonContainer{
    background: #fff;
    border: 1px solid #ff6a00;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.16);
}
.addonTitle{
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.addonTitle span:nth-child(2){
    font-weight: 100;
}
.addonTitle span:last-child{
    color: #0088DC;
    font-weight: bold;
    margin-right: 5px;
}
.addonTitle i{
    color: #0088DC;
    font-size: 1.7em;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.addonDes{
    line-height: 2;
    font-size: .9em;
    color: #757575;text-align: justify;
    margin: 20px auto;
    width: 90%;
}
.addonselect{
    color: #ff6a00;
    font-size: .8em;
    text-align: left;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.addonselect .addonselectAdd{
    position: absolute;
    top: 0;
    left: 5px;
    transition: all .4s ease;
}
.addonselect .addonselectRemove{
    position: absolute;
    top: 50px;
    left: 5px;
    transition: all .4s ease;
}
.AddonHolder input[type="checkbox"]:checked + .singleAddonContainer .addonselectAdd{
    top: -40px;
}
.AddonHolder input[type="checkbox"]:checked + .singleAddonContainer .addonselectRemove{
    top: 0;
}
.addonMore{
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
  text-align: justify;
}
.addonNumberInput{
    position: relative;
}
.addonNumberInputLabel{
    position: absolute;
    top: -7px;
    left: 15px;
    color: #aaa;
    font-weight: 100;
    font-size: .85em;
}
.AddonHolder input[type="checkbox"]:checked + .singleAddonContainer .addonMore{
    max-height: 500px;
    border-top: 1px solid rgba(0,0,0,0.12);
}
.tableSendPrice table{
    text-align: center;
    width: 90%;
    margin: 10px auto 20px;
}
.tableSendPrice table th:last-child{
    border-top-left-radius: 10px;
    text-align: right;
}
.tableSendPrice table th:first-child{
    border-top-right-radius: 10px;
}
.tableSendPrice table th span{
    font-size: .85em;
    font-weight: 100;
}
.tableSendPrice table th{
    background: #F4F7F9;
    color: #464646;
    font-size: .9em;
}
.tableSendPrice table th{
    background: #F4F7F9;
}
.tableSendPrice table td{
    background: #F9F9FB;
    font-size: .8em;
    font-weight: 100;
    padding: 6px 0;
}
.tableSendPrice table td:last-child{
    text-align: right;
}
.tableSendPrice table td:nth-child(2){
    color: #0088DC;
    font-weight: bold;
    font-size: 1.1em;
}
.tableSendPrice table td:nth-child(3){
    color: #54AE05;
    font-weight: bold;
    font-size: 1.1em;
}
.FreeSendMin span:nth-child(1){
    font-size: 2em;
    color: #F14848;
    margin-left: 10px;
}
.FreeSendMin span:nth-child(3){
    font-size: 1.3em;
    color: #54AE05;
    font-weight: bold;
}
.FreeSendMin span:nth-child(4){
    font-size: .9em;
    font-weight: 100;
}
.spacialCityPrice{
    flex-wrap: wrap;
    font-size: .9em;
}
.spacialCityPrice .DropDownPrice{
    width: 60%;
}
.spacialCityPrice .custom-dropdown{
    width: 100%;
} 
.spacialCityPrice select{
    width: 100%;
} 
.addonAlert{
    font-size: .8em;
    color: #F14848;
    line-height: 1.5;
    margin: 15px 0;
    font-weight: 300;
}
.FreeSendMin{
    display: none;
}




/* --------------------  Responsive  -------------------- */

@media only screen and (max-width: 1300px){
	
  	.SingleAddon {
      box-sizing: border-box;
      flex: auto;
      width: 50%;
	}
  .AddonHolder {
    flex-wrap: wrap;
}
  .center-box .SingleAddon label {
    padding-right: 0px;
}
  .SingleAddon {
    margin-top: 20px;
}
    .img-holder{
        left: 1.1em;
        top: 0.19em;
    }
    .Required-Documents li {
        display: flow-root;
    }

    .CRTitle {
        width: 80%;
    }

    .CRSection {
        margin-bottom: 100px;
    }

    .TrustLDK p {
        width: 80%;
    }
    .TrustCard {
        width: 80%;
    }
    .WhyLDK {
        width: 90%;
        float: inherit;
        margin: 0 auto;
    }

    .LDKStages {
        width: 90%;
    }

}

@media only screen and (max-width: 850px){
  .SingleAddon {
    width: 100%;
}
  .enterDetails,.StorePreview {
    flex: inherit;
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
}
  	.CreateDetails {
    	flex-wrap: wrap;
    padding: 0 20px;
	}
  .VeiwChart .divaside{
		padding: 15px 10px;
  }
    .center-box{
        padding: 80px 10px;
    }
  
  
	.ChartHolder {
	    width: 100%;
	}
  
  	.IncraceVeiw {
    	margin: 30px auto 0;
    	width: 95%;
	}

    .center-box input {
        width: 95%;
    }
    .center-box .form{
        margin-right: 6%
    }

    .center-box #code-in::placeholder,.center-box #code-up::placeholder {
        font-size: 10px
    }

    .img-part{
        display: none;
    }
    .text-part{
        width: 100%;
    }

    .text-part h2::after{
        width: 98%;
        bottom: -5px;
        left: 0;
        margin-left: -3%;
    }

    .CRTitle {
        width: 98%;
        top: 10px;
    }

    .TrustLDK img {
        padding: 2%;
    }

    .TrustLDK p {
        width: 90%;
    }

    .WhyLDK {
        padding: 0 0 40px;
    }
}


@media only screen and (max-width: 650px){
  .contractDownload {
    width: 90%;
    box-sizing: border-box;
    flex-direction: column;
  }
  .Card {
    width: 48%;
}
  .cardList {
    width: 93%;
}
  .CradControl::after, .CradControl::before, .TrustCard::after, .TrustCard::before {
    width: 42%;
}
  .cityPrice {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
  .cityPrice>span:first-child{
    width: 100%;
    margin-bottom: 6px;
}
  .tableSendPrice table td:last-child,
  .tableSendPrice table th:last-child{
    display: none;
}
  .tableSendPrice table th:nth-child(3) {
    border-top-left-radius: 15px;
}
  .DropDownPrice {
    margin: 0 0 0 20px;
}
  .StorePreview {
    padding: 20px;
}
  .ProductInfo img{
    display: none
  }
  
  .PI-name {
    width: 100%;
    font-size:.85em;
    line-height: 2;
}

    .center-box{
        padding: 30px 5px;
        min-width: 300px;
      display:table;
    }

    .text-part>p{
        font-size: 1em;
        line-height: 1.6em;
    }
    .center-box input {
        width: 95%;
    }
    .center-box .form{
        margin-right: 6%
    }

    .center-box #code-in,.center-box #code-up {
        width: 60%
    }

    .col-2{
        width: 98%;
        display: inline-block;
    }

    .col-2 .seller-info {
        padding: 30px 20px 50px 0;
    }

    .center-box>span:nth-child(2)::before {
        margin: 0 15px 0 15px;
    }
    .info-title {
        padding: 50px 15px 0 0;
    }
    ul li span:nth-child(2) {
        letter-spacing: 0;
    }
    .seller-icon span {
        white-space: nowrap;
    }
    .pFix>.Seller-Address {
        padding: 0 20px;
    }
    .Seller-Address input:nth-child(2), .Seller-Address input:nth-child(3) {
        width: 80%;
        display: block;
    }
    .center-box textarea {
        width: 100%;
    }
    .ColRS{
        width: 49%;
        padding: 10px;
    }
    .legal-details, .true-details {
        display: none;
    }
    .seller-type {
        padding: 35px 18px 0;
    }
    .Required-Documents li {
        display: table;
    }

    .Required-Documents .upload-title {
        float: right;
        font-size: 13px;
    }

    .sign-in{
        border-right: none;
    }
    .BotCode{
        max-width: 50%;
    }

    .CreateAcc{
        display: table;
    }
    .checkMark::before {
        margin: 3px -20px 0 20px;
    }
  .sign-up {
       float: right;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #b3b3b3;
}

    .shabaNo span:nth-child(3)::before {
        content: "";
        margin: 0;
    }
    .shabaNo input[type=text]:nth-child(4) {
        width: 85%;
    }
    .finalConfirm textarea{
        margin: 0 auto;
    }
    .moreInfo {
        padding: 10px 15px;
    }
    .next-btn {
        margin: 100px auto 0;
    }
    .seller-info {
        width: 80%;
        padding: 30px 10%;
    }
    .seller-icon {
        position: relative;
        top: 20px;
        right: 50%;
        width: 110px;
        max-width: 30%;
        transform: translate(50%,0);
    }

    .CRTitle h1 {
        font-size: 1.6em;
    }

    .TXcenter {
        margin-bottom: 10px;
    }
    .TrustCard {
        flex-wrap: wrap;
    }
    .TrustLDK img {
        width: 30%;
    }
    .PervCard {
        left: 38%;
        z-index: 1;
    }
    .NextCard {
        right: 38%;
        z-index: 1;
    }
    .CRFooter {
        flex-wrap: wrap;
    }
    .CRFooter a {
        margin: 20px 0;
    }
    .CRFooter {
        height: 120px;
    }

}



@media only screen and (max-width: 480px){
  .tableSendPrice table{
    font-size: 0.8em;
    width: 100%;
    margin: 0;
  }
  .tableSendPrice table td:nth-child(odd) {
    font-size: 1em;
    background: #efeffd;
}
  .tableSendPrice table th:nth-child(odd){
    background: #e2e2fd;
  }
  .tableSendPrice table th:nth-child(even){
    background: #eee;
  }
  .tableSendPrice table th{
    line-height: 1.8;
    padding: 8px;
  	vertical-align: middle;
  }
  .tableSendPrice table td:nth-child(1) {
    white-space: nowrap;
    padding: 0 15px;
    font-size: 1em;
}
  .tableSendPrice table td:nth-child(even){
    font-size: 1em;
    background: #fff;
}
  .FormTitle {
    font-size: 1.1em;
}
  .tableSendPrice .FormTitle {
    margin-bottom: 10px;
}
  .choosSendPrice {
    padding: 0 10px;
    text-align: justify;
}
  .addonTitle span:nth-child(2) {
    font-size: .9em;
}
  .NextLvlBtn, .PervLvlBtn {
    padding: 7px 15px;
}
  .singleAddonContainer {
    padding: 12px;
}
  .SingleAddon {
    padding: 0;
}
  	.CreateDetails {
    padding: 0 10px;
	}
}