:root {
    --primary: #4dac47;
    --secondary: #212529;
    --light: #f1f1f1;
    --dark: #e7e4eb;
    --text-dark: #1d2f42;
    --text-body: #4b566b;
    --font-base: 13px;
    --font-base-sm: 11px;
    --fw-bold: bold;
    --fw-strong: 600;
    --section-card-radius: 20px;
}
*{scroll-behavior: smooth;}
.text-primary {color: var(--primary)!important;}
body{
    background-color: var(--dark);
    color: var(--text-body);
    font-size: var(--font-base);
    /* font-family: 'Open Sans', sans-serif; */
}
.btn {font-weight: var(--fw-strong);}
.w-80{
    width: 80% !important;
}
.trade-up-btn {
    display: inline-block;
}
.wrapper {
    padding: 60px 0;
    width: 100%;
    display: inline-block;
    min-height: 100vh;
    position: relative;
}
.section {
    padding: 50px;
    background: white;
    margin-bottom: 30px;
    border-radius: var(--section-card-radius);
}
.section-title {
    margin-bottom: 30px;
}
.tradein-purchase-sec, .tradin-product-sec {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    margin: 15px auto;
}
html[lang=ar] .grade-product-wrap h5 {
    text-align: right;
}
html[lang=ar] .device-sold-content{
    text-align: right;
}
html[lang=ar] .select2-results__option{
    text-align: right;
}
h5#total-price {
    text-align: center;
}
.tradein-purchase-sec {
    position: relative;
}

.img-sec-tradinpurchase {
    height: 120px;
    margin-bottom: 10px;
}

.tradein-purchase-sec img {
    height: 100%;
}

.tradein-purchase-sec p {
    font-size: 16px;
    padding: 8px 0;
    font-weight: var(--fw-strong);
    color: var(--text-dark);
}

.tradein-purchase-sec p.selecteddevice {
    font-size: 16px;
    padding: 8px 0;
    font-weight: var(--fw-strong);
    color: #ffffff;
    background-color: var(--primary);
    border-radius: 4px;
}

.tradein-purchase-sec.selected-device .selected-overlay {
    display: block !important;
}

.selected-overlay {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 180px;
    /* background:rgba(0,0,0,0.35); */
}

.selected-overlay i {
    color: #44e844;
    font-size: 32px;
    margin-top: 80px;
}

.btn-style {
    border: solid 2px;
    border-radius: 10px;
    height: 40px;
    width: 180px;
}

.top-header {
    margin: -50px 0 30px 0;
}

.trade-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}
.trade-text-ae {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 260px;
    flex-flow: column;
}
.trade-text-ae {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 260px;
    flex-flow: column;
    width: 80%;
    float: right;
}

.tradout-sec {
    padding: 50px;
    background: white;
    margin-bottom: 30px;
    border-radius: var(--section-card-radius);
}

.tradout-sec h3 {
    margin-bottom: 30px;
}

.tardin-pro-img-sec {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
}

.tardin-pro-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.f-14{
    font-size: var(--font-base) !important;
}

.header-text {
    margin-bottom: 20px;
}

.header-text h3 {
    font-weight: var(--fw-strong);
}

.steps-wizard-sec {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.wizard-steps {
    width: 32%;
    display: flex;
    margin-right: 1%;
    justify-content: center;
    float: left;
}

.wizard-:last-child {
    width: 33%;
    margin-right: 0;
}

.icon {
    display: flex;
    justify-content: normal;
    align-items: center;
    color: var(--text-dark);
    font-weight: var(--fw-strong);
}

.icon:hover {
    text-decoration: none;
    color: var(--text-dark);
}

.icon.active .step-icons {
    background:  var(--secondary);
    color: #fff;
    border: 1px solid  var(--secondary);
}

.step-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e8e8e8;
    border-radius: 50%;
    color: #b3b3b3;
    margin-right: 10px;
    border: 1px solid #cccccc;
}

.trade-btn {
    color: rgb(86, 61, 199);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
}

.white-wrap {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
}

.targetDiv {
    display: none;
}

.device-collapse .card {
    margin-bottom: 15px;
}

.device-note h5 {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 15px;
}

.device-note ul {
    padding: 0;
}

