.trade-in-detail-section input#imei_number {
    padding: 7px 10px 10px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #bdbdbd !important;
    border: none;
    color: #000;
    font-weight: 400;
    text-align: left;		
    width: 100%;
    font-size: 15px;	
    max-width: 285px;
    border-radius: 4px;
   /* -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 16%);	
    box-shadow: 0 10px 8px -6px rgb(0 0 0 / 16%);*/		
   	text-align: center;	
}	
.trade-in-detail-section input#imei_number:focus {
	outline:none;
}			
.trade-in-detail-section #imei_number_error_msg {
    text-align: center;
    font-size: 15px;
    padding: 0 0;
    margin: 8px 0;
    display: block;
    color: #fb2020;
}

.pac-container {
	z-index: 10000 !important;
}

.trade-in-detail-section #email_while_add_to_cart {
    margin-top: 10px !important;
    margin-bottom: 9px !important;
}
.block.easy-steps .image.laptop img,
.block.easy-steps .image img{
    max-width: 50%;
    max-height: 40%;
}
#how-it-works .easy-steps .image:after{
    display: none;
}
.third_party{
    padding-top: 15px;
}
.third_party img{
    max-width: 200px;
    max-height: 50px;
}
@media (max-width: 767px) {   
    .block.easy-steps .image.laptop img,
    .block.easy-steps .image img{
        max-width: 200px;
        max-height: 100%;
    }
}
