/* default, light mode styles set with variables */
@charset "utf-8";
/* CSS Document */
:root {
	--sellphone-body-bg-light:#ffffff;
	--sellphone-body-bg-dark:#222222;

	--sellphone-body-color-light:#222222;
	--sellphone-body-color-dark:#dddddd;

	--sellphone-blackwhite-color-light:#000000;
	--sellphone-blackwhite-color-dark:#ffffff;

	--sellphone-sellbox-bg-light:#f8f8f8;
	--sellphone-sellbox-bg-dark:#2f2f2f;

	--sellphone-sellbox-bordertop-light:#222222;
	--sellphone-sellbox-bordertop-dark:#cc0000;

	--sellphone-svg-fill-light:#000000;
	--sellphone-svg-fill-dark:#dddddd;

	--sellphone-tabs-bg-light:#eeeeee;
	--sellphone-tabs-bg-dark:#333333;

	--sellphone-sellbtn-bg-light:linear-gradient(to right, #4096ee 0%,#2a84e1 100%);
	--sellphone-sellbtn-bg-dark:linear-gradient(to right, #4096ee 0%,#2a84e1 100%);

	--sellphone-sellbtn-color-light:#ffffff;
	--sellphone-sellbtn-color-dark:#ffffff;

	--sellphone-oksell-bg-light:#000000;
	--sellphone-oksell-bg-dark:linear-gradient(to right, #4096ee 0%,#2a84e1 100%);

	--sellphone-input-bg-light:#ffffff;
	--sellphone-input-bg-dark:#4a4a4a;

	--sellphone-tabcurrent-bg-light:#f8f8f8;
	--sellphone-tabcurrent-bg-dark:#2f2f2f;

	--sellphone-input-border-light:#dddddd;
	--sellphone-input-border-dark:#666666;

	--sellphone-redwhite-color-light:#cc0000;
	--sellphone-redwhite-color-dark:#ffffff;

	--sellphone-price-color-light:#2b85e2;
	--sellphone-price-color-dark:#49a3ff;

	--sellphone-invert-img-light:invert(0);
	--sellphone-invert-img-dark:invert(1);
	
	--sellphone-font-weight-light:400;
	--sellphone-font-weight-dark:300;

	--sellphone-modeltosell-bg-light:#f1f1f1;
	--sellphone-modeltosell-bg-dark:#0e0d0d;

	--sellphone-underline-light:none;
	--sellphone-underline-dark:underline;

	--sellphone-completebox-bg-light:rgb(255 255 255 / 75%);
	--sellphone-completebox-bg-dark:rgb(33 33 33 / 75%);

	--sellphone-completebox-border-light:#222222;
	--sellphone-completebox-border-dark:#4e4e4e;
}

@media(prefers-color-scheme: dark){
    :root {
        --sellphone-body-bg:var(--sellphone-body-bg-dark);
        --sellphone-body-color:var(--sellphone-body-color-dark);
		--sellphone-blackwhite-color:var(--sellphone-blackwhite-color-dark);
		--sellphone-sellbox-bg:var(--sellphone-sellbox-bg-dark);
		-sellphone-sellbox-bordertop:var(-sellphone-sellbox-bordertop-dark);
		--sellphone-svg-fill:var(--sellphone-svg-fill-dark);
		--sellphone-tabs-bg:var(--sellphone-tabs-bg-dark);
		--sellphone-sellbtn-bg:var(--sellphone-sellbtn-bg-dark);
		--sellphone-sellbtn-color:var(--sellphone-sellbtn-color-dark);
		--sellphone-oksell-bg:var(--sellphone-oksell-bg-dark);
		--sellphone-input-bg:var(--sellphone-input-bg-dark);
		--sellphone-tabcurrent-bg:var(--sellphone-tabcurrent-bg-dark);
		--sellphone-input-border:var(--sellphone-input-border-dark);
		--sellphone-redwhite-color:var(--sellphone-redwhite-color-dark);
		--sellphone-price-color:var(--sellphone-price-color-dark);
		--sellphone-invert-img:var(--sellphone-invert-img-dark);
		--sellphone-font-weight:var(--sellphone-font-weight-dark);
		--sellphone-modeltosell-bg:var(--sellphone-modeltosell-bg-dark);
		--sellphone-underline:var(--sellphone-underline-dark);
		--sellphone-completebox-bg:var(--sellphone-completebox-bg-dark);
		--sellphone-completebox-border:var(--sellphone-completebox-border-dark);
    }
}
@media(prefers-color-scheme: light){
    :root {
        --sellphone-body-bg:var(--sellphone-body-bg-light);
        --sellphone-body-color:var(--sellphone-body-color-light);
		--sellphone-blackwhite-color:var(--sellphone-blackwhite-color-light);
		--sellphone-sellbox-bg:var(--sellphone-sellbox-bg-light);
		-sellphone-sellbox-bordertop:var(-sellphone-sellbox-bordertop-light);
		--sellphone-svg-fill:var(--sellphone-svg-fill-light);
		--sellphone-tabs-bg:var(--sellphone-tabs-bg-light);
		--sellphone-sellbtn-bg:var(--sellphone-sellbtn-bg-light);
		--sellphone-sellbtn-color:var(--sellphone-sellbtn-color-light);
		--sellphone-oksell-bg:var(--sellphone-oksell-bg-light);
		--sellphone-input-bg:var(--sellphone-input-bg-light);
		--sellphone-tabcurrent-bg:var(--sellphone-tabcurrent-bg-light);
		--sellphone-input-border:var(--sellphone-input-border-light);
		--sellphone-redwhite-color:var(--sellphone-redwhite-color-light);
		--sellphone-price-color:var(--sellphone-price-color-light);
		--sellphone-invert-img:var(--sellphone-invert-img-light);
		--sellphone-font-weight:var(--sellphone-font-weight-light);
		--sellphone-modeltosell-bg:var(--sellphone-modeltosell-bg-light);
		--sellphone-underline:var(--sellphone-underline-light);
		--sellphone-completebox-bg:var(--sellphone-completebox-bg-light);
		--sellphone-completebox-border:var(--sellphone-completebox-border-light);
    }
}

[color-scheme="light"]{
    --sellphone-body-bg:var(--sellphone-body-bg-light);
	--sellphone-body-color:var(--sellphone-body-color-light);
	--sellphone-blackwhite-color:var(--sellphone-blackwhite-color-light);
	--sellphone-sellbox-bg:var(--sellphone-sellbox-bg-light);
	-sellphone-sellbox-bordertop:var(-sellphone-sellbox-bordertop-light);
	--sellphone-svg-fill:var(--sellphone-svg-fill-light);
	--sellphone-tabs-bg:var(--sellphone-tabs-bg-light);
	--sellphone-sellbtn-bg:var(--sellphone-sellbtn-bg-light);
	--sellphone-sellbtn-color:var(--sellphone-sellbtn-color-light);
	--sellphone-oksell-bg:var(--sellphone-oksell-bg-light);
	--sellphone-input-bg:var(--sellphone-input-bg-light);
	--sellphone-tabcurrent-bg:var(--sellphone-tabcurrent-bg-light);
	--sellphone-input-border:var(--sellphone-input-border-light);
	--sellphone-redwhite-color:var(--sellphone-redwhite-color-light);
	--sellphone-price-color:var(--sellphone-price-color-light);
	--sellphone-invert-img:var(--sellphone-invert-img-light);
	--sellphone-font-weight:var(--sellphone-font-weight-light);
	--sellphone-modeltosell-bg:var(--sellphone-modeltosell-bg-light);
	--sellphone-underline:var(--sellphone-underline-light);
	--sellphone-completebox-bg:var(--sellphone-completebox-bg-light);
	--sellphone-completebox-border:var(--sellphone-completebox-border-light);
}

[color-scheme="dark"]{
    --sellphone-body-bg:var(--sellphone-body-bg-dark);
	--sellphone-body-color:var(--sellphone-body-color-dark);
	--sellphone-blackwhite-color:var(--sellphone-blackwhite-color-dark);
	--sellphone-sellbox-bg:var(--sellphone-sellbox-bg-dark);
	-sellphone-sellbox-bordertop:var(-sellphone-sellbox-bordertop-dark);
	--sellphone-svg-fill:var(--sellphone-svg-fill-dark);
	--sellphone-tabs-bg:var(--sellphone-tabs-bg-dark);
	--sellphone-sellbtn-bg:var(--sellphone-sellbtn-bg-dark);
	--sellphone-sellbtn-color:var(--sellphone-sellbtn-color-dark);
	--sellphone-oksell-bg:var(--sellphone-oksell-bg-dark);
	--sellphone-input-bg:var(--sellphone-input-bg-dark);
	--sellphone-tabcurrent-bg:var(--sellphone-tabcurrent-bg-dark);
	--sellphone-input-border:var(--sellphone-input-border-dark);
	--sellphone-redwhite-color:var(--sellphone-redwhite-color-dark);
	--sellphone-price-color:var(--sellphone-price-color-dark);
	--sellphone-invert-img:var(--sellphone-invert-img-dark);
	--sellphone-font-weight:var(--sellphone-font-weight-dark);
	--sellphone-modeltosell-bg:var(--sellphone-modeltosell-bg-dark);
	--sellphone-underline:var(--sellphone-underline-dark);
	--sellphone-completebox-bg:var(--sellphone-completebox-bg-dark);
	--sellphone-completebox-border:var(--sellphone-completebox-border-dark);
}





:root {
    /* --sellphone-body-bg:#ffffff; */
    /* --sellphone-body-color:#222222; */
	/* --sellphone-blackwhite-color:#000000; */
	/* --sellphone-sellbox-bg:#f8f8f8; */
	/* --sellphone-sellbox-bordertop:#222222; */
	/* --sellphone-svg-fill:#000000; */
	/* --sellphone-tabs-bg:#eeeeee; */
	/* --sellphone-sellbtn-bg:linear-gradient(to right, #4096ee 0%,#2a84e1 100%); */
	/* --sellphone-sellbtn-color:#ffffff; */
	/* --sellphone-oksell-bg:#000000; */
	/* --sellphone-input-bg:#ffffff; */
	/* --sellphone-tabcurrent-bg:#f8f8f8; */
	/* --sellphone-input-border:#dddddd; */
	/* --sellphone-redwhite-color:#cc0000; */
	/* --sellphone-price-color:#2b85e2; */
	/* --sellphone-invert-img:invert(0); */
	/* --sellphone-font-weight:400; */
	/* --sellphone-modeltosell-bg:#f1f1f1; */
	/* --sellphone-underline:none; */
	/* --sellphone-completebox-bg:rgb(255 255 255 / 75%); */
	/* --sellphone-completebox-border:#222222; */
}


/*dark-mode styles*/
.dark-mode {
    /* --sellphone-body-bg:#222222; */
    /* --sellphone-body-color:#dddddd; */
	/* --sellphone-blackwhite-color:#ffffff; */
	/* --sellphone-sellbox-bg:#2f2f2f; */
	/* --sellphone-sellbox-bordertop:#cc0000; */
	/* --sellphone-svg-fill:#dddddd; */
	/* --sellphone-tabs-bg:#333333; */
	/* --sellphone-sellbtn-bg:linear-gradient(to right, #4096ee 0%,#2a84e1 100%); */
	/* --sellphone-sellbtn-color:#ffffff; */
	/* --sellphone-oksell-bg:linear-gradient(to right, #4096ee 0%,#2a84e1 100%); */
	/* --sellphone-input-bg:#4a4a4a; */
	/* --sellphone-tabcurrent-bg:#2f2f2f; */
	/* --sellphone-input-border:#666666; */
	/* --sellphone-redwhite-color:#ffffff; */
	/* --sellphone-price-color:#49a3ff; */
	/* --sellphone-invert-img:invert(1); */
	/* --sellphone-font-weight:300; */
	/* --sellphone-modeltosell-bg:#0e0d0d; */
	/* --sellphone-underline:underline; */
	/* --sellphone-completebox-bg:rgb(33 33 33 / 75%); */
	/* --sellphone-completebox-border:#4e4e4e; */
}

.mode-switch {
    display: block !important;
}
@media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
}
html {
  scroll-behavior: smooth;
}
body{
	background-color: var(--sellphone-body-bg);
	color:var(--sellphone-body-color);
}
.sellphone-topimage{
	text-align: center;
    margin: 30px 0;
}
.sellphone-topimage img{
	border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 728px;
}
.sellmobile-area{
	display: table;
	width: 100%;
	font-family:'Kanit';
	font-weight:400;
	background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 50%,#efefef 99%); 
    background: url(../images/sell/bg-sell.png) no-repeat center center/cover;
    background-attachment: fixed;
}
h1{
	color: #222;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 2.8rem;
	padding-top:50px;
}
h1 a {color: var(--sellphone-blackwhite-color);font-weight:700;}
form{margin:0;}
ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.form-group{
	width: 96%;
	margin: 0 auto;
}
.brand{
	margin-left: 10px;
}
.sub-brand{
	margin-left: -10px;
}
.input-group>.custom-select{
	font-size: 1.4rem;
    font-weight: 500;
    border-radius: 30px !important;
    padding: .475rem 1.75rem .475rem 1.75rem;
	border: 1px solid #fff;
	color:#222;
	height: calc(1.5em + 1rem + 2px);
}
h3{font-family:'Kanit'; margin-bottom: 1.5rem;padding-left:20px;color:var(--sellphone-blackwhite-color);}
h4{margin-bottom: 0.8rem;}
.price{
	font-size: 3rem;
	font-weight: 500;
	color:var(--sellphone-price-color);
	padding: 1rem 0;
	/* border: 2px solid #000; */
}
.grade-level{
	font-size: 30px;
	text-align: right;
	font-weight: 500;
	color: #afafaf;
	font-family: 'Kanit';
}
.grade-level ul{ margin-bottom: 0; margin-right: 15px;}
.grade-level ul li{ 
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	color:#e0e0e0;
	line-height: 35px;
	border-radius: 30px;
	border: 1px solid;
}
.grade-level ul li:after{ 
	/* content: ""; */
	width: 40px;
	height: 40px;
	border: 3px solid;
	display: block;
	position: absolute;
	top: -11px;
	border-radius: 30px;
}
.grade-level ul li.grade-A{ 
	color:#fff;
	background:#28a745;
	border: 1px solid #28a745;
}
.grade-level ul li.grade-B{ 
	color:#fff;
	background:#FFE116;
	border: 1px solid #FFE116;
}
.grade-level ul li.grade-C{ 
	color:#fff;
	background:#F66A18;
	border: 1px solid #F66A18;
}
.grade-level ul li.grade-D{ 
	color:#fff;
	background:#DB1315;
	border: 1px solid #DB1315;
}
.grade-level ul li.grade-A:after{ 
	border: 3px solid #28a745;	
}
.parallax{
	background-image: url(../images/sell/handson-mobile.png);
	min-height: 500px;
	background-attachment: fixed;
	background-position: 24% bottom;
	background-repeat: no-repeat;
	background-size: 25%;


	background-position: 20% bottom;
	background-repeat: no-repeat;
	background-size: 430px;
}
.sell-box{
	/* background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 50%,#efefef 99%);  */
	background:var(--sellphone-sellbox-bg);
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
	
    min-height: 18px;    
	padding-left: 8px;
	padding-right: 8px;
}
.checkbox span, .radio span {
    font-family: DBHelvethaicaXRegular;
    font-size: 19px;
    margin-left: 5px;
    color: #969696;
}
.cate li .checkbox input[type="checkbox"], .cate li .radio input[type="checkbox"]{
    vertical-align: baseline;
	position: absolute;
}
.radio input[type="radio"]{
	margin-left:-13px;
    margin-top: 18px;
}
.checkbox label::before, .radio label::before {
  /*   content: ""; */
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-top: 3px;
    border: 1px solid #cecece;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio label::before {
	border-radius:20px;
}
.checkbox label::after, .radio label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: -2px;
    margin-left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 14px;
    color: #555555;
}
.radio label::after {
	left: 1px;
	top: 6px;
    color: #555555;
    border-radius: 21px;
    width: 18px;
    height: 15px;
    padding: 0;
    /* border: 2px solid #555555; */
    font-size: 16px;
    line-height: 14px;
    text-indent: 1px;
 }
.checkbox input[type="checkbox"]:checked + label::after , .radio input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
  /*   content: "\f00c"; */
}

