/* Portrait phones and smaller */
@media (max-width: 480px) {
	h1{font-size: 20px;}h2{font-size: 19px;}h3{font-size: 17px;}
	h4{font-size: 16px;}h5{font-size: 15px;}h6{font-size: 14px;}
	p{font-size: 16px;}
	a{font-size: 16px;text-decoration: none;}
	 header {
    position: relative;
    }
	.text-center-xs{
		text-align: center;
	}
	.padding-xs-2{
		padding-top: 4px;
		padding-bottom: 4px;
	}



    
}


















/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px){
	h1{font-size: 22px;}h2{font-size: 21px;}h3{font-size: 20px;}
	h4{font-size: 18px;}h5{font-size: 16px;}h6{font-size: 15px;}
	p{font-size: 12px;}
	a{font-size: 12px;text-decoration: none;}

/**********************************/





}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	h1{font-size: 22px;}h2{font-size: 21px;}h3{font-size: 20px;}
	h4{font-size: 18px;}h5{font-size: 16px;}h6{font-size: 15px;}
	p{font-size: 12px;}
	a{font-size: 12px;text-decoration: none;}

 

}


/* Portrait tablets and small desktops */
@media (min-width: 600px) and (max-width: 991px) {
	h1{font-size: 22px;}h2{font-size: 21px;}h3{font-size: 20px;}
	h4{font-size: 18px;}h5{font-size: 16px;}h6{font-size: 15px;}
	p{font-size: 12px;}
	a{font-size: 12px;text-decoration: none;}

.car-brand {
    
    padding: 15px;
    height: 150px;
    width: 150px;
    line-height: 85px;
}


}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.car-brand {
    
    padding: 15px;
    height: 150px;
    width: 150px;
    line-height: 85px;
}
.order-table{
 width:1000px;   
}
.div-login a {
    font-size: 15px;

}
.navbar-light .navbar-nav .nav-link{
   font-size: 15px;  
}
.navbar {
    padding: 0.2rem 0.5rem;
}
.navbar-brand {
    margin-left: 1rem;
    margin-right: 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    margin-left: 5px;
}
.navbar-light .navbar-nav .nav-link.order-link {
    padding: 10px 10px;
}
.how-work .work-step img {
    height: 100px;
}
.how-work .work-step h3 {
    font-size: 20px;
}
.how-work .work-step p {
    font-size: 15px;
}
.one-product .product-name {

    font-size: 18px;
}
.one-product p {
    font-size: 15px;
  
}
.oneMain-solution img {
    height: 120px;
}
.oneMain-solution h3 {
    font-size: 15px;
}
.widget-footer ul li a {

    font-size: 15px;
}







}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.order-table{
 width:1000px;   
}
.order-table.diff-products-table{
 width:100%;   
}
.arrow-bottom {
   display: block;
}





}
@media print {

}







