.tradeInDivWrapper{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
	font-size:14px;
	line-height:20px;
    border: 1px solid #b3b3b3;
	width: 830px !important;
	height:490px;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
}

.tradeInContainer p{
	margin-bottom:20px;
}

.headerContainer{
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #0085D5 !important;
    /* height: 20px; */
    color: #ffffff;
}

.headingTxt{
	float: left;
    padding: 10px;
    padding-left: 30px;
}

.mainHeading{
	font-size: 22px;
    line-height: 27px;
	font-weight:lighter;
}

.subHeading{
	font-size: 14px;
    line-height: 18px;
	margin-top: 5px;
}

.bandContainer{
	float:right;
}

.band{
	float: left;
	height:70px;
}

.band1{
	width:30px;
	background-color:#9FDBFF;
}

.band2{
	width:40px;
	background-color:#00426A;
}

.tradeInContainer{
	display: inline-block;
	padding: 30px;
}

.bodyCopyHeading{
	margin-bottom: 20px;
    font-weight: 500;
}

.contentDiv{
	width:50%;
	float:left;
}

.leftContent{
	width: 45%;
    margin-right: 5%;
}

.selectBox{
	margin-bottom: 15px;
	float: left;
    width: 94%;
    position: relative;
}

.selectBox:last-child{
	margin-bottom: 8px;
}

.label{
	margin-bottom:5px;
	font-weight: 500;
}

.selectedOption{
	position:relative;
    outline: 0;
    width: 96%;
    padding: 2%;
    cursor: pointer;
	color:black;
	border: 1px solid #B1B3B3;
}

.selectBox input[type="number"] {
    outline: 0;
    width: 100%;
    padding: 3% 2%;
    border: 1px solid #B1B3B3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.arrowContainer{
	position:absolute;
	right:5px;
	top:12px;
}

.arrow-up {
  width: 0; 
  height: 0;
  margin-bottom: 2px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #888B8D;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #888B8D;
}

.optionList{
	display:none;
	position: absolute;
    z-index: 1;
    width: 100%;
	max-height: 150px;
    overflow-y: auto;
    border: 1px solid #CCCCCC;
	background-color:#ffffff;
    border-top-width: 0px;
}

.optionList::-webkit-scrollbar {
    width: 8px;
}

.optionList::-webkit-scrollbar-thumb {
    background-color: #d5d2d2;
}

.optionList::-webkit-scrollbar-thumb:hover {
    background-color: #d5d2d2;
}

.options{
	padding:2%;
	cursor:pointer;
}

.options:hover{
	background-color:#b3b3b3;
}

.disableSelectBox{
	color:#C6C4C4;
	background-color:#EDEFF0;
	pointer-events:none;
	cursor:default;
}

.descriptionDiv,.btnContainer{
	width: 100%;
    display: inline-block;
	margin-top: 15px;
}

.descriptionDiv{
    font-size: 12px;
}

.optionValuePlaceholder{
	color:#B1B3B3;
}

.trainingCreditsCtaBtn{
	cursor:default;
	pointer-events:none;
    font-size: 14px;
    padding: 16px 22px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    background-color: #0085d5;
	border:1px solid #0085d5;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-self: flex-end;
    margin: auto;
	opacity:0.5;
	margin-right:5%;
}

.trainingCreditsCtaBtn:hover{
	background-color: #00426A;
	border:1px solid #00426A;
}

.resetBtn{
	background-color:transparent;
	color:#0085d5;
}

.resetBtn:hover{
	background-color:#00426A;
	color:#ffffff;
}

.requestQuoteBtn{
	display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 8px; */
    float: left;
}

.requestQuoteBtn img{
	margin-right:5px;
}

.requestQuoteBtn1{
	margin-right: 40px;
}

.requestQuoteBtn a:link,
.requestQuoteBtn a:visited,
.requestQuoteBtn a:active {
	color: #0085d5 !important;
	text-decoration: none !important;
}

.requestQuoteBtn a:hover {
	color: #00426a !important;
	text-decoration: underline !important;
}


.termsConditionDiv{
	font-size:10px;
	line-height:13px;
}

.resultContainer{
	position: relative;
	background-color:#EEF7FC;
	height: 300px;
	padding: 25px;
}

.resultContainer p,.leftContent p {
	margin-top:0;
}

.deNumber{
	position:absolute;
	bottom:25px;
	font-size: 11px;
    line-height: 14px;
}

.uptoClass{
	font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.blink_me {
 animation: blinker 1s 5 ease-in-out;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.regularFont{
	margin-bottom:10px;
	font-weight: 700;
}

.changeTxtDiv{
	margin-bottom:0px !important;
}

.resultDiv{
	width:100%;
	display:inline-block;
	font-size:40px;
	line-height:40px;
	font-weight: lighter;
	color:#0085D5;
	margin:20px 0;
	opacity: 0.5;
}

.currancyCode{
	float:left;
	margin-right:5px;
}

.currancyValue{
	float: left;
}

.disclaimerTxt{
	font-size:12px;
	line-height:14px;
	color:#888B8D;
	margin-bottom: 15px;
	margin-top: 15px;
	font-style: italic;
}

@media only screen and (max-width: 640px) and (orientation: portrait){
	.resultDiv{
		font-size:32px;
		line-height:34px;
	}
	.tradeInDivWrapper,.contentDiv{
		width:100% !important;
		height: auto;
	}
	
	.band1 {
		width: 20px;
	}
	
	.band2 {
		width: 30px;
	}
	
	.headingTxt {
		padding-left: 3%;
	}
	
	.contentDiv{
		margin-right:0;
	}
	
	.leftContent{
		margin-bottom:20px;
	}
	
	.leftContent p  br{
		display:none;
	}
	
	.tradeInContainer,.resultContainer{
		padding:5%;
	}
	
	.resultContainer{
		height:320px;
	}
}