.checkbox label, .radio label{
    font-family: DBHelvethaicaXRegular;
    font-size: 23px;
    line-height: 26px;
    padding: 0 0 0 20px;
	display: inline;
	cursor: pointer;
}

.tabs,.tabs2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tab-example, .tab-example2{
	padding-left: 15px;
	padding-right: 15px;
}
.tabs li, .tabs2 li {
	display: inline-block;
	padding: 15px 25px;
	background: none;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-family: 'Kanit';
	padding: 30px 0;
	margin-bottom: 0;
	font-size: 1.45rem;
	font-weight: 500;
	border: 2px solid #ffffff00;
    border-bottom: 2px solid var(--sellphone-sellbox-bordertop);
    margin-bottom: -2px;
	color:var(--sellphone-body-color);
}
.tabs li em, .tabs2 li em{margin-right:10px;}
.tabs li.current{
    color: var(--sellphone-redwhite-color);
    background: var(--sellphone-tabcurrent-bg);
    border-radius: 0;
    border: 2px solid var(--sellphone-sellbox-bordertop);
    border-bottom: 0 solid var(--sellphone-tabcurrent-bg);
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
}
.tabs li svg{
	fill:var(--sellphone-svg-fill);
}
.tabs li.current svg{
	fill:var(--sellphone-redwhite-color);
}
.tabs2 li{    
	margin-bottom: 2rem;
    margin-top: 3rem;
	border-radius:6px;
	border:0;
}
.tabs2 li.current{
    background:var(--sellphone-tabs-bg);
	color:var(--sellphone-blackwhite-color);
}
.tab-contents, .tab-contents2 {
	padding: 20px 0;
    border-top: 2px solid var(--sellphone-sellbox-bordertop);
    margin-left: 15px;
    margin-right: 15px;
}
.tab-pane , .tab-pane2 {
	display: none;
}