.device-note ul li {
    color: var(--text-dark);
    background-color: var(--light);;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.device-note ul li:last-child {
    margin-bottom: 0;
}

.device-sold-sec {
    display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    padding: 15px;
    margin-bottom: 15px;
    ;
}

.device-sold-sec span {
    width: 26%;
    margin-right: 4%;
}

.arabicPhnNum .iti{
    width: 100%;
}

.device-sold-sec span img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.device-sold-content {
    width: 70%;
}

.device-sold-content h4 {
    font-size: 16px;
}

.device-sold-content h5 {
    font-size: var(--font-base);
    color: #484848;
}

.device-sold-total {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    margin-bottom: 15px;
}

.device-sold-total h4 {
    background-color: var(--text-dark);
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}

.device-sold-total h5 {
    color: var(--text-dark);
    width: 100%;
    padding: 5px;
    text-align: center;
}

.device-sold-total h6 {
    color: var(--text-dark);
    width: 100%;
    margin: 0;
    font-size: var(--font-base);
}

.nxt-prev-wrap {
    text-align: center;
}

.nxt-prev-sec {
    margin: 15px 0;
}

.nxt-prev-sec a:first-child {
    margin: 0 15px 0 0;
}

.selected-categs-sold {
    float: right;
}

.selected-device-action-sec {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.selected-device-action-sec a {
    float: right;
}

.selected-device-action-sec a:first-child {
    margin-left: 15px;
}

.pikup-info-wrap {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
}

.pikup-info-wrap h5 {
    color: #fff;
    background: #1e3042;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.pikup-info-wrap form {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.sbmt-btn {
    float: left;
    margin-top: 15px;
    ;
}

#diffStateModal .modal-header {
    border-bottom: none;
}

#diffStateModal .modal-body .content-sec {
    margin-top: -30px;
    text-align: center;
}

.inolheader {
    margin: 20px 0 10px 0;
}

.gen-condition-apply-sec h4 {
    font-size: 16px;
    font-weight: var(--fw-strong);
    color: var(--text-dark);
}

.condition-apply-sec ol {
    padding-left: 25px;
}

.condition-apply-sec li {
    margin-bottom: 10px;
}

.condition-apply-sec h4 {
    font-size: 16px;
    font-weight: var(--fw-strong);
    color: var(--text-dark);
}

.faqs-sed .card .card-header h5 .btn p{
    width: 94%;
    float: left;
    margin: 0;
}

.top-header-logo-sec {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    margin-top: 15px;
    float: left;
    width: 100%;
}

.top-header-logo-sec .cartlow-logo {
    width: 150px;
}

.top-header-logo-sec .samsung-logo {
    width: 120px;
    height: 23px;
    margin-top: 10px;
}

.order-thanks-wrap h5 {
    color: 1e3042;
}

.tradinMore-btn {
    float: right;
    margin-top: 15px;
    ;
}


.order-thanks-wrap ul li {
    font-size: var(--font-base);
    margin-bottom: 5px;
}

.order-thanks-wrap h6 {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: var(--fw-strong);
    margin: 30px 0 10px 0;
}

.thank-content {
    width: 100%;
    text-align: center;
}

.thank-content i {
    font-size: 104px;
    color: #1e7e34;
    margin-top: 20px;
    ;
}

.thank-content h5 {
    font-size: 36px;
    color: var(--text-dark);
    font-weight: var(--fw-strong);
    margin: 10px 0 10px 0;
}

.order-detail-sec h5 {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: var(--fw-strong);
    margin: 30px 0 20px 0;
}

.order-detail-sec p {
    font-size: var(--font-base);
    color: var(--text-dark);
    margin: 0 0 5px 0;
}

.order-table-detail {
    margin-top: 20px;
}

.order-table-detail h5 {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: var(--fw-strong);
    margin: 30px 0 10px 0;
}

.order-table-detail p {
    font-size: var(--font-base);
    color: var(--text-dark);
    margin: 0 0 5px 0;
}

#termsconditionmodal .modal-dialog {
    max-width: 700px;
}

#termsconditionmodal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#chhosecategsModal .modal-dialog {
    max-width: 700px;
}

.tradin-how-work-sec {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    margin-bottom: 20px;
    text-align: center;
    height: 350px;
}

