/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.container{
		max-width: 1040px;
	}
	.container_lg{
		max-width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	html{
		font-size: 52%;
	}
}

@media (max-width: 991.98px) {
	html{
		font-size: 58%;
	}
	br{
		display: none;
	}
	.five_col>div {
	    max-width: 33.33%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.33%;
	            flex: 0 0 33.33%;
	}
	.service_box img {
	    max-height: 31rem;
	}
	.service_box p {
	    max-width: 21rem;
	}
	.service_box h4 {
	    min-height: 4rem;
	}
	.lock_img {
	    right: -3%;	
	}
	.about_content {
	    max-width: 100%;
	    margin-left: 0rem;
	}
	.warranty_box{
		margin-left: 0;
	}
	.home_area {
	    padding-top: 4rem;
	}
	.logo {
	    max-width: 30rem;
	}
	.home_img {
	    right: -2px;
	    max-width: 35rem;
	}
	.home_area h1{
		text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
		font-size: 4.5rem;
		max-width: 43rem;
	}
	.circle_box {
	    left: 55%;
	}
	.car_img {
	    left: 64%;
	    top: -10rem;
	    -webkit-transform: translateY(0%) translateX(-50%);
	        -ms-transform: translateY(0%) translateX(-50%);
	            transform: translateY(0%) translateX(-50%);
	}
	.car_content {
	    max-width: 46rem;
	    text-align: center;
	    margin-right: auto;
	    margin-top: 22rem;
	}
	.car_box .circle_box {
	    left: 28%;
	    bottom: auto;
	    top: 10rem;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 45%;
	}
	.back-to-top {
	    bottom: 7rem;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	body{
		font-size: 1.8rem;
	}
	html{
		font-size: 2.2vw;
	}
	.container{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.five_col>div {
	    max-width: 50%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
	}
	.btn_wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.top_btn{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.btn_wrapper h2{
		text-align: center;
	}
	.review_content p {
	    min-height: 11rem;
	    max-width: 100%;
	}
	.title_wrapper h2 {
	    font-size: 4rem !important;	
	}
	.row{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.row>div{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lock_img{
		display: none;
	}
	.car_img {
	    left: 68%;
	    top: -5rem;
	    width: 57rem;
	}
	.car_box .circle_box {
	    left: 16%;
	    bottom: auto;
	    top: 12rem;
	}
	.car_box {
	    margin-bottom: 10rem;
	}
	.logo {
	    max-width: 20rem;
	}
	.home_area h1 {
	    font-size: 3.5rem;
	    max-width: 34rem;
	}
	.home_img {
	    max-width: 28rem;
	}
	.home_area .circle_box{
		display: none;
	}
	.footer_bottom p{
		font-size: 1.7rem;
	}
	.service_box h4 {
	    font-size: 2.1rem;
	}
	.warranty_box img {
	    width: 14rem;
	}
	.head_wap {
	    display: block;
	    text-align: center;
	}
	.head_wap h2 {
	    margin-top: 3rem;
	    font-size: 3rem;
	}
}