.tab-pane.current,.tab-pane2.current {
	display: block;
}
.tabs2 li img{
	filter:var(--sellphone-invert-img);
}


.tab-list{margin: 5px 0 10px 0;padding:0;}

.tab-list li{
	position: relative;
	border: 0 solid #eee;
	background-color:transparent;
	display:table;
	height:118px;
}
.tab-list li label{
	border: 1px solid var(--sellphone-input-border);
	display: block;
	text-align: center;
	font-family: 'Kanit';
	padding: 30px 10px;
	margin-bottom:0.15rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	border-radius: 8px;
	background: var(--sellphone-input-bg);
	color:var(--sellphone-body-color);
	position:relative;
	vertical-align: middle!important;
	display: table-cell;
}
.tab-list li:last-child{}
.tab-list li input[type="checkbox"] ,.tab-list li input[type="radio"]{
	position: absolute;
	display: block;
	right: auto;
	top: 50%;
	margin-top: -6px;
	left: 6px;
	-webkit-appearance: none;
	border: 0 solid transparent;
}
.tab-list li.checkbox label::before, .tab-list li.radio label::before{
	margin-top:3px;
}
.tab-list li.checkbox label::after{
	top:13px;
}
.tab-list li.radio label::after{
	top:0;
}

.tab-list input:checked + li label {
	border: 1px solid #cc0000;
	background:#c00;
	color:#fff;
}
.tab-list input:checked + li label:after {
    border: 1px solid #c00;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    left: 0;
    top: 0;
}
/* 
.tab-list input + li.first label {
    border: 1px solid #3a804a;
    color: #3a804a;
}
.tab-list input:checked + li.first label {
    border: 1px solid #28a745;
    color: #28a745;
}
.tab-list input:checked + li.first label:after {
	border: 2px solid #28a745;
} */