.tradin-how-work-sec i {
    font-size: 60px;
    margin: 15px 0;
    color: #476c90;
}

.tradin-how-work-sec h6 {
    font-size: 16px;
    margin: 15px 0;
    color: var(--primary);
}

.tradin-how-work-sec p {
    font-size: var(--font-base);
    margin: 15px 0;
    color: var(--text-dark);
}

.page-overlay {
    position: absolute;
    width: 100VW;
    height: 100vh;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.page-overlay span i {
    color: #fff;
    font-size: 60px;
}

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.loader {
    width: 8px;
    height: 8px;
    margin: 40px auto;
    opacity: 0.5;
    border-radius: 50%;
    box-shadow: 0 -14px 0 rgba(255, 255, 255, 0.8), 10px -10px 0 rgba(255, 255, 255, 0.7), 14px 0px 1px rgba(255, 255, 255, 0.6), 10px 10px 1px rgba(255, 255, 255, 0.5), 0px 14px 2px rgba(255, 255, 255, 0.4), -10px 10px 2px rgba(255, 255, 255, 0.3), -14px 0px 3px rgba(255, 255, 255, 0.2), -10px -10px 3px rgba(255, 255, 255, 0.1);
    transform-origin: 50%;
    animation: load 0.5s steps(8, end) infinite;
}
#refresh_click{
    float:right;
    cursor: pointer;
margin-top: 5px;
}


/* arabic text css */



html[lang=ar]  #refresh_click{
    float:left;
    cursor: pointer;