.problem input {
	opacity: 0;
	position:absolute;
}

.accessory{
padding-left: 1.8rem;
}
.tab-list2 li input[type="checkbox"] {
	position: absolute;
	display: block;
	right: auto;
	top: 50%;
	margin-top: -6px;
	left: 6px;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0;
	border:0;
}
.tab-list2 input:checked + li.checkbox{
	background: #f9f9f9;
	color:#0191C8;
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.tab-list2 input:checked + li.checkbox span{color:#fff;color:#0191C8;}
.tab-list2 .checkbox label{
	font-family: 'Kanit' !important;
	font-size: 17px;
	display:block;
	text-align:center;
	color:var(--sellphone-body-color);
}
.tab-list2 .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 15%;
    margin-top: 3px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tab-list2 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    left: 14%;
    content: "\f00c";
    color: #cc0000;
    border: 0;
    top: -1px;
    border-radius: 21px;
    width: 22px;
    height: 22px;
    text-shadow: none;
    font-size: 22px;
}
.tab-list2 .checkbox label[for="accessories"]::before{
	left:0;
}
.tab-list2 .checkbox input[type="checkbox"]:checked + label[for="accessories"]::after{
	left:-2px;
}
.iMei label{font-size: 16px;}
.iMei a{color:#000;}
.iMei input{
	padding: 13px 10px 16px;
	box-shadow: none;
	font-size: 15px;
	line-height: 10px;
	border-radius: 30px;
	text-align: center;
    height: 20px;
    border: 1px solid #d7d7d7;
}

.btn-oksell{
	font-size: 2rem;
	font-weight: 600;
	width: 45%;
	display: block;
	background: var(--sellphone-oksell-bg);
	color: var(--sellphone-sellbtn-color) !important;
	text-align:center;
	text-decoration:none;
	border: 0;
	border-radius: 60px;
	padding: 10px;
	margin: 0 auto 30px;
	font-family:'Kanit';
}
.btn-blue{
	background: var(--sellphone-sellbtn-bg);
	color: var(--sellphone-sellbtn-color) !important;
}
.contact-wrap{padding-top:5rem;font-family:'Kanit';}
.contact-wrap .tab-contents2{
	padding:50px 0; 
	background: var(--sellphone-tabs-bg);
    border-radius: 8px;
    margin-left: 10%;
    margin-right: 10%;
	border-top:0;
}
.contact-wrap .tab-link2 span{
    display: block;
    font-size: 14px;
    font-weight: 300;
	margin-top:5px;
}
.contact-wrap label{
    display: block;
    display: inline-block;
    font-family: 'Kanit';
    font-size: 18px;
	line-height:22px;
	font-weight:500;
	color:var(--sellphone-body-color);
    /* border-left: 4px solid #212529;
    padding-left: 8px; */
}
.contact-wrap label.red{
	/* border-left: 4px solid #cc0000; */
}
.contact-wrap input[type="text"],.contact-wrap input[type="tel"], .contact-wrap input[type="email"],.contact-wrap textarea, .contact-wrap input[type="date"],.contact-wrap select{
    width: 100%;
    box-shadow: none;
    border: 1px solid #000000;
    border: 1px solid transparent;
    display: block;
    font-family: 'Kanit';
    padding: 20px 10px;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-radius: 3px;
    background: var(--sellphone-input-bg);
	box-shadow:none;
	color:var(--sellphone-body-color);
	font-weight:var(--sellphone-font-weight);
}
.contact-wrap input[type="date"],.contact-wrap select{
	padding: 5px 10px;
	height:44px;
	font-size: 16px;
    font-weight: 300;
	color:var(--sellphone-body-color);
}
.contact-wrap #contact2 input[type="text"]{
    border: 1px solid #000000;
}
.contact-wrap {
	color:var(--sellphone-blackwhite-color);
}
.contact-wrap p{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 2rem;
	color:var(--sellphone-body-color);
}
.address-box{
    border-radius: 3px;
    font-weight: 400;
    background: #222;
    padding: 20px 20px;
    color: #fff;
    font-size: 22px;
}
.term-condition{
	background-color:var(--sellphone-body-bg);
	color:var(--sellphone-body-color);
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
	font-family:'Kanit';
}
.term-condition h5{margin-bottom:1.5rem;}
.term-condition h6{font-size: 1.15rem;}
.term-condition p{font-size: 0.9rem;line-height:1.5;text-align:center;}
.term-condition p strong{color:var(--sellphone-blackwhite-color);}
.term-condition ul{}
.term-condition ul li{
	line-height:25px;
}
.term-condition ul li span{
	display:block;
    padding-left: 15px;
}
.term-condition .accept{
    margin: 0 auto;
    width: 30%;	
}

/* validate */
.input-group>.error:focus {
    border-color: #ff8080;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

label.error{
    display: inline;
    color: #c00;
    padding: 0px 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
}
.brand label ,.sub-brand label {
    display: block;
    width: 100%;
    padding: 0 21px;
    font-size: 1.1rem;
    font-weight: 500;
	color:var(--sellphone-body-color);
}
.brand label.error ,.sub-brand label.error {
	position: absolute;
    display: block;
    top: -25px;
    z-index: 3;
    padding: 0 10px;
    border-radius: 0;
    width: 70%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
}
.tab-list2 .checkbox label.error::before{
	content:none;
}


/* Summary */
.summary-box{background-color:var(--sellphone-sellbox-bg);margin-top:1px;}
.modeltosell{
	text-align: center;
    background: var(--sellphone-modeltosell-bg);
    padding: 20px;
    font-family: 'Kanit';
    color: var(--sellphone-blackwhite-color);
    border-radius: 8px;
    margin-bottom: 2.8rem;
    text-transform: inherit;
	font-size: 2rem;
}
.modelPrice{
    font-family: 'Kanit';
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center;
    color:var(--sellphone-blackwhite-color);
}
.modelPrice strong{
	color: var(--sellphone-price-color);
	color:#cc0000;
	font-weight:700;
}

.problem-system{margin-left:3rem;color:var(--sellphone-body-color);}
.problem-system h4{margin-bottom: 1.3rem;color:var(--sellphone-blackwhite-color);}
.problem-system h3{padding-left:0;position:relative;}
.problem-system h3 span, .problem-system h3 strong{
	font-weight: 500;
    padding: 5px 15px 5px 0;
    border-radius: 3px;
    color: var(--sellphone-blackwhite-color);
    font-size: 2.25rem;
    position: relative;
    z-index: 3;
	text-decoration: var(--sellphone-underline);
    text-decoration-color: #cc0000;
    /*text-decoration-style: double;*/
}
.problem-system h3:after{
	content:"";
	width:100%;
	/* height:3px; */
	background:#c00;
	
    background: #000;
    position: absolute;
    left: 0;
    top: 55%;
}
.problem-system h3.gradelevel:after{content:none;}
.problem-system h3 img{vertical-align: sub;width:50px;height:auto;}
.problem-system h3 strong.gradeSummary{
	font-size: 30px;
    font-weight: 500;
    font-family: 'Kanit';
	display: inline-block;
	padding:0;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    border-radius: 30px;
    color: #fff;
    background: #DB1315;
    border: 3px solid #DB1315;
	margin-left:10px;
	text-decoration: none;
}
.problem-system ul{padding-left: 25px;}
.problem-system ul li{
	list-style-type: disc;
    line-height: 2.35rem;
    font-size: 1.25rem;
	font-weight:300;
}
.problem-system ul li strong{
	font-weight:500;
}
.problem-system p{font-size:1.2rem;font-weight:300;margin-top: 1.2rem;}
.problem-system p strong{font-weight:500;}
.btn-confirm{
	font-size: 2rem;
    font-weight: 600;
    width: 45%;
    display: block;
	background: var(--sellphone-sellbtn-bg);
	color: var(--sellphone-sellbtn-color) !important;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 60px;
    padding: 10px;
    margin: 50px auto 120px;
    font-family: 'Kanit';
}
.banner-970 {
	margin:0 auto 50px;
	text-align: center;;
}

/* complete page */
.sell-complete{ min-height: calc(100% - 100px); 
	background: url(https://www.siamphone.com/images/sell/finish-page.png) bottom center no-repeat;
	background-size: contain;
}
.dark-mode .sell-complete{
	background-image: url(https://www.siamphone.com/images/sell/finish-page-dark.png);
}
.complete-box{
	font-family: 'Kanit';
	font-weight: 400;
	border:2px solid var(--sellphone-completebox-border);
	border-radius: 8px;
	text-align:center;
	background:var(--sellphone-completebox-bg);
	color:var(--sellphone-body-color);
}
.complete-box h1{
	color:var(--sellphone-blackwhite-color);
}
.complete-box p{
	padding: 0 40px 10px;
	font-size: 1.25rem;
	line-height: 2rem;
}
.complete-box p strong{
	color:var(--sellphone-blackwhite-color);
}
.backhome{
	font-size: 1.5rem;
	font-weight: 400;
	width: 40%;
	display: block;
	background: var(--sellphone-sellbtn-bg);
	color: var(--sellphone-sellbtn-color) !important;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 60px;
	padding: 15px 10px;
	margin: 40px auto 60px;
	font-family: 'Kanit';
}
.container-footer {
	width: 100%;
}
@media (max-width: 992px) {
	.sell-complete{
		background-image: url(https://www.siamphone.com/images/sell/finish-page_2x.png) ;
	}
	.dark-mode .sell-complete{
		background-image: url(https://www.siamphone.com/images/sell/finish-page-dark_2x.png);
	}
}
@media (max-width: 581px) {
	
	.complete-box p{
		padding: 0 1rem 1rem;
	}
	.backhome{width:70%;}
}



/* footer */
.container-footer{background:#191919;}
#footer {
    width: 100%;
    margin: 10px auto 0;
}
#footer_copyright {
    padding: 0;
    width: 100%;
    font: 10px/30px Arial;
    text-transform: uppercase;
    display: inline-block;
}
#footer_copyright .siamphone_logo {
    margin: 0 10px;
    float: left;
}
#footer_copyright .siamphone_logo img {
	vertical-align:sub;
}
#footer_copyright em.copysign {
    font-size: 12px;
    float: left;
    font-family: Arial;
    margin-right: 5px;
    font-style: normal;
}
#footer_copyright p.right_reserved_text {
    float: left;
    margin: 0;
    color: #8c8c8c;
}
#footer_copyright p.social_network {
    float: right;
    margin: 0 10px;
    color: #8c8c8c;
}
#footer_copyright p.social_network a {
    margin: 0 5px;
    color: #8c8c8c;
}