margin-top: 5px;
}
html[lang=ar] .pikup-info-wrap h5{
 text-align: right;
}
html[lang=ar] .modal-header .close{
    float: left;
    margin: -1rem -1rem -1rem 0;
}
html[lang=ar] .top-nav ul{
    float: right;
    margin: 0;
}
html[lang=ar] .top-nav ul li {
    list-style: none;
    float: right;
    margin-right:0px;
    margin-left:15px;
}
html[lang=ar] .nxt-btn i{
    transform: rotate(180deg);
}
html[lang=ar] .footer-links{
    float:right;
}
html[lang=ar] .footer-logo{
    float:left;
}
html[lang=ar] .faqs-sed .card .card-header h5 .btn {
    text-align: right;
    width: 100%;
}
html[lang=ar] .faqs-sed .card .card-header h5 .btn:after {
    float: left;
}
html[lang=ar] .faqs-sed .card .card-body {
    text-align: right;
    width: 100%;
}
html[lang=ar] .condition-apply-sec h4 {
    width: 100%;
    text-align: right;
}
html[lang=ar] .condition-apply-sec li {
    text-align: right;
}
html[lang=ar] .device-sold-total h5 {
    font-size: var(--font-base);
}
html[lang=ar] .device-sold-total h6 {
    font-size: 12px;
}
html[lang=ar] .device-sold-sec span {
    width: 26%;
    margin-left: 4%;
    margin-right: 0;
}
html[lang=ar] .card-header .btn-link{
    float: right;
}
html[lang=ar] .form-group label{
    width: 100%;
    text-align: right;
}
html[lang=ar] .form-group .small{
    text-align:right;
}
html[lang=ar] .form-group small{
    text-align:right;
}
html[lang=ar] .grade_text {
    float: right;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
}
html[lang=ar] .custom-control-inline {
    float: right;
    margin-bottom: 15px;
}
html[lang=ar] .device-note ul li{
    text-align:right;
}
html[lang=ar] .device-note ul li i{
    margin-right:0;
    margin-left: .5rem;
}
html[lang=ar] .select2-container--bootstrap .select2-results__option {
    text-align: right;
}
html[lang=ar] .imei-ques-icon {
    position: absolute;
    top: 5px;
    right:auto;
    left: 5px;
    width: 10px;
}
html[lang=ar] .submit-btn i{
    transform: rotate(180deg);
}
html[lang=ar] .tradin-how-work-sec{
    text-align:right;
}
html[lang=ar] .order-thanks-wrap p, html[lang=ar] .order-thanks-wrap h5, html[lang=ar] .order-thanks-wrap h6, html[lang=ar] .order-thanks-wrap li, html[lang=ar] .order-detail-sec h5, html[lang=ar] .order-detail-sec h5, html[lang=ar] .order-table-detail .table th, html[lang=ar] .order-table-detail .table td {
    text-align:right;
}
html[lang=ar] .tradinMore-btn {
    float: left;
}
html[lang=ar] .arabicPhnNum{
    flex-flow: row-reverse;
}
html[lang=ar] .arabicPhnNumInput{
    text-align: left;
}
html[lang=ar] .print_order_btn {
	float: right;
}
html[lang=ar] .store_signtor_sec {
	float: left;
}
html[lang=ar] .cstmr_signtor_sec {
	float: right;
}
html[lang=ar] .samsung-order-icon {
	right: auto;
    left: 15px;
}
/* arabic css end */
/*HEADING*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--text-dark);
    font-weight: var(--fw-bold);
}
/*BUTTONS*/
.btn {
    font-size: var(--font-base);
    line-height: normal;
    padding: 6px 15px;
    position: relative;
    border-radius: 50px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.btn:hover,
.btn:focus {transform: translateY(-3px);}
.btn:hover::after,
.btn:focus::after {
    opacity: 0;
    transform: scaleX(1.4) scaleY(1.6);
}
.btn-info::after{
    background: #17a2b8;
}
.btn-light::after,
.btn-outline-light::after {background: var(--light);}
.btn-light:hover,
.btn-light:focus,
.btn-outline-light:hover,
.btn-outline-light:focus {box-shadow: 0 10px 20px var(--light);}

.btn-primary::after,
.btn-outline-primary::after,
.btn-light-primary::after {background: var(--primary);}
.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-light-primary:hover,
.btn-light-primary:focus {box-shadow: 0 10px 20px rgb(76 171 55 / 20%);}

.btn-secondary::after,
.btn-outline-secondary::after,
.btn-light-secondary::after {background: var(--secondary);}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-light-secondary:hover,
.btn-light-secondary:focus {box-shadow: 0 10px 20px rgb(33 37 41 / 20%);}

.btn-outline-light {
    background: white;
    border-color: var(--light)!important;
    color: var(--text-body)!important;
}
.btn-outline-primary {
    background: white!important;
    border-color: var(--primary)!important;
    color: var(--primary)!important;
}
.btn-outline-secondary {
    background: white!important;
    border-color: var(--secondary)!important;
    color: var(--secondary)!important;
}
.btn-light {
    color: var(--text-body);
    background-color: var(--light);
    border-color: var(--light);
}
.btn-light {
    background: var(--light)!important;
    border-color: var(--light)!important;
    color: var(--text-body)!important;
}
.btn-primary,
.btn-outline-primary:hover {
    background: var(--primary)!important;
    border-color: var(--primary)!important;
    color: white!important;
}
.btn-secondary,
.btn-outline-secondary:hover {
    background: var(--secondary)!important;
    border-color: var(--secondary)!important;
    color: white!important;
}
.btn-light-primary {
    background: white!important;
    border-color: var(--dark)!important;
    color: var(--text-body)!important;
}
.btn-light-primary:hover {
    background: var(--primary)!important;
    border-color: var(--primary)!important;
    color: white!important;
}
.btn-action .btn {
    min-width: 130px;
    padding: 10px 15px;
}

.form-group > label {
    display: block;
    color: var(--text-dark);
    text-align: left;
    font-weight: bold;
}
.form-control {
    font-size: var(--font-base);
}

.otp-Modal.modal{
    padding: 0 !important;
}
.otp-Modal.modal .modal-header{
    border-bottom: none;
    text-align: center;
}
.otp-Modal .modal-body h6{
    text-align: center;
    font-size: 18px;
    margin-top: -30px;
}
.otp-Modal .modal-body .opt-sec{
    width:250px;
    margin: 0 auto;
    display: flex;
    justify-content:space-evenly;
}
.otp-Modal .modal-body .opt-sec .form-control{
    width: 50px;
}

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

.spin-loader {
    border-radius: 80%;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    animation: spin 0.675s linear 0s infinite normal;
    background: #26a69a;
}

.spin-loader:before,
.spin-loader:after {
    content: "";
    display: block;
    position: absolute;
}

.spin-loader:before {
    border-radius: 0 90px 90px 0;
    height: 50px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #005041;
    background-image: linear-gradient(#26a69a, #005041);
}

.spin-loader:after {
    border-radius: 80%;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #009688;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spin-loader2 {
    border-radius: 80%;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    animation: spin 0.675s linear 0s infinite normal;
    background: #bdbdbd;
}

.spin-loader2:before,
.spin-loader2:after {
    content: "";
    display: block;
    position: absolute;
}

.spin-loader2:before {
    border-radius: 0 90px 90px 0;
    height: 50px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #b1b1b1;
    background-image: linear-gradient(#b1b1b1, #848484);
}

.spin-loader2:after {
    border-radius: 80%;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ffffff;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* top nav and footer css start*/

.top-nav {
    width: 100%;
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: #eee 1px solid;
    left: 0;
}

.top-nav ul {
    padding: 0;
}

.top-nav ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.top-nav ul li:last-child {
    margin-right: 0;
}

.top-nav ul li a {
    color: var(--text-body);
    font-weight: var(--fw-strong);
    font-size: var(--font-base-sm);
}

.top-nav ul li a:hover {
    text-decoration: none;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 3;
    background: #fff;
    border-top: #eee 1px solid;
    left: 0;
}

.footer-links {
    float: left;
}

.footer-links a {
    float: left;
    font-size: var(--font-base);
    color: var(--text-body);
    margin-right: 15px;
    line-height: 30px;
    font-weight: var(--fw-strong);
}

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

.footer-links a:hover {
    text-decoration: none;
}

.footer-logo {
    float: right;
}

.partner-footer-sec a {
    float: left;
}

.partner-footer-sec p {
    float: left;
    margin: 0 5px;
}

.faqs-sed .card {
    margin-bottom: 15px;
}

.faqs-sed .card .card-header h5 .btn:focus,
.faqs-sed .card .card-header h5 .btn.focus {
    outline: 0;
    box-shadow: none;
}

.faqs-sed .card .card-header h5 .btn {
    text-align: left;
    width: 100%;
}

.faqs-sed .card .card-header h5 .btn:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.faqs-sed .card .card-header h5 .btn.collapsed:after {
    content: "\f107";
}

.tradin-contact-sec {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    text-align: center;
}

.tradin-contact-sec i {
    font-size: 30px;
    margin: 15px 0;
    color: #476c90;
}

.tradin-contact-sec h6 {
    font-size: 16px;
    margin: 15px 0;
    font-weight: var(--fw-strong);
    color: var(--primary);
}

.tradin-contact-sec p {
    font-size: var(--font-base);
    margin: 15px 0;
    color: var(--text-dark);
    word-break: break-all;
}

.tradin-contact-form-sec {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.pikup-info-wrap .sec {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.help-icon {
    position: relative;
}

.samsung-order-icon {
    position: absolute;
    top: 5px;
    right: 18px;
}

.help-imei-icon {
    position: relative;
}

.imei-ques-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.pic-handmobile {
    height: 260px;
}
.pic-tv{
    height: 200px;
    margin: 40px 20px 20px 0;
}

#contactmodal .modal-dialog {
    max-width: 810px;
}

#contactmodal .modal-dialog .modal-content .modal-header h5 {
    margin-left: 30px;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

#footertermsconditionmodal .modal-dialog {
    max-width: 810px;
}

#termsconditionmodal .modal-dialog {
    max-width: 810px;
}

#faqsmodal .modal-dialog {
    max-width: 810px;
}

.cartlow-footer-logo {
    height: 25px;
}

.samsung-footer-logo {
    height: 30px;
}

.select2-custom {
    width: 100%;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.7em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: none;
}

.select2-custom .select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

/* ksa samsung css start */
html[lang=ar] .top_banner-ksa{
    text-align: right;
}
html[lang=ar] .faqs-sed .card .card-header h5 .btn {
    text-align: right;
    width: 100%;
}
.pic-handmobile-resp{
    display: none;
    width: 100%;
    margin: 40px 0;
}
.ksa_banner_sec{
    margin-top:0px;
}
.carosel-sec-ae .carousel .carousel-inner{
    background-color: #fff;
    border-radius: 8px;;
}
.carosel-sec-ae .carousel .carousel-control-next {
    width: 40px;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,0.6965161064425771) 0%, rgba(54,54,172,0.20351890756302526) 100%, rgba(0,212,255,1) 100%);
    top: 50%;
    height: 40px;
    margin-top: -25px;
    border-radius: 50%;
    right: 15px;
}
.carosel-sec-ae .carousel .carousel-control-prev {
    width: 40px;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,0.6965161064425771) 0%, rgba(54,54,172,0.20351890756302526) 100%, rgba(0,212,255,1) 100%);
    top: 50%;
    height: 40px;
    margin-top: -25px;
    border-radius: 50%;
    left: 15px;
}
.carosel-sec-ae .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}
.carosel-sec-ae .carousel .carousel-control-next .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}
/* ksa samsung css end */
@media screen and (min-width:992px) and (max-width:1366px) {
    .upto3device {
        margin-top: 50px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .tradin-how-work-sec {
        height: 400px;
    }
}
@media screen and (min-width:769px) and (max-width:991px) {
    .pic-tv{
        width:90%;
        height:auto;
        margin: 40px 20px 20px 0;
    }
}
@media screen and (min-width:576px) and (max-width:830px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0.5rem;
        pointer-events: none;
    }
}
@media screen and (max-width:576px) {
    .footer-links a {
        line-height: 20px;
    }
    .cartlow-footer-logo {
        height: 24px;
    }
    .tradin-product-sec a:hover {
        color: #495057;
        background-color: #fff;
        text-decoration: none;
    }
    .partner-footer-sec a {
        width: 100%;
        text-align: center;
    }
    .upto3device h3, .section-title {
        font-size: 24px;
    }
    .pic-handmobile {
        margin-top: 15px;
    }
    .tradin-how-work-sec {
        height: auto;
    }
    .trade-text {
        height: auto;
        justify-content: center;
    }
    .trade-text-ae {
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-logo {
        width: 100%;
        float: left;
    }
    .footer-links {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .tradout-sec .col-lg-3:last-child .tradin-how-work-sec {
        margin-bottom: 0;
    }
    .tradout-sec .col-lg-4:last-child .tradein-purchase-sec {
        margin-bottom: 0;
    }
}

@media screen and (max-width:339px) {
    .wrapper {
        padding: 70px 0;
    }
    .partner-footer-sec a {
        float: none;
    }
    .partner-footer-sec p {
        float: none;
        margin: 0 5px;
    }
    .partner-footer-sec {
        text-align: center;
    }
    .wrapper {
        padding: 70px 0 140px 0;
    }
}

@media screen and (max-width:768px) {
    .pic-tv {
        height: 192px;
        margin: 20px;
    }
    .grade-product-wrap {
        margin-top: 15px;
    }
    .trade-text {
        height: auto;
        justify-content: center;
    }
    .trade-text-ae {
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        float: none;
        width: 100%;
    }
    html[lang=ar] .top_banner-ksa {
        text-align: center;
    }
    .top_banner-ksa {
        text-align: center;
    }
    .pic-handmobile-resp{
        display: block;
    }
    .pic-handmobile{
        display: none;
    }
    .tradout-sec, .section{padding: 25px;}
}
#faq-accordion .btn:hover::after {
    transform: none;
    content: '';
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: var(--secondary);
}
.category_card {
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    padding: 15px;
}
.category_card a.btn-outline-danger {
    padding: 3px 6px;
}
.category_card .collapse {
    margin-top: 16px;
}
.tradout-sec-title {
    margin-bottom: 30px;
    font-size: 1.75rem;
}
.new-events .nav-pills {margin-bottom: 30px;}
.new-events .nav-link {
    text-transform: uppercase;
    cursor: pointer;
    padding: 20px;
    background: white;
    border-radius: var(--section-card-radius);
}
.new-events .nav-link.active {
    background: var(--primary);
}
.new-events .nav-link.active h5,
.new-events .nav-link.active h4 {color: white;}
.new-events .nav-link h4 {
    margin-bottom: 0;
    padding: 5px 15px 7.5px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    background: var(--secondary);
}
.new-events .nav-link h4 span {
    color: var(--primary);
}