@media only screen and (min-width: 991px) {
	/*.sellmobile-area{
		background-attachment: scroll;
	}
	.parallax{
		background-position:8% 30%;
		background-repeat:no-repeat;
		background-size:100%;
		background-attachment: scroll;
	} */
	.term-condition .accept{width:32%;}
}
/* ipad */
@media only screen and (min-width : 768px) and (max-width : 1024px)  { 
	.sellmobile-area{
		background-attachment: scroll;
		background-size: 100%;
		background-position: center bottom;
	}
	.parallax{
		background-image: url(../images/sell/handson-mobile-ipad.png);
		background-position:8% 30%;
		background-repeat:no-repeat;
		background-size:100%;
		background-attachment: scroll;
		
	} 
 }

/* small desktop */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.parallax{
		background-image: url(../images/sell/handson-mobile.png);
		min-height: 500px;
		background-attachment: fixed;
		background-position: 9% bottom;
		background-repeat: no-repeat;
		background-size: 33%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only 
screen and (min-device-pixel-ratio : 1.5) {
	body{/*background:red;*/}
	.parallax{
		background-image: url(../images/sell/handson-mobile.png);
		min-height: 500px;
		background-attachment: fixed;
	
		background-position: 11% bottom;
		background-repeat: no-repeat;
		background-size: 30%;
	}
}
@media only screen and (min-width: 1281px) {
	.parallax{
		background-image: url(../images/sell/handson-mobile.png);
		min-height: 500px;
		background-attachment: fixed;
		background-position: 22% bottom;
		background-repeat: no-repeat;
		background-size: 25%;
	}
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse{
        flex-grow: unset;
    }
}

.searchBar{display:none;}
@media only screen and (max-width: 823px) {
	.searchBar{display:block;}
	#open-right{
		top: 32px;right:4%;
	}
	#open-right i{margin-left:0;}
	.row:after {
		clear: none;
	}
	.row:before, .row:after{display: block;}

	h1{font-size:2.5rem;}
	h3{ padding-left: 0;text-align: center;}
	.sellmobile-area{
		background-attachment: fixed;
		background-position: 20% 0;
		background-size: inherit;
		background-attachment: scroll;
	}
	.parallax {
		background-position: 59%;
		background-position: 60% top;
		background-size:85%;
		background-attachment: scroll;
	    min-height: 330px;
	}
	.iMei input{line-height:1.5rem;margin-top: 0;}
	.grade-level{text-align:center;}
	.tab-list li label{min-height:116px;}
	.tabs li em{
		display: block;
		text-align: center;
		margin-bottom: 10px;
		margin-right:0;
	}
	.grade-level ul{margin-right:0;}
	.btn-oksell{width:45%;margin:0 auto 30px;}
	.contact-wrap .tab-contents2{
		margin-left:0;
		margin-right:0;
		padding: 3rem 1rem;
	}
	.brand{margin-left:0;}
	.sub-brand{margin-left: 0;}
	.tab-example, .tab-example2 {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs2 li em {
		margin-right: 10px;
		display: block;
		margin: 0 0 14px 0;
	}
	.tabs2 li{min-height:148px;}
	.contact-wrap .tab-link2 span{margin-top:10px;}
	.term-condition .accept {
		width: 40%;
	}

	.banner-970 img{
		width:100%;
		height:auto;
	}
	
	#footer{margin:10px auto;}
	#footer_copyright em.copysign{float:none;}
	#footer_copyright p.right_reserved_text{text-align: center;width: 100%;float:none;}
	#footer_copyright p.social_network{margin: 0 auto;float: none;text-align: center;width: 100%;}
}




@media only screen and (max-width: 568px) {
	#open-right{
		top: 32px;right:4%;
	}
	#open-right i{margin-left:0;}
	.row:after {
		clear: none;
	}
	.row:before, .row:after{display: block;}

	h1{font-size:2.5rem;}
	h3{ padding-left: 0;text-align: center;}
	.sellmobile-area{

		background-attachment: fixed;
		background-position: 20% 0;
		background-size: inherit;
		background-attachment: scroll;
	}
	.parallax {
		background-position: 59%;
		background-position: 60% top;
		background-size:78%;
		background-attachment: scroll;
	    min-height: 225px;
	}
	.iMei input{line-height:1.5rem;margin-top: 1rem;}
	.grade-level{text-align:center;}
	.tab-list li label{min-height:116px;}
	.tabs li em{
		display: block;
		text-align: center;
		margin-bottom: 10px;
		margin-right:0;
	}
	.grade-level ul{margin-right:0;}
	.btn-oksell{width:75%;margin:0 auto 30px;}
	.contact-wrap .tab-contents2{
		margin-left:0;
		margin-right:0;
		padding: 3rem 1rem;
	}
	.brand{margin-left:0;}
	.sub-brand{margin-left: 0;}
	.tab-example, .tab-example2 {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs2 li em {
		margin-right: 10px;
		display: block;
		margin: 0 0 14px 0;
	}
	.tabs2 li{min-height:148px;}
	.contact-wrap .tab-link2 span{margin-top:10px;}
	.term-condition .accept {
		width: 60%;
	}
	.btn-confirm{width:65%;}
	
	#footer{margin:10px auto;}
	#footer_copyright em.copysign{float:none;}
	#footer_copyright p.right_reserved_text{text-align: center;width: 100%;float:none;}
	#footer_copyright p.social_network{margin: 0 auto;float: none;text-align: center;width: 100%;}
	
	
	.problem-system{margin-left:0;}
	.problem-system ul ,.problem-system p{
		margin-left: 2rem;
	}
}

